.news {
    padding: 80px 0 186px;
}

.news .box1 .zh {
    font-weight: 300;
    color: #1B74E6;
    line-height: 1;
    text-align: center;
}

.news .box1 .en {
    font-family: Rany-Bold;
    color: #E6E6E6;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.news .box1 .box-t {
    margin-top: 80px;
}

.news .box1 .box-t .swiper-slide {
    display: flex;
}

.news .box1 .box-t .swiper-slide .pic {
    background: #FFFFFF;
    border-radius: 5px;
}

.news .box1 .box-t .swiper-slide .pic img {
    display: block;
    width: 100%;
}

.news .box1 .box-t .swiper-slide .pic {
    width: 45.71%;
}

.news .box1 .box-t .swiper-slide .pic img {
    height: 100%;
    object-fit: cover;
}

.news .box1 .box-t .swiper-slide .slide-r {
    width: 53.57%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 50px 40px 65px;
}

.news .box1 .box-t .swiper-slide .slide-r .date {
    font-family: Rany-Bold;
    color: #1B74E6;
    line-height: 1;
}

.news .box1 .box-t .swiper-slide .slide-r .text-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 67px;
    transition: all .6s;
}

.news .box1 .box-t .swiper-slide:hover .slide-r .text-title {
    color: #1B74E6;
}

.news .box1 .box-t .swiper-slide .slide-r .text-des {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 24px;
}

.news .box1 .box-t .swiper-slide .slide-r .more {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 1;
    margin-top: 64px;
}

.news .box1 .box-t .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0;
}

.news .box1 .box-t .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #DEDEDE;
    border-radius: 2px;
    margin: 0 7px;
    opacity: 1;
    transition: all .6s;
}

.news .box1 .box-t .swiper-pagination-bullet-active {
    background: #1B74E6;
}

.news .box2 {
    margin-top: 62px;
}

.news .box2 .box-t {
    display: flex;
}

.news .box2 .box-t a {
    padding: 0 43px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    border-radius: 25px;
    line-height: 50px;
    transition: all .6s;
}

.news .box2 .box-t a:hover {
    color: #1B74E6;
}

.news .box2 .box-t a.active {
    color: #FAFAFA;
    background: #1B74E6;
}

