@charset "utf-8";

/* 初始化 */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;	padding: 0;}

img, fieldset {border: 0;}

/* set image max width to 100% */
img {max-width: 100%;height: auto;width: auto\9;} /* \9 在IE6/IE7/IE8/IE9/IE10下生效 */

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* disable webkit text size adjust (for iPhone) */
html {
	-webkit-text-size-adjust: none;
}

/* reset webkit search input styles */
/* 在写样式的时候，iphone会有一些默认样式，比如 <input type=”submit” style=”background:#000″ value=”提交” /> 背景竟然是比较灰，并不黑。使用-webkit-appearance:none可去除系统默认的样式 */
/* outline: none;定义无轮廓样式*/
input[type=search] {-webkit-appearance: none;outline: none;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {display: none;}


/* 全局CSS定义 */
body{font-family:Microsoft YaHei,Arial,Helvetica,sans-serif;background:none;text-align:center;margin:0 auto;padding:0;font-size:100%;color:#000;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a{outline-style:none; color:#000;text-decoration:none}
a:hover{color:#000;text-decoration:underline;}
.red{color:#ff5555;}
/* 通用属性 */
.clear{clear:both;}

/*常用方法*/
.hidden{display:none;} 
.hidden div{border-bottom:solid 1px #EFEFEF;}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}

/* CSS空白 */
.blank1{margin:0 auto;height:1px;font-size:1px;background:#C5DBE8;overflow:hidden;clear:both;}
.blank3{margin:10px auto 25px;height:3px;font-size:1px;background:url(../../../images/2014/m/line_1x3.jpg);clear:both;}
.blank2{margin:0 auto;height:2px;font-size:1px;clear:both;}

.blank5{margin:0 auto;height:5px;font-size:1px;clear:both;}
.blank8{margin:0 auto;height:8px;font-size:1px;clear:both;}
.blank10{margin:0 auto;height:10px;font-size:1px;clear:both;}
.blank20{margin:0 auto;height:20px;font-size:1px;clear:both;}
.blank30{margin:0 auto;height:30px;font-size:1px;clear:both;}
.blank40{margin:0 auto;height:40px;font-size:1px;clear:both;}
.blank60{margin:0 auto;height:60px;font-size:1px;clear:both;}

header{margin:0 auto;width:100%;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");}
.loc_logo_nav{width:100%;color:#FFF;
background: #C23434;
background-image: -khtml-linear-gradient(top, #AB3030, #C23434);
background-image: -rim-linear-gradient(top, #AB3030, #C23434);
background-image: -ms-linear-gradient(top, #AB3030, #C23434);
background-image: -o-linear-gradient(top, #AB3030, #C23434);
background-image: -moz-linear-gradient(top, #AB3030, #C23434);
background-image: -webkit-linear-gradient(top, #AB3030, #C23434);
background-image: linear-gradient(top, #AB3030, #C23434);
}
.loc_logo_navbtn{width:100%;height:50px;line-height:50px;border-bottom:solid 1px #A0141D;color:#FFF;font-weight:bold;cursor:pointer;}
.loc_logo{float:left;}
.loc{float:left;width:150px;height:50px;overflow:hidden;}
.loc img{width:150px;height:50px;}
.logo{float:left;padding-left:10px;}
.logo h1 a{font-size:1.25em;color:#FFFFFF;height:50px;line-height:50px;font-weight:bold;}
.logo h1 a:hover{text-decoration:none;color:#FFCC00;}
.navbtn{float:right;width:80px;height:50px;overflow:hidden;background:url(../../../images/2014/m/icon_5F25x20.png) center 15px no-repeat;overflow:hidden;border-left:solid 1px #A0141D;
-khtml-box-shadow:-1px 0 #C3464F;	/* Konqueror */
-rim-box-shadow:-1px 0 #C3464F;	/* RIM */
-ms-box-shadow:-1px 0 #C3464F;	/* Microsoft */
-o-box-shadow:-1px 0 #C3464F; 	/* Opera */
-moz-box-shadow:-1px 0 #C3464F; /* Mozilla(如 Firefox) */
-webkit-box-shadow:-1px 0 #C3464F;	/* Webkit（如 Safari 和 Chrome） */
box-shadow:-1px 0 #C3464F;	/* W3C */
}
.navbtn1{float:right;width:80px;height:50px;overflow:hidden;background:url(../../../images/2014/m/sou1.png) no-repeat center center;background-size:1.48rem 1.48rem;}
.pl{right: 10px;top: 0px}
.pl li{float: right;color: #999;list-style: none}
.pl a{color: #9A8069;height: 20px;line-height: 20px}
.pl li i{margin-right: 5px}
.pl .w-sep{color: #DFC8B3;font-size: 10px;padding: 0 10px}

nav{margin:0 auto;padding:0 10px;border-top:solid 1px #C3464F;display:block;}			
nav ul{padding:10px 0;}
nav ul li{float:left;width:16.6666666%;line-height:2.0em;text-align:left;}
nav ul li a:link {color:#FFF;}
nav ul li a:visited{color:#FFF;}
nav ul li a:hover{color:#FFF;text-decoration:underline;}
nav ul li a:active{color:#FFF;}

section{margin:0 auto;width:100%;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");}

/* 滑动门通用样式*/
/* tabbed_content */
.tabbed_content{background-color:none;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");}
.tabs{width:100%;height:45px;line-height:45px;position:relative;background:#F3F3F3;border-bottom:solid 1px #CCC;overflow:hidden;}
.tabs h2{padding-left:10px;float:left;}
.tabs .moving_bg{width:25%;_width:15%;height:43px;border-bottom:solid 2px #B52232;background-color:#FFF;position:absolute;z-index:190;left:0;background-position:bottom left;background-repeat:no-repeat;font-weight:bold;overflow:hidden;}
.tabs2 .moving_bg{width:20%}
.tabs3 .moving_bg{width:16.6666666%;}
.tabs .tab_item{display:block;float:left;width:25%;color:#ffffff;text-align:center;z-index:200;position:relative;cursor:pointer;color:#000;font-weight:bold;overflow:hidden;}
.tabs2 .tab_item{width:20%;}

.tabs3 .tab_item{width:16.6666666%;}
.tabs .tab_item:hover{color:#B52232;font-weight:bold;}
.tabbed_content .slide_content{overflow:hidden;background-color:none;position:relative;width:100%;}
.tabslider{width:400%}
.tabslider2{width:500%}
.tabslider3{width:600%}
.tabslider ul{float:left;margin:0px;width:25%;text-align:left;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;/* padding和border被包含在定义的width和height之内 */background:none;}
.tabslider2 ul{width:20%}
.tabslider3 ul{width:16.6666666%;}
.tabslider ul a{margin-bottom:10px;display:block;color:#000;text-decoration:none;}
.tabslider ul a:hover{color:#00;text-decoration:underline;}
.tabslider .hidden div{padding:10px 10px;_padding:10px 0;*padding:10px 0;font-size:16px;}
.tabslider ul li span,.tabslider .hidden div span{display:block;width:100%;color:#C5C5C5;text-align:right;font-size:0.875em;}
.tabslider ul li span em,.tabslider .hidden div em{float:left;font-style:normal;}
.tabslider ul li{padding:10px;border-bottom:solid 1px #EFEFEF;}

.more,.computer{margin:20px auto;width:auto;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");height:40px;line-height:40px;background:#F3F3F3;border:solid 1px #EFEFEF;text-align:center;cursor:pointer;overflow:hidden;}

/* 文章页 */
article{margin:0 auto;padding:25px 10px;width:auto;max-width:940px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>940?"940px":"");text-align:left;}
article h2{font-size:1.25em;}
article .time_source{margin:10px 0;color:#999;text-align:left;}
article .time_source span{margin-right:20px;}
article .editor p{text-align:left;font-size:0.8em;line-height:2.0em;color:#696969;}
article .editor p em{font-style:normal;font-weight:bold;}
article .content{padding:10px 0;word-wrap:break-word;overflow:hidden;}
article .content p{margin-bottom:10px;line-height:1.8em;text-align:left;}
article .content p a:link{color:#0000FF;}
article .content p img{object-fit: scale-down;}/* 保证图片不会被拉伸 */

#user_comment{margin:0 auto;width:auto;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");padding:0 10px;}
#user_comment .title{height:50px;line-height:50px;border-bottom:solid 1px #CCC;text-align:right;}
#user_comment .title span{color:#C9C9C9;font-size:0.75em;}
#user_comment .title h3{float:left;font-size:1.25em;}
#user_comment .title h3 em{font-style:normal;font-size:0.8em;color:#C9C9C9;}
#user_comment form{width:100%;padding:10px 0;}
#user_comment form textarea{width:100%;max-width:958px;padding: 5px;height:30px; font-size:16px;line-height:24px;border:solid 1px #CCC;background:#FFF;-moz-box-sizing: border-box;box-sizing: border-box;/* padding和border被包含在定义的width和height之内 */}
/*user_comment form textarea:focus{height:130px;}*/
#user_comment form input{float:right;margin-top:10px;width:60px;height:32px;line-height:32px;background:#F3F3F3;border:solid 1px #CCC;overflow: hidden;
background: #C23434;
background-image: -khtml-linear-gradient(top, #E0E0E0, #F3F3F3);
background-image: -rim-linear-gradient(top, #E0E0E0, #F3F3F3);
background-image: -ms-linear-gradient(top, #E0E0E0, #F3F3F3);
background-image: -o-linear-gradient(top, #E0E0E0, #F3F3F3);
background-image: -moz-linear-gradient(top, #E0E0E0, #F3F3F3);
background-image: -webkit-linear-gradient(top, #E0E0E0, #F3F3F3);
background-image: linear-gradient(top, #E0E0E0, #F3F3F3);
}
.comment{padding:20px 0;}
.commentbox{padding:20px 0;border-bottom:solid 1px #EFEFEF;text-align:left;}
.name_time{margin-bottom:10px;padding-left:15px;width:100%;background:url(../../../images/2014/m/icon_9x16.png) left 2px no-repeat;text-align:left;color:#A7ABAC;-moz-box-sizing: border-box;box-sizing: border-box;}
.name_time span{float:right;font-size:0.75em;}
#top{margin:0 auto;position:relative;width:100%;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");height:30px;}
#goTopBtn {position:absolute;right:10px;top:16px;width:31px;height:11px;cursor:pointer;display:block;overflow:hidden;}
footer{margin:0 auto;width:auto;max-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");padding:10px;background:#F3F3F3;border-top:solid 1px #E3E3E3;font-size:0.75em;color:#666;}

/*热门列表*/
.mod{margin-top:10px;padding:10px;background:#fff;overflow:hidden;}
.mod,.mod .title{position:relative;text-align: left}
.mod .title{height:30px;padding:5px 0}
.mod .title h5{padding-left:10px;border-left:3px solid #3e98f0;color:#5c5c5c;font-size:18px;height:20px;line-height:20px}
.mod .title .more{position:absolute;right:6px;top:4px;font-size:14px;color:#6c6c6c}
.article-hot{overflow:hidden}
.article-hot li{height:50px;line-height:50px;font-size:16px;border-top:1px solid #eee;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.article-hot a:hover{color: #F00}
.article-hot li .mun{color:#d52b2b;height:20px;float:left;font-size:20px;font-style:italic;font-family:georgia,STHeiti,"Microsoft YaHei",simsun,sans-serif,Arial;line-height:15px;margin:13px 6px 0 0;overflow:hidden;text-align:center;width:10px}
.article-hot li:nth-child(n+4) .mun{color:#888}

.article-list{overflow:hidden}
.article-list li{height:50px;line-height:50px;font-size:16px;border-top:1px solid #eee;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.article-list a:hover{color: #F00}
.article-list a::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ddd;
	margin-right: 10px;
	top: -2px;
	position: relative;
}
.article-list li:nth-child(n+4) .mun{color:#888}

.taginfo{margin-bottom: 15px;}
.taginfo a{display:block;background-color:#eee;font-size:14px;color:#333;padding: 0px 10px;padding: 5px 10px;display: inline-block;}
.taginfo a:hover{background-color:#ff665b;color:#fff}

/* 上下篇 */
.m_ssxx {border-top: 1px dashed #ddd;font-size: 14px;line-height: 200%;padding: 12px 0 5px 0;margin-top: 10px;overflow: hidden}
.m_ssxx p {font-size: 14px;letter-spacing: 0;margin: 5px 0;color: #3a3a3a;width: 100%;line-height: 27px}
.m_ssxx p:nth-child(1) {float: left;text-align: left}
.m_ssxx p span {color: #266889}
.m_ssxx p a {color: #555}
.m_ssxx p a:hover {color: #F00}

/* 列表页 */
.data-list1 a{font-weight: 700;}
.tabslider ul li p{color: #3c3c3c;}

/* 分页 */
.page { text-align: center; color: #666; width: 100%; clear: both; margin: 10px 0 10px; }
.page a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
/*.pagelist a:nth-child(1) { display: none }*/
.page a:hover, .page > b { color: #3690cf; color: #FFF; background: #ff5555; }
.page > b { display: inline-block;padding: 5px 10px;margin: 0 5px 10px; }
a.curPage { color: #ffffff; font-weight: bold; background: #000; }

/* 内容页顶 */

.fava {
	padding: 10px 0 30px;
	text-align: center;
	font-family: 微软雅黑;
	width: 100%
}
.fava a {
	color: white;
	display: inline-block;
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
	padding: 10px 3%;
	border: 0;
	font-size: 14px;
	background: #406DB1;
	border-radius: 2px;
	text-align: center
}
a.diggit {
	margin-left: 2%;
	background: #E2523A
}
a.diggit i, a.shoucang i {
	margin-right: 5px;
	font-weight: 700
}
.clear {
	clear: both;
	zoom: 1
}
.fava i{ font-style:normal}
.fava form {
	display: inline;}
.paybtn {
	color: white;
	display: inline-block;
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
	padding: 10px 3%;
	border: 0;
	font-size: 14px;
	margin-left: 2%;
	background: #E2523A !important;
	border-radius: 2px;
	text-align: center;
}

.gmtch, .gmtch1 {
	position: fixed;
	left: -100%;
	right: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 0;
	z-index: 9999;
	display: none;
}
.gmtch:after, .gmtch1:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

/* 专题 */

#list-description{width:100%;height:100%;overflow:hidden;background:#F0F8FF 0 0 no-repeat;border-bottom:#e1eded 1px solid}
#list-description p{font:12px/22px;color:#666;text-align:left;}

/* 底部导航 */

.footnav{	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
	height: 105px;
	background: #474747;
	color: #747474;}
.footnav ul{display: block;unicode-bidi: isolate;padding:0 5%;}
.footnav ul li{float:left;width:16.6666666%;line-height:2.0em;text-align:center;}
.footnav ul li a{color: #fff;}
.footnav ul li span{margin: 0 5px;}