@charset "utf-8";
/* CSS Document */
/*===子页样式===*/
.subpage{
	width:auto;
	margin:10px auto;
	overflow:hidden;
	}
.subpage .basicbar{
	height:100%;
	margin-top:20px;
	border:solid 1px #e7e7e7;
	}
.subpage h1{
	margin:20px auto;
	font:25px 思源黑体;
	line-height:2.5em;
	color:#464646;
	text-align:center;
	}
.subtitle{
	width:auto;
	height:47px;
	background:#fafafa;
	border-bottom:solid 1px #e7e7e7;
	font:bold 14px/47px 宋体;
	color:#3dafcb;
	text-align:center;
	}
/*面包屑导航*/
.crumbs{
	width:auto;
	height:43px;
	max-width:1000px;
	padding:0 15px;
	background:#fafafa;
	border:solid 1px #e2e2e2;
	}
.crumbs span,.crumbs a,.crumbs em{
	float:left;
	font:12px/43px 宋体;
	color:#333;
	}
.crumbs em{
	font-family:Arial, Helvetica, sans-serif;
	}
.crumbs span:before{
	margin-right:10px;
	content:url(../images/home-icon.png);
	vertical-align:middle;
	display:inline-block;
	}
.crumbs a{
	padding:0 3px;
	}
.crumbs a:hover{
	color:#ffa800;
	}
/*子导航样式*/
.subnav{
	float:left;
	width:22.5%;
	height:470px;
	background:#fff;
	border-radius:4px;
	overflow:hidden;
	}
.subnav .head{
	width:auto;
	height:43px;
	background:#3dafcb;
	border:solid 1px #bfd5eb;
	font:bold 16px/43px 宋体;
	color:#fff;
	text-align:center;
	}
.subnav .body{
	width:auto;
	text-align:center;
	}
.subnav li{
	width:auto;
	height:43px;
	background:#fff;
	border:solid 1px #e2e2e2;
	border-top:none;
	}
.subnav li:hover,.subnav .on{
	border-left:solid 5px #3dafcb;
	}
.subnav li a{
	display:block;
	width:auto;
	height:100%;
	font:13px/43px 宋体;
	color:#333;
	}
.subnav li:hover a,.subnav .on a{
	margin-left:-5px;
	font-weight:bold;
	color:#0088c0;
	}
/*文章列表*/
.sublist{
	float:right;
	width:76%;
	min-height:544px;
	}
.sublist .body{
	width:auto;
	min-height:470px;
	padding:0 2%;
	border:solid 1px #e2e2e2;
	border-top:none;
	}
.sublist li{
	height:30px;
	margin:0 auto;
	padding:5px;
	padding-left:20px;
	background:url(../images/list-point.jpg) 10px center no-repeat;
	border-bottom:dashed 1px #f0dfcf;
	}
.sublist li a{
	float:left;
	display:block;
	max-width:80%;
	font:16px/30px 思源黑体;
	color:#505050;
	}
.sublist li a:hover{
	font:bold 16px/30px 思源黑体;
	color:#eb7312;
	}
/*文章承载*/
.page{
	width:auto;
	padding:50px;
	font:12px/30px 宋体;
	color:#626262;
	border:solid 1px #e2e2e2;
	}
.page .title{
	width:auto;
	margin:10px auto;
	}
.page .title h1{
	width:auto;
	font:bold 27px/35px 宋体;
	color:#232323;
	text-align:center;
	}
.page .title .explain{
	font:13px/30px 宋体;
	color:#626262;
	text-align:center;
	}
.page .main{
	width:auto;
	}
/*查询条*/
.consultbar{
	width:auto;
	height:57px;
	max-width:1000px;
	margin:0 auto 20px auto;
	border:solid 1px #3dafcb;
	border-top:solid 2px #3dafcb;
	background:url(../images/quick-li.jpg) center repeat-x;
	}
.consultbar .content{
	width:auto;
	height:27px;
	margin:0 auto;
	padding:15px 20px;
	}
