.article_right {
    padding-top: 70px;
}

.album {
    margin-bottom: 70px;
}

.album_top {
    overflow: hidden;
    margin-bottom: 7px;
}

.album_top>div,
.album_bot>div {
    float: left;
    overflow: hidden;
}

.album_bot>div>img,
.album_top>div>img,
.album_right>div>img {
    display: block;
    transition: all 0.3s;
    width: 100%;
}

.album_top>div:hover img,
.album_bot>div:hover img,
.album_6:hover img {
    transform: scale(1.1);
}

.album_1 {
    width: 250px;
    height: 252px;
    text-align: center;
    line-height: 252px;
    font-size: 34px;
    color: #fff;
    background: url(/Content/Areas/Common/images/main/album_1.png);
}

.album_2 {
    margin: 0 7px;
}

.album_4 {
    margin-right: 6px;
}

.album_6 {
    margin-bottom: 6px;
    overflow: hidden;
}

.album_3 {
    width: 253px;
    height: 252px;
    text-align: center;
    line-height: 252px;
    font-size: 34px;
    color: #fff;
    background: url(/Content/Areas/Common/images/main/album_3.png);
}

.album_7 {
    width: 371px;
    height: 118px;
    text-align: center;
    line-height: 118px;
    font-size: 34px;
    color: #fff;
    background: url(/Content/Areas/Common/images/main/album_7.png);
}

.article_blue_block {
    padding: 0;
}

.list_title {
    overflow: hidden;
    height: 66px;
    line-height: 66px;
    background: #f6f6f6;
}

.list_title>div {
    width: 256px;
    text-align: center;
    float: left;
    color: #c3c3c3;
}

.zhaopin_list li {
    overflow: hidden;
    height: 98px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
}

.zhaopin_list li span:nth-child(1) {
    text-align: left;
    padding-left: 96px;
    box-sizing: border-box;
}

.zhaopin_list li span {
    width: 256px;
    text-align: center;
    float: left;
}

.zhaopin_list li span .zhaopin_more {
    padding: 10px 18px;
    background: #268bfd;
    border: 1px solid #268bfd;
    color: #fff;
    transition: all 0.2s;
}

.zhaopin_list li span .zhaopin_more:hover {
    padding: 10px 18px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.phone_img {
    display: none;
}

@media screen and ( min-width:1080px) and (max-width:1440px) {
    .album_1 {
        width: 210px;
        height: 210px;
        line-height: 210px;
        font-size: 24px;
    }
    .album_2 {
        width: 320px;
    }
    .album_3 {
        width: 214px;
        height: 210px;
        line-height: 210px;
        font-size: 24px;
    }
    .album_4 {
        width: 429px;
    }
    .album_5 {
        width: 323px;
    }
    .album_6 {
        width: 235px;
    }
    .album_7 {
        width: 237px;
        height: 177px;
        line-height: 177px;
        font-size: 24px;
    }
    .list_title>div {
        width: 201px;
    }
    .zhaopin_list li span {
        width: 240px;
    }
    .zhaopin_list li span:nth-child(1) {
        padding-left: 76px;
    }
    .banner_box img.kw {
        width: 410px;
    }
    .article_right {
        padding-top: 50px;
        width: 1000px;
    }
    .article_blue_block {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .phone_img {
        display: block;
        width: 100%;
        margin-bottom: 20px !important;
        max-width: 100% !important;
    }
    .album {
        display: none;
    }
    .main_content {
        width: 100% !important;
    }
    .article_right {
        padding: 0 0.2rem;
    }
    .list_title>div {
        width: 33.3%;
    }
    .list_title>div:nth-child(3),
    .list_title>div:nth-child(4) {
        display: none;
    }
    .zhaopin_list li span {
        width: 33.3%;
        text-align: center;
        float: left;
        font-size: 14px;
    }
    .zhaopin_list li span:nth-child(1) {
        text-align: center;
        padding-left: 0;
    }
    .zhaopin_list li span:nth-child(3),
    .zhaopin_list li span:nth-child(4) {
        display: none;
    }
    .zhaopin_list li span .zhaopin_more {
        padding: 5px 10px;
        background: #268bfd;
        border: 1px solid #268bfd;
        color: #fff;
        transition: all 0.2s;
        font-size: 14px;
    }
    .zhaopin_list li {
        height: 90px;
    }
}