﻿@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑", "Microsoft YaHei";
}

img {
	border: none;
}

a {
	color: #000;
}

a, a:hover {
	text-decoration: none;
	outline: none;
}

input {
	outline: none;
}

body {

	/*background: url(../images/bodybg.jpg) top center no-repeat;*/ background: url(../images/bg1.jpg) top center no-repeat;
}

ul, li {
	list-style: none;
}

li {
	cursor: pointer;
}

.print {
	font-size: 14px;
	background: url(http://www.cpad.gov.cn/images/61/print.jpg) left no-repeat;
	padding-left: 20px;
}

/*顶部天气时间开始*/
.header-top-wt-bg {
	width: 100%;
	height: 41px;
	background-color: #bd0000;
}

.header-top-wt-box {
	width: 1200px;
	height: 41px;
	margin: 0px auto;
}

.header-top-time {
	display: inline-block;
	float: left;
	overflow: hidden;
	line-height: 41px;
	color: #fff;
	font-size: 14px;
}

.header-top-weather {
	display: inline-block;
	*display: inline;
	float: left;
	overflow: hidden;
	line-height: 41px;
	color: #fff;
	font-size: 14px;
	margin-left: 21px;
}

.header-top-rss {
	display: inline-block;
	float: right;
	overflow: hidden;
	line-height: 41px;
	color: #fff;
	font-size: 14px;
}

.header-top-rss a {
	color: #fff;
}

/*顶部天气时间结束*/

/*头部banner开始*/
.header-banner-bg {
	position: relative;
	width: 1200px;
	height: 195px;
	margin: 0px auto;
	/* background: url(../images/bannerbg.png) no-repeat; */
	background: url(../images/btsxczxj_logo.png) no-repeat;
}

.zgbt {
	display: inline-block;
	width: 125px;
	height: 33px;
	float: right;
	background: url(../images/zgbt.png) no-repeat; 
	position: absolute;
	top: 15px;
	right: 15px;
}

/*头部banner结束*/

/*头部导航开始*/
.header-nav-framework {
	width: 1200px;
	height: 42px;
	margin: 0px auto;
	background-color: #bd0000;
}

.header-nav-framework ul {
	position: relative;
	z-index: 999;
	display: block;
}

.header-nav-framework ul .nLi {
	position: relative;
	display: inline;
	float: left; /*width: 133px; */
	width: 133px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.header-nav-framework ul .nLi .a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.header-nav-framework ul .nLi .a:hover {
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav .sub {
	display: none;
	width: 120px;
	top: 0px;
	left: 13px;
}

.nav .sub li {
	zoom: 1;
	border-bottom: 1px solid #fff;
}

.nav .sub a {
	width: 120px;
	display: block;
	color: #fff;
	height: 42px;
	line-height: 42px;
	background-color: #8f0404;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	color: #fff;
}

.CodeBox {
	position: fixed;
	top: 300px;
	right: 15px;
	width: 150px;
	height: 150px;
	background: url(../images/CodeBox.jpg) no-repeat;
	cursor: pointer;
}

/*头部导航结束*/

/********************************************************************************************************/

/*首页开始*/
.index-framework {
	width: 1200px;
	overflow: hidden;
	margin: 16px auto;
	background-color: #fff;
}

.Main {
	background: url(../images/bg2.jpg) bottom center no-repeat;
	/* overflow: hidden; */
}

/*通知公告-搜索开始*/
.index-tz-search-framework {
	width: 1200px;
	height: 51px;
	border-bottom: 1px solid #d0d0d0;
	background: url(../images/fpb_061.png) no-repeat;
}

/*通知公告开始*/
.index-tz-box {
	width: 900px;
	height: 51px;
	float: left;
}

.index-tz-name {
	display: inline-block;
	width: 110px;
	height: 51px;
	float: left;
	line-height: 51px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.txtScroll-left {
	width: 766px;
	position: relative;
	float: left;
}

.txtScroll-left .bd {
	margin-left: 30px;
	width: 766px;
	overflow: hidden;
}

.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtScroll-left .bd ul li {
	margin-right: 30px;
	float: left;
	height: 51px;
	line-height: 51px;
	color: #444444;
	font-size: 14px;
	text-align: left;
	_display: inline;
	background: url(../images/lidian.png) 0px center no-repeat;
	text-indent: 12px;
}

.txtScroll-left .bd ul li a:hover {
	color: #bd0000;
}

.txtScroll-left .bd ul li span {
	color: #bd0000;
}

/*通知公告结束*/

/*搜索框开始*/
.index-search-box {
	width: 270px;
	overflow: hidden;
	float: right;
}

.index-inputjs {
	*display: inline;
	width: 196px;
	height: 26px;
	float: left;
	line-height: 26px;
	text-align: center;
	margin-top: 6px;
	border: 1px solid #b8b8b8;
}

.index-submit {
	*display: inline;
	width: 50px;
	height: 24px;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	border: 0px;
	background: url(../images/fpb_09.png) no-repeat;
	cursor: pointer;
}

/*搜索框结束*/

/*通知公告-搜索结束*/

/*首页轮播图新闻开始*/
.index-news-framework {
	width: 1180px;
	height: 372px;
	margin: 0px auto;
	margin-top: 28px;
}

/*首页轮播图开始*/
.index-lbt {
	width: 764px;
	height: 372px;
	overflow: hidden;
	float: left;
}

.focusBox {
	position: relative;
	width: 764px;
	height: 372px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	float: left;
}

.focusBox .pic img {
	border: 1px solid #fff;
	margin-left: -1px;
	margin-top: -1px;
	float: left;
	width: 764px;
	height: 372px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 42px;
	width: 100%;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 42px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 42px;
	line-height: 42px;
	position: absolute;
	bottom: -42px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 20px;
	font-size: 18px;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 14px;
	right: 20px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	background-color: #777777;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a, .focusBox .num a:hover {
	background: #fff;
}

/*首页轮播图结束*/

/*首页新闻开始*/
.index-news-box {
	width: 394px;
	overflow: hidden;
	float: right;
}

.index-news-title {
	display: inline-block;
	*display: inline;
	width: 394px;
	overflow: hidden;
	float: left;
	line-height: 150%;
	margin-top: 12px;
	padding-bottom: 12px;
	color: #4a4a4a;
	font-size: 14px;
	border-bottom: 1px dotted #4a4a4a;
}

.index-news-title:hover {
	color: #bd0000;
}

.index-news-title-time {
	display: inline-block;
	width: 394px;
	height: 28px;
	color: #bd0000;
	font-size: 16px;
}

.TxtMarqueeTop {
	width: 394px;
	overflow: hidden;
	position: relative;
}

.index-news-title a {
	color: #4a4a4a;
	font-size: 14px;
	font-family: 宋体;
}

/*首页新闻结束*/

/*首页轮播图新闻结束*/

/*贫困检测开始*/
.pkjcimg-box {
	width: 1180px;
	height: 74px;
	margin: 0px auto;
	margin-top: 14px;
}

.pkjcimg {
	width: 364px;
	height: 71px;
	float: left;
}

.pkjcimg:hover {
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*贫困检测结束*/

/*政务公开3部分开始*/
.index-zwgk-three-framework {
	width: 1180px;
	height: 242px;
	margin: 0px auto;
	margin-top: 14px;
}

.index-zwgk-box {
	*display: inline;
	width: 380px;
	height: 242px;
	float: left;
}

.index-zwgk-catname {
	display: inline-block;
	width: 380px;
	height: 33px;
	border-bottom: 2px solid #bd0000;
	text-align: left;
	color: #bd0000;
	font-size: 20px;
	line-height: 33px;
}

.index-more {
	display: inline-block;
	*display: inline;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 5px;
	border: 1px solid #909090;
	color: #909090;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

.index-more:hover {
	color: #bd0000;
	border: 1px solid #000;
}

.index-zwgk-title {
	display: inline-block;
	*display: inline;
	float: left;
	width: 380px;
	overflow: hidden;
	font-size: 14px;
	color: #4a4a4a;
	background: url(../images/lidian.png) 0px center no-repeat;
	text-indent: 8px;
	margin-top: 13px;
}

.index-zwgk-title:hover {
	color: #bd0000;
}

.index-zwgk-title-time {
	display: inline-block;
	color: #bd0000;
	float: right;
}

.index-zwgk-yjsgk {
	*display: inline;
	width: 380px;
	height: 63px;
	float: left;
	margin-top: 12px;
}

.index-zwgk-yjsgk:hover {
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*政务公开3部分结束*/

/*两学一做图片开始*/
.index-lxyz-img {
	width: 1180px;
	height: 123px;
	margin: 10px auto;
	background: url(../images/fpb_25.png) no-repeat;
}

/*两学一做图片结束*/

/*他山之石3部分开始*/
.index-tszs-three-framework {
	width: 1180px;
	height: 306px;
	margin: 0px auto;
	margin-top: 14px;
}

.index-tszs-box {
	*display: inline;
	width: 415px;
	height: 306px;
	float: left;
}

.index-tszs-catname {
	display: inline-block;
	width: 415px;
	height: 33px;
	border-bottom: 2px solid #bd0000;
	text-align: left;
	color: #bd0000;
	font-size: 20px;
	line-height: 33px;
}

.index-tszs-title {
	display: inline-block;
	*display: inline;
	float: left;
	width: 415px;
	overflow: hidden;
	font-size: 14px;
	color: #4a4a4a;
	background: url(../images/lidian.png) 0px center no-repeat;
	text-indent: 8px;
	margin-top: 16px;
}

.index-tszs-title:hover {
	color: #bd0000;
}

/*扶贫视频开始*/
.index-fpsp-box {
	*display: inline;
	width: 316px;
	height: 306px;
	float: left;
}

.index-fpsp-catname {
	display: inline-block;
	width: 316px;
	height: 33px;
	border-bottom: 2px solid #bd0000;
	text-align: left;
	color: #bd0000;
	font-size: 20px;
	line-height: 33px;
}

/*扶贫视频结束*/

/*他山之石3部分结束*/

/*活动剪影开始*/
.index-hdjy-box {
	*display: inline;
	width: 1180px;
	height: 253px;
	margin: 14px auto;
}

.index-hdjy-catname {
	display: inline-block;
	width: 1180px;
	height: 33px;
	border-bottom: 2px solid #bd0000;
	text-align: left;
	color: #bd0000;
	font-size: 20px;
	line-height: 33px;
}

.picScroll-left {
	width: 1180px;
	float: left;
	overflow: hidden;
	position: relative;
	*display: inline;
	margin-top: 14px;
}

.prev, .next {
	display: block;
	width: 22px;
	height: 24px;
	float: left;
	margin-top: 100px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/anl.png) no-repeat;
	*display: inline;
}

.next {
	background: url(../images/anr.png) no-repeat;
	float: right;
	*display: inline;
}

.picScroll-left .bd {
	padding: 10px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 12px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	*display: inline;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 260px;
	height: 200px;
	display: block;
	background-color: #fff;
}

.picScroll-left .bd ul li .pic img:hover {
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*活动剪影结束*/

/*友情链接开始*/
.index-yqlj-box {
	width: 1180px;
	height: 53px;
	margin: 0 auto;
	background: url(../images/fpb_06.png) no-repeat;
	margin-top: 30px;
	margin-bottom: 13px;
}

.index-yqlj-name {
	display: inline-block;
	width: 110px;
	height: 51px;
	float: left;
	line-height: 51px;
	font-size: 18px;
	color: #c31616;
	text-align: center;
}

.index-yqlj-img {
	width: 180px;
	height: 52px;
}

.index-yqlj-img:hover {
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.picMarquee-left {
	width: 1026px;
	overflow: hidden;
	position: relative;
	float: right;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 12px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

/*友情链接结束*/

/*各地方扶贫办开始*/
.slideTxtBox {
	width: 1180px;
	margin: 0px auto;
	text-align: left;
	background: #f7f7f7;
}

.slideTxtBox .hd {
	height: 42px;
	line-height: 42px;
	border-bottom: 2px solid #cacbcb;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 42px;
}

.slideTxtBox .hd ul li {
	width: 182px;
	height: 42px;
	text-align: center;
	font-size: 14px;
	color: #4a4a4a;
	float: left;
	cursor: pointer;
}

.slideTxtBox .hd ul li.on {
	color: #bd0000;
	border-bottom: 2px solid #bd0000;
}

.slideTxtBox .bd ul {
	margin-top: 3px;
	overflow: hidden;
	height: 120px;
	zoom: 1;
}

.slideTxtBox .bd li {
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	color: #4a4a4a;
	float: left;
	text-align: center;
	padding: 4px 30px;
}

.slideTxtBox .bd li a:hover {
	color: #bd0000;
}

/*各地方扶贫办结束*/

/*首页结束*/

/*底部开始*/
.bottom-bg {
	width: 100%;
	overflow: hidden;
	background-color: #bd0000;
}

.bottom-framework {
	position: relative;
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.bottom-box {
	overflow: hidden;
	text-align: center;
	margin: 30px auto;
	color: #fff;
	font-size: 14px;
	line-height: 180%;
}

.bottom-box a {
	color: #fff;
}

.biao {
	position: absolute;
	overflow: hidden;
	top: 0px;
	right: 300px;
}

/*底部结束*/

/*列表页开始*/

/*列表页通知公告开始*/
.list-zwgk-box {
	*display: inline;
	width: 330px;
	overflow: hidden;
	float: left;
	margin-top: 42px;
}

.list-zwgk-catname {
	display: inline-block;
	width: 330px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	background-color: #bd0000;
}

.list-zwgk-tltle-box {
	overflow: hidden;
	height: 218px;
	border: 1px solid #e7e7e7;
	border-top: 0px;
}

.list-zwgk-title {
	display: inline-block;
	*display: inline;
	float: left;
	width: 330px;
	overflow: hidden;
	font-size: 14px;
	color: #4a4a4a;
	background: url(../images/lidian.png) 6px center no-repeat;
	text-indent: 15px;
	margin-top: 13px;
}

.list-zwgk-title:hover {
	color: #bd0000;
}

.list-zwgk-title-time {
	display: inline;
	color: #bd0000;
	float: right;
	margin-right: 4px;
}

.list-ztgg-more {
	display: inline;
	width: 20px;
	height: 20px;
	float: right;
	color: #909090;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #909090;
}

.list-ztgg-more:hover {
	color: #bd0000;
}

/*列表页通知公告结束*/
.list-framework {
	overflow: hidden;
	width: 1200px;
	min-height: 900px;
	background-color: #fff;
	margin: 0 auto;
}

.ct-box {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto
}

.ct-right-box {
	margin-top: 10px;
	width: 330px;
	overflow: hidden;
	float: left;
}

.list-nav-top-box {
	width: 330px;
	height: 68px;
	float: left;
	background-color: #bd0000;
}

.list-nav-top-name {
	cursor: default;
	*display: inline;
	overflow: hidden;
	height: 40px;
	padding: 0px 10px;
	line-height: 40px;
	background-color: #fff;
	color: #bd0000;
	text-align: center;
	margin-top: 16px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	box-shadow: 0px 0px 8px #666;
}

.list-nav-catname-framework {
	width: 328px;
	float: left;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-top: 0px;
	padding-bottom: 10px;
}

.list-nav-catname-box {
	*display: inline;
	width: 288px;
	float: left;
	margin: 8px 0px;
	margin-left: 20px;
	overflow: hidden;
}

.list-nav-catname a {
	width: 288px;
	height: 46px;
	float: left;
	line-height: 46px;
	color: #919191;
	font-size: 18px;
	text-indent: 12px;
	border-bottom: 1px dotted #919191;
	background: url(../images/lbyan.png) 262px center no-repeat;
}

.list-nav-catname a:hover {
	color: #bd0000;
	background: url(../images/blbyan.png) 262px center #ffd9d9 no-repeat;
}

.list-nav-catname1 a {
	width: 288px;
	height: 46px;
	float: left;
	line-height: 46px;
	color: #bd0000;
	font-size: 18px;
	text-indent: 12px;
	border-bottom: 1px dotted #919191;
	background: url(../images/blbyan.png) 262px center #ffd9d9 no-repeat;
}

.ndwz {
	font-size: 14px;
	color: #bd0000;
}

.ct-left-box {
	*display: inline;
	width: 838px;
	min-height: 520px;
	float: right;
}

.ct-left-nav {
	display: inline-block;
	width: 837px;
	min-height: 46px;
	border-bottom: 2px solid #bd0000;
	margin: 0 auto;
}

.dtnav {
	display: inline-block;
	overflow: hidden;
	height: 23px;
	line-height: 23px;
	font-size: 18px;
	color: #bd0000;
	margin-top: 19px;
	float: left;
}

.btnav {
	display: inline-block;
	height: 18px;
	overflow: hidden;
	font-size: 14px;
	float: right;
	margin-top: 20px;
}

.ct-nr-box {
	display: block;
	cursor: pointer;
	text-decoration: none;
	width: 837px;
	overflow: hidden;
	border-bottom: 2px solid #dbd2d2;
}

.ct-nr-box:hover {
	background-color: #f6f6f6;
}

.ct-nr-time {
	display: inline-block;
	*display: inline;
	width: 837px;
	float: left;
	text-align: right;
	margin-top: 18px;
	margin-bottom: 18px;
	color: #bd0000;
}

.ct-nr-title {
	display: inline-block;
	*display: inline;
	width: 837px;
	float: left;
	color: #bd0000;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}

.ct-nr-bt {
	display: inline-block;
	*display: inline;
	overflow: hidden;
	width: 837px;
	line-height: 180%;
	font-size: 14px;
	float: left;
	color: #4a4a4a;
}

.ct-nr-time1 {
	display: inline-block;
	*display: inline;
	float: right;
	text-align: right;
	margin-top: 18px;
	margin-bottom: 18px;
	color: #bd0000;
}

.ct-nr-title1 {
	display: inline-block;
	*display: inline;
	float: left;
	color: #bd0000;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold
}

/*列表页结束*/

/*领导展示开始*/
.ldlist-framework {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/bld_lbybg.png) repeat-y;
}

.ldlist-box {
	width: 416px;
	height: 280px;
	float: left;
	color: #4a4a4a;
}

.ldlist-box:hover {
	color: #bd0000;
}

.ldlist-img {
	cursor: pointer;
	display: block;
	clear: both;
	width: 141px;
	height: 191px;
	margin: 16px auto;
	padding: 12px;
	background: url(../images/ldimg.png) center no-repeat;
}

.ldlist-name {
	cursor: default;
	width: 100%;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	text-align: center;
}

/*领导展示结束*/

/*领导展示内容页开始*/
.ldshow-framework {
	width: 100%;
	overflow: hidden;
	margin-top: 22px;
}

/*领导照片展示开始*/
.ldshow-img-box {
	width: 837px;
	overflow: hidden;
}

.ldshow-img {
	cursor: pointer;
	width: 141px;
	height: 191px;
	padding: 12px;
	float: left;
	background: url(../images/ldimg.png) center no-repeat;
}

.ldshow-name-box {
	*display: inline;
	width: 630px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
}

.ldshow-name {
	display: inline-block;
	width: 606px;
	height: 46px;
	line-height: 46px;
	text-align: left;
	font-size: 20px;
	color: #4a4a4a;
}

.ldshow-namewz {
	color: #bd0000;
}

.ldshow-js {
	*display: inline;
	width: 606px;
	overflow: hidden;
	margin-top: 36px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 280%;
}

/*领导照片展示结束*/

/*领导简介开始*/
.jianli {
	width: 836px;
	height: 66px;
	line-height: 66px;
	text-align: left;
	font-size: 20px;
	color: #bd0000;
}

.ldshow-content {
	width: 836px;
	overflow: hidden;
	line-height: 280% !important;
	font-size: 14px !important;
	font-family: "微软雅黑" !important;
	color: #4a4a4a;
}

/*领导简介结束*/

/*领导展示内容页结束*/

/*内容页开始*/
.show-title {
	width: 837px;
	line-height: 32px;
	text-align: center;
	color: #bd0000;
	font-size: 20px;
	margin-top: 35px;
}

.show-fb {
	width: 837px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	color: #4a4a4a;
	font-size: 14px;
	border-bottom: 1px dotted #cbcbcb;
}

.show-tjsz {
	color: #bd0000;
}

.show-content {
	width: 837px;
	overflow: hidden;
	line-height: 180% !important;
	font-size: 18px !important;
	font-family: "微软雅黑" !important;
	color: #4a4a4a;
	padding-top: 24px;
	padding-bottom: 24px;
}

.ldshow-content p, .ldshow-content span, .ldshow-content h1, .ldshow-content h2, .ldshow-content h3, .ldshow-content h4, .ldshow-content a, .show-content p, .show-content span, .show-content h1, .show-content h2, .show-content h3, .show-content h4, .show-content a {
	line-height: 180% !important;
	font-size: 18px !important;
	font-family: "微软雅黑" !important;
}

.show-content table {
	margin: 0px auto;
	border-collapse: collapse;
}

.show-content table td, .show-content table tr, .show-content table th {
	border: #000 1px solid;
}

/*内容页结束*/

/*图片列表页开始*/
.list-pic-framework {
	width: 837px;
	overflow: hidden;
	margin-top: 20px;
}

.list-pic-box {
	display: inline;
	width: 190px;
	height: 186px;
	float: left;
	color: #4a4a4a;
	margin-left: 14px;
	margin-bottom: 10px;
}

.list-pic-box:hover {
	color: #bd0000;
}

.list-pic {
	width: 190px;
	height: 150px;
	float: left;
}

.list-title {
	display: inline-block;
	width: 190px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	background-color: #eee;
}

/*图片列表页结束*/
.fanye a {
	color: black;
}

.fanye {
	text-align: center;
	height: 33px;
	line-height: 33px;
	margin: 25px auto;
}

.fanye .z_num {
	padding: 2px 9px;
	background: #ffbbbb;
	color: #001027;
	border: 1px solid #ffbbbb;
	text-decoration: none;
	margin: 0 2px;
}

.fanye .z_num:hover {
	padding: 2px 9px;
	background: #bd0000;
	border: 1px solid #bd0000;
	color: white;
}

.fanye .fc_ch1, .fanye .fc_hui2 {
	background: #bd0000;
	color: #fff;
	border: 1px solid #317067;
	padding: 2px 9px;
	margin: 0 2px;
}

.fanye .current {
	border: 1px solid #bd0000;
	padding: 2px 9px;
	background-color: #bd0000;
	color: #fff !important;
}

.Video {
	width: 315px;
	height: 195px;
	margin-left: 1px;
	margin-top: 5px;
}

.Video img {
	width: 315px;
	height: 195px;
}

.video_pic {
	width: 316px;
	height: 54px;
	margin-top: 8px;
}

.video_pic a {
	overflow: hidden;
}

.video_pic_img1:hover, .video_pic_img2:hover {
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.video_pic a img {
	height: 54px;
	float: left;
}

.lb {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	margin-left: 25px;
}

#customMsgForm tr, #customMsgForm td, .lb tr, .lb td {
	font-size: 12px;
	color: #3d3d3d;
	line-height: 22px;
}

.bt_content {
	font-size: 14px;
	text-decoration: none;
	color: #3D3D3D;
	line-height: 26px;
}

#customMsgForm {
	padding: 0px;
	margin: 0px;
}

#customMsgForm table {
	font-size: 12px;
	font-family: "宋体";
}

.form_01b {
	font-size: 12px;
	color: #000000;
	position: relative;
	height: 34px;
}

#customMsgForm input {
	vertical-align: middle;
}

.textlimit {
	font-size: 12px;
	font-family: Arial;
	color: red;
	font-weight: bold;
	display: none;
	vertical-align: bottom;
	text-align: left;
	position: absolute;
	bottom: 0;
}

.modify-btn {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("../images/jact_btns.png");
	background-position: 0px -99px;/**	background-position-x:0px;
		background-position-y:-99px;**/
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: 微软雅黑, 黑体;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 111px;
	text-shadow: 0 0 2px #f57a16;
}

.modify-btn:hover {
	background-position: -111px -99px;
	text-shadow: 0 0 2px #fe960e;
}

.td_write_class {
	font-size: 12px;
	color: #000000;
	line-height: 28px;
}

.input-wrap {
	position: relative;
	text-align: left;
	width: 540px;
	height: 160px;
	color: white;
	float: left;
}

.input-wrap label {
	position: absolute;
	padding-left: 10px;
	width: 100%;
	display: none;
	font-size: 14px;
	vertical-align: middle;
	top: 0px;
	right: 0px;
	left: 0px;
	color: #888888;
}

.a1:hover {
	color: #bd0000;
}

/*头条*/
.headlines {
	height: 108px;
	width: 1200px;
	border: 1px solid #d7d7d7;
	padding: 1px;
	background: #fff;
	position: relative;
	margin: 15px auto 15px auto;
}

.headlines-content {
	background: #f6f6f6;
	width: 1200px;
	height: 108px;
}

.headlines-logo {
	position: absolute;
	height: 110px;
	width: 45px;
	top: 0;
	left: 0;
	background: url(../images/ttxw.png);
	-moz-box-box-shadow: 8px 0px 19px -8px;
	-webkit-box-box-shadow: 8px 0px 19px -8px;
	box-shadow: 8px 0px 19px -8px;
}

.headlines-article {
	padding-top: 10px;
	width: 1119px;
	float: right;
	text-align: center;
	margin-right: 15px;
}

.headlines-article span a {
	font-size: 22px;
	font-family: '微软雅黑';
	color: #cc0000;
	text-decoration: none;
}

.headlines-article-content {
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	font-family: '宋体';
	margin-top: 10px;
	height: 35px;
	width: 1119px;
	line-height: 25px;
}

.headlines-article-content p a {
	text-decoration: none;
	color: #ff0000;
}