.consultbar li{
	float:left;
	width:auto;
	height:100%;
	padding:0 1%;
	text-align:center;
	}
.consultbar .name{
	float:left;
	width:auto;
	font:14px/27px 宋体;
	color:#287386;
	text-align:right;
	}
.consultbar .inputbox{
	float:left;
	width:auto;
	height:25px;
	padding:0 5px;
	margin:0 5px;
	background:#fff;
	border:solid 1px #e1e1e1;
	font:12px/25px 宋体;
	color:#777;
	}
.consultbar .longinput{
	width:360px;
	}
.consultbar .middleinput{
	width:240px;
	}
.consultbar .shortinput{
	width:120px;
	}
.consultbar .miniinput{
	width:90px;
	}
.consultbar .yzm{
	float:left;
	width:80px;
	height:25px;
	margin-left:5px;
	border:solid 1px #e2e2e2;
	overflow:hidden;
	}
.consultbar .yzm img{
	width:80px;
	height:27px;
	}
.btnbox{
	width:100%;
	height:100%;
	}
.btnbox .btn{
	width:85px;
	height:27px;
	font:bold 14px 宋体;
	}
.btnbox .submit{
	background:url(../images/login-submit.jpg) repeat-x;
	color:#fff;
	border:solid 1px #e2741f;
	}
.btnbox .reset{
	background: url(../images/reset-bg.jpg) repeat-x;
	color:#5a5a5a;
	border:solid 1px #c2c2c2;
	}
/*互动页样式*/
.interactiver{
	width:auto;
	margin-top:10px;
	border:solid 1px #e2e2e2;
	overflow:hidden;
	color:#777;
	}
.interactiver .title{
	width:auto;
	height:44px;
	background:#3dafcb;
	font:bold 14px/44px 宋体;
	color:#fff;
	text-align:center;
	}
.interactiver .content{
	width:auto;
	height:auto;
	padding:15px;
	overflow:hidden;
	}
.interactiver .interul{
	width:auto;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	}
.interactiver .interul li{
	float:left;
	width:100%;
	height:auto;
	margin:9px auto;
	text-align:center;
	}
.interactiver .interul .name{
	float:left;
	width:100px;
	height:28px;
	font:14px/28px 思源黑体;
	color:#5a5a5a;
	text-align:right;
	}
.interactiver .interul .innername{
	float:left;
	height:28px;
	padding:0 5px;
	font:14px/28px 思源黑体;
	color:#5a5a5a;
	text-align:right;
	}
.interactiver .interul .main{
	float:left;
	width:auto;
	min-height:28px;
	margin:0 10px;
	}
.interactiver .interul .inputbox{
	float:left;
	height:26px;
	padding:0 8px;
	border:solid 1px #d2d2d2;
	background:#fff;
	font:12px/26px 宋体;
	color:#777;
	}
.interactiver .interul .longinput{
	width:602px;
	height:26px;
	}
.interactiver .interul .longtextarea{
	width:602px;
	height:104px;
	resize:none;
	}
.interactiver .interul .middletextarea{
	width:562px;
	height:104px;
	resize:none;
	}
.interactiver .interul .middleinput{
	width:240px;
	height:26px;
	}
.interactiver .interul .tip{
	float:left;
	height:26px;
	margin-left:10px;
	font:14px/26px 思源黑体;
	}
.interactiver .interul .shortinput{
	width:92px;
	height:26px;
	}
.interactiver .interul .yzm{
	float:left;
	width:80px;
	height:26px;
	margin-left:5px;
	border:solid 1px #d2d2d2;
	overflow:hidden;
	}
.interactiver .interul .yzm img{
	width:80px;
	height:26px;
	}
.interactiver .interdl{
	width:auto;
	padding:1px 0;
	border-top:solid 1px #dcdcdc;
	font:12px/31px 宋体;
	color:#626262;
	text-align:center;
	}
.interactiver .interdl dt{
	width:auto;
	height:31px;
	background:#fafafa;
	border-top:solid 3px #dcdcdc;
	}
