@charset "utf-8";
/* CSS Document */
/*****文章频道页*****/
.article-box{
    width: 1210px;
	margin:15px auto 0;
}
/*焦点图*/
#focus {
    width: 354px;
    float: left;
    overflow: hidden;
    height: 454px;
    padding: 3px;
    border: solid 1px #eee;
    background: #fbfbfb;
    position: relative;
}
#focus .slider {
    height: 454px;
    width: 354px;
    overflow: hidden;
	position:relative;
}
#focus .slider-panel{
	width:354px;
	height:auto;
	position:absolute;
	top:0;
	left:0;	
}
#focus .slider-panel a{
	display:block;
	width:354px;
	height:454px;	
}
#focus .slider-extra{
	height:20px;
	padding:2px 0;
	position:absolute;
	bottom:20px;
	right:10px;
	text-align:right;
}
#focus .slider-extra a {
	display:inline-block;
	background:#4f4f4f;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	width:24px;
	height:24px;
	float:left;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	line-height:24px;
	font-weight:400;
	font-size:14px
}
#focus .slider-extra a:hover, #focus .slider-extra a.curr {
	background:#0cb95f;
}
/*今日聚焦*/
.focus-today{
	float: left;
    margin: 0 15px;
    height: 460px;
    width: 530px;
    overflow: hidden;	
}
.focus-today h3{
	background: url(../images/tit-bg.png) 0 0 no-repeat;
    width: 520px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    margin-bottom: 15px;	
}
.focus-today h4{
	font-size:16px;
	margin-bottom:10px;
	text-align:left;
	color:#0cb95f;
}
.focus-today p {
    line-height: 22px;
    color: #999;
}
ul.allList {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.allList {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.allList.bodertop {
    border-top: dotted 1px #d9d9d9;
}
ul.allList li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
ul.allList li a.kind {
    display: inline-block;
    padding-left: 5px;
    color: #0cb95f;
}
ul.allList li span {
    display: inline-block;
    color: #dfdfdf;
    padding: 0 10px;
}
/*右侧内容*/
.page-side {
    width: 280px;
    float: right;
}
.side-con .title,.main-con .title{
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    background: #F9F9F9;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
	border:1px solid #eee;
}
.side-con .title .more{
	float:right;
	width:32px;
	height:14px;
	margin-top:9px;
	background:url(../images/tit-bg.png) no-repeat;
	background-position:0 -36px;	
}
.side-con .body{
	padding: 10px 15px;
	border: solid 1px #eee;
    border-top: 0;	
}
.side-con .body li{
    height: 28px;
	line-height:28px;
    overflow: hidden;
}
.side-con .body li .icon{
	float:left;
	width: 20px;
    height: 20px;
	line-height:20px;
    overflow: hidden;
    background: #eee;
    border-radius: 50%;
    color: #666;
    text-align: center;
    margin: 4px 5px 0 0;	
}
.side-con .body li .icon.curr{
	background:#0cb95f;
	color:#fff;	
}
.side-con .body li a{
	float:left;
}
.page-side .pic {
    margin-top: 10px;
    padding: 3px;
    background: #f9f9f9;
    border: solid 1px #eee;
    width: 272px;
    overflow: hidden;
}
/*通栏广告*/
.home-ad{
    position: relative;	
	overflow: hidden;
	height:100px;
}
.home-ad .ad-list{
	width:1210px;
	position:absolute;
	left:0;
	top:0;	
}
/*文章列表*/
.main-con{
	width: 915px;
    float: left;	
}
.main-con .body {
    height: 300px;
    padding: 0 15px;
    border: solid 1px #eee;
    border-top: 0;
}
.main-con .first {
    padding: 15px 0;
    height: 200px;
    width: 440px;
    float: left;
}
.main-con .first .head{
	height:29px;
	border-bottom:1px solid #eee;	
}
.main-con .first .head span {
    float: left;
    padding: 0 15px;
    border: 1px solid #eee;
    border-bottom: 0;
    height: 29px;
    background: #f9f9f9;
    line-height: 30px;
}
.main-con .first .head .head-more{
	float:right;
	margin: 5px 20px 0 0;
	color:#0cb95f;	
}
/*图片文章*/
.article-img-box{
	border:1px solid #eee;
    height: 360px;
    overflow: hidden;	
}
.sec-title-1{
	height: 31px;
    line-height: 31px;
    background: #F9F9F9;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;	
}
.sec-title-1 .more {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.article-img-box ul {
    overflow: hidden;
	padding:0 15px 0 370px;
}
.article-img-box li {
    text-align: center;
    margin: 0px 0 20px 24px;
    width: 140px;
    display: inline;
    float: left;
}
.article-img-box img {
    width: 140px;
    display: block;
    margin-bottom: 10px;
    height: 110px;
}
.article-img-box .focus{
	margin: 0px 0 0px -353px;
    width: 340px;	
}
.article-img-box .focus .view{
    width: 340px;
    height: 268px;
}
.article-img-box1{
	border:1px solid #eee;
	height:200px;
    overflow: hidden;	
}
.article-img-box1 ul{
	overflow:hidden;
	padding:0 20px;
}
.article-img-box1 li {
    text-align: center;
    margin:0 0 0 31px;
    width: 140px;
    display: inline;
    float: left;
}
.article-img-box1 li.first{
	margin:0;	
}
.article-img-box1 img {
    width: 140px;
    display: block;
    margin-bottom: 10px;
    height: 110px;
}

/*****帮助中心*****/
/*帮助中心左侧分类*/
.article-menu-list h4 b{
	background:url(../images/common/common-icon.png) no-repeat;	
}
.article-menu-title{
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	padding-left:25px;
}
.article-menu{
	border: 1px solid #eee;
	background:#f9f9f9;	
}
.article-menu-list{
	border-bottom: 1px solid #eee;	
}
.article-menu-list.last{
	border-bottom:0;	
}
.article-menu-list h4{
	height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: #4a4a4a;
    font-size: 14px;
}
.article-menu-list h4 b{
	float: right;
    width: 11px;
    height: 11px;
    margin-top: 1px;
    background-position: -26px -59px;
    overflow: hidden;
    cursor: pointer;
    margin: 14px 20px 0 0;	
}
.article-menu-list.curr{
	background:#fff;	
}
.article-menu-list.curr h4 {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.article-menu-list.curr h4 b{
    background-position: -40px -59px;
}
.article-menu-list ul{
	display:none;
	padding:0 10px;	
}
.article-menu-list ul li {
	padding-left: 32px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-top: 1px dashed #eee;
}
.article-menu-list ul li.first {
	border-top:none;
}
.article-menu-list ul li.curr a{
	color: #0cb95f;
}
.article-menu-list ul.curr{
	display:block;	
}
/*文章列表*/
.mod-tit{
	height:39px;
	line-height:39px;
	background:#f9f9f9;	
	padding:0 10px;
	font-size:14px;
	position:relative;
}
.article-search{
	position:absolute;
	right:10px;
	top:7px;
	overflow:hidden;	
}
.article-search .input{
	border:0;
	height:24px;
	border:1px solid #eee;
	border-right:0;
	background:#fff;
	width:200px;
	float:left;	
	font-size:12px;
	padding:0 10px;
}
.article-search .btn{
	float:left;
	height:26px;
	line-height:26px;
	background:#0cb95f;
	border:0;
	padding:0 15px;
	text-align:center;
	color:#fff;	
	font-size:12px;
}
.article-list{
	padding:0 10px;	
}
.article-list th{
	font-weight:normal;
	text-align:left;
	height:36px;
	line-height:36px;
	padding-left:5px;
}
.article-list td{
	border-top:1px dotted #eee;	
	text-align:left;
	padding-left:5px;
	height:36px;
	line-height:36px;
}

/*帮助中心 右侧内容*/
.article-tit {
    text-align: center;
    padding: 20px 0 10px;
    margin: 0 20px;
    font-size: 21px;
    line-height: 150%;
    color: #333;
    border-bottom: 1px dashed #eee;
}
.article-tit p{
	font-size:12px;
	color:#999;	
}
.article-detail{
	padding:15px 20px;	
	line-height:2em;
}
.article-detail img{
	display:block;
	margin:0 auto;
	max-width:100%;	
}
.article-bottom {
	margin:0 20px;
	border-top:1px solid #eee;
	padding:10px 0;
	line-height:20px;	
}

/*列表*/
.listxg {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-family: "\5FAE\8F6F\96C5\9ED1", "Arial Narrow", HELVETICA;
}

.cg_left {
	width: 820px;
	height: auto;
	float: left;
	overflow: hidden
}

.article_container li {
	border-bottom: dotted #bcbcbc 1px;
	margin-bottom: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1", "Arial Narrow", HELVETICA;
	padding-bottom: 25px;
	margin-top: 25px;
}

.article_container li .tit .titf {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	zoom: 1;
	font-weight: 600;
	display: block;
	overflow: hidden;
	margin-top: 2px;
}

.article_container li .tit .time {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #aeaeae;
	background: url(images/clock.png) 0px 8px no-repeat;
	padding-left: 20px;
}

.article_container li .info {
	height: 52px;
	line-height: 2em;
	color: #666;
	margin-bottom: 12px;
	clear: both;
	overflow: hidden;
	display: block
}

.article_container li .info a {
	color: #269600;
}

.article_container ul li a.img {
	width: 230px;
	height: 153px;
	float: left;
	display: block;
	border: none
}

.article_container ul li a.img img {
	width: 230px;
	height: 153px;
	overflow: hidden;
	margin-right: 25px;
	border: 0px;
	padding: 0px;
}

.article_container li .right {
	width: 563px;
}

.article_container li {
	overflow: hidden
}

.article_container li .info a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e6e6e6;
	color: #808080;
	float: right;
	margin-top: 23px;
	*margin-top: 0px;
}

.article_container li .info a:hover {
	color: #269600;
	text-decoration: none
}

.article_container li .tit .titf:hover {
	color: #F62648;
}

dl.XWZX4 {
	height: 191px;
	overflow: hidden;
	width: 800px;
	float: left;
	vertical-align: top;
	margin: 10px 14px 18px;
	padding: 0px;
	box-shadow: 0px 0px 5px #ccc;
}

dl.XWZX4 dt {
	float: left;
	width: 282px;
	height: 191px;
	overflow: hidden;
}

dl.XWZX4 dt a {
	overflow: hidden;
	width: 262px;
	height: 171px;
	margin: 10px;
	display: block
}

dl.XWZX4 dt img {
	display: block;
	width: 262px;
	height: 171px;
}

dl.XWZX4 dd {
	float: left;
	padding-left: 20px;
	width: 480px;
	overflow: hidden;
	padding-top: 14px;
}

dl.XWZX4 dd h4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 40px;
	padding: 0;
}

dl.XWZX4 dd h4 i {
	float: left;
	padding-right: 15px;
	display: none;
}

dl.XWZX4 dd h4 a {
	color: #333;
	height: 40px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}

dl.XWZX4 dd p {
	display: block;
	font-size: 13px;
	width: 485px;
	line-height: 28px;
	height: 86px;
	overflow: hidden;
}

dl.XWZX4 dd span a {
	width: 80px;
	height: 24px;
	float: right;
	line-height: 24px;
	font-size: 12px;
	text-align: center
}

dl.XWZX4:hover {
	box-shadow: 0px 0px 5px #BF0008;
}

dl.XWZX4:hover dt a img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

dl.XWZX4:hover a {
	color: #BF0008;
	text-decoration: none
}

dl.JMAL4 {
	height: 396px;
	overflow: hidden;
	width: 372px;
	float: left;
	vertical-align: top;
	margin: 10px 14px 18px;
	padding: 0px;
	box-shadow: 0px 0px 5px #ccc;
}

dl.JMAL4 dt {
	float: left;
	width: 372px;
	height: 194px;
	overflow: hidden;
}

dl.JMAL4 dt a {
	overflow: hidden;
	width: 352px;
	height: 174px;
	margin: 10px;
	display: block
}

dl.JMAL4 dt img {
	display: block;
	width: 352px;
	height: 174px;
}

dl.JMAL4 dd {
	float: left;
	padding-left: 20px;
	width: 338px;
	overflow: hidden;
	padding-bottom: 20px
}

dl.JMAL4 dd h4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 40px;
	padding: 0;
}

dl.JMAL4 dd h4 i {
	float: left;
	padding-right: 15px;
	display: none;
}

dl.JMAL4 dd h4 a {
	color: #333;
	height: 40px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

dl.JMAL4 dd p {
	display: block;
	font-size: 14px;
	width: 338px;
	line-height: 28px;
	height: 86px;
	overflow: hidden;
}

dl.JMAL4 dd span a {
	width: 80px;
	height: 24px;
	float: right;
	line-height: 24px;
	font-size: 12px;
	text-align: center
}

dl.JMAL4:hover {
	box-shadow: 0px 0px 5px #BF0008;
}

dl.JMAL4:hover dt a img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

dl.JMAL4:hover a {
	color: #BF0008;
	text-decoration: none
}

div.News_2 {
	padding-top: 10px;
}

dl.JDAL4 {
	height: 360px;
	overflow: hidden;
	width: 282px;
	float: left;
	vertical-align: top;
	margin: 10px 14px 18px;
	padding: 0px;
	box-shadow: 0px 0px 5px #ccc;
}

dl.JDAL4 dt {
	float: left;
	width: 282px;
	height: 194px;
	overflow: hidden;
}

dl.JDAL4 dt a {
	overflow: hidden;
	width: 262px;
	height: 174px;
	margin: 10px;
	display: block
}

dl.JDAL4 dt img {
	display: block;
	width: 262px;
	height: 174px;
}

dl.JDAL4 dd {
	float: left;
	padding-left: 20px;
	width: 248px;
	overflow: hidden;
	padding-bottom: 20px
}

dl.JDAL4 dd h4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 40px;
	padding: 0;
}

dl.JDAL4 dd h4 i {
	float: left;
	padding-right: 15px;
	display: none;
}

dl.JDAL4 dd h4 a {
	color: #333;
	height: 40px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

dl.JDAL4 dd p {
	display: block;
	font-size: 14px;
	width: 248px;
	line-height: 28px;
	height: 86px;
	overflow: hidden;
}

dl.JDAL4 dd span a {
	width: 80px;
	height: 24px;
	float: right;
	line-height: 24px;
	font-size: 12px;
	text-align: center
}

dl.JDAL4:hover {
	box-shadow: 0px 0px 5px #BF0008;
}

dl.JDAL4:hover dt a img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

dl.JDAL4:hover a {
	color: #BF0008;
	text-decoration: none
}
.cg_right{float:right;width:349px;height:auto;background:#f8f8f8;overflow:hidden;padding-bottom:20px;}
.right_one{width:310px;margin:0 auto;height:auto;overflow:hidden}
.right_one h2{font-size:16px;color:#F62648;display:block;border-bottom:1px solid #e5e5e5;margin-top:23px;padding-bottom:13px;padding-left:3px}
.right_one ul li a{display:block;color:#666666;font-size:14px;width:88px;height:30px;line-height:30px;text-align:center;border:1px solid #dedede;background:#fff}
.right_one ul li{float:left;margin-right:19px;margin-top:13px;}
.right_one ul{width:380px;}
.right_one ul li.on a,.right_one ul li a:hover{background:#f4faf5;border:2px solid #F62648;color:#F62648;width:86px;height:28px;}
.right_two{width:310px;margin:0 auto;height:auto;overflow:hidden}
.right_two h2{font-size:16px;color:#F62648;display:block;border-bottom:1px solid #e5e5e5;margin-top:23px;padding-bottom:13px;padding-left:3px}
.qgou{width:310px;height:auto;overflow:hidden;background:#fff;margin-top:14px;;padding-bottom:7px;}
.djs{width:310px;text-align:center;color:#464646;font-size:16px;margin-top:18px;}
.djs font{color:#d41111;padding:0 4px;font-size:16px;font-weight:600}
.djs span{color:#d41111;padding:0 4px;font-size:16px;font-weight:600}

a.cp_img{width:290px;height:290px;display:block;margin:0 auto;margin-top:12px;}
a.cp_title{width:290px;display:block;margin:0 auto;color:#333333;font-size:14px;overflow:hidden;height:24px;line-height:24px;text-align:left;margin-top:4px;}
a.cp_title:hover{color:#F62648}

.jge{width:290px;display:block;margin:0 auto;margin-top:4px;height:30px;}
.jge span{color:#cF6264800;font-family:arial;font-size:22px;float:left}
.jge font{float:left}
font.yjia{color:#aeaeae;font-family:arial;font-size:12px; text-decoration:line-through;margin-top:7px;margin-left:9px;}
.cztj a.cp_title{margin-top:0px;}
.cztj .jge{height:28px;margin-top:8px;}
.cztj font.yjia{float:right}
.wz.lf.overf a:hover h4{color:#F62648}
.overf {
	overflow: hidden;
}
.jge span{color:#F62648;font-family:arial;font-size:22px;float:left}
.jge font{float:left}
.con .conr{ width:310px; height:auto; padding:0 20px 20px 20px; margin-top:40px; background-color:#f8f8f8;}
.con .conl{
	width: 820px;
	height: auto;
}
.article_content h1{ display:block; height:60px; line-height:60px; text-align:center; font-size:22px; color:#333; font-weight:100;}
.article_content .sjy { text-align:center; color:#aeaeae; padding-bottom:10px; border-bottom:dashed 1px #e5e5e5; margin-bottom:30px;}
.article_content .sjy font{ padding-left:25px;}
.article_content .wz{ height:auto; padding-bottom:30px;}
.article_content .wz p{ height:auto; font-size:15px; color:#333; line-height:30px; text-indent:30px; margin-bottom:0px;}
.article_content .wz p.tpc{ text-align:center;}

/*上一页 下一页*/
.bqk { height:auto; background:url(../images/bqkbg.jpg) repeat-y 0 0; border-top: solid 1px #e9f0f0; border-bottom: solid 1px #e9f0f0;margin-bottom:15px;}
.bqk .bql{ width:620px; height:auto; padding-left:20px;}
.bqk .bql h2{ display:block; margin:20px 0;  font-size:16px; height:30px; line-height:30px; font-weight:100;}
.bqk .bql h2 span{ color:#666; padding-right:10px;}
.bqk .bql h2 a{ margin-right:10px; color:#fff; padding:0 10px; background-color:#ff8d00; }
.bqk .bql h2 a:hover{ background-color:#ef8501; }
.bqk .bql .wxlb{ height:auto; padding-bottom:10px;}
.bqk .bql .wxlb p{ height:30px; line-height:30px; font-size:14px; color:#666; overflow:hidden; }
.bqk .bql .wxlb p a{ padding-left:10px; color:#666;}
.bqk .bql .wxlb p a:hover{ color:#F62648; text-decoration:underline;}
.ad img{ display:block; width:820px; height:140px; margin:20px 0;}

/*最新资讯*/
.zjpd{ height:auto;}
.zjpd h1{ display:block; margin-bottom:15px; height:44px; line-height:44px; border-bottom:solid 1px #e5e5e5; font-size:16px; color:#F62648;}
.zjpd .mk{ height:auto;}
.zjpd .mk img{ display:inline; float:left; width:97px; height:97px; margin-right:20px;}
.zjpd .mk .wz{ width:192px; height:auto;}
.zjpd .mk .wz h2{ display:block; height:auto; line-height:22px; font-size:14px; color:#464646; font-weight:100;}
.zjpd .mk .wz .jg{ height:auto; margin-top:10px;}
.zjpd .mk .wz .jg span{ display:block; font-size:22px; color:#F62648; height:24px; line-height:24px;}
.zjpd .mk .wz .jg span font{ font-size:18px;}
.zjpd .mk .wz .jg em.jj{ font-size:14px; color:#aeaeae; text-decoration:line-through;}

.yd{ height:auto; margin-top:20px;}
.yd .ula{ height:auto;}
.yd .ula a{ display:block; height:auto; margin-bottom:15px;}
.yd .ula a span{ display:block; width:20px; height:20px; border-radius:2px; border:solid 1px #bbb; text-align:center; line-height:20px; color:#bbb; margin-right:10px;}
.yd .ula a span.qs{ border:solid 1px #ff7f00; text-align:center; line-height:20px; color:#ff7f00; }
.yd .ula a .wz{ height:auto;}
.yd .ula a .wz em{ font-size:14px; color:#464646;}
.yd .ula a .wz img{ display:none; width:142px; height:95px; margin-top:10px;}
.yd .ula a:hover{ cursor:pointer;}
.yd .ula a:hover .wz img,.yd .ula a.current .wz img{ display:block;}

.lf{ display:inline; float:left;}
.rt{ display:inline; float:right;}

.cxh{ height:auto;}
.cxh h3{ display:block; height:40px; line-height:40px; border-bottom:solid 1px #e5e5e5; font-size:16px; color:#F62648; font-weight:100; margin-bottom:20px;}
.cxh ul{ display:block; height:auto;}
.cxh ul li{ display:inline; float:left; margin-right:20px; width:400px; height:auto; overflow:hidden;}
.cxh ul li .tpa img{ display:block; width:143px; height:95px; margin-right:15px;}
.cxh ul li .wz{ width:242px; height:auto;}
.cxh ul li .wz h4{ display:block; height:28px; line-height:28px; font-size:16px; color:#464646; font-weight:100; overflow:hidden;}
.cxh ul li .wz p{ display:block; margin-top:10px; height:54px; line-height:18px; font-size:12px; color:#666; margin-bottom:0; text-indent:0;}

.jpzs{ height:auto; padding-bottom:20px;}
.jpzs .mka{ display:inline; float:left; margin-right:15px; width:191px; border:solid 1px #ededed;padding-bottom:5px;}
.jpzs .mka img{ display:block; width:191px; height:191px;}
.jpzs .mka h4{ display:block; padding:0 10px; font-weight:100; height:40px; line-height:40px; overflow:hidden;}
.jpzs .mka h4 span{ display:inline; float:left; color:#F62648; font-size:18px;}
.jpzs .mka h4 .by { display:inline; float:left; margin-left:10px; width:27px; height:40px; text-indent:-9999px;}
.jpzs .mka h4 em{ display:inline; float:right; font-size:14px; color:#aeaeae; text-decoration:line-through;}
.jpzs .mka p{ display:block; height:40px; line-height:20px; overflow:hidden; padding:0 10px; font-size:14px; color:#666;}

.conl .wz p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-indent: 30px;
}

.yh {
	font-family: 微软雅黑;
}