﻿@charset "utf-8";
/* CSS Document */


/* 全局样式 */
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
	background:url(../img/nry_bj.jpg) no-repeat center top;
}
body > div {
	margin-right: auto;
	margin-left: auto;
}
div, form, ul, ol, li, span, p, img, a img, h1, h2, h3, h4, h5, h6 p {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
ul, ol, li {
	list-style: none;
}
em {
	font-style: normal;
}
.mauto {
	margin: 0 auto;
}
/* 居中 */
.lf {
	float: left;
}
/* 左浮动 */
.rf {
	float: right;
}
/* 右浮动 */
.cl {
	clear: both;
}
/* 清除浮动 */
.textr {
	text-align: right;
}
.textl {
	text-align: left;
}
.textc {
	text-align: center;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
}
pre {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* 首页 */
.box {
	width: 1200px;
	margin:auto;
}
.header{ height:190px;}
.logo {
	padding: 70px 0 0 12px;
}
.hesd_r {
	padding-right: 12px;
}
.hesd_r_t{color: #fff; text-align: right;font-family:"宋体";
	font-size:12px;}
.hesd_r_t a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding:10px;
	font-family:"宋体";
	font-size:12px;
}
.hesd_r_t a:hover{ text-decoration:underline;}
.top_ss {
	margin-top:30px;
	width:362px;
	position:relative;
}
.s-form #inputkeyword {
	background: #fff url(../img/ss_tb.jpg) no-repeat left;
	width: 262px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #014eb3;
	color: #9d9b9b;
	padding-left: 30px;
	vertical-align: middle;
}
.s-form .btn {
	position:absolute;
	right:0;
	top:0;
	width: 64px;
	height: 32px;
	background: #014eb3;
	border: none;
	color: #fff;
	vertical-align: middle;
}


