@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
	min-width: 1200px;
	background: #fff;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}


a {
	outline: none;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #092968;
}

img {
	border: 0;
}

.fl {
	float: left
}

.fr {
	float: right
}

.cb {
	clear: both;
	height: 0
}

li {
	list-style: none
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
	padding: 0;
	margin: 0
}

.index_bg01 {
	background: rgba(9, 41, 104, .8);
	position: absolute;
	width: 100%;
        min-width: fit-content;
	top: 0;
	left: 0;
	-moz-box-shadow: 2px 2px 5px #333439;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #333439;
	z-index: 10;
}

.index_bg02 {
	background: #f0f2f3;
}

.index_bg03 {
	background: url(../images/index_bg03.jpg) top center no-repeat;
}

.foot_bg01 {
	background: #212121;
}

.welcome {
	color: #ffffff;
	line-height: 38px
}

.welcome a {
	color: #ffffff;
	padding: 0 15px
}

.welcome a:hover {
	color: #0042c4;
}

.index_search {
	width: 120px;
	height: 20px;
	position: relative;
	background: #4f648d;
	border-radius: 25px;
	top: 9px;
}

.index_search .input {
	background: none;
	color: #fff;
	padding-left: 10px;
	width: 100px;
	height: 20px;
	border: 0;
	outline: none;
	line-height: 20px;
	position: absolute;
	left: 0
}

.index_search .btn {
	background: url(../images/btn.png) center center no-repeat;
	height: 20px;
	border: 0;
	cursor: pointer;
	right: 5px;
	position: absolute;
	width: 11px
}

.index_icon01 {
	background: url(../images/index_icon01.png) left no-repeat;
	padding-left: 20px !important;
}

.index_icon02 {
	background: url(../images/index_icon02.png) left no-repeat;
	padding-left: 20px !important;
}

.index_icon03 {
	background: url(../images/index_icon03.png) left no-repeat;
	padding-left: 20px !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1184px;
	margin: 0 auto
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 96px;
	text-align: center;
}

.nav .sub {
	display: none;
	width: 170px;
	left: 15px;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg01.png);
	line-height: 26px;
	padding: 5px 0;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	color: #0042c4;
}

.nav .on h3 a {
	color: #fff;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 560px;
	background: #fff;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 560px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.fullSlide .bd li a {
	display: block;
	height: 560px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #f9feff;
	overflow: hidden;
	line-height: 9999px;
	border-radius: 25px;
}

.fullSlide .hd ul .on {
	background: #0042c4;
}

