.news .box1{
	padding: 83px 0 0;
}
.news .box1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box1 li,
.news .box1 i{
	width: 32.14%;
}
.news .box1 li {
	margin-bottom: 43px;
}
.news .box1 li .pic{
	overflow: hidden;
}
.news .box1 li .pic img{
	display: block;
	width: 100%;
	transition: all 0.6s;
}
.news .box1 li:hover{
	box-shadow: 0px 0px 30px 0px rgba(207, 207, 207, 0.3);
}
.news .box1 li:hover .pic img{
	transform: scale(1.2);
}
.news .box1 li .text-box{
	border: 1px solid #F1F1F1;
	/* box-shadow: 0px 0px 30px 0px rgba(207, 207, 207, 0.3); */
	padding: 39px 35px 42px;
}
.news .box1 li .text-box .news-type{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.news .box1 li .text-box .text-title{
	font-size: 20px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #333333;
	line-height: 28px;
	margin-top: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 li .text-box .details{
	margin-top: 58px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.news .box1 li .text-box .details .date{
	font-size: 15px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #AAAAAA;
	line-height: 1;
}
.news .box1 li .text-box .details .icon{
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: rgba(230, 0, 18, 0);
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	transform: rotate(-45deg);
	transition: all 0.6s;
}
.news .box1 li .text-box .details .icon .iconfont{
	color: rgba(136, 136, 136, 1);
}
.news .box1 li:hover .text-box .text-title{
	color: rgba(214, 13, 29, 1);
}
.news .box1 li:hover .text-box .details .icon{
	transform: rotate(0);
	background-color: rgba(214, 13, 29, 1);
	border-color: rgba(214, 13, 29, 1);
}
.news .box1 li:hover .text-box .details .icon .iconfont{
	color: #fff;
}
.news .box2{
	padding: 36px 0 110px;
}
.news-details {
	padding-top: 28px;
	/* background-color: #f8f8f8; */
}

.news-details .left {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

.news-details .article_top {
	padding: 50px 0px 0;

}

.news-details .content1400 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	/* background-color: #fff; */
}

.news-details .article_top .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 33px;
	line-height: 1.5;
	text-align: center;
}

.news-details .article_top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #F0F0F0;
}

.news-details .article_top li {
	margin-right: 65px;
}

.news-details .article_top li .iconfont {
	padding-right: 4px;
}

.news-details .article_top li img {
	width: 20px;
	margin: 0 2px;
}

.news-details .article_content {
	padding: 39px 0 22px;
	/* background-color: #fff; */
}

.news-details .article_content .text_div {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 36px;
	margin-bottom: 35px;
}
.news-details .article_content .text_div .text-title{
	font-weight: bold;
	margin-bottom: 8px;
}
.news-details .article_content .img {
	margin-bottom: 50px;
	text-align: center;
}

.news-details .article_content .img img {
	max-width: 100%;
}

.news-details .article_bottom {
	padding: 25px 0 114px;
	/* background-color: #f8f8f8; */
}

.news-details .article_bottom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-details .article_bottom li {
	width: 48.6%;
	background-color: rgba(248, 248, 248, 1);
	
}
.news-details .article_bottom li:nth-child(2) .text2{
	text-align: right;
}
.news-details .article_bottom li a{
	display: block;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	padding: 18px 15px 18px 0;
	align-items: center;
}
.news-details .article_bottom li:nth-child(2) a{
	padding: 18px 0 18px 15px;
}
.news-details .article_bottom li a img{
	display: none;
}
.news-details .article_bottom li:hover a img{
	display: block;
}
.news-details .article_bottom .text1 {
	width: 73px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.news-details .article_bottom .text1  {
	color: #999999;
}

.news-details .article_bottom .text2 {
	position: relative;
	flex: 1;
	padding: 0 15px;
	box-sizing: border-box;
}

.news-details .article_bottom .text2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	background-color: #E7E7E7;
}

.news-details .article_bottom li:nth-child(2n) .text2:before {
	left: auto;
	right: 0;
}

.news-details .article_bottom .text2 p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-details .article_bottom .text2 .title {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333;
	line-height: 26px;
}

.news-details .article_bottom .text2 .description {
	font-size: 13px;
	color: #999999;
	line-height: 26px;
}

.news-details .article_bottom li:hover {
	background-color: rgba(12, 83, 207, 1);
}

.news-details .article_bottom li:hover .text1 ,
.news-details .article_bottom li:hover .text2 .title {
	color: #FFFFFF;
}

.news-details .article_bottom li:hover .text2 .description {
	color: #5E87CC;
}
@media (max-width: 1199px) {
	.news-content ul li{
		width: 100%;
	}
	.news-details .left{
		width: 100%;
	}
	.news-details .right{
		width: 100%;
		margin-bottom: 50px;
	}
	.news-details .article_top .title{
		font-size: 26px;
	}
	.news-details .article_bottom li{
		width: 100%;
		margin-bottom: 10px;
	}
	.news .box1 li .text-box{
		padding: 25px 15px;
	}
}

@media (max-width:1024px) {
	.news .box1{
	    padding-top: 60px;
	}
	.news .box2{
	    padding-bottom: 60px;
	}
}
@media (max-width: 800px) {
	.news-details .article_top .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.news-details .article_top{
		padding: 30px 30px 0;
	}
	.news-details .article_content{
		padding: 22px 30px;
	}
	.news-details .article_content .text_div{
		margin-bottom: 20px;
	}
	.news-details .article_content .img{
		margin-bottom: 30px;
	}
	.news-details .right{
		padding: 30px 30px 0;
	}
	.news-details .article_top ul{
		justify-content: space-between;
	}
	.news-details .article_top li{
		margin-right: 0;
		/* flex: 1; */
		text-align: left;
	}
}
@media (max-width:768px) {
    	.news .box1{
	    padding-top: 50px;
	}
	.news .box2{
	    padding-bottom: 50px;
	}
	.news .box1 li, .news .box1 i{
		width: 48%;
	}
	.news .box1 li{
		margin-bottom: 25px;
	}
	.news .box1 li .text-box .details{
		margin-top: 30px;
	}
	.news .box1 li .text-box .text-title{
		font-size: 18px;
	}
	.news-details .article_bottom li:hover a img{
		display: none;
	}
}
@media (max-width: 500px) {
    	.news .box1{
	    padding-top: 40px;
	}
	.news .box2{
	    padding-bottom: 40px;
	}
	.news .box1 li .text-box .details .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.news .box1 li .text-box .text-title{
		font-size: 16px;
	}
	.news .box1 li, .news .box1 i{
		width: 100%;
	}
	.news-details .article_top li{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.news-details .article_top{
		padding: 20px 0px 0;
	}
	.news-details .article_top ul{
		padding-bottom: 10px;
	}
	.news-details .article_top .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.news-details .article_content{
		padding: 22px 0px 0;
	}
	.news-details .article_content .text_div{
		font-size: 14px;
		line-height: 28px;
	}
	.news-details .article_bottom .text2 .title{
		font-size: 14px;
	}
	.news-details .article_bottom .text2 .description{
		font-size: 12px;
	}
	.news-details .article_bottom{
		padding-bottom: 40px;
	}
	.news-details .right{
		padding: 20px 20px 0;
	}
	.news-details .right .title{
		font-size: 16px;
	}
	.news-details .right .title::before{
		height: 16px;
	}
	.news-details .right li{
		padding: 20px 0;
	}
	.news-details .right .article_title{
		font-size: 16px;
		line-height: 1.5;
	}
	.news-details .right .article_description{
		line-height: 22px;
	}
}