



/* 顶部 */
.top {
	background-color: #fff;
	box-shadow: 0 1px 5px #888;
}




/* abtBanner */
.abtBanner {
    position: relative;
    width: 100%;
    height: auto;
}
.abtBanner .imgbox {
    height: 100%;
    overflow: hidden;
}
.abtBanner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abtBanner .layer {
    position: absolute;
    left: 0;
    top: 39%;
    width: 100%;
    text-align: center;
}
.abtBanner .layer  .title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 6.6667vw;
}
.abtBanner .layer  .subtit {
    height: 3.9583vw;
    color: #fff;
    font-size: 22px;
}
.abtBanner .layer  .subtit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.3958vw;
    height: 0.2083vw;
    background-color: #0075cf;
    margin-left: -1.1979vw;
}
.abtBanner .choose {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -700px;
    width: 1400px;
    height: 70px;
    background-color: #fff;
}
.abtBanner .choose::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1563vw;
    background-color: #efefef;
}
.choose .lisbox {
    padding-left: 2.6042vw;
}
.choose li {
    float: left;
    position: relative;
    margin-right: 2.1875vw;
}
.choose li a {
    display: block;
    color: #525252;
    font-size: 16px;
    line-height: 70px;
    font-weight: bold;
}
.choose li em {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 0.1563vw;
    background-color: #0075cf;
}
.choose ul li:nth-child(1) em {
    display: block;
}
.choose li:hover em {
    display: block;
}

@media screen and (max-width: 1400px) {
    .abtBanner {
        height: 550px;
    }
    .abtBanner img {
        height: 100%;
    }
    .abtBanner .choose {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1120px) {
    .abtBanner .layer .title {
        line-height: 1.5em;
    }
    .abtBanner .layer .subtit {
        height: 45px;
    }
    .abtBanner .layer .subtit::after {
        width: 26px;
        height: 2px;
        margin-left: -13px;
    }
}
@media screen and (max-width: 991px) {
    .abtBanner {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .abtBanner {
        height: 400px;
    }
    .abtBanner .choose::after {
        height: 1px;
    }
    .abtBanner .choose {
        height: auto;
    }
    .choose li {
        margin-right: 21px;
    }
    .choose li a {
        font-size: 14px;
        line-height: 45px;
    }
    .choose li em {
        height: 1px;
    }
}
@media screen and (max-width: 425px) {
    .abtBanner .layer .title {
        font-size: 8.47vw;
    }
    .abtBanner .layer .subtit {
        font-size: 5.1764vw;
    }
}




/* content */
.grayBg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 21.875vw;
    background-color: #f7f7f7;
}
.items {
    position: relative;
    z-index: 2;
    width: 1400px;
    padding: 30px 0 5.7292vw;
    margin: 0 auto;
    background-color: #fff;
}
.items .cont {
    width: 1200px;
    margin: 0 auto;
}
.items .cont #ul {
    padding-bottom: 105px;
}
.items .cont #list {
    height: 280px;
    border-bottom: 1px dashed #e9e9e9;
}
.items .cont #list:last-child {
    border-bottom: none;
}
.items .cont #list .bigbox {
    display: block;
    position: relative;
    padding-left: 368px;
}
.items .cont #list .bigbox .imgDiv {
    position: absolute;
    left: 0;
    top: 36px;
    width: 324px;
    height: 196px;
    overflow: hidden;
}
.items .cont #list .bigbox .imgDiv img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.items .cont #list:hover .bigbox .imgDiv img {
    transform: scale(1.08);
}
.items .cont #list .bigbox .name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.items .cont #list:hover .bigbox .name {
    color: #0075cf;
}
.items .cont #list .bigbox .newscont {
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.items .cont #list .bigbox .time {
    color: #c9c9c9;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-weight: bold;
    padding-top: 25px;
}
.items .cont .pageNum {
    text-align: center;
}
.items .cont .pageNum a {
    display: inline-block;
    color: #353535;
    font-size: 13px;
    line-height: 48px;
    margin: 0 10px;
    padding: 0 19px;
    background-color: #eee;
}
.items .cont .pageNum .page {
    color: #fff;
    background-color: #038ad4;
}

@media screen and (max-width: 1400px) {
    .items {
        width: 100%;
    }
    .items .cont {
        width: 85%;
    }
}
@media screen and (max-width: 991px) {
    .items {
        box-sizing: border-box;
        padding: 0 2.6875vw 15vw;
    }
    .items .cont {
        width: 94%;
    }
    .items .cont #list .bigbox {
        padding-left: 350px;
    }
}
/* @media screen and (max-width: 767px) {
    .items .cont #list {
        height: 150px;
    }
    .items .cont #list .bigbox {
        padding-left: 190px;
    }
    .items .cont #list .bigbox .imgDiv {
        top: 25px;
        width: 165px;
        height: 100px;
    }
    .items .cont #list .bigbox .name {
        padding-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
    .items .cont #list .bigbox .newscont {
        display: none;
    }
} */
@media screen and (max-width:767px) {
    .items .cont #list {
        height: auto;
    }
    .items .cont #list .bigbox {
        padding-left: 0;
    }
    .items .cont #list .bigbox .imgDiv {
        position: static;
        width: 100%;
        height: 53.78981vw;
        /* margin-top: 40px; */
        margin-top: 5.21512vw;
    }
    .items .cont #list .bigbox .name {
        /* padding-top: 28px; */
        padding-top: 3.6505867vw;
    }
    .items .cont #list .bigbox .newscont {
        padding-top: 1.955671vw;
    }
    .items .cont #list .bigbox .time {
        padding-top: 3.2594524vw;
        padding-bottom: 3.2594524vw;
    }
}
