@charset "utf-8";
body{background: #f1f1f1;}
#header{
	position: fixed;
	top: 0;
	background: #fff;
}
#header.suspend{
	background: #fff;
}



#main .nav{
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	position:relative;
}
#main .nav ul li{
	float: left;
	width: 15%;
	padding-left: 45px;
	line-height: 70px;
}
#main .nav ul li a{
	font-size: 18px;
}
#main .nav ul li.on a{
	color: #ec141d
}
#main .nav .search{
	position: absolute;
	top: 18px;
	right: 15px;
}
#main .nav .search input{
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	width: 230px;
	border:1px solid #e1e1e1;
}
#main .nav .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{
}



#newsList .block{
	width:100%;
	height:258px;
	margin-bottom:30px;
	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:258px;
	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:30px;
}
#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(../image/icon.png) no-repeat -0px -350px;
}
#newsList .info .see{
	display:inline-block;
	width:20px;
	height:18px;
	position:relative;
	top:5px;
	background: url(../image/icon.png) no-repeat -100px -350px;
	margin-left:20px;
	margin-right:8px;
}
#newsList .block p{
	font-size:14px;
	line-height: 2.2rem;
	height:83px;
	overflow:hidden;
	text-align: justify;
	color: #000;
}
#newsList .block a span.more b{
	font-weight: normal;
	display: block;
	margin-top: 20px;
}
#newsList .block a:hover span.more{
	color: #E60012;
}


#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:1200px;
	overflow:hidden;
	min-height: 600px;
	background: #fff;
	padding: 20px 80px 50px 80px;
}
#newsDetail h2{
	color:#333;
	font-size:25px;
	text-align: center;
	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(../image/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;
}

@media screen and (max-width: 768px) {
header .menu ul li.news a{
	color: #e60012;
	border-bottom: 0;
}

#main .nav .search{
	display: none;
	position: absolute;
	top: 18px;
	right: 15px;
}

#main {
	background: #fff;
}
#main .nav ul li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 70px;
	padding: 0;
}
#main .nav ul li a{
	font-size: 18px;
}
#main .nav ul li a.on{
	color: #ec141d
}
#newsList{
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	float: none;
	width: 100%;
}
#newsList .block{
	width:100%;
	height:auto;
	border-bottom: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(../image/icon.png) no-repeat -0px -350px;
}
#newsList .info .see{
	display:inline-block;
	width:20px;
	height:18px;
	position:relative;
	top:5px;
	background: url(../image/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%;
}

}