/* CSS Document */
/*网页全局样式开始*/
body {
	background-color: #f3f3f5;	/*背景颜色*/
	font-size: 14px;	/*字体大小*/
	color: #3D3D3D;	/*字体颜色*/
	font-family: Microsoft Yahei;	/*微软雅黑字体*/
	text-align: left;	/*水平居左*/
	margin: 0px;	/*页面上边距*/
	background-repeat: repeat-x;	/*背景图横向重复*/
	background-position: top center;	/*背景图置顶居中*/
	margin: 0 auto;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp, input, textarea {
	margin: 0;
	padding: 0
}
img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
tr {
	text-align: left;
	font-family: Microsoft Yahei;
}
td {
	font-size: 10pt;
	color: #000000;
	font-family: Microsoft Yahei;
	line-height: 150%;
}
/*网页全局样式结束*/

/*网页基本样式*/

/*网页基本样式结束*/

/*超链接样式开始*/
a {
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
a:hover {
	font-family: Microsoft Yahei;
	text-decoration: underline;
	color: #ff0000;
	font-size: 14px;
}
a.more_link {
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #333;
	font-size: 11px
}
a.more_link:hover {
	font-family: Microsoft Yahei;
	text-decoration: underline;
	color: #ff0000;
	font-size: 11px
}
a.white {
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #ff0000;
}
a.daohang {
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #ffffff;
	font-size: 10.5pt;
	font-weight: bold;
}
a.daohang:hover {
	font-family: Microsoft Yahei;
	text-decoration: underline;
	color: #FF0000;
	font-size: 10.5pt;
	font-weight: bold;
}
.header {
	height: 80px;
	line-height: 90px;
	background-color: #004a9f;
	width: 100%;
}
.logo {
	height: 80px;
	line-height: 90px;
	float: left;
	width: 260px;
}
.logo img {
	margin-top: 15px;
	vertical-align: middle;
}
.vline {
	float: left;
	width: 8px;
	height: 80px;
	float: right;
	margin-right: 10px;
	background-image: url(../images/yzgzwap_vline.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/*菜单*/
.nav {
	height: 90px;
	line-height: 90px;
	float: right;
	width: 80px;
}
.nav h1 a {
	font-size: 16px;
	color: #d0ffff;
	font-weight: 100;
}
.nav h1 a:hover {
	font-size: 16px;
	color: #6bcdcd;
	font-weight: 100;
	text-decoration: none;
}
.nav h2 {
	background-image: url(../images/yzgzwap_xxjt.jpg);
	width: 30px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
}
.showBtn {
	cursor: pointer;
	float: left;
}
.menu {
	display: none;
	background-color: #fff;
	width: 100px;
	z-index: 9000;
	position: fixed;
	top: 79px;
	right: 100px;
}
.menu ul {
	list-style: none;
	width: 200px;
}
.menu ul li {
	background-color: #0c67ce;
	height: 40px;
	border-bottom: 1px solid #0954a3;
	line-height: 40px;
	float: left;
	width: 100px;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #d0ffff;
	font-size: 14px;
	font-weight: 100;
	height: 40px;
	padding-left: 15px;
}
.menu ul li a:hover {
	display: block;
	text-decoration: none;
	color: #d0ffff;
	font-size: 14px;
	font-weight: 100;
	height: 40px;
	padding-left: 15px;
}


.menuhide {

}
/*菜单结束*/


.search {
	height: 60px;
	width: 100%;
	margin: o auto;
	background-color: #ffffff;
	padding-top: 13px;
	display: none;
}
.sborder {
	height: 45px;
	width: 97%;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 0 auto;
}
.scontent {
	float: left;
	width: 85%;
}
.scontent input {
	height: 44px;
	border: 0;
	width: 100%;
}
.ssubmit {
	float: right;
	width: 15%;
}
.ssubmit input {
	height: 44px;
	border: 0;
	border-left: 1px;
	width: 100%;
	background-color: #efefef;
	background-image: url(../images/yzgzwap_07.jpg);
	background-repeat: no-repeat;
	background-position: center 50%;
}
.picnews {
	width: 100%;
	height: 180px;
}
.jiange {
	height: 13px;
	width: 100%;
	clear: both;
}
/*学校新闻 通知公告*/
.xxxw {
	width: 95%;
	margin: 0 auto;
	background-color: #ffffff;
}
.xxxwtab {
	width: 100%;
	height: 45px;
	background-color: #004a9f;
}
.xxxwtab1 {
	float: left;
	height: 45px;
	line-height: 45px;
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #ef7b00;
}
.xxxwtab2 {
	float: left;
	height: 45px;
	line-height: 45px;
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.xxxwtab3 {
	float: right;
	width: 55%;
	height: 45px;
	line-height: 45px;
	text-align: right;
}
.xxxwtab3 span {
	color: #d0ffff;
	font-size: 13px;
	font-weight: 100;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
}
.xxxwtab3 a {
	color: #eae871;
	font-size: 14px;
	font-weight: 100;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
}
.xxxw_content {
	padding: 26px;
	_height: 110px;
	min-height: 110px
}
.xxxw_num1_pic {
	float: left;
}
.xxxw_num1_title {
	float: left;
	width: 100%;
}
.xxxw_num1_title div {
	width:180px;
	overflow-x:hidden;
    white-space:nowrap;
	height:25px;
}
.xxxw_num1_title div a {
	font-size: 15px;
	color: #363435;
	font-weight: 400;
	line-height: 25px;
}
.xxxw_num1_title h2 {
}
.xxxw_num1_title h2 a {
	font-size: 13px;
	font-weight: 100;
	color: #898989;
	line-height: 23px;
}
.title_list li {
	line-height: 30px;
	height: 30px;
	clear: both;
	list-style: none;
	background: url("../images/li_ico.jpg") no-repeat 0 10px;
	padding-left: 10px;
}
.title_list li h1 {
	float: left;
	height: 30px;
	line-height: 30px;
}
.title_list li h1 img {
	vertical-align: middle;
}
.title_list li a {
	float: left;
	margin-left: 10px;
	color: #575757;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.more {
	border: 1px solid #d7d7d7;
	background-color: #fbfbfb;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	margin-top: 12px;
	border-radius: 3px;
}
.more a {
	font-size: 16px;
	color: #575757;
	width:100%;
	text-decoration:none;
}

/*校园掠影滚动图片 START*/

.xyly {
	width: 95%;
	margin: 0 auto;
	background-color: #ffffff;
	_height: 150px;
	min-height: 150px
}
.xyly_colname {
	height: 45px;
	line-height: 45px;
	width: 100%;
	background-color: #004a9f;
	text-align: left;
}
.xyly_colname h1 {
	margin-left: 15px;
	font-weight: 100;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}
.xyly_content {
	padding: 20px 0 20px 0;
	background-color: #ffffff;
	_height: 150px;
	min-height: 150px
}
.xyly_content li {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-left:10px;
}

#xylybox {
	width: 365px;
	overflow:hidden;
	margin:0 auto;

}
.xylywrapper {
	min-width: 1440px;
	padding-right:15px;

	_height: 120px;
	min-height:120px;
}

.xyly_content ul li div {
	min-height: 110px;
}
.xylywrapper ul li p {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.xylywrapper ul li p a {
	color: #595959;
	font-size: 16px;
}
.xylywrapper ul li div img:hover {
transform: scale(1.1);
}

.xyly_fy {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	padding: 20px 0;
	_height: 50px;
	min-height: 50px
}
.xyly_fy h1 {
	width: 70px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0 auto;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background: linear-gradient(to top right, #fdfdfd, #fefefd);
	text-align: center;
	font-size: 15px;
	font-weight: 100;
	color: #575757;
	cursor:pointer;
}
.xyly_fy h2 {
	width: 50px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
}
.xyly_fy h1 a {
	font-size: 15px;
	font-weight: 100;
	color: #575757;
}



/*校园掠影滚动图片 END*/
/*栏目页*/
.list_colname {
	width: 95%;
	margin: 0 auto;
	background-color: #004a9f;
	height: 45px;
}
.list_colname h1 {
	height: 45px;
	line-height: 45px;
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #ef7b00;
}
.list_content_width {
	width: 95%;
	margin: 0 auto;
	background-color: #ffffff;
}
.list_content_padding {
	padding: 26px;
	_height: 340px;
	min-height: 340px;
}
.footer {
	height: 90px;
	line-height: 90px;
	background-color: #004a9f;
	width: 100%;
	clear: both;
}
.copyright {
	float: left;
	width: 70%;
	text-align: left;
}
.copyright h1 {
	font-size: 14px;
	color: #d0ffff;
	font-weight: 100;
	line-height: 150%;
	margin-left: 10px;
	margin-top: 20px;
}
/*文章内容*/
.article_content_width {
	width: 95%;
	margin: 0 auto;
	background-color: #ffffff;
	_height: 150px;
	min-height: 150px;
}
.article_content_padding {
	padding: 16px;
	_height: 450px;
	min-height: 450px;
}
/*文章标题样式*/
.article_title {
	font-size: 22px;
	font-family: Microsoft Yahei;
	color: #000000;
	font-weight: 500;
	text-align: left;
	line-height: 150%;
}
.article_date {
	font-size: 13px;
	color: #cccccc;
	line-height: 160%;
	font-weight: 100
}
.article_content {
	font-size: 17px;
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #666;
	line-height: 160%;
	font-weight: 100;
	width:100%;
	overflow-x:hidden;
}
.article_content p, .article_content span, .article_content td, .article_content div,.article_content a,.article_content p a {
	font-size: 17px;
	font-family: Microsoft Yahei;
	text-decoration: none;
	color: #666;
	line-height: 160%;
	font-weight: 100;
}
/*首页图片新闻 START*/

.flexslider {
	position: relative;
	height: 180px;
	width: 100%;
	margin: 0;
	zoom: 1;
	float: left;
}
.flexslider img {
	width: 100%;
	height: 180px;
}
.flexslider .slides li {
	width: 100%;
	float: left;
	height: 180px;
	position: relative;
	opacity: 0;
	display: block;
	z-index: 1;
}
.slider-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(../images/slider_txt.png) repeat-x;
}
.slider-caption h5 a {
	font-size: 15px;
	color: #fff;
	margin-left: 10px;
	font-weight: 100;
}
.flex-direction-nav a {
	width: 36px;
	height: 36px;
	display: inline-block;
	font-size: 16px;
	background: #F00;
	position: absolute;
	top: 50%;
	z-index: 99;
	text-indent: -99em;
	display: none;
}
.flex-direction-nav .flex-prev {
	left: 36px;
}
.flex-direction-nav .flex-next {
	right: 36px;
}
/* Control Nav */
.flex-control-nav {
	position: absolute;
	bottom: 9px;
	right: 3px;
	z-index: 999;
}
.flex-control-nav li {
	margin: 0 2px;
	float: left;
	zoom: 1;
	width: 15px;
	height: 15px;
	background: #7b7b7b;
	cursor: pointer;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.flex-control-paging li a {
	font-size: 12px;
	display: block;
	color: #fff;
	line-height: 15px;
}
.flex-control-paging li a.flex-active {
	background: #215fb1;
	border-radius: 10px;
}
/*首页图片新闻 END*/

/*底部导航*/
.footernav {
	height: 90px;
	line-height: 90px;
	float: right;
	width: 90px;
}
.footernav h1 {
	float: left;
}
.footernav h1 a {
	font-size: 16px;
	color: #d0ffff;
	font-weight: 100;
}
.footernav h1 a:hover {
	font-size: 16px;
	color: #6bcdcd;
	font-weight: 100;
	text-decoration: none;
}
.footernav h2 {
	background-image: url(../images/yzgzwap_xsjt.jpg);
	width: 30px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
.showBtn {
	cursor: pointer;
}

