﻿/*structure*/

/*mod_title css*/
.mod_title{
	height:29px;
	overflow:hidden;
}
.secmain .mod_title{
	border-bottom:2px solid #dadbdb;
}
.mod_title h2{
    float:left;
	padding-left:15px;
}
.mod_title h3{
    float:left;
	padding-left:8px;
}
.mod_title span.more{
    float:right;
	padding-right:10px;
}
.mod_title h2 a{
	color:#333333;
	line-height:29px;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family:"微软雅黑";
}
.mod_title h3 a{
	color:#333333;
	line-height:33px;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	font-family:"微软雅黑";
}
.mod_title span.more a{
	font-size:12px;
	color:#666666;
	line-height:31px;
	cursor:pointer;
	font-family:"宋体";
}


/*text_style_1*/
.text_style_1 ul{
	padding:0;
}
.text_style_1 ul li{
	overflow:hidden;
	padding:0;
}
.text_style_1 ul li.li_last{
	border-bottom:0;
}
.text_style_1 ul li a{
	line-height:30px;
	overflow:hidden;
	color:#444333;
}
.text_style_1 ul li em{
	line-height:30px;
	padding-right:10px;
	font-style:normal;
}
.text_style_1 ul li span.pub_date{
	line-height:31px;
	float:right;
}

/*text_style_2*/
.text_style_2 h2{
	text-align:center;
}
.text_style_2 h2 a{
	line-height:29px;
	font-size:14px;
}
.text_style_2 p{
	text-indent:2em;
	line-height:23px;
}
.text_style_2 p a{
	color:#FF4500;
}

/*text_style_3*/
.text_style_3 h2{
	text-align:left;
}
.text_style_3 h2 a{
	line-height:21px;
	font-size:14px;
}
.text_style_3 p{
	text-indent:2em;
	line-height:21px;
}
.text_style_3 p a{
	color:#FF4500;
}
.text_style_3 img{
	float:left;
	border:1px solid #666666;
	padding:1px;
	margin-right:10px;
}

/*text_style_4*/
.text_style_4 .fl{
	padding-right:10px;
}
.text_style_4 .fr{
	width:295px;
}
.text_style_4 .fr ul li a{
	line-height:21px;
}
.text_style_4 img{
	border:1px solid #666666;
	padding:1px;
	vertical-align:middle;
}
.text_style_4 h3{
	text-align:center;
}
.text_style_4 h3 a{
	font-size:12px;
	font-weight:normal;
	line-height:21px;
}

/*text_style_5*/
.text_style_5 ul li{
	float:left;
	width:125px;
	height:95px;
	text-align:center;
}
.text_style_5 ul li h3 a{
	font-weight:normal;
	line-height:21px;
	font-size:12px;
	font-weight:normal;
}

/*table_style_1*/
.table_style_1 table{
	border-top:0px solid #d4d4d4;
	border-left:0px solid #d4d4d4;
}
.table_style_1 table td{
	padding:5px 10px;
	border-bottom:0px solid #d4d4d4;
	border-right:0px solid #d4d4d4;
	font-size:12px;
	line-height:23px;
}
.table_style_1 table thead td{
	padding:8px 10px;
	border-bottom:1px solid #454545;
	border-right:1px solid #454545;
	color:#FFFFFF;
	background:#333333;
	font-size:12px;
}
.table_style_1 table tfoot td{
	padding:0;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	color:#949494;
	background:#d4d4d4;
	line-height:0;
	font-size:0;
	height:0;
}

.table_style_1 table.ppln{
	width:100%;
	border-top:1px solid #a8c662;
	border-left:1px solid #a8c662;
	margin-bottom:20px;
}
.table_style_1 table.ppln td{
	border-right:1px solid #a8c662;
	border-bottom:1px solid #a8c662;
}
.table_style_1 table td.font4{
	color:#026D30;
	font-family:Arial, Helvetica, sans-serif;
}
.table_style_1 table td .style57{
	color:#026D30;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.table_style_1 table.tbl_1{
	border-bottom:1px dashed #d4d4d4;
}
.table_style_1 p{
	line-height:23px;
}

/*select*/

/*套在Select外层，用于隐藏Select框*/
.divselect{
	width:213px;
	height:26px;
	border:0;
	background:url(../images/select.jpg) 0 0 no-repeat;
}
.divselectcon
{
    position: relative;
    width:165px;
    height:24px;
	margin-left:12px;
    overflow:hidden; /*隐藏了小三角，因为宽度为110px,而select宽度为130px*/
    border:0 solid #000;
	top:1px;
}

/*设置Select样式*/
.selectlist
{
    position:relative;
    top:-2px;
    left:-2px;
    border:0px;
    width:198px;
    display:block;
    height:26px;
	padding-top:2px;
    overflow:hidden;
}


/*listpages*/
.listpages{
	padding-right:7px;
	padding-left:7px;
	padding-bottom:9px;
	margin:3px;
	padding-top:18px;
	text-align:center;
}
.listpages a{
	border:#ccc 1px solid;
	padding:2px 5px;
	margin:2px;
	color:#565656;
	text-decoration:: none
}
.listpages a:hover{
	border:#f0f0f0 1px solid;
	color: #565656;
}
.listpages a:active{
	border:#f0f0f0 1px solid;
	color: #565656;
}
.listpages span.current{
	border:#4d77b2 1px solid;
	padding:2px 5px;
	font-weight:bold;
	margin:2px;
	color: #fff;
	background-color:#4d77b2;
}
.listpages span.disabled{
	border:#eee 1px solid;
	padding:2px 5px;
	margin: 2px;
	color: #ddd;
}
.pages{
	margin-top:20px;
	text-align: center;
	padding-top:20px;
	border-top:1px dashed #EBEBEB;
}
/*.pages a{
	color:#333333;
	padding:0 0 0 10px;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
}
.pages a.astrong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 10px 0 0;
}
.pages a.astrong2{
	padding:0;
	color:#ff1200;
}
.pages .pagesipt{
	width:25px;
	height:16px;
	border:1px solid #7f9db9;
	margin:0 10px 0 0;
}
.pages .pagessub{
	width:26px;
	height:20px;
	border:none;
	margin:0;
	cursor:pointer;
	background:url(../images/go.jpg) 0 0 no-repeat;
}
.pages a.cur{
	font-weight:bold;
	color:#000000;
}
.pages .ipt_page{
	width:21px;
	height:17px;
	text-align:center;
	border:3px solid #d1d1d1;
}
.pages .sub_page{
	cursor:pointer;
	width:40px;
	height:21px;
	background:#d0cccb;
	font-size:10px;
	font-family:Arial;
	text-align:center;
	border:none;
	border-bottom:2px solid #404040;
	border-right:2px solid #404040;
}*/

/*newslist*/
.newslist{
	border:1px solid #d5d5d5;
	margin-top:10px;
	height:582px;
	background:url(../images/newstitbg.jpg) 0 0 no-repeat;
}
.newslist h3{
	height:60px;
	line-height:40px;
	padding-left:15px;
	font-size:16px;
	color:#204c8a;
	font-family:"微软雅黑";
}
.newslist ul{
	padding:0 60px 0 25px;
}
.newslist ul li{
	height:41px;
	padding:0;
	background:url(../images/dashed.jpg) 0 bottom repeat-x;
	overflow:hidden;
}
.newslist ul li a{
	display:block;
	padding-left:20px;
	width:500px;
	line-height:41px;
	background:url(../images/newslist.jpg) 0 18px no-repeat;
}
.newslist ul li span.pub_date{
	float:right;
	line-height:41px;
	margin-right:17px;
	font-size:12px;
}