.news .box2 .box-c {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news .box2 .box-c .l {
    width: 68.57%;
}

.news .box2 .box-c .l .list a {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
}

.news .box2 .box-c .l .list li:not(:last-child) {
    margin-bottom: 30px;
}

.news .box2 .box-c .l .list .pic {
    width: 300px;
    height: 200px;
    box-shadow: 5px 9px 30px 0px rgba(246, 246, 246, 0.3);
    border-radius: 5px;
}

.news .box2 .box-c .l .list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .box2 .box-c .l .list .text-box {
    flex: 1;
    margin-left: 20px;
    padding-top: 15px;
}

.news .box2 .box-c .l .list .text-title {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.news .box2 .box-c .l .list li:hover .text-title {
    color: #1B74E6;
}

.news .box2 .box-c .l .list .text-des {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .box2 .box-c .l .list .date {
    font-family: Rany;
    font-weight: 400;
    font-size: 16px;
    color: #1B74E6;
    line-height: 1;
    margin-top: 28px;
}

.news .box2 .box-c .l .pagination {
    margin-top: 65px;
}

.news .box2 .box-c .r {
    width: 28.57%;
    padding: 25px 20px 42px;
    background: #F6F6F6;
}

.news .box2 .box-c .r-title {
    font-weight: bold;
    font-size: 24px;
    color: #1B74E6;
    line-height: 1;
}

.news .box2 .box-c .r form {
    margin-top: 20px;
    display: block;
}

.news .box2 .box-c .r .input {
    display: flex;
}

.news .box2 .box-c .r .inputs .input:not(:last-child) {
    margin-bottom: 10px;
}

.news .box2 .box-c .r .input .inputBox {
    flex: 1;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    height: 50px;
    box-shadow: 5px 9px 30px 0px rgba(246, 246, 246, 0.3);
    border-radius: 5px;
    padding: 0 18px;
}

.news .box2 .box-c .r .input .inputBox select,
.news .box2 .box-c .r .input .inputBox input {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #1B74E6;
    line-height: 30px;
}

.news .box2 .box-c .r .input .inputBox input {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.news .box2 .box-c .r .input .inputBox input::placeholder {
    color: #999999;
}

.news .box2 .box-c .r .input .inputBox select {
    appearance: none;
    background: url(../img/bottom.png);
    background-position: right center;
    background-size: 16px 10px;
    background-repeat: no-repeat;
}

.news .box2 .box-c .r .input .icon-sousuo {
    color: #999999;
    margin-right: 8px;
    font-size: 18px;
}

.news .box2 .box-c .r .input .submit {
    margin-left: 11px;
    width: 96px;
    line-height: 50px;
    background: #1B74E6;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.news .box2 .box-c .r .search {
    margin-top: 28px;
}

.newsDetails {
    padding: 75px 0 139px;
}

.newsDetails .box1 .box-c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newsDetails .box1 .l{
    width: 68.78%;
}
.newsDetails .box1 .l .title {
    line-height: 1.33;
    font-family: Microsoft YaHei;
    font-weight: 300;
}

.newsDetails .box1 .l .date {
    font-family: Rany-Bold;
    font-size: 24px;
    color: #999999;
    line-height: 1;
    margin-top: 29px;
}

.newsDetails .box1 .l-c {
    margin-top: 45px;
    padding: 44px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.newsDetails .box1 .l-c img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.newsDetails .box1 .l-b{
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newsDetails .box1 .l-b-l {
    flex: 1;
}
.newsDetails .box1 .l-b-l a{
    font-family: Microsoft YaHei;
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    line-height: 60px;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 28px;
    transition: all .6s;
}
.newsDetails .box1 .l-b-l a:hover{
    background: #1B74E6;
    border-color: #1B74E6;
    color: #fff;
}
.newsDetails .box1 .l-b-l a:not(:last-child){
    margin-bottom: 10px;
}
.newsDetails .box1 .l-b-r a{
    font-family: Microsoft YaHei;
    display: block;
    margin-left: 28px;
    width: 142px;
    line-height: 62px;
    background: #E9E9E9;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: all .6s;
}
.newsDetails .box1 .l-b-r a:hover{
    background-color: #1B74E6;
    color: #fff;
}
.newsDetails .box1 .r{
    width: 28.57%;
    background: #F6F6F6;
    padding: 25px 20px 0;
}
.newsDetails .box1 .r-title{
    font-weight: bold;
    font-size: 24px;
    color: #1B74E6;
    line-height: 1;
}
.newsDetails .box1 .r .items{
    margin-top: 14px;
}
.newsDetails .box1 .r .items .item{
    display: block;
    padding: 26px 0;
}
.newsDetails .box1 .r .items .item:not(:last-child){
    border-bottom: 1px solid #DEDEDE;
}
.newsDetails .box1 .r .items .text-title{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}
.newsDetails .box1 .r .item:hover .text-title{
    color: #1B74E6;
}
@media (max-width: 1199px) {
    .newsDetails .box1 .r{
        display: none;
    }
    .newsDetails .box1 .l{
        width: 100%;
    }
    .newsDetails{
        padding-bottom: 80px;
    }
    .newsDetails .box1 .l .date{
        margin-top: 1em;
    }
    .newsDetails .box1 .l-b{
        margin-top: 50px;
    }
    .news{
        padding: 80px 0;
    }
    .news .box2 .box-c .l .pagination,
    .news .box1 .box-t{
        margin-top: 45px;
    }
    .news .box1 .box-t .swiper-slide .slide-r .more,
    .news .box1 .box-t .swiper-slide .slide-r .text-title{
        margin-top: 37px;
    }
    .news .box2 .box-c{
        flex-direction: column-reverse;
    }
    .news .box2 .box-c .r,
    .news .box2 .box-c .l{
        width: 100%;
    }
    .news .box2 .box-c .l{
        margin-top: 30px;
    }
}
@media (max-width:1024px) {
    .news .box1 .box-t .swiper-slide .slide-r{
        padding: 30px;
    }
    .news .box1 .box-t .swiper-slide .slide-r .text-title{
        font-size: 22px;
    }
    .news .box1 .box-t .swiper-slide .slide-r .more, .news .box1 .box-t .swiper-slide .slide-r .text-title{
        margin-top: 20px;
    }
    .news .box1 .box-t .swiper-slide .slide-r .text-des{
        margin-top: 13px;
    }
    .news{
        padding: 70px 0;
    }
    .news .box2 .box-c .l .pagination,
    .news .box1 .box-t{
        margin-top: 40px;
    }
    .newsDetails .box1 .l-c{
        margin-top: 40px;
        padding: 40px 0;
    }
    .newsDetails .box1 .l-b{
        margin-top: 40px;
    }
    .newsDetails{
        padding: 70px 0;
    }
    .newsDetails .box1 .l .date{
        font-size: 20px;
    }
    .news .box2 .box-c .l .list .text-title{
        font-size: 22px;
    }
    .news .box2 .box-c .r-title{
        font-size: 24px;
    }
}
@media (max-width:768px) {
    .news .box2 .box-c .l .list .text-des{
        margin-top: 15px;
    }
    .news .box2 .box-c .l .list .date{
        margin-top: 20px;
    }
    .news .box2 .box-c .l .list .text-title{
        font-size: 20px;
    }
    .news .box2 .box-c .l .list .text-box{
        flex: none;
        width: 100%;
        margin-left: 0;
        padding-top: 25px;
    }
    .news .box2 .box-c .l .list a{
        flex-direction: column;
    }
    .news .box2 .box-c .l .list .pic{
        width: 100%;
        height: auto;
    }
    .news .box1 .box-t .swiper-slide .slide-r{
        padding: 25px;
    }
    .news .box1 .box-t .swiper-slide .slide-r .text-title{
        font-size: 18px;
    }
    .news .box1 .box-t .swiper-slide{
        flex-direction: column;
    }
    .news .box1 .box-t .swiper-slide .pic,
    .news .box1 .box-t .swiper-slide .slide-r{
        width: 100%;
    }
    .news{
        padding: 60px 0;
    }
    .news .box2{
        margin-top: 60px;
    }
    .news .box1 .box-t .swiper-pagination{
        margin-top: 24px;
    }
    .news .box2 .box-c .l .pagination,
    .news .box1 .box-t{
        margin-top: 30px;
    }
    .newsDetails .box1 .l-c{
        margin-top: 30px;
        padding: 30px 0;
    }
    .newsDetails .box1 .l-b{
        margin-top: 30px;
        flex-direction: column;
    }
    .newsDetails{
        padding: 60px 0;
    }
    .newsDetails .box1 .l-b-l{
        flex: none;
        width: 100%;
    }
    .newsDetails .box1 .l-b-r a{
        margin-left: 0;
        line-height: 50px;
    }
    .newsDetails .box1 .l-b-l a{
        padding: 0 20px;
        line-height: 50px;
    }
    .newsDetails .box1 .l-b-r{
        margin-top: 10px;
    }
    .newsDetails .box1 .l .date{
        font-size: 18px;
    }
    .news .box2 .box-t a{
        line-height: 45px;
        padding: 0 27px;
    }
    .news .box2 .box-c .r-title{
        font-size: 20px;
    }
    .news .box2 .box-c .r{
        padding-bottom: 24px;
    }
    .news .box2 .box-c .r .input .inputBox{
        height: 45px;
    }
    .news .box2 .box-c .r .input .submit{
        line-height: 45px;
    }
}
@media (max-width: 500px) {
    .news .box2 .box-c .r .input .submit{
        width: 80px;
    }
    .news .box2 .box-c .r .input .inputBox select, .news .box2 .box-c .r .input .inputBox input{
        font-size: 16px;
    }
    .news .box2 .box-c .l .list .text-box{
        padding-top: 20px;
    }
    .news .box2 .box-c .l .list .text-title{
        font-size: 18px;
    }
    .news .box1 .box-t .swiper-slide .slide-r{
        padding: 20px;
    }
     .news{
        padding: 50px 0;
    }
    .news .box2{
        margin-top: 50px;
    }
    .news .box1 .box-t .swiper-pagination{
        margin-top: 17px;
    }
    .news .box2 .box-c .l .pagination,
    .news .box1 .box-t{
        margin-top: 25px;
    }
    .newsDetails .box1 .l .title{
        font-size: 20px;
    }
    .newsDetails .box1 .l-b-r a,
    .newsDetails .box1 .l-b-l a{
        font-size: 14px;
        line-height: 45px;
    }
    .newsDetails .box1 .l-c{
        margin-top: 25px;
        padding: 25px 0;
    }
    .newsDetails .box1 .l-b{
        margin-top: 25px;
    }
    .newsDetails{
        padding: 50px 0;
    }
}