﻿/* ---- 幻灯片 Style ---- */
.main_visual {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0rem auto 1rem;
}
.main_image {
	overflow: hidden;
	position: relative;
}
.main_image ul {
	width: 9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
}
.main_image li img {
	width: 100%;
}
.main_image li a {
	display: block;
	width: 100%;
}
.main_image li p,.topimg p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2.5rem;
	line-height: 1.5rem;
	padding:0.5rem 3.5rem 0.5rem 1rem;
	background: rgba(0,0,0,0.5);
	font-size:1.0rem;
	color: #fff;
}
div.flicking_con {
	position: absolute;
	bottom: 1rem;
	right: 0.5rem;
	z-index: 999;
	height: 0.4rem;
}
div.flicking_con a {
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	font-size: 0px;
	line-height: 0px;
	margin: 0 0.15rem;
	background: #cccccc;
	border-radius:50%;
	display: block;
	text-indent: -1000px;
	cursor: pointer;
}
div.flicking_con a.on {
	background: #cd383a;
}
#btn_prev, #btn_next {
	display:none;
	z-index: 11111;
	position: absolute;
	width: 0px!important;
	height: 0px!important;
	top: 50%;
	line-height: 0px;
	font-size: 0px;
	display: none;
}
.topimg{
    position: relative;
}
.topimg img{width:100%;height:auto;}

/* ---- 栏目头 Style ---- */
.indexHead{
	overflow:hidden;
	padding:0 0.9rem;
	border-top:1px solid #e5e5e5;
	background:#f6f6f6;
	border-bottom:1px solid #c8c8c8;
	position:relative;
	margin-top:1rem;}
.indexHead h1{
	height:3.1rem;
	line-height:3.1rem;
	font-size:1.6rem;
	color:#8c8c8c;
	font-weight:normal;}
.indexHead h1 a{
	color:#8c8c8c;}
.indexHead a.more{
	position:absolute;
	top:0px;
	right:0px;
	height:3.1rem;
	width:3.1rem;
	overflow: hidden;
	text-indent:-99999px;
	background:url(img/indexHead_arrow.png) center center no-repeat;
	background-size:0.9rem auto;}
/* ---- 列表页 Style ---- */	
.newsList{}
.newsList li{
	box-sizing:content-box;
	padding:0.8rem 0;
	border-bottom:1px solid #d2d2d2;
	position:relative;
	overflow:hidden;}
/*.newsList li.headline{
	padding-right:10.5rem;} */
.newsList li .pic{
	/*position:absolute;
	top:0.8rem;
	width:9.5rem;
	right:0;
	border:1px solid #e7e7e7;*/
	float:right;
	margin-left:1rem;
	width:9.5rem;
	border:1px solid #e7e7e7;}
.newsList li .pic img{
	width:100%;
	height:auto;}
.newsList li.introline .intro{
	line-height:1.5rem;
	font-size:1rem;
	color:#999;
	overflow:hidden;
	margin-bottom:0.8rem;
	}
.newsList li.introline .intro img{
	width:4.8rem;
	float:left;
	margin-right:0.5rem;}
.newsList li .title{
	min-height:1.8rem;
	line-height:1.8rem;
	font-size:1.2rem;
	color:#444;
	margin-bottom:1rem;}
@media screen and (max-width:800px){
	.newsList li .title{
		min-height:1.8rem;
		line-height:1.8rem;
		font-size:1.3rem;
		font-weight:600;
		color:#444;
		margin-bottom:1rem;}
}
.newsList li .other{
	height:1.1rem;}
.newsList li .state{
	float:left;
	box-sizing:content-box;
	height:1.1rem;
	line-height:1.1rem;
	font-size:0.9rem;
	color:#df3031;
	padding:0 0.4rem;
	border:1px solid #df3031;
	border-radius:0.2rem;}
.newsList li .date{
	float:left;
	height:1.1rem;
	line-height:1.1rem;
	font-size:1rem;
	color:#969696;}
.loading{
	height:2.1rem;
	text-align:center;
	margin:1rem 0;}
.loading a{
	box-sizing:content-box;
	border:1px solid #a1a1a1;
	border-radius:0.3rem;
	background:#fff;
	display:inline-block;
	height:2.1rem;
	line-height:2.1rem;
	font-size:1rem;
	color:#7f7f7f;
	width:10rem;
	text-align:center;}
/* ---- 广告 Style ---- */	
.adsBox{
	margin-top:0.5rem;
	margin-bottom:1rem;}
.adsBox .title{
	line-height:2rem;
	padding:0.2rem 0;
	font-size:1.4rem;
	color:#323232;
	font-weight:normal;}
.adsBox .title a{
	color:#323232;}
.adsBox .pic img{
	width:100%;}
.adsBox  .other{
	box-sizing:content-box;
	height:1.1rem;
	padding:0.5rem 0;}
.adsBox .state{
	float:left;
	box-sizing:content-box;
	height:1.1rem;
	line-height:1.1rem;
	font-size:0.9rem;
	color:#8a8a8a;
	padding:0 0.4rem;
	border:1px solid #b7b7b7;
	border-radius:0.2rem;
	margin-right:1rem;}
.adsBox  .date{
	float:left;
	height:1.1rem;
	line-height:1.1rem;
	font-size:1rem;
	color:#969696;}