.news{
    padding: 140px 0 120px;
    background: RGBA(250, 250, 250, 1);
}
.news .box1 .box-t{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news .box1 .box-t-l .zh{
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.news .box1 .box-t-l .en{
    font-family: Rany-Bold;
    color: rgba(34, 34, 34, 0);
    line-height: 1;
    text-stroke: 1px #999999;
    -webkit-text-stroke: 1px #999999;
    opacity: .3;
    margin-top: 10px;
}
.news .box1 .box-t-r{
    /* width: 40%; */
    width: 560px;
    height: 60px;
background: #FAFAFA;
border-radius: 5px;
border: 1px solid rgba(153,153,153,0.3);
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.news .box1 .box-t-r input{
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #333;
    font-size: 16px;
    height: 100%;
    margin-right: 20px;
}
.news .box1 .box-t-r input::placeholder{
    color: rgba(222, 222, 222, 1);
}
.news .box1 .box-t-r .icon-sousuo{
    cursor: pointer;
    font-size: 20px;
    color: #333;
}
.news .box1 .box-c{
    margin-top: 95px;
}
.news .box1 .box-c .swiper-slide{
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
}
.news .box1 .box-c .slide-l{
    padding: 60px 40px 106px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .box1 .box-c .slide-l .text-title{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}
.news .box1 .box-c .swiper-slide:hover .slide-l .text-title{
    color: rgba(233, 93, 87, 1);
}
.news .box1 .box-c .slide-l .text-des{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box1 .box-c .slide-l .date{
    margin-top: 30px;
    font-family: Rany;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}
.news .box1 .box-c .slide-r{
    width: 57.14%;
    border-radius: 5px;
}
.news .box1 .box-c .slide-r .pic{
    border-radius: 5px;
}
.news .box1 .box-c .slide-r .pic img,
.news .box1 .box-c .slide-r .pic{
    height: 100%;
}
.news .box1 .box-c .slide-r .pic img{
    object-fit: cover;
}
.news .box1 .swiper-pagination{
    padding-left: 40px;
    text-align: left;
    bottom: 20px;
}
.news .box1 .swiper-pagination-bullet{
	width: 20px;
    height: 8px;
    background: #DEDEDE;
    border-radius: 4px;
    opacity: 1;	
    transition: all .6s;
}
.news .box1 .swiper-pagination-bullet-active{
    width: 40px;
    background: #E95D57;
}
.news .box2{
    margin-top: 80px;
}
.news .box2 .list li:not(:last-child){
    margin-bottom: 30px;
}
.news .box2 .list li>a{
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    padding-right: 30px;
}
.news .box2 .list li .pic{
    width: 450px;
    border-radius: 5px;
}
.news .box2 .list li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .box2 .list li .li-r{
    flex: 1;
    display: flex;
    padding-top: 41px;
}
.news .box2 .list li .text-box{
    flex: 1;
    margin: 0 39px 0 54px;
}
.news .box2 .list li .icon{
    align-self: flex-start;
    width: 50px;
    line-height: 50px;
    background: #DEDEDE;
    border-radius: 50%;
    text-align: center;
    color: #333;
    transition: all .6s;
}
.news .box2 .list li:hover .icon{
    color: #fff;
    background-color: #E95D57;
}
.news .box2 .list li .icon .iconfont{
    font-size: 20px;
    font-weight: bold;
}
.news .box2 .list li .date{
font-family: Rany-Bold;
font-size: 18px;
color: #222222;
line-height: 1;
}
.news .box2 .list li .text-title{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all.6s;
    margin-top: 29px;
}
.news .box2 .list li:hover .text-title{
    color: #E95D57;
}
.news .box2 .list li .text-des{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box2 .pagination{
    margin-top: 68px;
}
.newsDetails{
    background: RGBA(250, 250, 250, 1);
}
.newsDetails .box1{
    padding: 80px 0 140px;
}
.newsDetails .box1 .box-c{
    display: flex;
    justify-content: space-between;
}
.newsDetails .box1 .box-c .l{
    width: 64.28%;
    padding: 0;
    border-radius: 5px;
}
.newsDetails.faqDetails .box1 .box-c .l{
    width: 960px;
    max-width: 100%;
}
.newsDetails .box1 .box-c .l .title{
    color: #222222;
    line-height: 1.33;
    font-weight: bold;
}
.newsDetails .box1 .box-c .l .msg{
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsDetails .box1 .box-c .l .msg-l{
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 55px;
    flex: 1;
}
.newsDetails .box1 .box-c .l .msg-l .date{
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
}
.newsDetails .box1 .box-c .l .msg-r{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.newsDetails .box1 .box-c .l .msg-r a{
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #EDEDED;
    border-radius: 50%;
    color: #ABABAB;
    transition: all .6s;
}
.newsDetails .box1 .box-c .l .msg-r a:hover{
    background-color: rgba(228, 34, 41, 1);
    color: #fff;
}
.newsDetails .box1 .box-c .l .l-c{
    margin-top: 20px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    padding-top: 33px;
}
.newsDetails .box1 .box-c .l .l-c img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.newsDetails .box1 .box-c .l .l-b{
    margin-top: 61px;
}
.newsDetails .box1 .box-c .l .l-b a{
    background: #F4F4F4;
    border-radius: 10px;
    padding: 30px;
    display: block;
    color: #222222;
    line-height: 1;
    transition: all .6s;
}
.newsDetails .box1 .box-c .l .l-b a:hover{
    background-color: rgba(228, 34, 41, 1);
    color: #fff;
}
.newsDetails .box1 .box-c .l .l-b a:not(:last-child){
    margin-bottom: 10px;
}
.newsDetails .box1 .box-c .l .l-b .date{
    font-weight: 400;
    font-size: 16px;
}
.newsDetails .box1 .box-c .l .l-b .text-title{
    font-size: 18px;
    margin-top: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.newsDetails .box1 .box-c .r{
    width: 28.57%;
    padding-top: 27px;
}
.newsDetails .box1 .box-c .r .r-title{
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    margin-bottom: 25px;
}
.newsDetails .box1 .box-c .r .r-box1 .list a{
    display: block;
    padding: 20px 20px 24px;
    background: #FFFFFF;
    border-radius: 5px;
}
.newsDetails .box1 .box-c .r .r-box1 .list a:not(:last-child){
    margin-bottom: 10px;
}
.newsDetails .box1 .box-c .r .r-box1 .list a .picCover{
    padding-top: 56.42%;
}
.newsDetails .box1 .box-c .r .r-box1 .list a .pic{
    border-radius: 5px;
}
.newsDetails .box1 .box-c .r .r-box1 .list .text-box{
    margin-top: 17px;
}
.newsDetails .box1 .box-c .r .r-box1 .list .text-title{
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}
.newsDetails .box1 .box-c .r .r-box1 .list a:hover .text-title{
    color: rgba(228, 34, 41, 1);
}
.newsDetails .box1 .box-c .r .r-box1 .list .date{
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .news{
        padding: 80px 0;
    }
    .news .box2 .pagination,
    .news .box1 .box-c{
        margin-top: 45px;
    }
    .newsDetails .box1{
        padding: 45px 0 80px;
    }
	.newsDetails .box1 .box-c .l .l-b{
		margin-top: 45px;
	}
    .newsDetails .box1 .box-c .r{
		display: none;
	}
	.newsDetails .box1 .box-c .l{
		width: 100%;
	}
    .news .box1 .box-c .slide-l{
        padding: 45px 30px 60px;
    }
    .news .box1 .box-c .slide-l .text-title{
        font-size: 20px;
    }
    .news .box1 .box-c .slide-l .text-des{
        margin-top: 15px;
    }
    .news .box1 .box-c .slide-l .date{
        font-size: 20px;
    }
    .news .box1 .swiper-pagination{
        padding-left: 30px;
        bottom: 20px;
    }
    .news .box2 .list li .pic{
        width: 400px;
    }
    .news .box2 .list li .text-box{
        margin: 0 25px 0 40px;
    }
    .news .box2 .list li .li-r{
        padding-top: 34px;
    }
    .news .box2 .list li .text-title{
        margin-top: 20px;
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .news .box2 .list li .icon{
        width: 40px;
        line-height: 40px;
    }
    .news .box2 .list li .text-title{
        margin-top: 13px;
    }
    .news .box2 .list li .text-des{
        margin-top: 15px;
    }
    .news .box2 .list li .text-box{
        margin-left: 30px;
    }
    .news .box2 .list li .pic{
        width: 310px;
    }
    .news .box1 .swiper-pagination-bullet{
        width: 10px;
        height: 4px;
    }
    .news .box1 .swiper-pagination-bullet-active{
        width: 20px;
    }
    .news .box1 .swiper-pagination{
        padding-left: 25px;
        bottom: 10px;
    }
    .news .box1 .box-c .slide-l .text-des{
        margin-top: 9px;
    }
    .news .box1 .box-c .slide-l .date{
        font-size: 18px;
    }
    .news .box1 .box-c .slide-l{
        padding: 30px 25px 45px;
    }
    .news .box2{
        margin-top: 70px;
    }
    .news{
        padding: 70px 0;
    }
    .news .box2 .pagination,
    .news .box1 .box-c{
        margin-top: 40px;
    }
    .newsDetails .box1{
        padding: 40px 0 70px;
    }
    .newsDetails .box1 .box-c .l .msg{
		flex-direction: column;
		align-items: flex-end;
		margin-top: 10px;
	}
	.newsDetails .box1 .box-c .l .msg-l{
		width: 100%;
		margin-bottom: 10px;
	}
	.newsDetails .box1 .box-c .l .l-b{
		margin-top: 40px;
	}
    .newsDetails .box1{
        padding: 40px 0 70px;
    }
}
@media (max-width: 768px) {
    .news .box2 .list li .text-box{
        margin-left: 0;
    }
    .news .box2 .list li>a{
        flex-direction: column;
        padding-right: 0;
    }
    .news .box2 .list li .li-r{
        padding: 30px 25px;
    }
    .news .box2 .list li .pic{
        width: 100%;
    }
    .news .box1 .box-c .slide-r{
        width: 100%;
    }
    .news .box1 .box-c .swiper-slide{
        flex-direction: column-reverse;
    }
    .news .box2{
        margin-top: 60px;
    }
    .news{
        padding: 60px 0;
    }
    .news .box2 .pagination,
    .news .box1 .box-c{
        margin-top: 30px;
    }
    .newsDetails .box1{
        padding: 30px 0 60px;
    }
    .newsDetails .box1 .box-c .l .msg-l{
		gap: 0 20px;
	}
	.newsDetails .box1 .box-c .l .l-b{
		margin-top: 30px;
	}
	.newsDetails .box1 .box-c .l .l-b a{
		padding: 20px;
	}
	.newsDetails .box1 .box-c .l .l-b .text-title{
		margin-top: 10px;
	}
    .news .box1 .box-t{
        flex-direction: column;
        align-items: flex-start;
    }
    .news .box1 .box-t-r{
        margin-top: 25px;
        width: 100%;
    }
    .news .box1 .box-t-r{
        height: 50px;
    }
}
@media (max-width: 500px) {
    .news .box1 .box-t-r{
        height: 44px;
    }
    .news .box1 .box-t-r{
        padding: 0 13px;
    }
    .news .box2 .list li .li-r{
        padding: 25px 20px;
    }
    .news .box2 .list li .icon{
        display: none;
    }
    .news .box2 .list li .text-box{
        margin-right: 0;
    }
    .news .box1 .box-c .slide-l .date{
        margin-top: 20px;
    }
    .news .box1 .box-c .slide-l .text-title{
        font-size: 18px;
    }
    .news .box1 .box-c .slide-l{
        padding: 25px 20px 40px;
    }
    .news .box1 .swiper-pagination{
        padding-left: 20px;
    }
    .news .box2{
        margin-top: 50px;
    }
    .news{
        padding: 50px 0;
    }
    .news .box2 .pagination,
    .news .box1 .box-c{
        margin-top: 25px;
    }
    .newsDetails .box1{
        padding: 25px 0 50px;
    }
    .newsDetails .box1 .box-c .l .l-b{
		margin-top: 25px;
	}
	.newsDetails .box1 .box-c .l{
		padding: 0;
	}
	.newsDetails .box1 .box-c .l .title{
		font-size: 20px;
	}
	.newsDetails .box1 .box-c .l .msg-l{
		font-size: 14px;
		gap: 0 15px;
	}
	.newsDetails .box1 .box-c .l .msg-l .date{
		font-size: 16px;
	}
	.newsDetails .box1 .box-c .l .l-c{
		margin-top: 10px;
		padding-top: 20px;
	}
	.newsDetails .box1 .box-c .l .l-b .date{
		font-size: 14px;
	}
	.newsDetails .box1 .box-c .l .l-b .text-title{
		font-size: 16px;
	}
	.newsDetails .box1 .box-c .l .l-b a{
		padding: 15px;
	}
	.newsDetails .box1{
		padding: 21px 0 50px;
	}
}