@charset "utf-8";
.news{
	width:100%;
	height:auto;
	
}
.news .hot-news{
	width:1400px;
	height:auto;
	margin: 0 auto;
}
.news-tit{
	width:174px;
	height:64px;
	font-size: 38px;
	/*background: url(../img/news-tit.png) no-repeat;*/
	/*background-position:33px 78px;*/
}
.news-con{
	
}
.news-conbox{
	width:440px;
	height:420px;
	background-color: #fff;
	border:1px solid #e1e2e2;
	box-shadow: 6px 6px 1px #e1e2e2;
	float: left;
	margin:0 13px 0 13px;
}
.news-conbox div img{
	width:438px;
}
.news-conbox-text{
	padding:24px 24px;
}
.news-conbox-text span{
	display: block;
}
.news-conbox-text-tit{
	font-size: 20px;
	color:#000;
	height:67px;
	border-bottom: solid 1px #d6d6d6;
}
.news-conbox-text-time{
	font-size: 16px;
	color:#adadad;
	height:48px;
	line-height: 48px;
	float: left;
}
.news-conbox-text .more{
	font-size: 16px;
	color:#adadad;
	height:48px;
	line-height: 48px;
	float: right;

}
.news .news-con-list{
	width:1400px;
	height:auto;
	margin: 0 auto;
}
.news-con-text{
	width:1400px;
	height:auto;
	margin:0 auto;
}
.news-con-text01-month{
	width:93px;
	height:100%;
	border-top:3px solid #005fc2;
	
}
.news-con-text01{
	border-top:1px solid #9ba4b5; 
	position: relative;
	margin-top:50px;
}
.news-con-text01-month{
	position:absolute;
	height:100%;
	font-size: 40px;
	color:#656a71;
	float: left;
}
.news-con-text01-month span{
	font-size: 16px;
	color:#656a71;
}
.news-con-text01-text{
	width:1237px;
	float: left;
	margin-left:150px;
	padding-top:30px;
	
}

.news-con-text01-text a{
	display: block;
	height: 145px;
	text-decoration: none;
	background-color:#fff;
	cursor: pointer;
	transition: 0.3s;
	color:blue;
	padding:10px 30px 0px 20px;
}

.news-con-text01-text a:hover{
	background-color:#f7f7f7;
}
.news-con-text01-text a:hover .news-con-text01-text-tit{
	color:#cfa972;
}

.news-con-text01-text span{
	display: block;
}
.news-con-text01-text-time{
	height:34px;
	font-size: 20px;
	color:#9ba4b5;
}
.news-con-text01-text-tit{
	height:35px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.news-con-text01-text-tit:hover{
	color: #005fc2;
}
.news-con-text01-text-con{
	font-size: 16px;
	color: #555f72;
	line-height: 29px;
}

/* news-detail */
.news-detail-con{
	width:1400px;
	margin:0 auto;
	padding-top:70px;
}
.news .news-path{
	font-size: 18px;
	color:#a0a0a0;
	
}
.news .news-path span{
	margin:0 8px;
}
.news-path-current{
	color:#00479d;
}

.news-contain{
	width:1400px;
	height:auto;
	display: flex;
	justify-content: space-between;
	/* background-color: aqua; */
	margin-top:70px;
}
.news-contain-l{
	width:980px;
	border-right: solid 1px #8c8c8c;
	padding-right:95px;
}
.news-contain-l-tit{
	font-size: 32px;
	color:#333333;
	margin-bottom: 32px;
}
.news-contain-l-time{
	font-size: 16px;
	color:#9ba4b5;
	margin-bottom: 35px;
	
}
.news-contain-l-text{
	font-size: 16px;
	color:#333;
}
.news-contain-l-text p{
	/*text-indent: 2em;*/
	line-height: 28px;
}
.news-contain-l-text img{
	display: block;
	width:631px;
	margin: 20px auto;
}
/* 产品明细 */
.news-contain-l-text1{
	font-size: 16px;
	color:#333;
}
.news-contain-l-text1 p{
	/*text-indent: 2em;*/
	line-height: 28px;
}
.news-contain-l-text1 img{
	display: block;
	margin: -30px auto;
	width: 884px;
}

.news-contain-r{
	width:420px;
	padding-left:42px;
}
.news-contain-r-tip{
	font-size: 20px;
	color:#000;
	text-align: left;
	margin-bottom: 19px;
}
.news-contain-r-box{
	width:378px;
	height:89px;
	margin-bottom: 20px;
}
.news-contain-r-box-tit{
	font-size: 16px;
	font-weight: bold;
	color:#555f72;
	border-left: solid 2px #0380ea;
	padding-left:8px;
	margin-bottom: 10px;
}
.news-contain-r-box-text{
	font-size: 14px;
	color:#9ba4b5;
	line-height: 25px;
}
