
/*------------------------------------------------------------
	公共样式
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
a{
       color:#000;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/*------------------------------------------------------------
	细节微调
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	初始化
------------------------------------------------------------*/
body {
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
	font-family: "Microsoft YaHei";
	background-color: #f1f1f1;
}

#container {
	background-color: #FFF;
	text-align: left;
	width: 1002px;
	margin: 0 auto;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold; color: #8F002F;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;/*background:#f8f8f8;*/text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#8F002F;}
.page_list a.on{color:#FFF;border:1px solid #ccc;background:#8F002F;}



/*--------fullSlide--------*/
.fullSlide{ position:relative; background:#000; margin:0 auto 40px; }
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img{width:100%; vertical-align:top;  } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center;
			 background:#000; filter:alpha(opacity=60);opacity:0.6 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(https://zxwkyjs.wfmc.edu.cn/_upload/tpl/04/92/1170/template1170/img/tg_flash_p.png) -18px 0; overflow:hidden; 
			font-size:0;
}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-19% 0 0 3%; float:left;  background:url(https://zxwkyjs.wfmc.edu.cn/_upload/tpl/04/92/1170/template1170/img/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
.fullSlide .next{  background-position:right 0; float:right; margin-right:3%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 713px;
	float: right;
	border: 1px solid #E5E5E5;
	min-height: 674px;
        padding: 10px 10px 0;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#side {
	width: 237px;
	float: left;
	background: url('../image/side_bg.jpg') no-repeat left top;
	height: 684px;
}

#side .sUl {
	padding: 15px 12px 0;
}
#side .sU2{
	padding-top: 0px;
}
#side .sUl li {
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	padding-bottom: 10px;
}

#side .sUl li a {
	display: block;
	background: #fff url('../image/icon04.gif') no-repeat 14px center;
	padding: 0 20px;
	text-align: center;
	color: #296AD2;
}

#side .sUl li ul {
	padding-top: 10px;
}

#side .sUl li li a {
	background: #FFF;
	font-weight: normal;
}

#side .sUl li li a:hover,
#side .sUl li li.on a {
	color: #B0140A;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	background: url('../image/line.jpg') no-repeat left top;
	padding: 25px 0;
}

#footer .subFoot {
	width: 434px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 22px;
}

#footer .subFoot span {
	margin-left: 20px;
}


#main {
	padding: 20px 10px;
}

.logoBox {
	padding: 25px 10px 20px;
}

.logoBox .lLogo {
	margin-right: 30px;
}

.naviBox {
	background: url('../image/navi_bg.jpg') repeat-x left center;
        zoom: 1;
}

.naviBox li {
	float: left;
	min-width: 90px;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
}

.naviBox li a {
	display: block;
	padding: 0 7px;
	color: #FFF;
	text-decoration: none;
}

.naviBox li a:hover,
.naviBox li.on a {
	background: url('../image/navi_hover_bg.jpg') repeat-x left center;
}

#main .rowBox {
	margin-bottom: 45px;
}

#main .rowBox .bannerBox {
	width: 312px;
	float: left;
	min-height: 250px;
}

#main .rowBox .subBox {
	width: 322px;
	float: left;
	padding-left: 15px;
}

#main .rowBox .rBox {
	width: 308px;
}

#main .ttlP {
	font-size: 16px;
	color: #FFF;
	line-height: 36px;
	overflow: hidden;
	background-color: #e3e3e3;
}

#main .ttlP .title {
	float: left;
	min-width: 92px;
	padding: 0 10px;
	background:-webkit-linear-gradient(bottom, rgba(21,72,137,1), rgba(47,101,175,1));
    background:-o-linear-gradient(bottom, rgba(21,72,137,1), rgba(47,101,175,1));
    background:linear-gradient(to top, rgba(21,72,137,1), rgba(47,101,175,1));
}

#main .ttlP .more {
	color: #5C5B5B;
	font-size: 13px;
	line-height: 36px;
	float: right;
	padding-right: 10px;
}

#main .ttlP01 {
    background:-webkit-linear-gradient(bottom, rgba(21,72,137,1), rgba(47,101,175,1));
    background:-o-linear-gradient(bottom, rgba(21,72,137,1), rgba(47,101,175,1));
    background:linear-gradient(to top, rgba(21,72,137,1), rgba(47,101,175,1));
}

