.news .content{
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
    z-index: 8;
    padding: 0 18px;
    background-color: #f6f6f6;
}
.news .headline{
    font-size: 50px;
    font-style: italic;
    line-height: 1;
    padding-top: 45px;
    padding-bottom: 0;
    padding-left: 90px;
    color: #29509b;
}
.bg-shadow{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 380px;
    background-color: #f6f6f6;
}
.filter{
    justify-content: flex-start;
    margin-top: 40px;
    position: relative;
    z-index: 88;
}

.filter .select{
    width: 240px;
    height: 55px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
}

.filter .select::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    background: url(/assets/images/arrow-down-3.png) scroll no-repeat center center;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% auto;
    right: 15px;
}
.filter .select .text{
    display: block;
    margin-left: 20px;
    height: 100%;
    line-height: 55px;
}
.year{
    margin-left: 50px;
}
.options{
   width: 100%; 
   background-color: #fff;
   display: none;
   padding-bottom: 5px;
   box-shadow: 0px 11px 17px -11px #333;
}

.options li{
    margin: 0 10px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
}
.options li:hover{
    background-color: #e0e0e0;
}
.news-top{
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}
.news-top .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    position: relative;
}
.news-top .item:last-child{
    margin-left: 16px;
}
.news-top .trans{
    width: 100%;
}

.news-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.news-top .banner{
    width: 100%;
    height: 100%;
    background-color: #26509a;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



.news-top .right2{
    margin-top: 16px;
}
.news-top .tit{
    font-weight: bold;
    font-size: 26px;
    margin-top: 8px;
    margin-left: 45px;
    margin-right: 40px;
    line-height: 1.6;
    padding-right: 70px;
    position: relative;
}
.news-top .tit .tit-text{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-top a:hover .tit-text{
    color: #ccc;
}

.news-top .tit::after{
    position: absolute;
    width: 17px;
    height: 25px;
    content: "";
    right: 5px;
    top: 8px;
    background: url(/news/assets/img/arrow-white.png) scroll no-repeat center center;
    background-size: auto 100%;
    transition: right 0.2s;
}
.news-top  a:hover .tit::after{
    right: 2px;
}

.news-top .label{
    background-color: #fce501;
    line-height: 1;
    color: #333;
    padding: 5px 18px;
    display: inline-block;
    border-radius: 15px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-left: 45px;
    margin-top: 30px;
}
.news-top .artic{
    position: absolute;
    left: 45px;
    bottom: 20px;
    right: 40px;
    color: #fff;
}

.news-top .artic .p1{
    line-height: 1.8;
    margin-bottom: 13px;
    position: relative;
}

.news-top .artic .p1::after{
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 1px;
    left: 0;
    bottom: -12px;
}

.news-top .artic .p2{
    justify-content: space-between;
}
.news-top .line{
    background-color: #fff;
    height: 1px;
    margin: 10px 0;
}
.news-top .left .p1{
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-top .right1 .p1,.news-top .right2 .p1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news-lists{
    margin-top: 10px;
}

.news-lists .list{
    border-radius: 3px;
}
.news-lists .list.more{
    display: none;
}
.news-lists .list a{
    height: 140px;
    display: block;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.news-lists .list a:hover{
    text-shadow:0 0 .65px #000
}

.news-lists .list p{
    padding-left:40px;
    padding-right: 60px;
    width: calc(100% - 100px);
}
.news-lists .list .subheadline{
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
}
.news-lists .list .subheadline::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 17px;
    height: 27px;
    background: url(/news/assets/img/arrow.png) scroll no-repeat center center;
    background-size: 65% auto;
    transition: right 0.2s;
}

.news-lists .list:hover .subheadline::after{
    right: 45px;
}

.news-lists .list:nth-child(2n){
    background-color: #fff;
}

.news-lists .label{
    font-size: 16px;
    margin-bottom: 30px;
}
.news-lists .label .type{
    margin-right: 10px;
}
.news-lists .label .time{
    margin-left: 10px;
}

.control{
    color: #26509c;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: 130px;
    font-weight: bold;
    padding: 40px 0 120px 40px;
    display: flex;
    visibility: hidden;
}
.control .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/news/assets/img/jia.jpg) scroll no-repeat 0 0;
    margin-right: 15px;
}

.control.jian .icon{
    background-image: url(/news/assets/img/jian.jpg);
}


@media (max-width:1400px){
    .news .headline{
        font-size: 42px;
        padding-top: 40px;
        padding-left: 80px;
    }
    .news-top{
        margin-top: 30px;
    }
    .news-top .tit{
        font-size: 24px;
    }
    .news-top .artic .p1{
        line-height: 1.5;
    }
}



@media (max-width:1300px){
    .news-top .tit{
        font-size: 20px;
    }
    .news-top .artic .p1{
        margin-bottom: 0;
    }
    .news-lists .list .subheadline{
    }
    .news-lists .list a{
        height: 125px;
    }
}

@media (max-width:1200px){
    .news-top .tit{
        line-height: 1.3;
    }
    .news-top .artic{
        bottom: 10px;
    }

    .news-top .line{
        margin: 5px 0;
    }
}

@media (max-width:1024px){
    .main{
        background-color: #f6f6f6;
    }
    .bg-shadow{
        display: none;
    }
    .news .content{
        padding: 0;
        width: 93%;
    }
    .news .headline{
        font-size: 30px;
        padding-top: 35px;
        padding-left: 16px;
    }
    .filter{
        margin-top: 30px;
        justify-content: space-between;
    }
    .filter .select{
        flex: 0.48;
        margin-right: 0;
        height: 50px;
    }
    .filter .select .text{
        line-height: 50px;
    }
    .options li{
        line-height: 50px;
    }
    .news-top{
        flex-direction: column;
    }
    .news-top .label{
        margin-top: 30px;
        margin-left: 25px;
    }
    .news-top .tit{
        margin-top: 10px;
        margin-left: 25px;
        margin-right: 25px;
        padding-right: 30px;
        font-size: 18px;
        line-height: 1.6;
    }
    .news-top .tit a{
        -webkit-line-clamp: 3;
    }
    .news-top .artic {
        left: 25px;
        right: 25px;
    }
    .news-top .line{
        margin: 8px 0;
    }
    .news-top .artic .p1 {
        line-height: 1.6;
        font-size: 14px;
    }
    .news-top .artic .p2{
        font-size: 14px;
    }
    .news-top .item:last-child{
        margin-left: 0;
    }
    .news-top .item{
        margin-bottom: 10px;
        width: 100%;
    }
    .news-top .trans{
        height: 80.43vw;
    }
    .news-top .right2{
        margin-top: 10px;
    }
    .news-top .artic{
        bottom: 15px;
    }
    .news-lists{
        margin: 0 auto;
    }
    .news-lists .list p{
        padding:0 40px 0 20px;
        width:calc(100% - 60px);
    }
    .news-lists .list .subheadline{
        margin-top: 18px;
        font-size: 18px;
    }
    .news-lists .label{
        margin-bottom: 18px;
    }
    .news-lists .list a{
        height: 120px;
    }
    .news-lists .list .subheadline::after{
        right: 15px;
        top: 0;
        transform: none;
    }
    .news-lists .list:hover .subheadline::after{
        right: 15px;
    }
    .news-top .tit::after{
        height: 18px;
    }
}