body{
	background-color: #f8f8f8;
	min-height: 100%;
}
#main{
	min-height: 100%;
	padding-top: 80px;
}
#main .inner{
	padding: 3% 0 4.17%;
}
.list1 #main .title,.list2 #main .title{
	font-size: 0;
	margin-bottom:2.58%;
	text-align: center;
}
.list1 #main .title a,.list2 #main .title a{
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	font-size: 20px;
	font-weight: bold;
	color: #aaa;
	padding-bottom: 18px;
	border-bottom: 2px solid transparent;
}
.list1 #main .title a:last-child,.list2 #main .title a:last-child{
	margin-right: 0;
}
.list1 #main .title a.active,.list2 #main .title a.active{
	color: #1270ad;
	border-color: #1270ad;
}
/*行业新闻*/
.list1{
	background-repeat: no-repeat;
	background-image: url(../images/news_list1_bg_web.png);
	background-position: right 3.5625rem;
	background-size: 74.27% auto;
}
.list1 #main li{
	margin-bottom: 2.27%;
  	box-shadow: 0px 7px 27px 0px rgba(4, 0, 0, 0.08);
}
.list1 #main li:last-child{
	margin-bottom: 0;
}
.list1 #main li a{
	background-color: #fff;
	padding: 1.8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
}
.list1 #main li .img-box{
	width: 33%;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.list1 #main li .img-box img{
	width: 100%;
}
.list1 #main li .text-box{
	display: inline-block;
	vertical-align: middle;
	width: 63.68%;
}
.list1 #main li .text-box h5{
	font-size: 24px;
	color: #333;
	
	font-weight: normal;
	line-height: 1.5;
	max-height: 3em;
}
.list1 #main li:hover .text-box h5{
	color: #4087bd;	
}
.list1 #main li .text-box p{
	font-size: 18px;
	color: #999;
	
	line-height: 1.66;
	margin: 3% 0 4%;
	max-height: 3.32em;
}
.list1 #main li .text-box .time{
	font-size: 14px;
	color: #ccc;
}
.list1 #main li:hover .text-box .time{
	color: #4087bd;	
}
/*公司新闻*/
.list2 #main ul{
	font-size: 0;
}
.list2 #main li{
	width: 31.8%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.3%;
	margin-bottom: 5.75%;
}
.list2 #main li:nth-child(3n){
	margin-right: 0;
}
.list2 #main li .img-box{
	border-radius: 10px;
	overflow: hidden;
}
.list2 #main li .img-box img{
	width: 100%;
}
.list2 #main li .text-box{
	border-bottom: 1px solid #ddd;
	padding: 3.3% 0 2.4%;
}
.list2 #main li:hover .text-box{
	border-color: #428bc2;
}
.list2 #main li .text-box p{
	font-size: 20px;
	color: #666;
	
	line-height: 1.6;
	height: 4.8em;
	margin-bottom: 3.8%;
}
.list2 #main li:hover .text-box p{
	color: #428bc2;
}
.list2 #main li .text-box .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
}
.list2 #main li .text-box .time{
	font-size: 14px;
	color: #999;
	
}
.list2 #main li:hover .text-box .time{
	color: #428bc2;
}
.list2 #main li .text-box .more span{
	font-size: 14px;
	color: #999;
	font-family: "acrom";
	vertical-align: middle;
}
.list2 #main li:hover .text-box .more span{
	color: #428bc2;
}
.list2 #main li .text-box .more img{
	margin-left: 8px;
	vertical-align: middle;
}
.list2 #main li .text-box .more img.hover,.list2 #main li:hover .text-box .more img{
	display: none;
}
.list2 #main li .text-box .more img,.list2 #main li:hover .text-box .more img.hover{
	display: inline-block;
}
/*新闻详细*/
.detail #main{
	padding: 80px 0 0;
}
.detail #main .inner{
	background-color: #fff;
	padding: 3.65% 5.9375% 4.48%;
}
.detail #main .title{
	text-align: left;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-family: "myriadbold";
	line-height: 1.533;
	margin-bottom: 2%;
}
.detail #main .time{
	font-size: 18px;
	color: #ccc;
	text-align: left;
}
.detail #main .content{
	text-align: right;
}
.detail #main .text-box{
	text-align: left;
	font-size: 18px;
	color: #666;
	line-height: 1.66;
	padding: 4.2% 0 2.74%;
}
.detail #main .text-box *{
	font-size: inherit !important;
	color: inherit;
	line-height: inherit !important;
}
.detail #main .text-box img{
	max-width: 100%;
}
.detail #main .back{
	font-size: 0;
}
.detail #main .back span{
	font-size: 22px;
	color: #428bc2;
	vertical-align: middle;
}
.detail #main .back img{
	margin-left: 8px;
	vertical-align: middle;
}
@media only screen and (max-width:768px){
	body{
		background-color: #fff;
	}
	#main{
		padding-top: 3.75rem;
	}
	#main .inner{
		padding: 1.375rem 0 2.5rem;
	}
	.list1 #main .title,.list2 #main .title{
		margin-bottom: 0.5625rem;
	}
	.list1 #main .title a,.list2 #main .title a{
		text-align: center;
		margin-right: 1.52%;
		font-size: 0.6875rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #ececec;
		width: 32.32%;
	}
	/*行业新闻*/
	.list1{
		background-image: none;
	}
	.list1 #main li{
		margin-bottom: 1.0625rem;
	  	box-shadow: 0px 0.25rem 0.875rem 0px rgba(4, 0, 0, 0.08);
	}
	.list1 #main li a{
		padding: 1.375rem 0.5625rem;
	}
	.list1 #main li .img-box{
		width: 37.15%;
		border-radius: 0.3125rem;
	}
	.list1 #main li .text-box{
		width: 59%;
	}
	.list1 #main li .text-box h5{
		font-size: 0.75rem;
		line-height: 1.25;
		max-height: 2.5em;
	}
	.list1 #main li:hover .text-box h5{
		color: #333;	
	}
	.list1 #main li .text-box p{
		font-size: 0.5625rem;
		line-height: 1.33;
		margin: 0.375rem 0 0.625rem;
		max-height: 2.66em;
	}
	.list1 #main li .text-box .time{
		font-size: 0.625rem;
	}
	.list1 #main li:hover .text-box .time{
		color: #ccc;	
	}
	/*公司新闻*/
	.list2 #main li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.75rem;
	}
	.list2 #main li .img-box{
		border-radius: 0.3125rem;
	}
	.list2 #main li .text-box{
		padding: 0.9375rem 0 0.4375rem;
	}
	.list2 #main li:hover .text-box{
		border-color: #ddd;
	}
	.list2 #main li .text-box p{
		font-size: 0.75rem;
		color: #428bc2;
		line-height: 1.25;
		height: 2.5em;
		margin-bottom: 1.25rem;
	}
	.list2 #main li .text-box .time{
		font-size: 0.6875rem;
	}
	.list2 #main li:hover .text-box .time{
		color: #999;
	}
	.list2 #main li .text-box .more span{
		font-size: 0.6875rem;
	}
	.list2 #main li:hover .text-box .more span{
		color: #999;
	}
	.list2 #main li .text-box .more img{
		margin-left: 0.25rem;
		height: 0.5rem;
	}
	.list2 #main li .text-box .more img.hover.hover,.list2 #main li:hover .text-box .more img.hover{
		display: none;
	}
	.list2 #main li .text-box .more img,.list2 #main li:hover .text-box .more img{
		display: inline-block;
	}
	/*新闻详细*/
	.detail #main{
		padding: 3.75rem 0 0;
	}
	.detail #main .inner{
		padding: 0.8125rem 0 2.875rem;
	}
	.detail #main .title{
		font-size: 0.9375rem;
		line-height: 1.6;
		margin-bottom: 0.875rem;
	}
	.detail #main .time{
		font-size: 0.6875rem;
	}
	.detail #main .content{
		text-align: center;
	}
	.detail #main .text-box{
		font-size: 0.75rem;
		line-height: 1.5;
		padding: 0.9375rem 0 2.5rem;
	}
	.detail #main .back span{
		font-size: 0.9375rem;
	}
	.detail #main .back img{
		height: 0.5rem;
		margin-left: 0.3125rem;
	}
}