.banner1 {
    width: 100%;
    height: 50vh;
    position: relative;
}
.banner1 .bg {
    width: 100%;
    height: 100%;
}
.banner1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.banner1 .text {
    position: absolute;
    bottom: 100px;
    left: 6%;
}
.banner1 .text h1 {
    font-size: 60px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #FFFFFF;
}
.banner1 .text p {
    font-size: 30px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 15px;
}
.sec2 {
    padding: 40px 0 0;
}
.sec2>.title {
    width: 1680px;
    margin: 0 auto 47px;
}
.sec2>.title h1 {
    font-size: 40px;
    font-family: PingFang SC m;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
}
.sec2>.title p {
    font-size: 18px;
    font-family: PingFang SC r;
    font-weight: 300;
    line-height: 36px;
    color: #333333;
    opacity: 0.7;
    margin-top: 10px;
}
.sec2 .main {
    width: 1680px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.sec2 .newsList {
    width: 100%;
}
.sec2 .newsList .item {
    width: 100%;

}
.sec2 .newsList .item:nth-child(1) .joke {
    border-top: 1px solid #EBEBEB;
}
.sec2 .newsList .item .joke .item_left {
    width: 70%;
}
.sec2 .newsList .item .joke {
    border-bottom: 1px solid #EBEBEB;
    padding: 40px 0;
}
.sec2 .newsList .item .title {
    display: block;
    font-size: 20px;
    font-family: PingFang SC m;
    font-weight: 100;
    line-height: 30px;
    color: #000000;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
    transition: 1s;
}
.sec2 .newsList .item .more1 {
    display: flex;
    align-items: center;

}
.sec2 .newsList .item .more1 p {
    font-size: 16px;
    font-family: PingFang SC m;
    line-height: 28px;
    color: #000000;
    margin-right: 15px;
    transition: 0.6s;
}
.sec2 .newsList .item .more1 .iconfont {

    color: #000000;
    transition: 0.6s;
}
.sec2 .newsList .item .more1:hover p ,.sec2 .newsList .item .more1:hover .iconfont {
    color: #005CA9;
}
.sec2 .newsList .item .title:hover {
    color: #005CA9;
}
.sec2 .links {
    width: 1680px;
    margin: 0 auto 40px;
    display: flex;
}
.sec2 .links .item {
    width: 201px;
    height: 46px;
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    line-height: 46px;
    text-align: center;
    color: #444444;
    transition: 0.6s;
    background: #fff;
    margin-right: 15px;
}
.sec2 .main .newsList h5 {
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    line-height: 46px;
    color: #444444;
}
.sec2 .links .item:not(:nth-last-child(1)) {
    border-right: none;
}
.sec2 .links .item:hover,.sec2 .links .item.on {
    background: #005CA9;
    color: #fff;
}
.sec2 .newsList .item p {
    font-size: 14px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 28px;
    color: #424141;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec2 .newsList .item p.time {
    font-size: 16px;
    font-family: PingFang SC m;
    line-height: 28px;
    color: #000000;
    width: fit-content;
}
.sec2 .newsList .item {
    transition: 0.6s;
}

.sec2 .newsList .item:hover {


}
.sec2 .newsList .item .img {
    width: 100%;
    display: block;
    overflow: hidden;
}
.sec2 .newsList .item .img img {
    display: block;
    width: 100%;
    transition: 3s;

}
.sec2 .newsList .item .joke {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec2 .newsList .item .img:hover img {
    transform: scale(1.2);
}
.sec2 .newsList .item .line {
    transition: ease .2s;
    margin: 0;
}
.sec2 .newsList .item .line1, .sec2 .newsList .item .line2 {
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    background: #005CA9;
    top: 0;
}
.sec2 .newsList .item .line1 {
    transition-delay: 0.6s;
}
.sec2 .newsList .item .line2 {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    transition-delay: 0.2s;
}
.sec2 .newsList .item .line3, .sec2 .newsList .item .line4 {
    position: absolute;
    width: 1px;
    height: 0%;
    background: #005CA9;
}
.sec2 .newsList .item .line3 {
    right: 0;
    top: 0;
    transition-delay: 0.4s;
}
.sec2 .newsList .item .line4 {
    left: 0;
    bottom: 0;

}


.sec2 .newsList .item:hover .line1 {
    transition-delay: unset;
}
.sec2 .newsList .item:hover .line3 {
    transition-delay: 0.2s;
}
.sec2 .newsList .item:hover .line2 {
    transition-delay: 0.4s;
}
.sec2 .newsList .item:hover .line4 {
    transition-delay: 0.6s;
}

.sec2 .newsList .item:hover .line1,
.sec2 .newsList .item:hover .line2 {
    width: 100%;
}
.sec2 .newsList .item:hover .line3,
.sec2 .newsList .item:hover .line4 {
    height: 100%;
}
.sec2 {
    padding-bottom: 120px;
}
.sec2  .page {
    margin: 33px auto 0px;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    justify-content: center;
}
.sec2  .page>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    /* margin-left: 12px; */
    transition: 1s;
    color: #000;
}
.sec2  .page>a:nth-child(1) {
    transform: rotate(180deg);
}
.sec2  .page>a:hover {
    border: 1px solid transparent;
    background: #005CA9;
    color: #fff;
}
.sec2 .page .list a:not(:last-child){
    margin-right:15px;
}
.sec2 .page .list{
    display: flex;
    margin: 0 20px;
}
.sec2 .page .list a{
    color: #333;
    display: block;
}
.sec2 .page .list a.active{
    color: #005CA9;
}
.sec1 .page .list a:not(:last-child) {
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){
    .sec2 .title h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1792px){


    .banner1 .text h1 {
        font-size: 52px;
    }
    .banner1 .text p {
        font-size: 24px;
    }
    .sec2 .main {
        width: 90%;
    }
}

@media screen and (max-width: 1680px){

}

@media screen and (max-width: 1600px){
	.banner1 .text h1 {
        font-size: 44px;
    }
    .sec2 .newsList .item .joke {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1440px){


}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    .sec2 .newsList {
        width: 100%;
    }
    .sec2 .main {
        flex-direction: column;
    }
    .sec2 .newsList .item .title {
        font-size: 18px;
    }
    .sec2 .newsList .item .joke .item_left {
        width: 100%;
    }
    .sec2 .newsList .item .joke {
        flex-direction: column;
        align-items: unset;
    }
    .sec2 .newsList .item p.time {
        font-size: 12px;
        margin-top: 20px;
    }
    .sec2 .newsList .item .joke {
        padding: 10px 0 10px;
    }
    .sec2 .newsList {
        margin-bottom: 20px;
    }
    .sec2 {
        padding: 20px 0 30px;
    }
    .sec2 .page {
        margin: 15px auto 0px;
    }
    .sec2 .newsList .item .title {
        margin-bottom: 6px;
    }
    .banner1{
        height: 60vh;
    }

    .banner1 .text h1 {
        font-size: 38px;
    }
    .banner1 .text{
        left: 30px;
    }
    .banner1 .text p {
        font-size: 22px;
        margin-top: 5px;
    }

}


@media screen and (max-width: 768px){
    .sec2 .newsList .item .title {
        font-size: 14px;
    }
    .sec2 .newsList .item p {
        font-size: 12px;
    }
    .sec2 .newsList .item p.time {
        margin-top: 10px;
    }
}


@media screen and (max-width: 540px){



}


@media screen and (max-width: 414px){

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){

}




