﻿@charset "UTF-8";
/*
* author kis2
* time 2018.05.22
*/

/* CSS Document*/
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
video {max-width: 100%;}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #cc141e;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #f0f0f0;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h35{
	clear: both;
	overflow:hidden;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow:hidden;
}
.h100 {
	clear: both;
	height: 100px;
	overflow:hidden;
}
.h200{
	clear: both;
	height: 200px;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/
.wrap{
	width: 1200px;
	margin:0px auto;
	position: relative;
	z-index: 3;
}
.wrap.box{
	width: 1170px;
	margin: 0px auto;
}
.bc_fff{
	background: #fff;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.subCont{
	overflow: hidden;
}
.subContL{
	width: 240px;
	overflow: hidden;
	margin-right: 15px;
	min-height: 400px;
}
.subContR{
	overflow: hidden;
}
.tableBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}
.table{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}
.tableCell{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.comBox{
	position: relative;
	height: 330px;
	z-index: 4;
}
/*.tabCont{
	overflow: hidden;
	display: block;
}*/
/*顶部开始*/
.topBox{
	overflow: hidden;
}
.logo{
	display: block;
	overflow: hidden;
	margin: 95px 0px;
}
.logo img{
	display: block;
	height: 85px;
}
.topSearch{
	overflow: hidden;
	margin: 117px 0px;
}
.topSeaInp{
	display: block;
	overflow: hidden;
	height: 36px;
	width: 250px;
	border: 2px solid #cc141e;
	background: #d8f3ff;
	padding: 0px 10px;
	font-size: 14px;
	color:#666;
	line-height: 36px;
	font-family: 'microsoft YaHei';
	float: left;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
a.topSearchBt {
	display: block;
	overflow: hidden;
	width: 85px;
	height: 40px;
	background: #cc141e;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	font-size: 16px;
	color:#fff;
	line-height: 40px;
	text-align: center;
}
/*顶部结束*/

/*
* nav 导航 begin
*/
.navBox{
	height: 55px;
	position: relative;
}
.nav_dl{
	position: relative;
}
.nav_dl dd{
	width: 109.09px;
	position: relative;
	float: left;
	display: inline;
}
.nav_a{
	display: block;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	font-size: 0px;
	background: #cc141e;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav_dl dd.hover .nav_a,
.nav_a:hover{
	background: #b1111a;
}
.nav_a span{
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	/*padding-left: 30px;*/
}
/*.navDd1 .nav_a span{
	background: url(../images/navIcon1.png) no-repeat left center;
}
.navDd2 .nav_a span{
	background: url(../images/navIcon2.png) no-repeat left center;
}
.navDd3 .nav_a span{
	background: url(../images/navIcon3.png) no-repeat left center;
}
.navDd4 .nav_a span{
	background: url(../images/navIcon4.png) no-repeat left center;
}
.navDd5 .nav_a span{
	background: url(../images/navIcon5.png) no-repeat left center;
}
.navDd6 .nav_a span{
	background: url(../images/navIcon6.png) no-repeat left center;
}
.navDd7 .nav_a span{
	background: url(../images/navIcon7.png) no-repeat left center;
}
.navDd8 .nav_a span{
	background: url(../images/navIcon8.png) no-repeat left center;
}
.navDd9 .nav_a span{
	background: url(../images/navIcon9.png) no-repeat left center;
}*/
.nav_a em{
	display: block;
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #cf3139;
	position: absolute;
	right: 0px;
	top: 0px;
}
.nav_ul{
	display: none;
	overflow: hidden;
	position: absolute;
	top: 55px;
	padding-top: 20px;
}
.nav_ul li{
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0px 15px;
	line-height: 60px;
        background-color: white;
}
.nav_ul li a{
	font-size: 16px;
	color:#333;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav_ul li a:hover{
	color:#b1111a;
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 790px;
}
.banner .hd{
	width: 100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0px;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	height: 12px;
	width: 12px;
	overflow:hidden;
	text-indent: 99em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin: 0px 5px;
	background: #696868;
}
.banner .hd ul li.on {
	background: #fff;
}
.banner .bd{height: 790px;position:relative; z-index:0;overflow:hidden;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 790px;
	position: relative;
}
.banner .bd dd a{
	height: 100%;
	width: 100%;
	display: block;
}
.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 20px;
	height: 37px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.banner .prev{
	background: url(../images/bannerPrev.png) no-repeat center left;
	float: left;
	text-align: right;
}
.banner .prev:hover{
	background: url(../images/bannerPrev_h.png) no-repeat center left;
}
.banner .next{
	background: url(../images/bannerNext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(../images/bannerNext_h.png) no-repeat center right;
}
/*banner结束*/

/*rightTop begin*/
.rightTop{
	height: 53px;
	position: relative;
	line-height: 53px;
	border-bottom: 2px solid #c3c3c3;
}
.rightTopTit{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 53px;
	border-bottom: 2px solid #cc141e;
	line-height: 53px;
	font-size: 18px;
	color:#555;
	padding: 0px 3px;
}
.rightTop .location{
	float: right;
	border-bottom: none;
}

/*
* location
*/
.location{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #f2f2f2;
}
.location a{
	color:#666;
}
.location a:last-child,
.location a:hover{
	color:#cc141e;
}
.location span{
	padding-left: 25px;
	background: url(../images/location.png) no-repeat left center;
}
.location i{
	padding: 0px 3px;
}
/*
* left
*/
.subContLBox{
	overflow: hidden;
	width: 240px;
}
.subContL_dl{
	overflow: hidden;
}
.fixed{
	position: fixed;
	left: 50%;
	margin-left: -585px;
}
.subContL_dl dt{
	height: 54px;
	overflow: hidden;
	line-height: 54px;
	font-size: 20px;
	color:#fff;
	text-align: center;
	background: url(../images/leftTitBg.png) no-repeat center center;
}
.subContL_dl dd{
	height: 45px;
	overflow: hidden;
	border-top: 1px solid #fff;
	position: relative;
}
.subContL_dl dd a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#333;
	padding: 0px 20px;
	line-height: 45px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #ebebeb url(../images/trangleRight.png) no-repeat 220px center;
}
.subContL_dl dd.hover a,
.subContL_dl dd a:hover{
	color:#fff;
	background: #cc141e url(../images/trangleRight_h.png) no-repeat 220px center;
}
.leftNews_dl{
	overflow: hidden;
}
.leftNews_dl dt{
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	font-size: 16px;
	color:#fff;
	padding: 0px 20px;
	background: #cc141e;
	margin-bottom: 5px;
}
.leftNews_dl dd{
	border-bottom: 1px dotted #999;
}

/*
* 全文
*/
.textList_dl{
	padding: 10px 0px;
	border-bottom: 1px dotted #999;
}

/*
* 信访
*/
.letterList_dl{
	padding: 10px 0px;
	border-bottom: 1px dotted #999;
}
.letterListTit_dl dt{
	background: #f0f0f0;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
}
.letterListTit_dl dt span{
	width: 103px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	color:#333;
	text-align: center;
	float: left;
	border-right: 2px solid #fff;
}
.letterListTit_dl dt span.txtListSpan1{
	padding-left: 20px;
	width: 683px;
	text-align: left;
}
.letterListTit_dl dt span.txtListSpan3{
	width: 105px;
	border:none;
}
.letterList_dl dd .listTit{
	width: 695px;
}
.letterList_dl dd span.listTime{
	width: 105px;
	text-align: center;
}
.letterList_dl dd span.handSta{
	width: 105px;
	text-align: center;
	font-size: 14px;
	color:#333;
}
.letterList_dl dd span.over{
	color:#cc141e;
}
.letterList_dl dd span.ing{
	color:#35cc0c;
}
/*页码开始*/
.page {
	padding:11px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}

  
.page a:hover {
	background: #cc141e;
	border-color:#cc141e;
	color: #fff;
}
.page a.hover {
	background: #cc141e;
	border-color:#cc141e;
	color: #fff;
}
a.fs_st{
	font-family: "宋体";
	background: #c8c8c8;
	color:#fff;
	font-weight: bold;
	padding:8px 12px;
	border:none;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page input.pageDetail {
	width: 45px;
	height:27px;
	line-height:27px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:29px;
	cursor:pointer;
	color:#fff;
	background:#cc141e; 
}

/*.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 10px;color:#999999;border-radius:3px;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #0088f1;color: #fff;}
.page a.hover{background: #0088f1;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/icon12.png)}
.page a.prevPage div{background-image: url(../images/icon13.png)}
.page a.nextPage div{background-image: url(../images/icon14.png)}
.page a.lastPage div{background-image: url(../images/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/icon15.png)}
*/
/*页码结束*/

/*底部开始*/
.footer{
	overflow: hidden;
	background: #fff;
	padding: 15px 0px;
}
.footL{
	overflow: hidden;
	font-size: 12px;
	color:#808080;
	line-height: 24px;
	padding: 10px 0px;
}
.footR{
	overflow: hidden;
}
.footR a{
	display: block;
	float: left;
	margin-left: 10px;
}
/*底部结束*/

/************************************二级页面 begin*************************************/
/*
* 列表公共部分
*/
.com_dl{
	overflow: hidden;
}
.com_dl dd{
	width: 33.3333333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.list_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.imgDiv{
	/*width: 100%;*/
	overflow: hidden;
	position: relative;
	padding-top: 64.7058824%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.scaleImg img{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.scaleImg:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listTit{
	font-size: 14px;
	color:#454545;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .listTit{
	color:#cc141e;
}
.listIntr{
	height: 50px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime{
	font-size: 14px;
	color:#999;
	overflow: hidden;
}
.listTime i{
	color:#999;
}
.listDeta{
	overflow: hidden;
}

/*
* 全图
*/
.imgList_dl{
	width: 930px;
}
.imgList_dl dd{
	width: 295px;
	float: left;
	display: inline;
	padding: 10px 0px;
	margin-right: 15px;
}
.img_a{
	display: block;
	overflow: hidden;
}
.img_a img{
	display: block;
	width: 295px;
	height: 200px;
}
.imgName{
	overflow: hidden;
	display: block;
	font-size: 14px;
	color:#333;
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/*
* 图文列表
*/
.txtImg_dl{
	overflow: hidden;
}
.txtImg_dl dd{
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #f0f0f0;
}
.txtImg{
	display: block;
	overflow: hidden;
	margin-right: 20px;
}
.txtImg img{
	display: block;
	width: 240px;
	height: 160px;
}
.txtImgDeta{
	overflow: hidden;
	padding-top: 5px;
}
.txtImgTit{
	overflow: hidden;
	font-size: 15px;
	color:#454545;
	font-weight: bold;
}
.txtImgIntr{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	height: 90px;
	margin: 10px 0px;
}
.txtImgOther{
	font-size: 12px;
	color:#999;
	overflow: hidden;
}
.txtImgOther i{
	padding: 0px 20px;
	color:#a9a9a9;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:0px 20px 20px;
}
.articleBox.w_600{width: 600px;}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}

.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	height:500px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	background: #fafbfb;
	padding: 15px 0px;
}
.articleTitle{
	padding: 20px 0 10px 0;
    font-size: 24px;
    line-height: 46px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.articleTime {
	line-height: 36px;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.artPage{
	overflow: hidden;
}
.artPage p{
	font-size: 16px;
	color:#333;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.artPage p a:hover{
	color:#cc141e;
}
.artPage p a{
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#cc141e;
	}
.articlePage a.hover{
	color:#fff;
	background:#cc141e;
	}
.download{
	clear:both;
	height:32px;
	font-size:18px;
	padding:10px 0 0 0;
	}
.download a{
	display:block;
	line-height:32px;
	float:left;
	padding:0 0 0 40px;
	color:#0079ce;
	font-family:"microsoft yahei";
	margin:0 10px 0 0;
	font-size:14px;
	background:url(../images/download.png) no-repeat left center;
	}
a.goBack{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#72ae58;
	padding-right: 25px;
	background: url(../images/goBack.png) no-repeat right center;
}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
	color:#666;
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
}
.shareBoxL b{
	display:block;
	line-height:40px;
	float:left;
}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
}
.shareBoxR a{
	color:#666;
}
.shareBoxR a:hover{
	color:#cc141e;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:810px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

/********************************此处首页样式开始*********************************/
/*
* 第一通栏 begin
*/
.box{
	padding: 15px;
	overflow: hidden;
	background: #fff;
}
.noticeBox{
	height: 30px;
	border-bottom: 1px solid #f2f2f2;
}
.noticeL{
	margin-right: 20px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color:#cc141e;
	padding-left: 40px;
	background: url(../images/notice.png) no-repeat 10px center;
}
.noticeBt{
	overflow: hidden;
	padding: 2px 0px;
	margin-left: 90px;
}
.noticeBt .bt{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
}
.noticeBt .prev{
	background: url(../images/noticeBt.png) no-repeat left top;
}
.noticeBt .prev:hover{
	background: url(../images/noticeBt.png) no-repeat left bottom;
}
.noticeBt .next{
	background: url(../images/noticeBt.png) no-repeat right top;
}
.noticeBt .next:hover{
	background: url(../images/noticeBt.png) no-repeat right bottom;
}
.noticeCont .bd{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.notice_dl{
	overflow: hidden;
}
.notice_dl dd{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
a.notice_a{
	display: block;
	overflow: hidden;
	float: left;
	font-size: 16px;
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.notice_a:hover{
	color:#cc141e;
}
.noticeTime{
	overflow: hidden;
	font-size: 16px;
	color:#333;
	float: right;
}
.ind1stL{
	width: 570px;
	overflow: hidden;
	position: relative;
}
.ind1stL .hd{
	height: 380px;
	overflow: hidden;
}
.ind1st_dl{
	overflow: hidden;
}
.ind1st_dl dd{
	overflow: hidden;
}
.ind1stL_a{
	display: block;
	overflow: hidden;
}
.ind1stL_a img{
	display: block;
	width: 570px;
	height: 380px;
}
.ind1stL .hd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}
.ind1stTit{
	font-size: 14px;
	color:#fff;
	overflow: hidden;
	margin-left: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stL .hd ul{
	overflow: hidden;
	margin: 15px 5px 15px 0px;
}
.ind1stL .hd ul li{
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 5px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.ind1stL .hd ul li.on{
	background: #cc141e;
}
.ind1stR{
	width: 585px;
	overflow: hidden;
}
.titBox{
	height: 34px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.titBox.hover{
	border-bottom: 1px solid #cc141e;
}
.tit_dl{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.tit_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 5px;
}
a.tit_a{
	display: block;
	height: 35px;
	line-height: 35px;
	background: #f0f0f0;
	padding: 0px 15px;
	font-size: 16px;
	color:#333;
	position: relative;
}
.tit_a em{
	display: none;
	width: 22px;
	height: 19px;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	background: url(../images/titIcon.png) no-repeat center center;
}
.tit_dl dd.hover .tit_a{
	background: #cc141e;
	color:#fff;
}
.tit_dl dd.hover .tit_a em{
	display: block;
}
.tit_dl dd.default .tit_a{
	background: none;
	padding: 0px;
}
.titMore{
	display: block;
	height: 25px;
	overflow: hidden;
	background: #f0f0f0;
	font-size: 12px;
	color:#aaa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	line-height: 25px;
	padding: 0px 15px;
	margin: 3px 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.titMore:hover{
	background: #cc141e;
	color:#fff;
}
.tabCont{
	overflow: hidden;
}
.list_dl{
	overflow: hidden;
}
/*.tabCont .list_dl{
	display: none;
}*/
.list_dl dd{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.list_dl dd .listTit{
	padding-left: 10px;
}
.listTit i{
	width: 3px;
	height: 3px;
	overflow: hidden;
	background: #b8b8b8;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTit:hover i{
	background: #cc141e;
}
.ind1stR_dl{
	height: 330px;
	overflow: hidden;
}
.ind1stR_dl dt{
	overflow: hidden;
	border-bottom: 1px dotted #b7b7b7;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.hot{
	font-size: 16px;
	color:#333;
}
.ind1stR .tabCont{
	height: 330px;
}
.ind1stR_dl dd .listTit{
	font-size: 14px;
}
/*.ind1stR_dl dd{
	height: 38px;
	line-height: 38px;
}*/

/*
* 第二通栏 广告
*/
.add_a{
	display: block;
	overflow: hidden;
}
.add_a img{
	display: block;
	width: 100%;
}
/*
* 第三通栏 
*/
.ind3rdBoxC,
.ind3rdBoxL{
	width: 395px;
	overflow: hidden;
	margin-right: 15px;
}
.ind3rdBoxC .tabCont,
.ind3rdBoxL .tabCont{
	height: 155px;
}
.ind3rdBoxR{
	width: 290px;
	overflow: hidden;
}
.ind3rdBoxR_dl{
	overflow: hidden;
	height: 163px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0px 11px 0px;
}
.ind3rdBoxR_dl dd{
	overflow: hidden;
}
.ind3rdBoxR_dl dt{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color:#454545;
	overflow: hidden;
}
.ind3rdBoxR_dl dd span{
	display: block;
	width: 101px;
	overflow: hidden;
	font-size: 14px;
	color:#333;
	line-height: 35px;
	font-weight: bold;
	float: left;
	text-align: right;
}
.ind3rdRTxt{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	padding-top: 3px;
}
.ind3rdBoxR .tabCont{
	height: 155px;
}
.ind3rdRTxt a{
	font-size: 12px;
	color:#999;
	border: 1px solid #ddd;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind3rdRTxt a:hover{
	color:#fff;
	background: #cc141e;
	border-color: #cc141e;
}
/*
* 第四通栏 beign
*/

.ind4thL{
	width: 765px;
	overflow: hidden;
}
.ind4thLUp{
	overflow: hidden;
}
.ind4thLUp .tabCont{
	height: 155px;
}
.ind4thLDown{
	overflow: hidden;
}
.ind4thLDown a{
	display: block;
	overflow: hidden;
}
.ind4thLDown a img{
	width: 735px;
	height: 100px;
	display: block;
}
.ind4thR{
	width: 390px;
	overflow: hidden;
}
.ind4thRTabBox{
	overflow: hidden;
}
.ind4thRTab_dl{
	height: 35px;
	overflow: hidden;
	background: #f0f0f0;
}
.ind4thRTab_dl dd{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	border-right: 2px solid #fff;
	float: left;
	display: inline;
}
.ind4thRTab_dl dd a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#333;
	width: 100px;
	text-align: center;
}
.ind4thRTab_dl dd.hover a{
	background: #cc141e;
	color:#fff;
}
.ind4thRTabCont{
	overflow: hidden;
	height: 160px;
	padding: 15px 0px 14px 0px;
	border-bottom: 1px solid #ddd;
}
.ind4thRTabCont .list_dl{display: none;}
.ind4thRBt{
	overflow: hidden;
	width: 400px;
}
.ind4thRBt a{
	display: block;
	width: 190px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.ind4thRBt a span{
	display: inline-block;
	font-size: 16px;
	color:#fff;
	padding-left: 50px;
}
.petition{
	background: #f4b44e;
}
.survey{
	background: #58a7d4;
}
.petition span{
	background: url(../images/petition.png) no-repeat left center;
}
.survey span{
	background: url(../images/survey.png) no-repeat left center;
}
/*
* 第五通栏 
*/
.ind5th{
	overflow: hidden;
}
.ind5thSlide{
	width: 1168px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
.ind5thSlide .bd{
	height: 215px;
	overflow: hidden;
}
.ind5th_dl{
	width: 1185px;
	overflow: hidden;
}
.ind5th_dl dd{
	width: 280px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 16px;
}
.ind5thImg{
	overflow: hidden;
}
.ind5thImg img{
	display: block;
	width: 280px;
	height: 180px;
}
.ind5thName{
	overflow: hidden;
	font-size: 14px;
	color:#333;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding-top: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .ind5thName{
	color:#cc141e;
}
.ind5thSlide .bt{
	width: 25px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 70px;
	z-index: 5;
}
.ind5thSlide .prev{
	left: -25px;
	background: url(../images/ind5thBt.png) no-repeat left top;
}
.ind5thSlide .next{
	right: -25px;
	background: url(../images/ind5thBt.png) no-repeat right top;
}

/*
* 第六通栏
*/
.ind6thL{
	overflow: hidden;
	width: 880px;
	height: 485px;
}
.ind6thBox{
	width: 395px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}
.ind6thBox .tabCont{
	height: 155px;
}
.ind6thR{
	width: 320px;
	overflow: hidden;
}
.ind6thRTop{
	height: 455px;
	overflow: hidden;
}
.ind6thR_dl{
	overflow: hidden;
	padding-top: 5px;
}
.ind6thR_dl dd{
	overflow: hidden;
	padding-top: 10px;
}
.fast_a{
	display: block;
	height: 45px;
	overflow: hidden;
	padding: 15px 0px 15px 20px;
}
.group1 .fastDd1 .fast_a{
	background: #5cbaa0;
}
.group1 .fastDd2 .fast_a{
	background: #58a7d4;
}
.group2 .fastDd1 .fast_a{
	background: #e45a74;
}
.group2 .fastDd2 .fast_a{
	background: #efa524;
}
.group2 .fastDd3 .fast_a{
	background: #efa524;
}
.group2 .fastDd4 .fast_a{
	background: #f28858;
}
.fast_a span{
	display: block;
	height: 44px;
	overflow: hidden;
	float: left;
	width: 40px;
	margin-right: 20px;
}
.group1 .fastDd1 .fast_a span{
	background: url(../images/fastIcon1.png) no-repeat center center;
}
.group1 .fastDd2 .fast_a span{
	background: url(../images/fastIcon2.png) no-repeat center center;
}

.group2 .fastDd1 .fast_a span{
	background: url(../images/fastIcon3.png) no-repeat center center;
}
.group2 .fastDd2 .fast_a span{
	background: url(../images/fastIcon5.png) no-repeat center center;
}
.group2 .fastDd3 .fast_a span{
	background: url(../images/fastIcon5.png) no-repeat center center;
}
.group2 .fastDd4 .fast_a span{
	background: url(../images/fastIcon6.png) no-repeat center center;
}
.fast_a i{
	overflow: hidden;
	display: block;
	font-size: 16px;
	color:#fff;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
}
.group1 .fastDd1 .fast_a i{
	border-left: 1px solid #69d2b5;
}
.group1 .fastDd2 .fast_a i{
	border-left: 1px solid #62b4e2;
}
.group2 .fastDd1 .fast_a i{
	border-left: 1px solid #ee5d79;
}
.group2 .fastDd2 .fast_a i{
	border-left: 1px solid #f6ab28;
}
.group2 .fastDd3 .fast_a i{
	border-left: 1px solid #f6ab28;
}
.group2 .fastDd4 .fast_a i{
	border-left: 1px solid #f88d5c;
}
a.eBook{
	display: block;
	height: 85px;
	overflow: hidden;
	font-size: 20px;
	color:#fff;
	text-align: center;
	line-height: 85px;
}
/*
* 友情链接
*/
.ind7thCont{
	overflow: hidden;
	font-size: 14px;
	color:#333;
	line-height: 25px;
}
.ind7thCont a{
	color:#333;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 35px;
}
.ind7thCont a:hover{
	color:#cc141e;
}
/*
* 上访详情
*/
.replay{ width:1170px;}
.replay table{ border:1px solid #efeeee;}
.replay table tr{ border:1px solid #efeeee; height:58px;}
.replay table tr td{ border:1px solid #efeeee;}
.replay table .w1{ width:128px;}
.replay table .w2{ width:454px;}
.replay table .w3{ width:148px;}
.replay table .w4{ width:454px;}
.replay table tr td .con{ padding:0 15px; font-size:14px;}
.replay table tr td .con em{ color:#ce0d0d; font-style:normal;}
.replay table tr td .con2{ padding:15px; color:#000000; font-size:14px; line-height:25px;}
.replay table tr td.blue{ background:#fff; font-size:16px; color:#cc141e;}
.replay table tr td.blue .con{ font-size:16px; text-align:center;}
.replay table tr td.gray{ background:#f7f7f7;}
.replay .input1{ height:34px; border:1px solid #efeeee; width:100%;}
.replay .input2{ height:34px; border:1px solid #efeeee; width:100%;}
.replay textarea{ height:270px; border:1px solid #efeeee; width:100%;}
.replayBtn{ overflow:hidden; clear:both; padding-left:150px;}
.replayBtn a{ float:left; display:inline; width:150px; height:50px; margin-right:10px; background:#d1d1d1; color:#FFF; text-align:center; font-size:14px; border-radius:4px; line-height:48px;}
.replayBtn a.a1{ background:#cc141e;}
.replayBtn a:hover{ opacity:0.9}

.code{
	display: block;
	overflow: hidden;
	margin: 15px 0px;
}
.code img{
	height: 36px;
	display: block;
}

/*
* 上访表单
*/
.writeltT{ font-size:16px; line-height:36px; overflow:hidden; text-indent:2em; padding:10px 0;}

/*
* 调查表单
*/
.whdcT{
	clear: both;
	text-align: center;
	padding:13px 10px 12px 10px;
	line-height: 35px;
	font-size:20px;
	font-family:"microsoft yahei";
	color:#666666;
}
.surveyForm{
	width: 1000px;
	margin: 0px auto;
}
.whdcText{ font-size:14px; line-height:30px; padding-bottom:15px; border-bottom:2px solid #cc141e; margin-bottom:15px;}
.whdcText.noborder{ border:none;}
.whdcTable{ width:1000px; text-align:center; margin-bottom:15px;}
.whdcTable table{ border:1px solid #efeeee;}
.whdcTable table tr{ border:1px solid #efeeee; height:58px;}
.whdcTable table tr td{ border:1px solid #efeeee;}
.whdcTable table .w1{ width:25%;}
.whdcTable table .w2{ width:25%;}
.whdcTable table .w3{ width:25%;}
.whdcTable table .w4{ width:25%;}
.whdcTable table tr td .con{ padding:0 15px; font-size:14px;}
.whdcTable table tr td .con em{ color:#ce0d0d; font-style:normal;}
.whdcTable table tr td.gray{ background:#f7f7f7;}

.questionBox{overflow:hidden;clear:both; padding:20px 0; clear: both;margin:0 0 20px 0; border-bottom:1px solid #efefef;}
.questionT{clear:both;overflow:hidden; width:100%; font-size: 13px; padding-bottom: 8px; }
.questionT span{ color:#cc0000; font-size:13px; padding:0 0 0 10px;}
.questionDl{clear:both;padding:0; background:#FFF;}
.questionDl dd{clear:both;overflow:hidden; padding:0;}
.questionDl dd em{display:block;width:16px;height:16px;float:left;margin:8px 0 0 0;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; background:url(../images/kk1.png) no-repeat center center;}
.questionDl dd:last-child{ border-bottom:none;}

.questionDl.radio em{ border-radius:16px; background:url(../images/kk1.png) no-repeat center center;;}
.questionDl.radio em.selected{background:url(../images/kk1h.png) no-repeat center center;}
	
.questionDl.checkbox em{}
.questionDl.checkbox em.selected{background:url(../images/kk1h.png) no-repeat center center;}
.ChoiceBox{ clear:both;overflow:hidden;cursor:pointer;}
.ChoiceBox.float{ float:left;}
.ChoiceBox span{display:block;line-height:20px;font-size:12px; margin-left:30px; padding:6px 0;}
.ChoiceBox i{ margin-left:30px;}
.writeBox{ float:left; display:inline; overflow:hidden;}
.writeBox input{width:120px;border:none;display:block;float:left;font-size:12px;margin:0 0 0 10px;line-height:25px;font-family:"microsoft yahei";border-bottom:1px solid #999;}
.surveyBt{clear:both;overflow:hidden;padding:20px 0 10px 0;}
.surveyBt a{display:block;width:100%;line-height:30px;border-radius:3px;text-align:center;font-size:14px;color:#fff !important;background:#b51413;margin:0 auto;padding:3px 0;}
.surveyBt a:hover{background:#4189d0;}
.dcBtn{ clear:both; text-align:center;}
.dcBtn div{ display:inline-block; overflow:hidden;}
.dcBtn div a{ float:left; display:inline; padding:0 53px; border-radius:3px; height:45px; line-height:45px; font-size:16px; margin:0 15px;}
.dcBtn div a.a1{ background:#cc141e; color:#fff;}
.dcBtn div a.a2{ background:#f0f0f0; color:#666;}
.wjdcT{ background:#f8f8f8; padding:5px 10px;}
.wjdcT1{ height:33px; line-height:33px; overflow:hidden; text-align:center;color:#333333; font-size:24px;}
.wjdcT1Text{ line-height:31px; overflow:hidden; color:#666666; font-size:14px; text-align:center;}
.questionTC{ clear:both;}
.questionTC textarea{ width:1148px; border:1px solid #eeeeee; height:118px; line-height:30px; padding:0 10px;}
.questionDl.onchoice em{ background:url(../images/kk2.png) no-repeat center center}
.questionDl.onchoice em.selected{ background:url(../images/kk2h.png) no-repeat center center}
.wjdcresult{ width:1000px; text-align:center;}
.wjdcresult dd{ border-top:2px solid #ce0d0d; margin-bottom:20px;}
.wjdcresult dd .title{ height:31px; margin-bottom:6px; overflow:hidden; line-height:31px; background:url(../images/tBg2.jpg) repeat-x left top;}
.wjdcresult dd .title .titleL{ padding-left:40px; height:31px; background:url(../images/icn29.png) no-repeat 15px center; font-size:14px;}
.wjdcresult dd .title .titleR{ font-size:12px; color:#ce0d0d; padding-right:15px;}
.wjdcresult table{ border:1px solid #efeeee;}
.wjdcresult table tr{ border:1px solid #efeeee; height:35px;}
.wjdcresult table tr.tr1{ height:30px; background:#f7f7f7; font-size:12px;}
.wjdcresult table tr td{ border:1px solid #efeeee;}
.wjdcresult table .w1{ width:599px;}
.wjdcresult table .w2{ width:120px;}
.wjdcresult table .w3{ width:197px;}
.wjdcresult table tr td .con{ padding:0 15px; font-size:12px;}
.l{ text-align:left;}
.r{ text-align:right;}
.c{ text-align:center;}
.wjdcresult table tr.tr1 td .con{ padding:0 15px; font-size:14px;}
.whdcTable .gray{ background:#f7f7f7;}
.wjdcCount{ display:inline-block; overflow:hidden;}
.wjdcCount .wjdcCountL{ color:#ce0d0d; margin-right:10px; width:50px;}
.wjdcCount .wjdcCountR{ color:#ce0d0d; width:115px; height:15px; border:1px solid #ce0d0d;}
.wjdcCount .wjdcCountR em{ display:block; height:15px; background:#ce0d0d;}