.interactiver .interdl dd{
	width:auto;
	min-height:31px;
	overflow:hidden;
	}
.interactiver .interdl .item{
	float:left;
	height:31px;
	}
.interactiver .interdl .textmain{
	width:100%;
	font:12px/31px 宋体;
	color:#626262;
	text-align:left;
	}
.interactiver .interdl .seconddrop{
	display:none;
	float:left;
	width:96%;
	height:auto;
	margin:5px auto;
	padding:0 2%;
	background:#ffffdf;
	text-align:left;
	}
.interactiver .dropbox{
	float:left;
	width:175px;
	height:26px;
	border:solid 1px #d2d2d2;
	background:#fff;
	font:12px/26px 宋体;
	color:#777;
	}
.interactiver .drop .title,.interactiver .drop label{
	text-align:left;
	}
.interactiver .drop label{
	margin-top:0px;
	z-index:99;
	}
.interactiver .drop .title {
    color: #999;
    cursor: pointer;
    float: left;
    font: 12px/28px 宋体;
    height: 100%;
    text-indent: 5%;
    width: 80%;
	background:none;
}
.interactiver .subitem{
	float:right;
	width:600px;
	height:100%;
	margin-bottom:10px;
	}
.interactiver .bottom{
	width:auto;
	height:auto;
	padding:10px;
	margin-top:20px;
	border:dashed 1px #ccc;
	font:14px/30px 思源黑体;
	color:#777;
	}
.interactiver .bottom b{
	color:#ffa800;
	}
/*选择类型*/
.choosetype{
	width:auto;
	height:40px;
	margin:20px auto;
	text-align:center;
	}
.choosetype .inputbox{
	display:inline-block;
	height:38px;
	padding:0 50px;
	border:solid 1px #a1a1a1;
	border-radius:5px;
	background:url(../images/resetbutton.jpg) repeat-x;
	font:bold 14px 思源黑体;
	color:#777;
	}
.choosetype .on{
	border:solid 1px #ce9562;
	background:url(../images/login-submit.jpg) repeat-x;
	color:#fff;
	}
/*特殊页面*/
.special{
	width:auto;
	height:auto;
	overflow:hidden;
	background:#c8ddf7;
	}
.building{
	width:auto;
	min-height:960px;
	max-width:1000px;
	overflow:hidden;
	}
.build{
	background:url(../images/building.png) center 100px no-repeat;
	}
.fzerof{
	background:url(../images/404.png) center 100px no-repeat;
	}
.building h1{
	margin-top:400px;
	font:bold 37px/60px 思源黑体;
	color:#6881a2;
	text-align:center;
	}
.building h2{
	font:bold 22px/40px 思源黑体;
	color:#6881a2;
	text-align:center;
	}
.building a{
	color:#6881a2;
	}
.building h1 b{
	font-size:60px;
	color:#d19866;
	}
.building .foot{
	width:auto;
	height:auto;
	margin-top:20px;
	font:12px/20px 宋体;
	color:#6881a2;
	text-align:center;
	}
.building .sline{
	width:auto;
	height:10px;
	margin:50px auto;
	background: url(../images/sline.png) center no-repeat;
	}
.building .opare{
	width:auto;
	height:54px;
	text-align:center;
	}
.building .btn{
	height:52px;
	padding:0 14px;
	background:url(../images/login-submit.jpg) repeat-x;
	border:solid 1px #ce9562;
	border-radius:5px;
	font:bold 22px 思源黑体;
	color:#fff;
	}
.building .reback{
	padding:0 14px 
	}
/*===翻页样式===*/
#turnpage{
	width:auto;
	height:auto;
	padding:20px 0;
	overflow:hidden;
	}
#turnpage .left{
	float:left;
	width:auto;
	height:auto;
	overflow:hidden;
	font:14px/30px 思源黑体;
	color:#333;
	}
#turnpage b{
	padding:0 2px;
	color:#3dafcb;
	font:bold 20px/30px 宋体,arial;
	}
