﻿/* 初始化 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, section, p, span, font, div {
	margin: 0;
	padding: 0;
	font-family: "SimHei";
}
body, button, input, select, textarea {
	font: 400 14px/1.5 SimHei;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
b, em, h1, h2, h3, h4, h5, h6, i {
	font-size: 1em;
	font-weight: 400;
	font-style: normal
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: "SimHei";
}
ul, ol {
	list-style: none;
}
select, input, img, select {
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* 全局 */
body {
	min-width: 320px;
	margin: 0 auto;
	background: #f6f6f6
}


/* 轮播图 */
.ui-slider-item img {
	width:100%;
	height:auto;
}


/* 图文列表 */
.cnl {
	width: 100%;
}
.ls {
	width: 94%;
	margin: 0 auto;
}
.ls .ls_wz,.ls .ls_img,.ls .ads{
	padding: 12px 0;
	border-bottom: 1px solid #d3d3d3;
}
.wz_img {
	float: left;
	width: 26%;
}
.wz_img img {
	width:100%;
	height:auto;
}
.wz_cont {
	margin-top:2%;
	float: right;
	width: 71%;
}
.wz_cont .wz_tit {
	font-size: 1.3em;
	color: #2f2f2f;
}
.wz_cont p {
	color: #a7a7a7;
	line-height: 1em;
	margin-top: 0.2em;
}
.wz_cont p em{
	margin-top:2px;
	display:block;
}
.wz_icon, .comments_num {
	font-size: 0.8em;
	float: right;
	display: block;
	margin-left:8px;
	margin-top:8px;
}
.comments_num {
	font-size:0.85em;
	background-image:url(../images/pl_back2.gif),url(../images/pl_back.gif);
	background-position: right top,left top;
	background-repeat:no-repeat;
	padding:0 0.3em 0.5em 0.3em;
	background-size:auto 1.5em;
	line-height:1.4em;
}

.wz_icon {
	font-size:0.8em;
    -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	line-height:1.3em;
	padding:2px 2px 0px 2px;
}

.zt_icon{
	border: 1px solid #d13434;
	color:#d13434;
}

.dj_icon{
	border: 1px solid #4196de;
	color:#4196de;
}


/* 图片列表 */
.ls_img .wz_tit {
	font-size: 1.3em;
	color: #2f2f2f;
	display:block;
}
.ls_pl{
	padding-top:10px;	
	width:100%;
}
.ls_pl a{
	display:inline-block;
	width:32.5%;
	float:left;
}
.ls_pl .ls_pl_img{
	margin:0 1.25%;
}
.ls_pl a img{
	width:100%;
	height:auto;
}

/* 广告位 */
.ads{
	width:100%;
}
.ads img{
	max-width:100%;
	max-height:auto;
}

/* 更多 */
.ls .ls_more{
	width:100%;
	padding:12px 0;
}
.ls_more .more_btn{
	display:block;
	width:100%;
	text-align:center;
	font-size:1.2em;
	line-height:36px;
	cursor:pointer;
	border: 1px solid #d3d3d3;
    -moz-border-radius: 20px;      /* Gecko browsers */
    -webkit-border-radius: 20px;   /* Webkit browsers */
    border-radius:20px;           /* W3C syntax */
	color:#797979;
}

.mcj_bottom{width:94%; margin:0 auto;margin-top:30px; color:#838383;}
.mcj_foot{color:#838383;}
.mcj_foot a{display:inline-block; padding:0 12px; color:#838383;}