.news{
    background-color: RGBA(245, 245, 245, 1);
}
.news .box1{
    padding: 130px 0 124px;
}
.news .box1 .box-t{
    display: flex;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}
.news .box1 .box-t .pic {
    width: 66.5%;
    border-radius: 6px;
}
.news .box1 .box-t .pic img{
    display: block;
    height: 100%;
	object-fit: cover;
}
.news .box1 .box-t .text-box{
    padding: 72px 65px 88px;
    flex: 1;
}
.news .box1 .box-t .text-box .dateTime{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #CCCCCC;
    line-height: 1;
}
.news .box1 .box-t .text-box .dateTime .date{
    border-bottom: 3px solid rgba(51, 125, 88, 1);
    padding: 0 15px 15px;
    margin-right: 10px;
}
.news .box1 .box-t .text-title{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box1 .box-t .text-des{
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box1 .box-t .more{
    margin-top: 20px;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    background: #337D58;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.news .box1 .box-t .more .iconfont{
    font-size: 20px;
    font-weight: 400;
    margin-left: 5px;
}
.news .box1 .box-c{
    margin-top: 50px;
}
.news .box1 .box-c .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 31px;
}
.news .box1 .pagination{
    margin-top: 74px;
}
.newsDetails{
    background-color: RGBA(249, 251, 252, 1);
}
.newsDetails .box1{
    padding: 90px 0 80px;
}
.newsDetails .box1 .box-c{
    display: flex;
    justify-content: space-between;
}
.newsDetails .box1 .box-c .l{
    width: 67%;
}
.newsDetails .box1 .box-c .l .title{
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.newsDetails .box1 .box-c .l .date{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #ADADAD;
    line-height: 24px;
    margin-top: 20px;
}
.newsDetails .box1 .box-c .l .date .iconfont{
    margin-right: 10px;
    font-weight: 400;
}
.newsDetails .box1 .box-c .l .social{
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
.newsDetails .box1 .box-c .l .social a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid rgba(48, 52, 60, .2);
    color: rgba(52, 56, 64, 1);
    transition: all .6s;
}
.newsDetails .box1 .box-c .l .social a:hover{
    border-color: #337D58;
    color: #337D58;
}
.newsDetails .box1 .box-c .l .social a .iconfont{
    font-size: 22px;
}
.newsDetails .box1 .box-c .l-c{
    margin-top: 25px;
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 24px;
}
.newsDetails .box1 .box-c .l-c img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.newsDetails .box1 .box-c .return{
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 44px;
    font-weight: 600;
    font-size: 15px;
    color: rgba(51, 125, 88, 1);
    line-height: 30px;
    border-radius: 22px;
    border: 2px solid rgba(51, 125, 88, 1);
    transition: all .6s;
}
.newsDetails .box1 .box-c .return:hover{
    background-color: #337D58;
    color: #fff;
}
.newsDetails .box1 .box-c .return .iconfont{
    margin-right: 9px;
}
.newsDetails .box1 .box-c .btns{
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.newsDetails .box1 .box-c .btns a{
    padding: 40px 36px;
    background: #F3F8F6;
    border-radius: 10px;
    transition: all .6s;
}
.newsDetails .box1 .box-c .btns a:hover{
    background-color: rgba(51, 125, 88, 1);
}
.newsDetails .box1 .box-c .btns a .text-title{
    font-weight: 600;
    font-size: 20px;
    color: #337D58;
    line-height: 1;
}
.newsDetails .box1 .box-c .btns a .text-des{
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.newsDetails .box1 .box-c .btns a:hover .text-title,
.newsDetails .box1 .box-c .btns a:hover .text-des{
    color: rgba(255, 255, 255, 1);
}
.newsDetails .box1 .box-c .r{
    width: 24.5%;
    padding-top: 17px;
}
.newsDetails .box1 .box-c .r .r-title{
    font-weight: 600;
    color: #333333;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(241, 241, 241, 1);
    width: 292px;
    max-width: 100%;
}
.newsDetails .box1 .box-c .r-c .item{
    display: block;
    padding: 29px 0;
    border-bottom: 1px solid #f8f9fb;
}
.newsDetails .box1 .box-c .r-c .item{
    border-bottom: 1px solid rgba(241, 241, 241, 1);
}
.newsDetails .box1 .box-c .r-c .item .date{
    font-weight: 600;
    font-size: 14px;
    color: #ADADAD;
    line-height: 1;
}
.newsDetails .box1 .box-c .r-c .item .pic{
    margin-top: 14px;
}
.newsDetails .box1 .box-c .r-c .item .text-title{
    font-weight: 600;
    font-size: 16px;
    color: rgba(68, 68, 68, 1);
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
    letter-spacing: -.4px;
    transition: all .6s;
}
.newsDetails .box1 .box-c .r-c .item:hover .text-title{
    color: rgba(34, 34, 34, 1);
}
@media (max-width:1280px) {
	.news .box1 .box-t .text-box{
		padding: 40px;
	}
}
@media (max-width:1199px) {
	.news .box1{
		padding: 70px 0;
	}
	.news .box1 .pagination{
		margin-top: 45px;
	}
	.news .box1 .box-t .text-box .dateTime .date{
		padding: 0 8px 3px;
		font-size: 36px;
	}
	.news .box1 .box-t .text-box .dateTime{
		font-size: 14px;
	}
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.newsDetails .box1{
		padding: 70px 0;
	}
	.newsDetails .box1 .box-c .r{
		display: none;
	}
	.newsDetails .box1 .box-c .l{
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.newsDetails .box1{
		padding: 60px 0;
	}
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.news .box1 .box-t .pic{
		width: 60%;
	}
	.news .box1{
		padding: 60px 0;
	}
	.news .box1 .pagination{
		margin-top: 40px;
	}
	.news .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 768px) {
	.newsDetails .box1 .box-c .btns{
		margin-top: 30px;
	}
	.newsDetails .box1 .box-c .l .social a{
		width: 34px;
		height: 34px;
	}
	.newsDetails .box1 .box-c .l .date{
		margin-top: 10px;
	}
	.newsDetails .box1 .box-c .l .social a .iconfont{
		font-size: 18px;
	}
	.newsDetails .box1 .box-c .l .social{
		margin-top: 14px;
	}
	.newsDetails .box1{
		padding: 50px 0;
	}
	.news .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.news .box1{
		padding: 50px 0;
	}
	.news .box1 .pagination{
		margin-top: 30px;
	}
	.news .box1 .box-t{
		flex-direction: column;
	}
	.news .box1 .box-t .pic{
		width: 100%;
	}
	.news .box1 .box-t .text-box{
		padding: 30px;
	}
	.news .box1 .box-t .more{
		line-height: 44px;
		width: 135px;
	}
	.news .box1 .box-c .list{
		gap: 24px;
	}
	.newsDetails .box1 .box-c .btns a{
		padding: 30px;
	}
	.newsDetails .box1 .box-c .btns{
		grid-template-columns: repeat(1,1fr);
	}
}
@media (max-width: 500px) {
	.newsDetails .box1 .box-c .btns a .text-title{
		font-size: 18px;
	}
	.newsDetails .box1 .box-c .btns a .text-des{
		margin-top: 10px;
	}
	.newsDetails .box1 .box-c .btns a{
		padding: 20px;
	}
	.newsDetails .box1 .box-c .btns{
		margin-top: 25px;
	}
	.newsDetails .box1{
		padding: 40px 0;
	}
	.news .box1 .box-c{
		margin-top: 25px;
	}
	.news .box1 .box-t .text-box{
		padding: 20px;
	}
	.news .box1{
		padding: 40px 0;
	}
	.news .box1 .pagination{
		margin-top: 25px;
	}
}