@charset "utf-8";
.detail_box{
	width: 100%;
	height: 100%;
	background: #FAFBFD;
	background-image: url(../image/detail_banner.png);
	background-size: auto 400px;
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 1200px;
}
.news_detail{
	overflow: hidden;
	margin-top: 34px;
	margin-bottom: 64px;
}
.detail_title{
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 28px;
	color: #060D32;
	line-height: 40px;
	margin-top: 40px;
	width: 840px;
}
.detail_inscribe{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #3F4555;
	width: 840px;
	margin-top: 16px;
}
.detail_content{
	padding: 32px 40px 50px;
	box-sizing: border-box;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 15px;
	color: rgba(6,13,50,0.8);
	line-height: 34px;
	height: 100%;
  min-height:536px;
	background: #FFFFFF;
	border-radius: 15px;
	float: left;
	width: 850px;
}
.detail_content p,.detail_content div,.detail_content span{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 15px;
	color: rgba(6,13,50,0.8);
	line-height: 34px;
}
.detail_content img{
	max-width: 730px;
	display: block;
	margin: 10px auto;
}
.other_news{
	width: 310px;
	height: 536px;
	background: #FFFFFF;
	border-radius: 15px;
	float: right;
	padding: 30px 18px;
	box-sizing: border-box;
}
.other_news_title{
	margin-left: 12px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #060D32;
	position: relative;
	display: inline-block;
}
.other_news_title span{
	position: relative;
}
.other_news_title:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient( 270deg, rgba(240,75,79,0.02) 0%, #C30D23 100%);
	opacity: 0.8;
}
.other_news_list{
	margin-top: 18px;
}
.other_news_list li{
	width: 100%;
	padding: 12px 10px 12px 12px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 4px 4px 20px 4px;
}
.other_news_list li .list_top{
	overflow: hidden;
}
.other_news_list li .list_top .news_date{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #C30D23;
	float: left;
}
.other_news_list li .list_top .news_more{
	width: 16px;
	height: 16px;
	/* background: url(../image/icon-more.png) no-repeat; */
	/* background-size: 100% 100%; */
	float: right;
}
.other_news_list li .list_bott{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #060D32;
	line-height: 22px;
	margin-top: 6px;
}
.other_news_list li:hover{
	background: #C30D23;
}
.other_news_list li:hover .news_date{
	color: #fff;
}
.other_news_list li:hover .list_bott{
	color: #fff;
}
.other_news_list li:hover .news_more{
	background: url(../image/arrow-more.png) no-repeat;
	background-size: 100% 100%;
}