#turnpage .right{
	float:right;
	width:auto;
	height:auto;
	overflow:hidden;
	}
#turnpage span{
	float:left;
	padding:0 15px;
	margin-left:5px;
	font:14px/30px 思源黑体;
	color:#777;
	text-align:center;
	border:solid #aaa 1px;
	cursor:pointer;
	}
#turnpage span:hover,#turnpage input[type=button]:hover,#turnpage input[type=submit]:hover{
	background:#3dafcb;
	border:solid 1px #3dafcb;
	color:#fff;
	}
#turnpage span:hover a,#turnpage input[type=button]:hover a,#turnpage input[type=submit]:hover a{
	color:#fff;
	}
#turnpage .shuru{
	padding:0;
	border:solid #ccc 1px;
	}
#turnpage input[type=text]{
	float:left;
	width:35px;
	height:30px;
	padding:0 5px;
	margin-left:5px;
	font:12px/30px 思源黑体;
	color:#333;
	text-align:center; 
	border:solid #ccc 1px
	}
#turnpage input[type=text]:focus{
	border:solid #3dafcb 1px;
	}
#turnpage input[type=submit],#turnpage input[type=button]{
	float:left;
	padding:0 15px;
	margin-left:5px;
	font:14px/28px 思源黑体;
	color:#777;
	text-align:center;
	background:#fff;
	border:solid #aaa 1px;
	}
/*打印关闭*/
#print,#close{
	cursor:pointer;
	}
#print:hover,#close:hover{
	color:#eb7312;
	}
/*操作按钮*/
.operat {
    height: auto;
    overflow: hidden;
    text-align: center;
}
.operat span {
    color: #777;
    cursor: pointer;
    display: inline;
    font: 12px 宋体;
    text-align: center;
}
.operat span:hover {
    color: #ffa800;
}
.chack {
    display: table;
    height: 13px;
    margin-left: 60px;
    width: 270px;
}
.chacktop {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    padding-top: 15px;
}
.chackcenter {
    margin: 10px auto;
    width: auto;
}
.agreecenter {
    border: medium none;
    margin-top: 20px;
    text-align: center;
}
.chack input {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}
.chack span {
    color: #777;
    float: left;
    font: 12px/13px 宋体;
    margin-right: 20px;
}
	/*表格样式*/
.subform{
	padding:10px;
	}
.subform table{
	border:solid 1px #e7e7e7;
	border-collapse:collapse;
	word-break:break-all
	}
.subform th{
	height:35px;
	background:#fafafa;
	}
.subform .title{
	float:left;
	margin-left:10px;
	font:bold 14px/35px 宋体;
	color:#3dafcb;
	}
.subform td{
	max-width:30%;
	height:40px;
	padding:0 3%;
	border:solid 1px #e7e7e7;
	font:12px/40px 宋体;
	color:#777;
 	}
.subform td b{
	padding:0 3px 0 20px;
	}
.subform td b:first-child{
	padding:0 3px 0 0;
	}
.subitem{
	text-align:center;
	}
.subform .more{
	float:right;
	padding:0 10px;
	margin:8px;
	border:solid 1px #3dafcb;
	border-radius:5px;
	font:12px/18px 宋体;
	color:#3dafcb;
	}
.subform .more:hover{
	background:#3dafcb;
	color:#fff;
	}
	/*表格样式2*/
.doclist{
	padding:10px;
	}
.doclist table{
	border-collapse:collapse;
	}
.doclist tr{
	height:30px;
	font:12px/30px 宋体;
	color:#626262;
	text-align:center;
	}
.doclist td a{
	display:inline-block;
	width:500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:left;
	}
.docmessage{
	width:auto;
	height:35px;
	margin:10px auto;
	background:#fafafa;
	font:12px/35px 宋体;
	color:#3dafcb;
	text-align:center;
	}
.docmessage em{
	padding:0 5px;
	font:12px/35px 宋体;
	color:#3dafcb;
	}