.index_menu {
	width: 100%;
	height: 50px;
	-moz-box-shadow: 2px 2px 5px #828384;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #828384;
	background: #fff;
	margin-top: -23px;
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.index_menu .menu01 {
	border-right: 2px solid #d4d4d4;
	padding: 0 37px;
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.index_menu .menu01 a {
	color: #333333;
}

.index_menu .menu01 a:hover {
	color: #0042c4;
}

.index_profile {
	padding: 30px 0;
}

.index_profile img {
	width: 455px;
	height: 256px;
	float: left;
}

.index_profile .con {
	width: 695px;
	border-left: 1px solid #d4d4d4;
	padding-left: 30px;
	min-height: 256px;
}

.index_profile .con p {
	color: #626466;
	font-size: 14px;
	line-height: 30px;
}

.index_profile .con p a {
	color: #bb0f2b;
}

.index_profile .con p a:hover {
	color: #0042c4;
}

.index_profile .con h2 {
	color: #000000;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: normal;
}

.index_news01 {
	padding: 30px 0;
}

.index_news01 h2 {
	font-size: 30px;
	padding-bottom: 30px;
	color: #294490;
	float: left;
}

.index_news01 .more {
	text-align: right;
	float: right;
}

.index_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.index_news01 .con01 {
	width: 832px;
}

.index_news01 .con01 .pic {
	width: 257px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: relative;
	height: 145px;
}

.index_news01 .con01 .pic img {
	width: 257px;
	height: 145px;
	margin-bottom: 10px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.index_news01 .con01 .pic:hover {
	background: rgba(0, 0, 0, .5);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.index_news01 .con01 .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news01 .con01 .pic a {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.index_news01 .con01 .pic a:hover {
	color: #fff;
}

.index_news01 .con01 .pic .title {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
        width: 220px;
	height: 48px;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: left;
}

.index_news01 .con02 {
	width: 367px;
}

.index_news01 .con02 .more {
	text-align: right;
}

.index_news01 .con02 .more a {
	color: #666666;
	line-height: 30px;
}

.index_news01 .con02 li {
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
	padding: 0 5px;
}

.index_news01 .con02 li:hover {
	background: #ffffff;
}

.index_news01 .con02 li span {
	float: right;
	color: #626466;
}

.index_news01 .con02 li a {
	color: #626466;
	float: left;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news01 .con02 li a:hover {
	color: #0042c4;
}

.index_news02 {
	padding: 30px 0;
}

.index_news02 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
}

.index_news02 .more {
	text-align: right;
	float: right;
}

.index_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.index_news02 .con01 li {
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	
	float: left;

	margin: 0 5px;
}

.index_news02 .con01 li span {
	float: right;
	color: #626466;

}

.index_news02 .con01 li a {
	color: #626466;
	float: left;
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.index_news02 .con01 li a:hover {
	color: #0042c4;
}

.index_news03 {
	padding: 30px 0;
}

.index_news03 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
}

.index_news03 .more {
	text-align: right;
	float: right;
}

.index_news03 .more a {
	color: #666666;
	line-height: 30px;
}

.index_news03 .con01 {
	width: 830px;
}

.index_news03 .con01 .itemlist {
	font-size: 14px;
	float: left;
	width: 400px;
	margin: 35px 5px;
}

.index_news03 .con01 .itemlist .date {
	width: 80px;
	text-align: center;
	line-height: 30px;
	color: #626466;
	font-size: 16px;
	margin-top: 10px;
}

.index_news03 .con01 .itemlist .date span {
	display: block;
	background: #2e4d82;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

.index_news03 .con01 .itemlist .txt {
	margin-left: 20px;
	width: 300px;
}

.index_news03 .con01 .itemlist .txt a {
	color: #000001;
	font-size: 14px;
	line-height: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.index_news03 .con01 .itemlist .txt a:hover {
	color: #0042c4;
}

.index_news03 .con01 .itemlist .txt p {
	color: #535155;
	font-size: 14px;
}

.index_news03 .con02 {
	width: 370px;
	margin-top: 20px;
}

.index_news03 .con02 a {
	display: block;
	overflow: hidden;
	height: 242px;
	margin-bottom: 20px;
}

.index_news03 .con02 img {
	width: 370px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.index_news03 .con02 a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



.footer_one {
	width: 923px;
	padding: 40px 0;
	color: #bfbebe;
}

.footer_one .con {
	min-height: 260px;
	border-left: 1px solid #2c2c2c;
}

.footer_one li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #2c2c2c;
	min-height: 260px
}

.footer_one li h3 {
	line-height: 30px;
	rgba(255, 255, 255, .7);
}

.footer_one li a {
	color: rgba(255, 255, 255, .25);
	;
	display: block;
	line-height: 24px;
}

.footer_one li a:hover {
	color: #ffffff;
}

.footer_two {
	width: 270px;
	padding: 40px 0;
}
.footer_two a{
	display: inline-block;
	width: 47px;
	height: 47px;
	background: #a09b9b;
	border-radius: 50px;
}
.footer_two a:hover{
	background: #2e4d82;
}

.footer_three {
	background: #000000;
	line-height: 30px;
	color: rgba(255, 255, 255, .25);
	text-align: left;
}

.ny_left {
	width: 260px;
	margin-top: -53px;
	position: relative;
	background: url(../images/bg3.png) no-repeat right bottom;
	background-color: #ededed;
}

.ny_left .t {
	background: #2e4d82;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 30px;
	padding-left: 55px
}

.ny_left .t span {
	background: url(../images/ny01.png) left bottom no-repeat;
	padding-bottom: 9px;
}

.ny_left .con {
	width: 240px;
	margin-left: 20px;
}

.ny_left .con li {
	height: 40px;
	line-height: 40px;
	margin: 10px 0
}

.ny_left .con li:hover {
	background: #fff;
}

.ny_left .con li a {
	display: block;
	padding-left: 31px;
	color: #2e71cb;
	font-size: 16px;
	text-decoration: none;
}

.ny_left .con li a:hover {
	background: url(../images/arrow01.png) left no-repeat;
}

.sideMenu h3 {
	display: block;
	padding-left: 31px;
	color: #2e71cb;
	font-size: 14px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	cursor: pointer;
}

.sideMenu h3.on {
	background: url(../images/arrow01.png) left no-repeat #fff;
}

.sideMenu ul {
	padding: 0 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
}

.sideMenu ul li:hover {
	background: none !important;
}

.sideMenu ul li a:hover {
	text-decoration: underline;
	background: none !important;
}



.ny_right {
	width: 900px;
}

.ny_right .ny_pos {
	color: #494949;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}

.ny_right .ny_pos a {
	color: #494949;
	padding: 0 5px;
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 15px;
}

.ny_right .t {
	height: 40px;
	position: relative;
	background: url(../images/index06.png) center repeat-x;
}

.ny_right .t .span {
	background: #fff;
	padding: 0 20px 0 0;
	color: #494949;
	font-size: 28px;
	display: inline-block;
	line-height: 40px
}

.ny_right .list {
	margin-top: 20px;
	margin-bottom: 20px
}

.ny_right .list li {
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	border-bottom: 1px dashed #ededed;
}

.ny_right .list li .date {
	float: left;
	color: #bfbfbf;
	font-size: 18px;
}

.ny_right .list li a {
	color: #626466;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny_right .list li a:hover {
	text-decoration: underline;
	color: #0042c4;
}

.ny_right .list01 {
	margin: 20px 0;
}

.ny_right .list01 li {
	line-height: 30px;
	height: 118px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 10px 0 30px;
}

.ny_right .list01 li .img {
	width: 177px;
	height: 118px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: relative;
}

.ny_right .list01 li img {
	width: 177px;
	height: 118px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.ny_right .list01 li .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_right .list01 li .txt {
	width: 700px
}

.ny_right .list01 li .txt a {
	color: #333333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny_right .list01 li .txt a:hover {
	text-decoration: underline;
	color: #0042c4;
}

.ny_right .list01 li .txt p {
	color: #858585
}

.ny_right .list01 li .txt span {
	display: inline-block;
	text-align: left;
	color: #565353
}

.ny_right .list01 li .txt span.ll {
	background: url(../images/arrow03.png) left no-repeat;
	padding-left: 20px;
}

.ny_right .con .header {
	text-align: left;
	margin-top: 20px
}

.ny_right .con .header h2 {
	color: #1a1a1a;
	font-family: "微软雅黑";
}

.ny_right .con .header p {
	padding: 5px 0 5px 0;
	color: #000000;
	font-family: "微软雅黑";
    margin: auto; 
}

.ny_right .con .details {
	font-size: 16px;
	color: #1a1a1a;
	line-height:200%;
	padding: 10px 0 10px 0;
	font-family: "微软雅黑";
}

.ny_right .con .content {
	background: #ffffff;
	padding: 20px;
	font-family: "微软雅黑";
}

/* 校友 */

.xy_bg01 {
	background: #2e4d82;
}

.xy_bg02 {
	background: #efefef;
	-moz-box-shadow: 2px 2px 5px #333439;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #333439;
}

.xy_nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto
}

.xy_nav a {
	color: #000000;
}

.xy_nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.xy_nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.xy_nav .nLi h3 {
	float: left;
}

.xy_nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 110px;
	text-align: center;
}

.xy_nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg01.png);
	line-height: 26px;
	padding: 5px 0;
}

.xy_nav .sub li {
	zoom: 1;
}

.xy_nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.xy_nav .sub a:hover {
	color: #0042c4;
}

.xy_nav .on h3 a {
	color: #000000;
}

.xy_fullSlide {
	width: 100%;
	position: relative;
	height: 440px;
	background: #fff;
}

.xy_fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.xy_fullSlide .bd ul {
	width: 100% !important;
}

.xy_fullSlide .bd li {
	width: 100% !important;
	height: 440px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.xy_fullSlide .bd li a {
	display: block;
	height: 440px;
}

.xy_fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.xy_fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.xy_fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.xy_fullSlide .hd ul .on {
	background-position: 0 0;
}

.xy_news01 {
	position: relative;
	padding: 30px 0;
	border-bottom: 2px solid #d4d4d4;
}

.xy_news01 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	display: block;
	text-align: center;
}

.xy_news01 .more {
	text-align: right;
	float: right;
	position: absolute;
	right: 0;
	top: 45px;
}

.xy_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.xy_news01 .itemlist {
	width: 278px;
	margin: 11px;
	background: #edf6ff;
	overflow: hidden;
	height: 188px;
	position: relative;
}

.xy_news01 .itemlist .pic {
	width: 278px;
	height: 188px;
	overflow: hidden;
}

.xy_news01 .itemlist img {
	width: 278px;
	height: 188px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.xy_news01 .itemlist a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.xy_news01 .itemlist a .title {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
width:221px;
	height: 48px;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: left;
	display: block;
	width: 238px;
}

.xy_news02 {
	padding: 30px 10px;
	width: 580px;
}

.xy_news02 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.xy_news02 .more {
	text-align: right;
	float: right;
}

.xy_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.xy_news02 .con {}

.xy_news02 .con img {
	float: left;
	width: 162px;
	height: 242px;
	margin: 10px;
}

.xy_news02 .con .txt {
	width: 380px;
	color: #666565;
	float: right;
	margin-top: 30px;
	line-height: 30px;
}

.xy_news02 .con01 {
	padding: 20px 0;
}

.xy_news02 .con01 img {
	width: 269px;
}

/* 校友 */
/* 研究生 */

.yjs_bg01 {
	background: #2e4d82;
}

.yjs_bg02 {
	background: #efefef;
	-moz-box-shadow: 2px 2px 5px #333439;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #333439;
}

.yjs_nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto
}

.yjs_nav a {
	color: #000000;
}

.yjs_nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.yjs_nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.yjs_nav .nLi h3 {
	float: left;
}

.yjs_nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 110px;
	text-align: center;
}

.yjs_nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg01.png);
	line-height: 26px;
	padding: 5px 0;
}

.yjs_nav .sub li {
	zoom: 1;
}

.yjs_nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.yjs_nav .sub a:hover {
	color: #0042c4;
}

.yjs_nav .on h3 a {
	color: #000000;
}

.yjs_fullSlide {
	width: 100%;
	position: relative;
	height: 440px;
	background: #fff;
}

.yjs_fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.yjs_fullSlide .bd ul {
	width: 100% !important;
}

.yjs_fullSlide .bd li {
	width: 100% !important;
	height: 440px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.yjs_fullSlide .bd li a {
	display: block;
	height: 440px;
}

.yjs_fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.yjs_fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.yjs_fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.yjs_fullSlide .hd ul .on {
	background-position: 0 0;
}

.yjs_news01 {
	padding: 30px 10px;
	width: 1200px;
}

.yjs_news01 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.yjs_news01 .more {
	text-align: right;
	float: right;
}

.yjs_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.yjs_news01 .con {
	background: #f7f7f7;
}

.yjs_news01 .con .item {
	width: 400px;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yjs_news01 .con .item .img {
	display: block;
	overflow: hidden;
	width: 400px;
	height: 300px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yjs_news01 .con .item img {
	width: 400px;
	height: 300px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yjs_news01 .con .item .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.yjs_news01 .con .item .txt {
	height: 250px;
	padding: 50px 40px 0 40px;
	width: 320px;
	color: #807e7e;
	font-size: 14px;
}

.yjs_news01 .con .item .txt h3 {
	color: #333333;
	font-size: 16px;
}

.yjs_news01 .con .item .txt h3 a {
	color: #333333;
}

.yjs_news01 .con .item .txt h3 a:hover {
	color: #0042c4;
}

.yjs_news01 .con .item .txt p {
	line-height: 26px;
}

.yjs_news02 {
	padding: 30px 10px;
	width: 1200px;
}

.yjs_news02 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.yjs_news02 .more {
	text-align: right;
	float: right;
}

.yjs_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.yjs_news02 .con01 {
	width: 830px;
}

.yjs_news02 .con01 .pic {
	width: 257px;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 20px;
	position: relative;
	height: 145px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	overflow: hidden;
	position: relative;
}

.yjs_news02 .con01 .pic .img {
	width: 257px;
	height: 145px;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yjs_news02 .con01 .pic img {
	width: 257px;
	height: 145px;
	margin-bottom: 10px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yjs_news02 .con01 .pic a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.yjs_news02 .con01 .pic a {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.yjs_news02 .con01 .pic a:hover {
	color: #0042c4;
}

.yjs_news02 .con01 .pic .title {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
width:221px;
	height: 48px;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: left;
}

.yjs_news02 .con02 {
	width: 367px;
}

.yjs_news02 .con02 .more {
	text-align: right;
}

.yjs_news02 .con02 .more a {
	color: #666666;
	line-height: 30px;
}

.yjs_news02 .con02 li {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
}

.yjs_news02 .con02 li span {
	float: right;
	color: #626466;
}

.yjs_news02 .con02 li a {
	color: #626466;
	float: left;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yjs_news02 .con02 li a:hover {
	color: #0042c4;
}

.yjs_news03 {
	padding: 30px 10px;
	width: 1200px;
}

.yjs_news03 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.yjs_news03 .more {
	text-align: right;
	float: right;
}

.yjs_news03 .more a {
	color: #666666;
	line-height: 30px;
}

.yjs_news03 .itemlist {
	font-size: 14px;
	float: left;
	width: 350px;
	margin: 35px 25px;
	border-bottom: 1px dashed #ededed;
}

.yjs_news03 .itemlist .date {
	width: 120px;
	text-align: center;
	line-height: 50px;
	color: #262626;
	font-size: 28px;
}

.yjs_news03 .itemlist .txt {
	width: 220px;
}

.yjs_news03 .itemlist .txt a {
	color: #262626;
	font-size: 16px;
	line-height: 30px;
	display: block;
	font-weight: bold;
}

.yjs_news03 .itemlist .txt a:hover {
	color: #0042c4;
}

/* 研究生 */
/* 党建 */

.dj_bg01 {
	background: #980e0e;
}

.dj_bg02 {
	background: #980e0e;
	-moz-box-shadow: 2px 2px 5px #c6c6c6;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #c6c6c6;
	position: relative;
	z-index: 10;
}

.dj_bg03 {
	background: url(../images/dj_bg03.png) top center no-repeat #6a0a0b;
}

.dj_nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto
}

.dj_nav a {
	color: #fff;
}

.dj_nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.dj_nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.dj_nav .nLi h3 {
	float: left;
}

.dj_nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 110px;
	text-align: center;
}

.dj_nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg02.png);
	line-height: 26px;
	padding: 5px 0;
}

.dj_nav .sub li {
	zoom: 1;
}

.dj_nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.dj_nav .sub a:hover {
	color: #980e0e;
}

.dj_nav .on h3 a {
	color: #fff;
}

.dj_fullSlide {
	width: 100%;
	position: relative;
	height: 350px;
	background: #fff;
	margin: 0 auto;
}

.dj_fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.dj_fullSlide .bd ul {
	width: 100% !important;
}

.dj_fullSlide .bd li {
	width: 100% !important;
	height: 350px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.dj_fullSlide .bd li a {
	display: block;
	height: 350px;
}

.dj_fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.dj_fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.dj_fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.dj_fullSlide .hd ul .on {
	background-position: 0 0;
}

.dj_index_search {
	width: 120px;
	height: 20px;
	position: relative;
	background: #a25459;
	border-radius: 25px;
	top: 9px;
}

.dj_index_search .input {
	background: none;
	color: #fff;
	padding-left: 10px;
	width: 100px;
	height: 20px;
	border: 0;
	outline: none;
	line-height: 20px;
	position: absolute;
	left: 0
}

.dj_index_search .btn {
	background: url(../images/btn.png) center center no-repeat;
	height: 20px;
	border: 0;
	cursor: pointer;
	right: 5px;
	position: absolute;
	width: 11px
}

.dj_index_news01 {
	padding: 30px 0;
	width: 570px;
	margin: 0 10px;
}

.dj_index_news01 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #6a0a0b;
	float: left;
	font-size: 18px;
}

.dj_index_news01 .more {
	text-align: right;
	float: right;
}

.dj_index_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.dj_index_news01 .con01 li {
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
	float: left;
	width: 590px;
	margin: 0 5px;
}

.dj_index_news01 .con01 li .top {
	float: left;
	color: #fa0000;
	font-style: italic;
	width: 50px;
}

.dj_index_news01 .con01 li span {
	float: right;
	color: #626466;
}

.dj_index_news01 .con01 li a {
	color: #626466;
	float: left;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.dj_index_news01 .con01 li a:hover {
	color: #980e0e;
}

.dj_news02 {
	padding: 30px 0;
	width: 1200px;
}

.dj_news02 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #6a0a0b;
	float: left;
	font-size: 18px;
}

.dj_news02 .more {
	text-align: right;
	float: right;
}

.dj_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.dj_news02 .con01 {
	width: 600px;
}

.dj_news02 .con01 .pic {
	width: 257px;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 145px;
}

.dj_news02 .con01 .pic img {
	width: 257px;
	height: 145px;
	margin-bottom: 10px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.dj_news02 .con01 a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.dj_news02 .con01 .pic a {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.dj_news02 .con01 .pic .title {
	padding: 0 20px;
}

.dj_news02 .con02 {
	width: 567px;
}

.dj_news02 .con02 .more {
	text-align: right;
}

.dj_news02 .con02 .more a {
	color: #666666;
	line-height: 30px;
}

.dj_news02 .con02 li {
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
}

.dj_news02 .con02 li span {
	float: right;
	color: #626466;
}

.dj_news02 .con02 li a {
	color: #626466;
	float: left;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dj_news02 .con02 li a:hover {
	color: #980e0e;
}

.dj_news03 {
	background: url(../images/dj_01.png) no-repeat;
	width: 1178px;
	height: 253px;
	margin: 20px auto;
}

.dj_news03 .picMarquee-left {
	width: 990px;
	overflow: hidden;
	position: relative;
	margin-left: 170px;
	padding-top: 30px;
}

.dj_news03 .picMarquee-left .bd {
	padding: 10px;
}

.dj_news03 .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.dj_news03 .picMarquee-left .bd ul li {
	margin: 0 15px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.dj_news03 .picMarquee-left .bd ul li .pic {
	text-align: center;
}

.dj_news03 .picMarquee-left .bd ul li .pic img {
	width: 103px;
	height: 123px;
	display: block;
	padding: 2px;
	border: 3px solid #fff;
}

.dj_news03 .picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.dj_news03 .picMarquee-left .bd ul li .title a {
	color: #fff;
}

.dj_link {
	width: 1200px;
	padding: 30px 0;
}

.dj_link .t {
	border-bottom: 2px solid #babbbd;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
}

.dj_link .con {
	padding: 20px;
}

.dj_link .con a {
	display: inline-block;
	margin: 10px;
	color: #808080;
}

.dj_link .con a:hover {
	color: #980e0e;
}

.dj_ny_left {
	width: 260px;
	margin-top: -53px;
	position: relative;
	background: url(../images/bg3.png) no-repeat right bottom;
	background-color: #ededed;
}

.dj_ny_left .t {
	background: #980e0e;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 30px;
	padding-left: 55px
}

.dj_ny_left .t span {
	background: url(../images/ny01.png) left bottom no-repeat;
	padding-bottom: 9px;
}

.dj_ny_left .con {
	width: 240px;
	margin-left: 20px;
}

.dj_ny_left .con li {
	height: 40px;
	line-height: 40px;
	margin: 10px 0
}

.dj_ny_left .con li:hover {
	background: #fff;
}

.dj_ny_left .con li a {
	display: block;
	padding-left: 31px;
	color: #980e0e;
	font-size: 14px;
	text-decoration: none;
}

.dj_ny_left .con li a:hover {
	background: url(../images/dj_03.png) left no-repeat;
}

.dj_ny_left .con .sideMenu h3 {
	display: block;
	padding-left: 31px;
	color: #980e0e;
	font-size: 14px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	cursor: pointer;
}

.dj_ny_left .con .sideMenu h3.on {
	background: url(../images/dj_03.png) left no-repeat #fff;
}

.dj_ny_left .con .sideMenu ul {
	padding: 0 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
}

.dj_ny_left .con .sideMenu ul li:hover {
	background: none !important;
}

.dj_ny_left .con .sideMenu ul li a:hover {
	text-decoration: underline;
	background: none !important;
}

.dj_ny_right {
	width: 900px;
}

.dj_ny_right .ny_pos {
	color: #494949;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}

.dj_ny_right .ny_pos a {
	color: #494949;
	padding: 0 5px;
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 15px;
}

.dj_ny_right .t {
	height: 40px;
	position: relative;
	background: url(../images/index06.png) center repeat-x;
}

.dj_ny_right .t .span {
	background: #fff;
	padding: 0 20px 0 0;
	color: #494949;
	font-size: 28px;
	display: inline-block;
	line-height: 40px
}

.dj_ny_right .list {
	margin-top: 20px;
	margin-bottom: 20px
}

.dj_ny_right .list li {
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8
}

.dj_ny_right .list li .date {
	float: left;
	color: #bfbfbf;
	font-size: 18px;
}

.dj_ny_right .list li a {
	color: #626466;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dj_ny_right .list01 {
	margin: 20px 0;
}

.dj_ny_right .list01 li {
	line-height: 30px;
	height: 129px;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	width: 900px;
	margin: 20px auto 0 auto
}

.dj_ny_right .list01 li img {
	width: 177px;
	height: 118px;
	float: left;
	margin-right: 12px
}

.dj_ny_right .list01 li .txt {
	width: 700px
}

.dj_ny_right .list01 li .txt a {
	color: #333333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dj_ny_right .list01 li .txt p {
	color: #858585
}

.dj_ny_right .list01 li .txt span {
	display: inline-block;
	text-align: left;
	color: #565353
}

.dj_ny_right .list01 li .txt span.ll {
	background: url(../images/arrow03.png) left no-repeat;
	padding-left: 20px;
}

.dj_ny_right .con .header {
	border-bottom: 1px solid #b9b9b9;
	text-align: center;
	margin-top: 20px
}

.dj_ny_right .con .header h2 {
	color: #1a1a1a
}

.dj_ny_right .con .header p {

}

.dj_ny_right .con .details {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 26px;
	padding: 20px 30px;
}

.dj_ny_right .con .content {
	background: #ffffff;
	padding: 20px;
}

/* 党建 */
/* 国际合作 */

.gjhz_bg01 {
	background: #2e4d82;
}

.gjhz_bg02 {
	background: #efefef;
	-moz-box-shadow: 2px 2px 5px #333439;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #333439;
}

.gjhz_nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto
}

.gjhz_nav a {
	color: #000000;
}

.gjhz_nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.gjhz_nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.gjhz_nav .nLi h3 {
	float: left;
}

.gjhz_nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 100px;
	text-align: center;
}

.gjhz_nav .sub {
	display: none;
	width: 190px;
	left: 0;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg01.png);
	line-height: 26px;
	padding: 5px 0;
}

.gjhz_nav .sub li {
	zoom: 1;
}

.gjhz_nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.gjhz_nav .sub a:hover {
	color: #0042c4;
}

.gjhz_nav .on h3 a {
	color: #000000;
}

.gjhz_fullSlide {
	width: 100%;
	position: relative;
	height: 440px;
	background: #fff;
}

.gjhz_fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.gjhz_fullSlide .bd ul {
	width: 100% !important;
}

.gjhz_fullSlide .bd li {
	width: 100% !important;
	height: 440px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.gjhz_fullSlide .bd li a {
	display: block;
	height: 440px;
}

.gjhz_fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.gjhz_fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.gjhz_fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.gjhz_fullSlide .hd ul .on {
	background-position: 0 0;
}

.gjhz_news01 {
	padding: 30px 0;
	width: 1200px;
	position: relative;
}

.gjhz_news01 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	display: block;
	text-align: center;
	font-size: 20px;
}

.gjhz_news01 .more {
	text-align: right;
	float: right;
	position: absolute;
	right: 0;
	top: 20px;
}

.gjhz_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.gjhz_news01 .con01 {
	width: 532px;
}

.gjhz_news01 .con01 .pic {
	width: 532px;
	margin-right: 19px;
	margin-bottom: 20px;
	height: 278px;
	position: relative;
	overflow: hidden;
}

.gjhz_news01 .con01 .pic img {
	width: 532px;
	height: 278px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.gjhz_news01 .con01 a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.gjhz_news01 .con01 .pic a {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.gjhz_news01 .con01 .pic .title {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	background: rgba(99, 128, 178, .6);
	width: 492px;
}

.gjhz_news01 .con02 {
	width: 600px;
	margin-top: 20px;
}

.gjhz_news01 .con02 .more {
	text-align: right;
}

.gjhz_news01 .con02 .more a {
	color: #666666;
	line-height: 30px;
}

.gjhz_news01 .con02 li {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
}

.gjhz_news01 .con02 li span {
	float: right;
	color: #626466;
}

.gjhz_news01 .con02 li a {
	color: #626466;
	float: left;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gjhz_news01 .con02 li a:hover {
	color: #0042c4;
}

.gjhz_news01 .con02 li .top {
	float: left;
	color: #fa0000;
	font-style: italic;
	width: 50px;
}

.gjhz_index_news02 {
	width: 354px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.gjhz_index_news02 .pic {
	width: 354px;
	height: 205px;
	position: relative;
}

.gjhz_index_news02 .pic img {
	width: 354px;
	height: 205px;
}

.gjhz_index_news02 .pic .txt01 {
	position: absolute;
	color: #fff;
	text-align: center;
	width: 354px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	top: 100px;
	left: 0;
}

.gjhz_index_news02 .pic .txt01 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}

.gjhz_index_news02 .pic .txt02 {
	position: absolute;
	color: #fff;
	text-align: left;
	width: 274px;
	line-height: 24px;
	font-size: 14px;
	top: 55px;
	left: 0;
	background: url(../images/gjhz_02.png) top center no-repeat;
	padding: 10px 40px;
	display: none;
}

.gjhz_index_news02 .pic:hover .txt02 {
	display: block;
}

.gjhz_index_news02 .pic:hover .txt01 {
	display: none;
}

.gjhz_index_news02 .more {
	text-align: right;
}

.gjhz_index_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.gjhz_index_news02 li {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
}

.gjhz_index_news02 li span {
	float: right;
	color: #626466;
}

.gjhz_index_news02 li a {
	color: #626466;
	float: left;
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gjhz_index_news02 li a:hover {
	color: #0042c4;
}

.gjhz_index_news02 li .top {
	float: left;
	color: #fa0000;
	font-style: italic;
	width: 50px;
}

/* 国际合作 */
/* 实验中心 */

.syzx_bg01 {
	background: #2e4d82;
}

.syzx_bg02 {
	background: #efefef;
	-moz-box-shadow: 2px 2px 5px #333439;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #333439;
}

.syzx_bg03 {
	background: #efefef;
}

.syzx_nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto
}

.syzx_nav a {
	color: #000000;
}

.syzx_nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.syzx_nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.syzx_nav .nLi h3 {
	float: left;
}

.syzx_nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 110px;
	text-align: center;
}

.syzx_nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg01.png);
	line-height: 26px;
	padding: 5px 0;
}

.syzx_nav .sub li {
	zoom: 1;
}

.syzx_nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.syzx_nav .sub a:hover {
	color: #0042c4;
}

.syzx_nav .on h3 a {
	color: #fff;
}

.syzx_fullSlide {
	width: 100%;
	position: relative;
	height: 440px;
	background: #fff;
}

.syzx_fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.syzx_fullSlide .bd ul {
	width: 100% !important;
}

.syzx_fullSlide .bd li {
	width: 100% !important;
	height: 440px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.syzx_fullSlide .bd li a {
	display: block;
	height: 440px;
}

.syzx_fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.syzx_fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.syzx_fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.syzx_fullSlide .hd ul .on {
	background-position: 0 0;
}

.syzx_news01 {
	padding: 30px 0;
	width: 700px;
}

.syzx_news01 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.syzx_news01 .more {
	text-align: right;
	float: right;
}

.syzx_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.syzx_news01 .con01 {
	width: 300px;
}

.syzx_news01 .con01 .pic {
	width: 300px;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 20px;
	background: #f7f7f7;
	position: relative;
}

.syzx_news01 .con01 .pic .img {
	width: 300px;
	height: 167px;
	margin-bottom: 10px;
	overflow: hidden;
}

.syzx_news01 .con01 .pic img {
	width: 300px;
	height: 167px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.syzx_news01 .con01 a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.syzx_news01 .con01 .pic a {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.syzx_news01 .con01 .pic a:hover {
	color: #0042c4;
}

.syzx_news01 .con01 .pic .title {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
width:221px;
	height: 48px;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: left;
	display: block;
	width: 260px;
}

.syzx_news01 .con02 {
	width: 350px;
}

.syzx_news01 .con02 .more {
	text-align: right;
}

.syzx_news01 .con02 .more a {
	color: #666666;
	line-height: 30px;
}

.syzx_news01 .con02 li {
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
}

.syzx_news01 .con02 li span {
	float: right;
	color: #626466;
}

.syzx_news01 .con02 li a {
	color: #626466;
	float: left;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.syzx_news01 .con02 li a:hover {
	color: #0042c4;
}

.syzx_news02 {
	width: 450px;
	padding: 30px 0;
}

.syzx_news02 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.syzx_news02 .more {
	text-align: right;
	float: right;
}

.syzx_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.syzx_news02 .link01 {
	padding: 30px;
}

.syzx_news02 .link01 a {
	display: block;
	color: #000000;
	font-size: 14px;
	background: #f7f7f7;
	border: 1px solid #8e8989;
	margin-top: 15px;
	text-align: center;
	line-height: 40px;
}

.syzx_quick {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	padding: 15px 0;
}

.syzx_quick .menu01 {
	border-right: 1px solid #d4d4d4;
	padding: 0 37px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 50px;
}

.syzx_quick .menu01 a {
	color: #333333;
	display: block;
	line-height: 50px;
}

.syzx_quick .menu01 a.icon01 {
	background: url(../images/gjhz_03.png) left no-repeat;
	padding-left: 30px;
}

.syzx_quick .menu01 a.icon02 {
	background: url(../images/gjhz_04.png) left no-repeat;
	padding-left: 40px;
}

.syzx_quick .menu01 a.icon03 {
	background: url(../images/gjhz_05.png) left no-repeat;
	padding-left: 30px;
}

.syzx_quick .menu01 a.icon04 {
	background: url(../images/gjhz_06.png) left no-repeat;
	padding-left: 30px;
}

.syzx_quick .menu01 a.icon05 {
	background: url(../images/gjhz_07.png) left no-repeat;
	padding-left: 30px;
}

/* 实验中心 */
/* 本科生 */

.bks_bg01 {
	background: #2e4d82;
}

.bks_bg02 {
	background: #efefef;
	-moz-box-shadow: 2px 2px 5px #333439;
	/* 老的 Firefox */
	box-shadow: 2px 2px 5px #333439;
}

.bks_bg03 {
	background: #efefef;
}

.bks_nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto
}

.bks_nav a {
	color: #000000;
}

.bks_nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.bks_nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}

.bks_nav .nLi h3 {
	float: left;
}

.bks_nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 90px;
	text-align: center;
}

.bks_nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 45px;
	position: absolute;
	background: url(../images/nav_bg01.png);
	line-height: 26px;
	padding: 5px 0;
}

.bks_nav .sub li {
	zoom: 1;
}

.bks_nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.bks_nav .sub a:hover {
	color: #0042c4;
}

.bks_nav .on h3 a {
	color: #000000;
}

.bks_fullSlide {
	width: 100%;
	position: relative;
	height: 440px;
	background: #fff;
}

.bks_fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.bks_fullSlide .bd ul {
	width: 100% !important;
}

.bks_fullSlide .bd li {
	width: 100% !important;
	height: 440px;
	overflow: hidden;
	text-align: center;
	background: cover
}

.bks_fullSlide .bd li a {
	display: block;
	height: 440px;
}

.bks_fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.bks_fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.bks_fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.bks_fullSlide .hd ul .on {
	background-position: 0 0;
}

.bks_news01 {
	padding: 30px 0;
	width: 700px;
}

.bks_news01 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.bks_news01 .more {
	text-align: right;
	float: right;
}

.bks_news01 .more a {
	color: #666666;
	line-height: 30px;
}

.bks_news01 .con01 {
	width: 300px;
}

.bks_news01 .con01 .pic {
	width: 300px;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 20px;
	background: #f7f7f7;
	position: absolute;
	height: 167px;
}

.bks_news01 .con01 .pic .img {
	height: 167px;
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden;
}

.bks_news01 .con01 .pic img {
	width: 300px;
	height: 167px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.bks_news01 .con01 a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.bks_news01 .con01 .pic a {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.bks_news01 .con01 .pic a:hover {
	color: #0042c4;
}

.bks_news01 .con01 .pic .title {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
width:221px;
	height: 48px;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: left;
	display: block;
	width: 260px;
}

.bks_news01 .con02 {
	width: 350px;
}

.bks_news01 .con02 .more {
	text-align: right;
}

.bks_news01 .con02 .more a {
	color: #666666;
	line-height: 30px;
}

.bks_news01 .con02 li {
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	border-bottom: 1px dashed #ededed;
}

.bks_news01 .con02 li span {
	float: right;
	color: #626466;
}

.bks_news01 .con02 li a {
	color: #626466;
	float: left;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bks_news01 .con02 li a:hover {
	color: #0042c4;
}

.bks_news02 {
	width: 450px;
	padding: 30px 0;
}

.bks_news02 h2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #294490;
	float: left;
	font-weight: normal;
}

.bks_news02 .more {
	text-align: right;
	float: right;
}

.bks_news02 .more a {
	color: #666666;
	line-height: 30px;
}

.bks_news02 .link01 {
	padding: 0px 30px;
}

.bks_news02 .link01 a {
	display: block;
	color: #000000;
	font-size: 14px;
	background: #f7f7f7;
	border: 1px solid #8e8989;
	margin-top: 15px;
	text-align: center;
	line-height: 40px;
}

/* 本科生 */

/* 导航浮动start */
.fixednav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	background: rgba(9, 41, 104, .8);
}

.fixednav1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	background: #fff;
}

/* 导航浮动end */

/* footer-new start */

.footer-bg {
	background: url(../images/footer-new-bg.png) top no-repeat;
}

.footer-txt01 {
	width: 460px;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	padding-top: 70px;
	height: 220px;
}

.footer-txt02 {
	width: 320px;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	padding-top: 70px;
	height: 220px;
	margin-left: 110px;
}

/* footer-new end */

DIV.quotes {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center;
	margin-bottom: 20px;
	font-size: 14px;
}

DIV.quotes A {
	BORDER-RIGHT: #ddd 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ddd 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #ddd 1px solid;
	COLOR: #aaa;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ddd 1px solid;
	TEXT-DECORATION: none
}

DIV.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #a0a0a0 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #a0a0a0 1px solid;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #a0a0a0 1px solid
}

DIV.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #a0a0a0 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #a0a0a0 1px solid;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #a0a0a0 1px solid
}

DIV.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #e0e0e0 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #e0e0e0 1px solid;
	COLOR: #aaa;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #e0e0e0 1px solid;
	BACKGROUND-COLOR: #f0f0f0
}

DIV.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #f3f3f3 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #f3f3f3 1px solid;
	COLOR: #ccc;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #f3f3f3 1px solid
}



.qrcode{
	position:relative
}
.qrcode .img{
	position:absolute;
	top:-140px;
	left:-20px;
	display:none
}
.qrcode:hover .img{
	display:block
}






.ny_right .listsz{}
.ny_right .listsz .itemlist{ height: 210px; border: 0px solid #e4e4e4; padding: 0; width: 402px; float: left; margin-top: 10px; margin-left: 7px;}
.ny_right .listsz .itemlist img{ width: 120px; height: 180px; float: left; border: 1px solid #e4e4e4; padding: 3px; margin-top: 13px; margin-left: 14px}
.ny_right .listsz .itemlist .txt{ width: 225px; float: right; margin-right: 18px; margin-top: 13px; font-size: 14px}
.ny_right .listsz .itemlist .txt .item{ margin-bottom: 10px}
.ny_right .listsz .itemlist .txt .item_left{ width: 70px; color: #144d9a; font-weight: bold}
.ny_right .listsz .itemlist .txt .item_right{ width: 150px}
.ny_right .listsz .itemlist .bottom{ background: #f1f1f1; height: 20px; margin-top: 7px; font-size: 14px; padding:5px 10px}
.ny_right .listsz .itemlist .bottom .item_left{ width: 70px; color: #144d9a; font-weight: bold}
.ny_right .listsz .itemlist .bottom .item_right{ width: 310px};



.btn-ftop {
    z-index: 99999999;
    background: #1e8bc3;
    color: #fff;
    border-radius: 4px;
}
.met-scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
	cursor:pointer
}
.hide {
    display: none !important;
}