@charset "utf-8";
body{
	background: #fafafa;
}
header .menu ul li.news a{
color: #e60012;
border-bottom: 3px solid #e60012;
}

#breadcrumbs{
	margin-top: 90px;

}

#banner{
	position: relative;
}

#newsList{
	padding-bottom: 50px;
	padding-top: 20px;
	position: relative;
	float: left;
	width: 1000px;
}

#newsList .search{
	position: absolute;
	top: -25px;
	right: 0;
}
#newsList .search input{
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	width: 230px;
	border:1px solid #e1e1e1;
}
#newsList .search button{
	height: 36px;
	line-height: 36px;
	border:0;
	border-left: 1px solid #f1f1f1;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

#newsList .block{
	width:100%;
	height:260px;
	border:1px solid #E4E4E4;
	margin-bottom:50px;
	background:#fff;
	color:#666;
	padding-right:50px;
	transition:all 0.2s;
}
#newsList .block:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
#newsList .block a{
	display: block;
	overflow: hidden;
}
#newsList .block .figure{
	display:inline-block;
	height:262px;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	margin-right:40px;
}
#newsList .block .figure img{
	height: 258px;
}

#newsList .block h4{
	color:#333;
	font-size:22px;
	font-weight:400;
	margin-top:20px;
}
#newsList .info{
	font-size:13px;
	font-weight:400;
	margin:10px 0;
	color: #aaa;
}
#newsList .info .time{
	font-size:13px;
	font-weight:400;
	color: #aaa;
	display: inline-block;
}

#newsList .info .date{
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 5px;
	background: url(../images/icon.png) no-repeat -0px -350px;
}
#newsList .info .see{
	display:inline-block;
	width:20px;
	height:18px;
	position:relative;
	top:5px;
	background: url(../images/icon.png) no-repeat -100px -350px;
	margin-left:20px;
	margin-right:8px;
}
#newsList .block p{
	font-size:14px;
	line-height: 2.2rem;
	height:70px;
	overflow:hidden;
	text-align: justify;
}
#newsList .block a:hover span.more{
	color: #E60012;
}


#newsList .load{
	width: 200px;
	height: 50px;
	color: #fff;
	line-height: 48px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	background: #E60012;
	border:1px solid #E60012;
	margin:0 auto;
	display: block;
}

#newsList .cutpage{
   text-align: center;
   overflow: hidden;
   padding-bottom: 30px;
   width: 100%;
}
#newsList .cutpage a{
   position: relative;
   top: 23px;
   overflow: hidden;
   font-size: 14px;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   margin: 5px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #dfdfdf;
}
#newsList .cutpage a.current{
   background: #e60012;
   color: #fff;
   border: 0;
}
#newsList .cutpage a.start, #newsList .cutpage a.top, #newsList .cutpage a.end{
   line-height: 38px;
   width: 80px;
}



#newsDetail{
	width:1000px;
	overflow:hidden;
	min-height: 600px;
}
#newsDetail h2{
	color:#333;
	font-size:25px;
	font-weight:400;
	padding-top:40px;
	padding-bottom:20px;
	border-bottom:1px solid #E4E4E4;
}
#newsDetail .info{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
	color: #aaa;
}
#newsDetail .info .date{
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 5px;
	background: url(../images/icon.png) no-repeat -0px -350px;
}
#newsDetail .info .author{
	display:inline-block;
	width:18px;
	height:16px;
	position:relative;
	top:2px;
	margin-left:20px;
	margin-right:8px;
}
#newsDetail .con{
	margin-top:30px;
	margin-bottom:50px;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

#newsDetail .around{
	margin: 20px 60px 30px;
	color: #888;
	border-top: 1px solid #E1E1E1;
	padding-top: 10px;
}
#newsDetail .around a{
	padding-right: 50px;
	color: #888;
}
#newsDetail .around a:hover{
	color: #EC141D;
}

