@charset "utf-8";
/*去掉下面一行注释,可使整个网站群页面变灰*/
/*body{filter:gray}*/

/*全局样式*/
body {
	font-family: Arial, Helvetica, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {
	padding: 0;
	margin: 0;
}

table,td,tr,th {
	font-size: 12px;
}

li {
	list-style-type: none;
	list-style: none;
}

table {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*颜色*/
.lanse {
	color: #29166f
}

.chengse {
	color: #ec6f00
}

.link_font {
	font-size: 14px;
	font-weight: bold;
	color: #fff
}

.link_font a {
	font-size: 12px;
	font-weight: 100
}

.copy_white {
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.copy_white p {
	line-height: 26px;
	font-size: 12px;
	text-align: left;
	color: #FFF
}

.copy_black {
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #000;
}

.link_style {
	text-indent: 10px;
	background-image: url(../images/ban_list_03.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	margin-left: 10px
}

/*页面主体盒子*/
.outer_box {
	width: 1100px;
	margin: 0 auto;
	clear: both;
}

.inner_box {
	width: 1100px;
	margin: 0 auto;
	clear: both;
}

.body_con {
	background: url(../images/body_bg_10.png);
	height: 893px;
	background-position: center center
}

.content_con {
	padding: 40px;
	background: #FFF;
	padding-bottom: 0px;
	padding-top: 10px
}

.article_font {
	height: 650px;
	overflow-y: auto
}

.button_list {
	display: block;
	float: left;
	margin-right: 20px;
	width: 164px;
	height: 90px;
	padding: 10px;
	background: #fff;
	text-align: center
}

.button_list div {
	padding-top: 10px
}

.button_list:hover {
	background: #29166f;
}

.button_list:hover .ico-1-1 {
	background-position: -0px -51px;
}

.button_list:hover .ico-1-2 {
	background-position: -49px -51px;
}

.button_list:hover .ico-1-3 {
	background-position: -103px -51px;
}

.button_list:hover .ico-1-4 {
	background-position: -156px -51px;
}

.button_list:hover .ico-1-5 {
	background-position: -205px -51px;
}

.button_list:hover div {
	color: #fff;
}

.ico-center {
	background: url("../images/center.png") no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
}

.ico-1-1 {
	background-position: 0 -6px;
}

.ico-1-2 {
	background-position: -49px -6px;
}

.ico-1-3 {
	background-position: -103px -6px;
}

.ico-1-4 {
	background-position: -156px -6px;
}

.ico-1-5 {
	background-position: -205px -6px;
}

.red {
	border: 1px solid red;
}

.blue {
	border: 1px solid blue;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pointer {
	cursor: pointer;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center
}

.clearBoth {
	clear: both;
}

/*横向间隔定义*/
.blank0 {
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}

.blank1 {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

.blank2 {
	clear: both;
	height: 2px;
	overflow: hidden;
	display: block;
}

.blank3 {
	clear: both;
	height: 3px;
	overflow: hidden;
	display: block;
}

.blank4 {
	clear: both;
	height: 4px;
	overflow: hidden;
	display: block;
}

.blank5 {
	clear: both;
	height: 5px;
	overflow: hidden;
	display: block;
}

.blank6 {
	clear: both;
	height: 6px;
	overflow: hidden;
	display: block;
}

.blank7 {
	clear: both;
	height: 7px;
	overflow: hidden;
	display: block;
}

.blank8 {
	clear: both;
	height: 8px;
	overflow: hidden;
	display: block;
}

.blank9 {
	clear: both;
	height: 9px;
	overflow: hidden;
	display: block;
}

.blank12 {
	clear: both;
	height: 12px;
	overflow: hidden;
	display: block;
}

.blank15 {
	clear: both;
	height: 15px;
	overflow: hidden;
	display: block;
}

.blank18 {
	clear: both;
	height: 18px;
	overflow: hidden;
	display: block;
}

/*内容盒子，主要用于定位好后的Div内部*/
.contentBox1 {
	padding: 1px;
}

.contentBox2 {
	padding: 2px;
}

.contentBox3 {
	padding: 3px;
}

.contentBox4 {
	padding: 4px;
}

.contentBox5 {
	padding: 5px;
}

.contentBox6 {
	padding: 6px;
}

.contentBox6 {
	padding: 7px;
}

.contentBox6 {
	padding: 8px;
}

.contentBox9 {
	padding: 9px;
}

.contentBox12 {
	padding: 12px;
}

.contentBox15 {
	padding: 15px;
}

.contentBox18 {
	padding: 18px;
}

/*文字缩进*/
.textIndent2em {
	text-indent: 2em;
}

/*行高定义*/
.lineHeight140 {
	line-height: 140%;
}

.lineHeight160 {
	line-height: 160%;
}/*常用于新闻正文*/
.lineHeight180 {
	line-height: 180%;
}

.lineHeight200 {
	line-height: 200%;
}

.lineHeight20px {
	line-height: 20px;
}

.lineHeight23px {
	line-height: 23px;
}

.lineHeight24px {
	line-height: 24px;
}/*常用于新闻列表*/
.lineHeight25px {
	line-height: 25px;
}

.hidden {
	display: none;
}

.display {
	display: block;
}

 


/*虚线隔行*/
.line1px {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}

.line2px {
	clear: both;
	height: 2px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}

.lanmu_box {
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	padding-left: 13px;
	padding-right: 20px;
	border-bottom: #cccccc solid 3px;
	position: relative
}

.lanmu_title {
	line-height: 36px;
	height: 36px;
	border-bottom: #29166f solid 3px;
	position: absolute;
}

 



/*二级页框架*/
.content_left {
	float: left;
	width: 72%;
	margin-bottom: 20px;
	margin-top: 35px;
}

.content_right {
	float: left;
	width: 26%;
	margin-left: 2%;
	margin-top: 35px;
}

.content_bg {
	background: #FFF
}

/*left*/
.right_lanmu {
	margin-bottom: 10px;
	width: 100%;
	background: #B9C700;
	height: 26px;
	font-size: 12px;
	color: #fff
}

.right_lanmu_con {
	width: 97%;
	margin-left: 3%;
	background: #50B4C6;
	line-height: 26px;
	vertical-align: middle;
	color: #fff;
	text-indent: 10px;
}

.right_lanmu_con > a {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	color: #fff
}

.img_link_box {
	text-align: center
}

.img_link_box >div {
	margin-bottom: 10px;
}

.img_link_box > a {
	float: left;
	margin-left: 18px;
}

/*content*/
.article_con {
	padding-bottom: 40px;
}

.article_title {
	text-align: left
}

.article_source {
	font-size: 12px;
	line-height: 33px;
	color: #585858;
	text-align: left
}

.article_font {
	font-size: 12px;
	color: #585858;
	text-indent: 20px;
	line-height: 26px;
	text-align: left
}

.article_font > div {
	font-size: 12px;
	color: #585858;
	text-indent: 20px;
	line-height: 26px;
	text-align: left
}

.article_font > img {
	width: 60%;
	margin: 0 auto;
	margin-top: 10px
}

.article_bottom {
	margin-top: 10px;
	margin-bottom: 30px;
}

.article_bottom > span {
	float: left;
	font-size: 12px;
	color: #585858
}

.article_bottom > div > a {
	float: right;
	font-size: 12px;
	color: #2b2b2b
}


/*当前位置*/
.present_box {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	background: #FFF;
	padding: 40px;
	padding-bottom: 0px
}

.present_box > img {
	float: left
}

.present_con {
	height: 26px;
	padding-left: 25px;
}

.present_ul > li {
	line-height: 26px;
	float: left;
	padding-right: 8px;
}

 


/*列表翻页*/
.turn_page_box {
	width: 500px;
	margin: auto auto;
	text-align: center
}

.turn_page_box > span {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
}

.turn_page_box > span > a {
	font-size: 12px;
	display: block;
}


/* 绂呭閫氬憡 */
.tbr {
	width: 64%;
	height: auto;
	float: left;
	max-height: 850px;
}

.tbl_5 {
	max-width: 1100px;
	width: 1100px;
	height: auto;
	background: #f6f6f6;
	margin: auto;
}

.sytgtb {
	width: 1061px;
	padding-left: 39px;
	height: 60px;
	line-height: 60px;
}

.sytgtbl {
	width: 160px;
	float: left;
}

.sytgtbl a {
	font-size: 22px;
	color: #231815;
	font-family: "方正仿宋_GBK";
	font-weight: 700;
}

.sytgtbl a:hover {
	font-size: 22px;
	color: #f39811;
	font-family: "方正仿宋_GBK";
	;font-weight: 700;
}

.sytgtbr {
	float: right;
	padding-right: 20px;
}

.sytgtbr a {
	font-size: 14px;
	color: #231815;
	font-family: "微软雅黑";
	font-weight: normal;
}

.sytgtbr a:hover {
	font-size: 14px;
	color: #f39811;
	font-family: "微软雅黑";
	font-weight: normal;
}

.focusBox {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
	margin-left: 30px;
}

.focusBox .pic li {
	width: 1050px;
	display: block;
	height: 50px;
	float: left;
}

.cstg {
	width: 1050px;
	height: 50px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.cstgl {
	width: 45px;
	height: 50px;
	float: left;
	text-align: center;
	background: url(../images/ss1.png) center top no-repeat;
}

.day,.year {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	height: 22px;
	display: block;
}

.cstgl:hover {
	width: 45px;
	height: 50px;
	float: left;
	text-align: center;
	background: url(../images/ss2.png) center top no-repeat;
}

.cstgr {
	width: 94%;
	padding-left: 15px;
	float: left;
	height: 45px;
	line-height: 45px
}

.cstgr_t {
	width: 280px;
	height: 25px;
	line-height: 25px;
	color: #333
}

.cstgr_t a {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #231815;
	font-weight: normal;
}

.cstgr_t a:hover {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #f39811;
	font-weight: normal;
}

.cstgr_x {
	font-family: "宋体";
	font-size: 13px;
	color: #999;
	font-weight: normal;
	line-height: 23px;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 520px;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 12px;
	background: url(../images/hd.png) no-repeat 0 0px;
	height: 12px;
	overflow: hidden;
	width: 12px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	_background: url(../images/hd.png) no-repeat 0 -16px;
}

.focusBox .hd .on {
	background: url(../images/cd.png) no-repeat 0 0px;
}

.focusBox .prev,
.focusBox .next {
	width: 25px;
	height: 40px;
	position: absolute;
	top: 15%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
}

.focusBox .prev {
	left: 0;
	background: url(../images/dleft.jpg) no-repeat 0 0px;
}

.focusBox .next {
	background: url(../images/right.jpg) no-repeat 0px 0px;
	right: 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}