/* 主导航 */
#nav{ padding:0 6px 28px 6px;}
.mainNav{ position:relative; z-index:99; height:32px; line-height:32px; }
.mainNav a:hover{ text-decoration:none;  }
.mainNav .li1{ float:left; width: 132px; position:relative; z-index:3;  text-align:center; _display:inline; }
.mainNav .first1 {margin-left:0;width: 132px;}
.mainNav .last1{/* margin-right:0; *//* margin-left:4px; */}
.mainNav .on1{ }
.mainNav .h1{height:32px; line-height:32px; }
.mainNav .li1 .a1{ font-size: 16px; color:#fff; display:block; }
.mainNav .spe{ display:none;}
.mainNav .on1 .h1{ background:url(../img/nav_bj.png) no-repeat left top; }


/* 菜单效果1 */
.mainNav .ul1 { filter:alpha(opacity=90);opacity:0.9;  display:none; width: 132px; float:left; position:absolute; z-index:100;  left:0; top: 32px; background-color:#014eb3;}
.mainNav .ul1 .li2{width:100%; height:32px; float:left; border-bottom:1px solid #1067bc; text-align:center; word-break:keep-all; white-space:nowrap; }
.mainNav .ul1 .last2{border:0;}
.mainNav .ul1 .a2{ display:block; width:100%; height:32px; line-height:32px; color:#fff; font-size:14px;}
.mainNav .ul1 .a2:hover{ background:#1067bc;  color:#fff;  }



.banner{ width:1200px; height:398px;}
 /* banner切换 */
.indFocusBox { overflow: hidden; width: 1200px; height: 400px; position: relative; z-index: 1; padding: 0 0px; }
.indFocusBox .bd { /* width:1000px; */ height: 400px; overflow: hidden; position: absolute; z-index: 1; }
.indFocusBox .bd .pic { }
.indFocusBox .bd .pic img { display: block; width: 1200px; height: 400px; }
.indFocusBox .hd { width: auto; height: 45px; padding: 10px 36px; float: left; position: absolute; z-index: 2; right: 10px; bottom: 10px; }
.indFocusBox .hd .tempWrap { width: auto; height: 45px; overflow: hidden; position: relative; z-index: 1; }
.indFocusBox .hd ul { width: auto; height: 45px; overflow: hidden; }
.indFocusBox .hd .prev, .indFocusBox .hd .next { width: 19px; height: 19px; float: left; position: absolute; z-index: 2; top: 21px; display: block; background:url(../img/indfocusbtn.png) no-repeat left top; cursor: pointer; }
.indFocusBox .hd .prev { left: 10px; background-position: left top; }
.indFocusBox .hd .next { right: 10px; background-position: left -31px; }
.indFocusBox .hd ul li { width: 114px; height: 45px; float: left; margin: 0 3px; position: relative; z-index: 2; }
.indFocusBox .hd ul li .pic img { display: block; width: 114px; height: 45px; filter: alpha(opacity=60); opacity: 0.60; }
.indFocusBox .hd ul li.on .pic img { filter: alpha(opacity=100); opacity: 1.0; }
.indFocusBox .hd .bg { width: 100%; height: 65px; float: left; position: absolute; z-index: 1; left: 0; top: 0; background-color: black; filter: alpha(opacity=50); opacity: 0.50; }


/* 首页内容 */
.box_con{ width:1178px; border:1px solid #ddd; background:#fafafa; margin-top:20px; border-radius:5px; padding:15px;}
.con_top{ background:url(../img/con_bj.jpg) repeat-x bottom; padding-bottom:20px;}


/* 焦点图 */


.indFocus {float: left; width: 620px; overflow: hidden; position: relative; background: #F6F6F6; text-align: center; }
.indFocus .hd { position: absolute; z-index: 1; width: 600px; height: 42px; top: 386px; left: 10px; background:url(../img/tmbj.png);
}

.indFocus .hd ul { width: 100%; overflow: hidden; zoom: 1; font-size: 0; }
.indFocus .hd ul li { display: inline-block; *display: inline; zoom: 1; margin: 10px 3px; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #000; cursor: pointer; color: #fff; font-size: 14px; }
.indFocus .hd ul li.on { background: #C71D15; }
.indFocus .bd { position: relative; }
.indFocus .bd .pic { line-height: 0; background:#fcf3e4; padding:10px;}
.indFocus .bd .pic img { width: 600px; height: 408px; }
.indFocus .bd .con { border: 1px solid #ddd; border-top: 2px solid #014eb3; padding: 10px 15px; width:590px; text-align:center; }
.indFocus .bd .title { font-size: 15px; line-height: 30px; height: 30px; overflow: hidden; }
.indFocus .bg { display: none; }



/*学院要闻Tab*/
.newsGroup{width:530px; overflow:hidden; /* float:right; */}
.newsGroup .hd{height:35px; line-height:35px; border-bottom:1px solid #dfdfdf; position:relative; margin-bottom: 14px;}
.newsGroup .hd li{width:auto; float:left; background:#ececec; margin-right:2px;}
.newsGroup .hd li h4{width:auto; height:35px; line-height:35px; float:left; padding:0 11px 0 35px; margin-right:2px; display:inline; font-size: 16px; background-color:#ececec; color:#666; background:url(../img/newsgrouphd.png) no-repeat 12px 10px;}
.newsGroup .hd li h4 a{display: block;color:#666;}
.newsGroup .hd li.li01 h4{background-position:12px 10px;}
.newsGroup .hd li.li02 h4{background-position:12px -24px;}
.newsGroup .hd li.li03 h4{background-position:12px -60px;}
.newsGroup .hd li.on h4{background-color:#035ed7; padding-bottom:1px; margin-bottom:-1px; position:relative; color:white;}
.newsGroup .hd li.on h4 a{color:white;}
.newsGroup .hd li.on.li01 h4{background-position:12px -104px;}
.newsGroup .hd li.on.li02 h4{background-position:12px -138px;}
.newsGroup .hd li.on.li03 h4{background-position:11px -174px;}

.newsGroup .bd{font-size: 14px; overflow:hidden;}
.newsGroup .bd .topicList .t{padding-bottom:5px; margin-bottom:5px; border-bottom:1px dashed #ccc;}
.newsGroup .bd .topicList .t .title{padding:0;text-align:center;}
.newsGroup .bd .topicList .t .tit{font-size:18px;  color:#035ed7; }
.newsGroup .bd .topicList .t .tit:hover{color:#035ed7; text-decoration:underline;}
.newsGroup .bd .topicList .t .intro{line-height:30px; color:#333; font-size:14px; margin:8px 0;font-family:"宋体" ;height:60px; overflow:hidden; text-indent:2em;}
.newsGroup .bd .topicList .t .more{ color:#F00;}
.newsGroup .bd .topicList .t .more:hover{ color:#F00;text-decoration:underline;}

.newsGroup .bd .topicList .n {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #d3d3d3;
	font-family: "宋体" !important;
}
.newsGroup .bd .topicList .n a{
	padding-left:10px;
	background:url(../img/dot.png) 0 center no-repeat;
}
.newsGroup .bd .topicList .n a:hover{color:#035ed7; text-decoration:underline;}
.newsGroup .bd .topicList .n .xd {
	font-size: 14px;
	font-family: "宋体" !important;
}
.newsGroup .bd .topicList .n .date {
	float:right;
	color: #999;
	font-size: 14px;
}

/* 党建工作 */
.con2{ padding-top:20px;}
.con_work{ width:578px; height:230px;}
.con_work_top{ border-bottom:1px solid #ddd; line-height:30px; height:30px;}
.con_work_top h3{ font-size:16px; color:#014eb3; background:url(../img/con2.png) no-repeat left center; padding-left:15px;}
.more{ font-family:"宋体"; color:#9a9898; font-size:12px; }
.more:hover{ font-family:"宋体";color:#035ed7; text-decoration:underline;font-size:12px; }
.con_work_ul{ padding-top:4px;}
.con_work_ul ul li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #d3d3d3;
	font-family: "宋体" !important;
}
.con_work_ul li a{
	padding-left:10px;
	background:url(../img/dot.png) 0 center no-repeat;
}
.con_work_ul ul li a:hover{color:#035ed7; text-decoration:underline;}
.con_work_ul ul li .xd {
	font-size: 14px;
	font-family: "宋体" !important;
}
.con_work_ul ul li span {
	float:right;
	color: #999;
	font-size: 14px;
}

.con3{ padding-top:10px;}
.con_features{ width:344px; margin:0 15px; height:226px;}
.con_features ul{ margin-top:-8px;}
.con_features ul li{ border:1px solid #ddd; padding:1px; margin-top:8px; height:66px;}
.con_features ul .tit{display:none}

.con_code{ width:226px; height:226px; background:#ecebeb; text-align:center;}
.con_code p{ width:146px; margin:auto; line-height:20px; color:#014eb3; font-size:14px;}

/* 友情链接 */
.link {
	width: 942px;
}
.link_b {
	padding: 6px 8px;
}
.link_b li {
	line-height: 30px;
	width:115px;
    float:left;
	font-family:"宋体";

}
.link_b a:hover{color:#035ed7; text-decoration:underline;}

/* 领导信箱 */	
.mail {
	width: 226px;
}
.mail_b {
	background: #ecebeb;
}
.mail_b ul li {
	float: left;
	text-align: center;
	width: 113px;
	
}
.yzxx a {
	background:#ecebeb url(../img/xf1.png) no-repeat center;
	display: block;
	height:30px;
	padding-top:70px;
}
.sjxx a {
	background:#ecebeb url(../img/xf2.png) no-repeat center;
	display: block;
	height:30px;
	padding-top:70px;
}
.yzxx a:hover {
	background: #035ed7 url(../img/xf3.png) no-repeat center;
	display: block;
	height:30px;
	padding-top:70px;;
	color: #FFF;
}
.sjxx a:hover {
	background: #035ed7 url(../img/xf4.png) no-repeat center;
	display: block;
	height:30px;
	padding-top:70px;
	color: #FFF;
}
.mail_txt{ width:226px; text-align:center; height:35px; line-height:35px; font-size:16px; color:#fff; background:#035ed7; margin-bottom:10px;}

/* 底部 */
.footer_t{ background:#1e88eb; height:52px; line-height:52px; color:#fff; text-align:center;font-family:"宋体"; margin-top:20px; }
.footer_t a{ color:#fff;}
.footer_t a:hover{ color:#fff; text-decoration:underline;}
.footer_b{ background:#057be9; text-align:center; padding:20px 0; line-height:34px; color:#fff;font-family:"宋体";}
.footNav{overflow:hidden; text-align:center; }
.footNav li{display:inline-block; *display:inline; zoom:1; vertical-align:top;}
.footNav a{font-weight:normal; font-size:14px;}

/* 内页 */
.concent_bj{ background:url(../img/nry_bj.jpg) no-repeat top !important;}
.ny_banner {
	position: relative;
}
.ny_banner img{ display:block; height:160px;}
.banner_c {
	position: absolute;
	
	height: 88px;
	bottom: 28px;
	left: 0px;
    background:url(../img/tmbj.png);
}
.banner_c h3 {
	color: #FFF;
	font-size: 38px;
	padding: 6px 100px 0 70px;
	font-weight: normal;
}
.banner_c .en {
	color: #FFF;
	font-size: 16px;
	padding-left: 140px;
}
.n_place {
	border-bottom: 1px solid #cdcdcd;
	position: relative;
	height: 30px;
	margin-bottom: 38px;
}
.n_place_warp {
	height: 65px;
}
.n_place{
	position: absolute;
	right: 50px;
	bottom: -5px;
	background: #fff;
}
.n_place ul li {
	float: left;
	font-family:"宋体"；
}
.n_place ul li.first {
	background: #035ed7;
	width: 5px;
	height: 5px;
	display: block;
	margin: 9px 9px 0 0;
	
}
.n_place ul li.last {
	background: #035ed7;
	width: 5px;
	height: 5px;
	display: block;
	margin: 9px 0 0 9px;
	
}
.n_place ul li a {
	font-size: 14px;
	color: #3f3e3e;
	padding: 0 4px;
}
.n_place ul li a:hover{color:#035ed7; text-decoration:underline;}
.n_box {
	background: url(../img/n_nav_bj.jpg) repeat-y left;
}

/* 内页左边栏目 */	
.n_left {
	float: left;
	width: 220px;
	padding-bottom: 50px;
}
.n_left .hd h3 {
	height: 47px;
	line-height: 47px;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	background: #035ed7;
	padding-left: 24px;
	border-bottom: 1px solid #d3d3d3;
}
.n_left li{
	border-bottom: 1px solid #d3d3d3;
	}
.n_left li a {
	width: 176px;
	padding: 10px 10px 10px 34px;
	display: block;
	font-size: 14px;
	color: #474747;
	line-height: 28px;
	font-weight:normal;
	
}
.n_left li a:hover{ color:#035ed7;}
.n_left .on1 a {
	background: #fff;
	color: #035ed7;
	border-left: 8px solid #1e88eb;
	width: 168px;
	
}
.n_left .ul1{
	background:#f7f5f5;
	}
.n_left .ul1 li{border-top: 1px solid #d3d3d3 !important;border-bottom:none!important;}
.n_left .ul1 li a{ padding-left:60px;width: 168px!important; font-size:14px!important; }
.n_left .ul1 li a.ej_cur{  color:#035ed7;}

/* 内页右边列表 */	
.n_right {
	width: 958px;
	float: right;
}
.n_tit {
	font-size: 28px;
	line-height: 60px;
	color: #333;
	border-bottom: 1px solid #d3d3d3;
	font-weight: normal;
	margin-bottom:20px;
	overflow:hidden;
}
.n_tit .write{
	float:right;
	font-size:14px;
	background:#efa500;
	height:32px;
	line-height:32px;
	padding:0 15px;
	color:#fff;
	margin-top:15px;
	border-radius:5px;
}
.n_tit .write:hover{
	background:#ffaf00
}
.list_nr {
	padding-top: 16px;
}
.list_nr ul li {
	border-bottom: 1px dashed #a9a6a6;
	font-family:"宋体";
	line-height:40px;
	height:40px;
}
.list_nr ul li .tit{ oat:left; color:#333;}
.list_nr ul li .tit:hover{ color:#035ed7; text-decoration:underline;}
.list_nr ul li .date{ float:right; color:#b3b3b3;}
.fengy {
	text-align: right;
	padding: 20px 0;
}
.concent_nr {
	padding: 20px;
	line-height: 30px;
	font-size: 14px;
}
.list_nr2 {
	padding-top: 50px;
}
.list_nr2 .tit {
	text-align: center;
}
.list_nr2 .tit h1 {
	font-size: 22px;
	color: #262626;
	font-weight: normal;
}
.list_nr2 .sou {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px dashed #d3d3d3;
}
.list_nr2 .sou span {
	font-size: 12px;
	color: #999;
	margin: 0 5px;
}

/* 现任领导 */
.xsld {
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	line-height: 26px;
	margin-bottom: 12px;
}
.xsld tr td {
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 6px;
}
.ldmc {
	width:1000px;
	font-weight: bold;
	color: #035ed7;
	font-size: 18px;
}
.grjl {
	background: #f3f3f3;
	width: 80px;
}
/* 系部设置 */
.ste li {
	float: left;
	border: 1px solid #cbcbcb;
	text-align: center;
	width: 146px;
	height: 43px;
	line-height: 43px;
	margin-left: 30px;
	margin-bottom: 30px;
	display: table;
}
.ste li a {
	display: block;
	font-size: 14px;
	color: #4b4b4b;
}
.ste li a:hover {
	border-bottom: 1px solid #035ed7;
	color: #035ed7;
	text-decoration: none;
	display: block;
	height: 42px;
}
/* 师资队伍 */
.imglist {
	padding: 10px;
}
.imglist ul li {
	float: left;
	text-align: center;
	line-height: 30px;
	margin: 10px;
}
.imglist ul li .pic {
	width: 190px;
	height: 230px;
	display: block;
	padding: 6px;
	border: 1px solid #d3d3d3;
}
.imglist ul li .pic img {
	cursor: pointer;
	transition: all 0.4s;
}
.imglist li:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/* 专题页 */

.pro {
	padding: 20px;
}
.pro_tit h3 {
	font-size: 20px;
	line-height: 50px;
}
.pro_tit p {
	line-height: 26px;
	font-size: 14px;
	font-family: "宋体" 
}
.pro_new {
}
.pro_new_tit {
	border-bottom: 1px solid #d3d3d3;
}
.pro_new_tit h3 {
	font-size: 20px;
	line-height: 50px;
}
.pro_new_tit a {
	line-height: 50px;
}
.pro_new ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #d3d3d3;
	font-family: "宋体" !important;
}
.pro_new ul li a{
	padding-left:10px;
	background:url(../img/dot.png) 0 center no-repeat;
}
.pro_new ul li .xd {
	font-size: 14px;
	font-family: "宋体" !important;
}
.pro_new ul li a:hover{ text-decoration:underline; color:#035ed7;}
.pro_new ul li span {
	float:right;
	color: #999;
	font-size: 14px;
}
/* 领导信箱 */
.mail_nr {
	padding: 20px;
}
/* 留言-签写页 */
.msgTitle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 10px 0
}
.msgWrite {
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
	empty-cells: show;
}
.inputxt {
	padding: 2px 0 0 2px;
	height: 20px;
	border: 1px solid #d3d3d3;
}
.msgWrite td {
	border: 1px solid #d3d3d3;
	padding: 5px 8px
}
.msgWrite td.tdbgleft {
	background: #F5F5F5;
	text-align: right;
}
.msgWrite td input, .msgWrite select, .msgWrite img {
	vertical-align: middle
}
.msgWrite .manageBtn {
	text-align: left;
	padding: 10px 0 10px 20px;
}
.msgWrite #EBtnSubmit, .msgWrite #BtnCancel {
	width: 120px;
	margin-right: 10px;
	font-size: 14px;
	height: 36px;
	cursor: pointer;
	background: #035ed7;
	border: 0;
	color: #fff;
}
.msgWrite #EBtnSubmit:hover, .msgWrite #BtnCancel:hover {
	background: #057be9;
}
.msgWrite .inputxt, .msgWrite select, .msgWrite textarea {
	line-height: 18px;
	padding: 4px;
	border: 1px solid #d3d3d3;

}

.msgTable { margin-bottom: 10px; text-align: center; width:100%;border-left: 1px solid #d3d3d3;border-right: 1px solid #d3d3d3;  }
.msgTable th { background:url(../img/xbej.jpg) repeat-x bottom; height: 38px; line-height: 38px; padding: 0 10px; font-size: 14px; text-align: center; border-bottom: 1px solid #d3d3d3;border-top: 1px solid #d3d3d3; color: #035ed7;}


.msgTable td { padding:8px 10px; border-bottom: #d3d3d3 1px dotted; line-height:28px;}
.msgTable .title { padding: 0 0 0 22px; text-align: left; }
.msgTable td.title { background: url(../img/icons1.png) no-repeat 7px -1206px; padding-left: 27px; }
.msgTable .user { width: 13%; }
.msgTable .hits { display:none }
.msgTable .date { width: 15%; }
.msgTable .reply { width: 12%; }
.msgTable .isreply { color: #D77A1D; }
.msgTable .noreply { color: #999; }

.msgTable .replayCon td{ padding:0; border:0; position:relative;}
.msgTable .replayCon .asil_con{ line-height:200%; text-align:left; color:#999; background:#eee; padding:15px 20px; margin-top:-1px; }
.msgTable .replayCon i{ display:block; width:9px; height:5px; background:url(../img/icons1.png) 0 -1316px no-repeat; position:absolute; right:40px; top:-5px; }

/* 留言-内容页 */
.msgDetial{ margin-top: 10px; margin-bottom:20px; background: #F3F3F3;}
.msgDetial .hd{border: 1px solid #fff; padding: 8px 20px 8px 50px; font-size: 16px; /* font-weight: bold; */line-height:30px;
	
background: url(../img/icons1.png) 15px -728px no-repeat;}
.msgDetial .hd span{font-weight: normal;float:right; font-size:12px; color:#666 }
.msgDetial .bd{border: 1px solid #fff; border-top:none;

}
.msgDetial .img{float:left;width:22%; text-align:center; display:inline; }
.msgDetial .img img{margin:20px 0 0 0; }
.msgDetial .cont{padding:15px 20px; font-size:14px; line-height: 200%;}
.msgDetial .cont .fr{text-align:right; color:#999;font-size: 12px;}
.msgDetial .cont .fr a{color:#999;}
.msgDetial .msgContHere{overflow: hidden;padding:10px 0; color: #555;}
.msgDetial .adminRep{background: #fff;clear: both;padding: 20px 20px 10px 20px;margin:10px 0;border: 1px dotted #ddd; overflow:hidden; }
.msgDetial .adminRep strong{color:red;}
.msgConTable{ border-collapse: collapse; empty-cells:show;}
.msgConTable .tdPic{ width:150px; text-align:center; vertical-align:top; border-right: 1px solid  #fff;}
.msgConTable .tdPic img{ margin-top:20px  }
.msgConTable .tdPic h3{ padding:5px 0 }



/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #035ED7;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #006af7;
    color:#fff;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
	font-weight:normal;
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}

/*-- 网站地图 --*/
.siteMap {
    overflow: hidden;
    zoom: 1;
}
.siteMap .li1 {
    margin-bottom: 10px;
}
.siteMap .h1 {
    height: 40px;
    line-height: 40px;
    border: 1px dotted #ccc;
    background: #fff;
}
.siteMap .h1 .a1 {
    font: normal 16px/40px "Microsoft YaHei";
    _font-weight: bold;
    color: #035ed7;
    padding-left: 10px;
}
.siteMap .ul1 {
    padding: 10px 20px;
    zoom: 1;
    display: block !important;
}
.siteMap .li2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 10px;
    vertical-align: top;
}
.siteMap .a2 {
    color: #666;
}
.siteMap .ul2 {
    padding: 0 0 20px 0;
}
.siteMap .li3 {
    line-height: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.siteMap .a3 {
    color: #999;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}
.siteMap .last3 .a3 {
    border-right: 0;
}
/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 26px;
}
.page a, .page span {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #d4d4d4;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 2px;
    vertical-align: top;
}
.page a:hover {
    border: 1px solid #035ed7;
    text-decoration: none;
    color: #035ed7;
}
.page .current {
    background: #035ed7;
    border: 1px solid #035ed7;
    color: #fff !important;
}
.page select {
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background: #fff;
    border: 0;
    border: none;
    vertical-align: middle;
}


/* 当前位置 */
.path {
	padding:10px 0;
    height: 30px;
    line-height: 30px;
}
.path a, .path span {
    margin: 0 5px;
}

/* 通用带图片的信息列表_普通式 */
.picList {
    margin: 0 -10px;
}
.picList li {
    float: left;
    width: 24.99%;
    margin-bottom: 15px;
}
.picList li .pic {
    margin: 0 10px;
    background-color: #fff;
}
.picList li .title {
    margin: 0 10px;
}
.picList li .pic img {
    width: 100%;
    height: auto;
}
.picList li .pic a:hover img {
    filter: alpha(opacity=80);
    opacity: .8;
}
.picList li .title {
    padding-top: 5px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}