#newsDetail .relevant{
	margin: 10px 60px;
}
#newsDetail .relevant h3{
	color: #EC141D;
}
#newsDetail .relevant ul{
	padding-top: 7px;
}
#newsDetail .relevant ul li{
	line-height: 32px;
	height: 32px;
	display: block;
	position: relative;
}
#newsDetail .relevant ul li a{
	padding-right: 50px;
	display: block;
	color: #888;
}
#newsDetail .relevant ul li a h2{
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #888;
	padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
    float: left;
	/*单行溢出显示省略号*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#newsDetail .relevant ul li a:hover h2{
	color: #EC141D;
}
#newsDetail .relevant ul li span.deta{
	position: absolute;
	right: 0;
	line-height: 32px;
	font-size: 12px;
	color: #999;
}


@media screen and (max-width: 768px) {
header .menu ul li.news a{
	color: #e60012;
	border-bottom: 0;
}
#breadcrumbs{
	margin-top: 35px;
}
#newsList{
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	float: none;
	width: 100%;
}
#newsList .block{
	width:100%;
	height:auto;
	border:1px solid #E4E4E4;
	margin-bottom:10px;
	background:#fff;
	color:#666;
	padding-right:15px;
	padding-left: 15px;
	transition:all 0.2s;
}
#newsList .block .figure{
	display:inline-block;
	height:auto;
	width: 120px;
	float:left;
	position:relative;
	top:10px;
	left:0px;
	margin-right:10px;
	margin-bottom: 10px;
}
#newsList .block .figure img{
	width: 100%;
	height: auto;
}

#newsList .block h4{
	color:#333;
	font-size:16px;
	line-height: 20px;
	font-weight:400;
	margin-top:10px;
}
#newsList .info{
	font-size:12px;
	font-weight:400;
	margin:10px 0;
	color: #aaa;
}
#newsList .info .time{
	font-size:12px;
	font-weight:400;
	color: #aaa;
	display: inline-block;
}

#newsList .info .date{
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 5px;
	background: url(../images/icon.png) no-repeat -0px -350px;
}
#newsList .info .see{
	display:inline-block;
	width:20px;
	height:18px;
	position:relative;
	top:5px;
	background: url(../images/icon.png) no-repeat -100px -350px;
	margin-left:20px;
	margin-right:8px;
}
#newsList .block p{
	display: none;
}
#newsList .block a span.more{
	display: none;
}

#newsList .search{
	position: absolute;
	top: -25px;
	right: 0;
	display: none;
}
#newsList .search input{
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	width: 230px;
	border:1px solid #e1e1e1;
}
#newsList .search button{
	height: 36px;
	line-height: 36px;
	border:0;
	border-left: 1px solid #f1f1f1;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

#newsList .cutpage{
   text-align: center;
   overflow: hidden;
   padding-bottom: 30px;
   width: 100%;
}
#newsList .cutpage a{
   position: relative;
   top: 23px;
   overflow: hidden;
   font-size: 14px;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   margin: 5px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #dfdfdf;
   display: none;
}
#newsList .cutpage a.current{
   background: #e60012;
   color: #fff;
   border: 0;
}
#newsList .cutpage a.top, #newsList .cutpage a.end{
   display: inline-block;
}

#newsDetail{
	width:100%;
	overflow:hidden;
	min-height: 500px;
	padding: 0 20px;
}
#newsDetail h2{
	color:#333;
	font-size:20px;
}
#newsDetail img{
	max-width: 100%;
}


#newsDetail .around{
	margin: 20px 10px 30px;
	color: #888;
	border-top: 1px solid #E1E1E1;
	padding-top: 10px;
}
#newsDetail .around a{
	padding-right: 50px;
	color: #888;
}
#newsDetail .around a:hover{
	color: #EC141D;
}

#newsDetail .relevant{
	margin: 10px 10px;
}
#newsDetail .relevant h3{
	color: #EC141D;
}
#newsDetail .relevant ul{
	padding-top: 7px;
}
#newsDetail .relevant ul li{
	line-height: 32px;
	height: 32px;
	display: block;
	position: relative;
}
#newsDetail .relevant ul li a{
	padding-right: 10px;
	display: block;
	color: #888;
	/*单行溢出显示省略号*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#newsDetail .relevant ul li a:hover{
	color: #EC141D;
}
#newsDetail .relevant ul li span.deta{
	position: absolute;
	right: 0;
	line-height: 32px;
	font-size: 12px;
	color: #999;
}
/*mobile css*/
}