li.head a{
	color: #000;
	text-decoration: none;
}
/*epaper style*/
.epaper {
	list-style: none;
	margin: 0;
	padding: 0;	
}.epaper > li{
	list-style: none;
	display: inline-block;
}.epaper-right{
	background:#000;
	position: relative;
}.epaper-right>img{
	margin-bottom: -5px;
}.epaper-right>img.actived{
	opacity:0.5;
	background:#000;
}
.epaper-right > a{
	font-family: 'FontAwesome';
	width: 36px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	display: none;
}.epaper-right > a.actived{
	display: inline-block;
}.epaper-right > a.actived i.list:hover{
	color:red;
}.epaper-right > a.actived i.view:hover{
	color:red;
}.epaper-right > a>i.list:before{
	content: '\f00b';
	color: #FFF;
	left: -140px;
	position: absolute;
	top: 200px;
	border: 5px solid #fff;
	padding: 10px;
	border-radius: 50px;
	font-style: normal;
	
}.epaper-right > a > i.view:before{
	content: '\f002';
	color: #FFF;
	left: -230px;
	position: absolute;
	top: 200px;
	border: 5px solid #fff;
	padding: 10px;
	border-radius: 50px;
	font-style: normal;
}.epaper li > a.epaper-list{
	list-style: none;
	text-decoration:none;
	font-style:none;
	display: block;
	position: relative;
	margin: 1px;
}.epaper li > a.epaper-list span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
}.epaper li > a.epaper-list span > b{
	background: #D51E25;
	padding: 5px;
	border-radius: 4px;
	color: #fafafa;
	margin: 0 auto;
	display: inline-block;
}.epaper li > a.epaper-list>img{
	width: 100%;
}.epaper li a.epaper-list:before{
	content: "";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 70px;
	color: #fff;
	margin: -35px 0 0 -35px;
	display: none;
	z-index: 2;
	text-shadow: 1px 2px 3px #333;
}.epaper li a.epaper-list:hover:before{
	display: block;
}.epaper li a.epaper-list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0,0,0,.2)
}.epaper li a.epaper-list:hover:after {
	background: none
}

ul.search-article{
	margin: 0;
	padding: 0;
}ul.search-article li{
	list-style: none;
	margin: 10px;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}ul.search-article li div{
	position: relative;
	display: block;	
}ul.search-article li div:after{
	clear: both;
	content: '';
	display: block;
}ul.search-article li div a{
	float: left;
	margin-right: 10px;
}ul.search-article li h1{
	font-size: 18px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}ul.search-article li a{
	display: block;
	color: #000;
	text-decoration: none;
}ul.search-article li a:hover{
	color: #B61F25;
	text-decoration: underline;
}ul.search-article li p{
	padding: 0;
	margin: 5px 0 0;
}ul.search-article li i{
	float: right; 
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