.textbox{
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:2.5em;
	color:#777;
	padding:10px 0 40px 0;
	border-bottom:dashed 1px #aaa;
	}
.textbox p{
	line-height:2em;
	}
	/*表格样式3*/
.sesslist{
	padding:10px;
	}
.sesslist table{
	border-collapse:collapse;
	}
.sesslist tr{
	height:30px;
	font:12px/15px 宋体;
	color:#626262;
	text-align:center;
	}
.sesslist td{
	padding:10px;
	}
.sesslist td a{
	width:500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:left;
	}
	/*宽度尺寸*/	
.size-a{
	width:30%;
	padding:0 1.5%;
	}
.size-b{
	width:47%;
	padding:0 1.5%;
	}
.size-c{
	width:100%;
	}
.sublogin ul{
	width:auto;
	height:auto;
	min-height:42px;
	}
.sublogin ul li{
	float:left;
	min-height:32px;
	margin:5px auto;
	text-align:center;
	}
.sublogin ul li .short{
	width:37.5%;
	}
.sublogin label{
	float:left;
	margin-left:10px;
	font:12px/32px 宋体;
	color:#777;
	}
.sublogin .middle {
    height: 30px;
    width: 50%;
}
.sublogin .middle dt {
    font: 12px/32px 宋体;
    height: 30px;
    width: 76%;
}
.sublogin .middle dd {
	margin-top:30px;
}
.sublogin em{
	float:left;
	height:32px;
	font:14px/32px 宋体;
	color:#626262;
	word-spacing: -1em;/*调整文本，以防止使用两端对齐之后字间距过大*/
	text-align: justify;
	text-justify: distribute-all-lines;/*ie6-8*/
	text-align-last: justify;/* ie9*/
	-moz-text-align-last: justify;/*ff*/
	-webkit-text-align-last: justify;/*chrome 20+*/
	}
.select dd ol li{
	float:none;
	}
#selectbutton{
	float:left;
	height:32px;
	}
.size-a em{
	width:25%;
	}
.size-a input[type=text],.size-a input[type=password]{
	width:70.7%;
	}
.size-b em{
	width:15.9%;
	}
.size-b input[type=text],.size-b input[type=password]{
	width:50%;
	}
.size-b label{
	
	}
.sublogin input[type=text],.sublogin input[type=password]{
	float:left;
	height:30px;
	padding:0 5px;
	background:#fff;
	border:solid 1px #d2d2d2;
	border-radius:2px;
	font:12px/30px 宋体;
	color:#777; 
	}
.sublogin input[type=submit],.sublogin input[type=button],.sublogin input[type=reset]{
	display:inline;
	padding:0 20px;
	font:bold 14px/29px 思源黑体;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	}
.sublogin .submit{
	background:url(../images/button_bg.gif) center repeat-x;
	color:#fff;
	border:1px solid #b1840a;
	}
.sublogin .reset{
	background:url(../images/esc.gif) center repeat-x;
	color:#5a5a5a;
	border:1px solid #ccc;
	}
.sublogin .yzm{
	float:left;
	width:49px;
	height:30px;
	margin-left:6px;
	}
.sublogin .s-size{
	font-size:12px;
	}
.sublogin .yzm img{
	width:49px;
	height:30px;
	margin:1px auto;
	}
#start,#end{
	background:url(../images/date.png) right center no-repeat ;
	background-size:22px;
	}
	/*宽度尺寸*/	
.size-a{
	width:30%;
	padding:0 1.5%;
	}
.size-b{
	width:47%;
	padding:0 1.5%;
	}
.size-c{
	width:100%;
	}
 
/*高度尺寸*/
.hsize-a{
	height:750px;
	}
.hsize-b{
	height:1000px;
	}
.sublogin .subbox{
	float:left;
	width:50%;
	height:30px;
	border:solid 1px #d2d2d2;
	text-align:left;
	}
.sublogin .drop label{
	float:none;
	margin:0 auto 0 -1px;
	border-color:#d2d2d2;
	}
.sublogin .drop .arrow{
	border:none;
	}