#main .ttlP01 .more {
	color: #FFF;
}

#main .textList {
	padding-top: 10px;
}

#main .textList li a {
	overflow: hidden;
	display: block;
}

#main .textList li .title{
	float: left;
	width: 264px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #484847;
	line-height: 28px;
	background: url('../image/icon01.gif') no-repeat left center;
	padding-left: 6px;
}

#main .textList li .date {
	float: right;
	font-size: 13px;
	color: #949393;
	line-height: 28px;
}
#main .textList li .title a{
	color: #484847;
}
#main .textList li .title a:hover{
	color: #CC0000;
}

#main .rowBox .rBox .about {
	font-size: 14px;
	color: #333;
	padding: 15px;
	background-color: #F7F7F7;
	font-size: 14px;
	line-height: 25px;
}

#main .rowBox .lBox {
	float: left;
	width: 650px;
	border: 1px solid #E6E6E6;
	padding: 0 24px 10px;
	box-sizing: border-box;
}

#main .rowBox .lBox .title {
	text-align: center;
	margin-bottom: 20px;
}

#main .rowBox .lBox .title img {
	margin-top: -7px;
}

#main .picUl {
	overflow: hidden;
}

#main .picUl li {
	float: left;
	margin-right: 22px;
	text-align: center;
}
#main .picU2 li{
	width: 105px;
}
#main .picU2 li img{
	width: 105px;
        height: 175px;
}
#main .rowBox .rBox {
	width: 300px;
	float: right;
}

#main .rowBox .rBox .linkUl {
	margin-bottom: 25px;
	overflow: hidden;
}

#main .rowBox .rBox .linkUl li {
	float: left;
}

#main .rowBox .rBox .fTitle {
	font-size: 16px;
	color: #010101;
	border-bottom: 1px solid #e6e6e6;
	background: url('../image/icon02.gif') no-repeat left center;
	padding-left: 15px;
}

#main .rowBox .rBox .selectUl {
	padding: 10px;
}

#main .rowBox .rBox select {
	width: 180px;
}

#main .rowBox .rBox .lSelect {
	width: 280px;
}

#main .rowBox .rBox .sSelect {
	width: 140px;
}

#conts .textList {
	padding: 10px;
}

#conts .textList li {
	border-bottom: 1px dotted #e6e6e6;
	line-height: 36px;
	padding: 5px 0;
        overflow: hidden;
}

#conts .textList li .title {
	width: 562px;
	background: url(../image/icon03.gif) no-repeat left center;
	padding-left: 15px;
}

#conts .ttlBox {
	overflow: hidden;
	border-bottom: 2px solid #EEEEEE;
	line-height: 36px;
}

#conts .ttlBox .title {
	float: left;
	font-size: 16px;
	color: #296AD2;
	line-height: 36px;
	min-width: 88px;
	border-bottom: 2px solid #296AD2;
	padding: 0 10px;
	text-align: center;
	/* margin-bottom: -2px; */
}

#conts .ttlBox .pageNavi {
	float: right;
	padding: 0 10px;
	font-size: 12px;
	color: #000;
}

#conts .ttlBox .pageNavi a {
	color: #000;
}

#conts .ttlBox .pageNavi img {
	vertical-align: middle;
	margin: -4px 3px 0 0;
}

#main .content {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	padding: 18px;
	height: 576px;
	overflow-y: auto;
}

#main .content img {
	max-width: 100%;
	height: auto !important;
}

#main .content p {
	text-indent: 2em;
}

#conts .teamBox {
	padding: 30px 20px;
}

.detailBox .topBox {
	border-bottom: 3px solid #EEEEEE;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.detailBox .topBox .title {
	font-size: 20px;
	color: #0E73E2;
	line-height: 30px;
	margin-bottom: 10px;
}

.detailBox .topBox .dec {
	font-size: 12px;
	color: #959595;
	line-height: 20px;
}

.detailBox .topBox .dec span {
	margin: 0 10px;
}
.wp_nav .sub-nav .nav-item a{
	color: #fff;
}
.wp_nav .nav-item a.parent{
	color: #fff;
}
.more{
	margin-top: 0px; 
}
.focus-title{
       overflow: hidden;
       text-overflow:ellipsis;
       white-space: nowrap;
       width: 80%;
}
.focus-pagination{
       bottom: 10px!important;
}
