.news {
    background-color: RGBA(248, 248, 248, 1);
    padding: 141px 0 120px;
}

.indexTitle .zh {
    font-weight: bold;
}

.news .box1 .box-t {
    position: relative;
    margin: 32px auto 0;
    width: 1200px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    z-index: 3;
}

.news .box1 .box-t a {
    border: 1px solid #EFEFEF;
    background: #F8F8F8;
    line-height: 78px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    transition: all 0.6s;
}
.news .box1 .box-t a:hover{
    color: #79171C;
}
.news .box1 .box-t a.active {
    background-color: rgba(239, 239, 239, 1);
    color: rgba(34, 34, 34, 1);
    border-color: rgba(239, 239, 239, 1);
}

.news .box1 .box-c {
    margin-top: 60px;
}

.news .box1 .box-c .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.news .box1 .box-c .swiper-slide .pic {
    width: 48.57%;
}

.news .box1 .box-c .swiper-slide .text-box {
    width: 48.85%;
    padding: 27px 0 30px;
}

.news .box1 .box-c .swiper-slide .date {
    font-family: Rany-Bold;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.news .box1 .box-c .swiper-slide .text-title {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .box1 .box-c .swiper-slide .text-des {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .box1 .box-c .swiper-slide .more {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding: 0 40px;
    line-height: 50px;
    border: 1px solid #DEDEDE;
    margin-top: 49px;
    transition: all 0.6s;
}

.news .box1 .box-c .swiper-slide .more:hover {
    background-color: RGBA(121, 23, 28, 1);
    border-color: RGBA(121, 23, 28, 1);
    color: #fff;
}

.news .box1 .box-c .swiper-slide .more span {
    margin-left: 17px;
}

.news .box1 .box-c .swiper-pagination {
    width: 48.85%;
    left: auto;
    right: 0;
    text-align: left;
}

.news .box1 .box-c .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    background: #DEDEDE;
    opacity: 1;
    border-radius: 0;
    transition: all 0.6s;
}

.news .box1 .box-c .swiper-pagination-bullet-active {
    background: rgba(0, 0, 34, 1);
}
.news .box1 .box-c1{
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}
.news .box1 .box-c1 .r{
    flex: 1;
    margin-left: 40px;
}
.news .box1 .box-c1 .r .list li:not(:last-child){
    margin-bottom: 20px;
}
.news .box1 .box-c1 .r .list li>a{
    padding: 18px 20px;
    background: #FFFFFF;
    display: flex;
}
.news .box1 .box-c1 .r .list li .pic{
    width: 220px;
}
.news .box1 .box-c1 .r .list li .text-box{
    flex: 1;
    margin-left: 28px;
    padding-top: 18px;
}
.news .box1 .box-c1 .r .list li .text-title{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
    transition: all 0.6s;
}
.news .box1 .box-c1 .r .list li:hover .text-title{
    color: #79171C;
}
.news .box1 .box-c1 .r .list li .more{
    display: inline-flex;
    margin-top: 26px;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    padding: 0 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    color: #999999;
    transition: all 0.6s;
}
.news .box1 .box-c1 .r .list li:hover .more{
    background-color: RGBA(121, 23, 28, 1);
    border-color: RGBA(121, 23, 28, 1);
    color: #fff;
}
.news .box1 .box-c1 .r .list li .more .iconfont{
    margin-left: 9px;
}
.news .box1 .box-c1 .r .pagination{
    margin-top: 45px;
}
.news .box2 {
    margin-top: 85px;
}

.news .box2 .box-t form {
    display: flex;
    gap: 10px;
    width: 610px;
    max-width: 100%;
}

.news .box2 .box-t select {
    width: 200px;
    height: 50px;
    border: 1px solid #DEDEDE;
    outline: none;
    padding: 0 15px;
    font-family: Rany-Bold;
    font-size: 18px;
    color: #222222;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../img/bottom.png") no-repeat  right 15px center ;
}

.news .box2 .box-t .input {
    flex: 1;
    display: flex;
    border: 1px solid #DEDEDE;
    padding: 0 15px;
    align-items: center;
}

.news .box2 .box-t .input input {
    flex: 1;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    height: 100%;
    background: transparent;
}

.news .box2 .box-t .input input::placeholder {
    color: #999999;
}
.news .box2 .box-t .input .icon-sousuo{
    cursor: pointer;
}
.news .box2 .box-c{
    border-top: 1px solid RGBA(222, 222, 222, 1);
    margin-top: 40px;
}
.news .box2 .box-c .list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 40px;
}
.news .box2 .box-c .list li{
    border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.news .box2 .box-c .list li>a{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.news .box2 .box-c .list li .li-l{
    flex: 1;
    margin-right: 30px;
}
.news .box2 .box-c .list li .li-r{
    width: 260px;
}
.news .box2 .box-c .list li .date{
    font-family: Rany;
    font-weight: 300;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}
.news .box2 .box-c .list li .text-title{
    font-weight: 300;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    margin-top: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
    text-overflow: ellipsis;
    transition: all 0.6s;
}
.news .box2 .box-c .list li:hover .text-title{
    color: RGBA(121, 23, 28, 1);
}
.news .box2 .box-c .list li .icon{
    margin-top: 30px;
}
.news .box2 .box-c .list li .icon .iconfont{
    font-size: 20px;
    color: #222222;
}
.news .box2 .box-c .pagination{
    margin-top: 50px;
}
.newsDetails{
    background-color: RGBA(250, 250, 250, 1);
}
.newsDetails .box1{
    padding: 88px 0 120px;
}
.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(121, 23, 28, 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(121, 23, 28, 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(121, 23, 28, 1);
}
.newsDetails .box1 .box-c .r .r-box1 .list .date{
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-top: 16px;
}
.newsDetails .box1 .box-c .r .r-box2{
    margin-top: 41px;
}
.newsDetails .box1 .box-c .r .r-box2 .labels{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width:1440px)  {
    .news .box1 .box-c .swiper-slide .text-box{
        padding-top: 10px;
    }
    .news .box1 .box-c .swiper-slide .text-title{
        margin-top: 20px;
    }
}
@media (max-width:1280px) {
    .news .box1 .box-c .swiper-slide .more{
        margin-top: 25px;
    }
}
@media (max-width:1199px) {
    .news .box1 .box-c .swiper-slide .date,
    .news .box1 .box-c .swiper-slide .text-title{
        font-size: 22px;
    }
    .news .box1 .box-c .swiper-slide .text-box{
        padding-bottom: 50px;
    }
    .news{
        padding: 90px 0;
    }
    .news .box1 .box-c1{
        margin-top: 45px;
    }
    .newsDetails .box1 .box-c .l .labels{
        padding-bottom: 35px;
        margin-top: 30px;
    }
    .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{
        padding: 90px 0;
    }
    .news .box1 .box-c1 .r .pagination,
    .news .box1 .box-c1{
        margin-top: 45px;
    }
    .news .box1 .box-c1 .r .list li .text-title{
        font-size: 22px;
    }
    .news .box1 .box-c1 .r .list li .text-box{
        margin-left: 20px;
    }
    .news .box1 .box-c1 .r .list li .more{
        margin-top: 19px;
    }
    .news .box1 .box-c{
        margin-top: 45px;
    }
    .news .box2{
        margin-top: 70px;
    }
    .news .box2 .box-c .pagination{
        margin-top: 45px;
    }
}    
@media (max-width:1024px) {
    .news .box1 .box-c{
        margin-top: 40px;
    }
    .news .box1 .box-c .swiper-slide .more{
        line-height: 45px;
        padding: 0 31px;
        margin-top: 20px;
    }
    .news .box1 .box-c .swiper-slide .text-title{
        margin-top: 10px;
    }
    .news .box1 .box-c .swiper-slide .text-des{
        margin-top: 8px;
    }
    .news .box1 .box-c .swiper-slide .text-des{
        -webkit-line-clamp: 1;
    }
    .news .box1 .box-c .swiper-slide .date,
    .news .box1 .box-c .swiper-slide .text-title{
        font-size: 20px;
    }
    .news .box1 .box-c1 .r .list li .text-box{
        padding-top: 10px;
    }
    .news .box1 .box-c1 .r .list li .text-title{
        font-size: 20px;
    }
    .news .box1 .box-c1 .r{
		flex: none;
		width: 100%;
		margin-top: 40px;
        margin-left: 0;
	}
    .news .box1 .box-c1{
        flex-direction: column;
    }
    .news{
        padding: 80px 0;
    }
    .news .box1 .box-c1 .r .pagination,
    .news .box1 .box-c1{
        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;
    }
    .news .box1 .box-t a{
        line-height: 60px;
    }
    .news .box2 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    }
    .news .box2 .box-c .pagination{
        margin-top: 40px;
    }
}
@media (max-width:768px) {
    .news .box2 .box-c .pagination{
        margin-top: 35px;
    }
    .news .box2{
        margin-top: 60px;
    }
    .news .box1 .box-c .swiper-slide .text-box{
        padding-top: 30px;
    }
    .news .box1 .box-c .swiper-slide{
        flex-direction: column;
    }
    .news .box1 .box-c .swiper-pagination,
    .news .box1 .box-c .swiper-slide .text-box,
    .news .box1 .box-c .swiper-slide .pic{
        width: 100%;
    }
    .news .box1 .box-c .swiper-pagination{
        text-align: center;
    }
    .news .box1 .box-c{
        margin-top: 35px;
    }
    .news .box1 .box-c1 .r{
        margin-top: 35px;
    }
    .news .box1 .box-t a{
        line-height: 50px;
        font-size: 16px;
    }
    .news{
        padding: 70px 0;
    }
    .news .box1 .box-c1 .r .pagination,
    .news .box1 .box-c1{
        margin-top: 35px;
    }
    .newsDetails .box1 .box-c .r .r-box2 .labels .label,
    .newsDetails .box1 .box-c .l .labels .label{
        padding: 6px 10px;
    }
    .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-c1 .r .list li .text-title{
        font-size: 18px;
    }
    .news .box1 .box-c1 .r .list li .more{
        margin-top: 12px;
    }
    .news .box1 .box-c1 .r .list li .pic{
        width: 200px;
    }
    .news .box2 .box-c .list li>a{
        padding: 30px 0;
    }
    .news .box2 .box-c .list li .li-r{
        width: 200px;
    }
    .news .box2 .box-c .list li .text-title{
        margin-top: 17px;
        font-size: 16px;
        line-height: 24px;
        height: auto;
        -webkit-line-clamp: 1;
    }
    .news .box2 .box-c .list li .icon{
        margin-top: 20px;
    }
    .news .box2 .box-c .list li .li-l{
        margin-right: 20px;
    }
    .news .box2 .box-t select{
        width: 168px;
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .news .box2 .box-t select{
        width: 149px;
    }
    .news .box1 .box-t{
        margin-top: 30px;
    }
    .news .box2{
        margin-top: 40px;
    }
    .news .box2 .box-c{
        margin-top: 25px;
    }
    .news .box2 .box-c .list li>a{
        padding: 22px 0;
    }
    .news .box2 .box-c .list li .date{
        font-size: 14px;
    }
    .news .box2 .box-c .list li .text-title{
        margin-top: 10px;
    }
    .news .box2 .box-c .list li .icon{
        margin-top: 14px;
    }
    .news .box2 .box-c .list li .li-r{
        width: 168px;
    }
    .news .box2 .box-c .pagination{
        margin-top: 30px;
    }
    .news .box1 .box-c .swiper-slide .more{
        line-height: 40px;
        padding: 0 23px;
    }
    .news .box1 .box-c .swiper-slide .date, .news .box1 .box-c .swiper-slide .text-title{
        font-size: 18px;
    }
    .news .box1 .box-c .swiper-slide .text-box{
        padding-top: 25px;
    }
    .news .box1 .box-c{
        margin-top: 30px;
    }
    .news .box1 .box-c1 .r .list li .text-box{
        margin-left: 14px;
        padding-top: 0;
    }
    .news .box1 .box-c1 .r .list li .pic{
        width: 180px;
    }
    .news .box1 .box-c1 .r .list li .text-title{
        font-size: 16px;
        line-height: 26px;
    }
    .news .box1 .box-c1 .r .list li .more{
        line-height: 34px;
    }
    .news .box1 .box-c1 .r{
        margin-top: 30px;
    }
    .news .box1 .box-t a{
        line-height: 45px;
    }
    .news{
        padding: 60px 0;
    }
    .news .box1 .box-c1 .r .pagination,
    .news .box1 .box-c1{
        margin-top: 30px;
    }
    .newsDetails .box1 .box-c .l .labels{
        padding-bottom: 20px;
    }
    .newsDetails .box1 .box-c .r .r-box2 .labels .label,
    .newsDetails .box1 .box-c .l .labels .label{
        font-size: 14px;
    }
    .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;
	}
}