@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	min-width: 1350px;
	background: #F6F6F6;
}

i,
em {
	font-style: normal;
}

input,
button {
	outline: none;
}

ul,
li,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
a {
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

li a:hover {
	color: ;
}

img,
a {
	cursor: pointer;
}

img {
	border: none;
	max-width: 100%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}


.container {
	width: 1300px;
	margin: 0 auto;
}


/*head*/

.head {
	width: 100%;
	position: static;
	height: 105px;
	background: #1946A3;
	z-index:  99999999;
}

.head-top {
	height: 35px;
	line-height: 35px;
	background: #cb1c1d;
}

.top {}

.h-po-ab .container {
	width: 1630px
}

/*logo*/

.logo {
	margin-top: 32px;
}

.logo a {
	display: block;
}


.top_right-top {
	line-height: 30px;
	margin-top: 11px;
	margin-bottom: 10px;
}
.head1 .top_right-top {
    display:  none;
}
.top_right-top li {
	color: #fff;
	padding: 0 6px;
	font-size: 16px;
	position:  relative;
	overflow:  hidden;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s; /* Opera */
	/* background:  #fff; */
}

.top_right-top li a {
	color: #fff;
	display: block;
	font-size: 16px;
	/* width:  30px; */
	transition: all 0.5s;
	width:  100%;
	transition: width 1s;
	-moz-transition: width 1s;
	-webkit-transition: width 1s;
}
.top_right-top .login_text{border-radius: 20px;border: 1px solid #fff;background:  none;height: 28px;width: 135px;float: left;color:  #fff;padding-left: 10px;box-sizing:  border-box;padding-right:  10px;line-height: 28px;position: absolute;left: 150px;transition: all .5s;top: 0;opacity: 0;visibility:  hidden;z-index: 5;}
.top_right-top li.search-ss{padding-right:  0;width: 30px;}

.top_right-top li.search-ss a{}
.top_right-top li.search-ss.on{
	 width: 160px;
}
.top_right-top li.search-ss.on a{
    /* width: 160px; */
    transition: width 1.5s;
}

.top_right-top li.search-ss.on .login_text{left:  0;opacity:  1;visibility: visible;}









.login_img{
		z-index: 9;
		height:42px;
		width:42px;
		cursor:pointer;
		position: relative;
		float:  right;
		transition: all 0.5s;
		background:  #1946A3;
		padding-right:  0;
	}
	.bar8 form {
		height:42px;
	}
	.bar8 input {
		width:0;
		padding:0 42px 0 15px;
		border-bottom:2px solid transparent;
		background:transparent;
		transition:.3s linear;
		position:absolute;
		top:0;
		right:0;
		z-index:2;
	}
	.bar8 input:focus {
		width:300px;
		z-index:1;
		border-bottom:2px solid #F9F0DA;
	}
	.bar8 .login_img{
		background:#683B4D;
		top:0;
		right:0;
	}
	.bar8 .login_img:before {
		content:"Go";
		font-family:FontAwesome;
		font-size:16px;
		color:#F9F0DA;
	}

















.login {
	width: 180px;
	height: 28px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #d85556;
}

.login_txt {
	width: 125px;
	margin-right: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
	border: 0;
	background: none;
}

.login_txt::placeholder {
	color: #fff;
	font-size: 14px;
}

.login_img {
    height: auto;
    width:  auto;
}






/*导航*/
.top_right {
	width: 1038px;
}

.menu {
	width: 100%
}

#nav {
	height: 42px;
	margin-top: 2px;
}

#nav .mainlevel {
	float: left;
	position: relative;
	height: 42px;
}

#nav .mainlevel.on,
#nav .mainlevel:hover {
	background: url(../images/images/dh-sjx.png) no-repeat center bottom;
}

#nav .mainlevel>a {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	padding: 0 12px;
	color: #fff;
}

#nav .mainlevel.on>a,
#nav .mainlevel:hover>a {
	border-radius: 5px;
	color: #F5A72E;
}

#nav .mainlevel ul {
	position: absolute;
	z-index: 99;
	top: 42px;
	width: 130%;
	left: -13%;
}



#nav .mainlevel ul .nav-first {}

#nav .mainlevel li {
	background: #fff;
}

#nav .mainlevel li:hover a {
	color: #ffffff !important;
	background: #f5a72e;
}

#nav .mainlevel li:hover {}

#nav .mainlevel li a {
	display: block;
	height: auto;
	font-size: 16px;
	color: #333333;
	line-height: normal;
	text-align: center;
	padding: 10px 0;
	font-weight: normal !important;
}
.head1 {
    z-index: 9999999999;
    width:  100%;
    background: #1946A3;
    padding:  10px 0;
}
.head1 .logo {
    margin-top:  0;
}
.head1 .logo a{}
.head1 #nav {}
.head1 .login {}

.head1 .logo img{
	
height:  40px;
}

.head1 .h-po-ab .container{width:1460px;}




/* banner */
/* 本例子css */
.fullSlide {
	min-width: 1300px;
	position: relative;
	height: 645px;
	overflow: hidden;
	/* padding-top: 105px; */
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd ul li img{
        height: auto;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 646px !important;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 37px;
	left: 0;
	height: 11px;
	line-height: 11px;
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	background: #fff;
	opacity: .5;
	overflow: hidden;
	line-height: 9999px;
	border-radius: 50%;
	margin-top: -5px;
	transition: all 0.3s;
}

.fullSlide .hd ul .on {
	background: #fff;
	opacity: 1;
	height: 22px;
	border-radius: 10px;
	margin-bottom: -5px;
	display: inline-block;
}

.fullSlide .prev,
	.fullSlide .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
	.fullSlide .prev { left: 0; }
	.fullSlide .next { background-position: 0 -90px; right: 0; }
	.fullSlide .prev:hover,
	.fullSlide .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }






/* 学工要闻 */
.qunar {
	width: 790px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.qunar .e_pic_wrap {
	z-index: 1;
	white-space: nowrap;
	width: 790px;
	height: 445px;
}

.qunar .e_pic_wrap li {
	position: relative;
	display: block;
	width: 100%;
	height: 445px;
	overflow: hidden;
}

.qunar .e_pic_wrap li a {
	display: block;
}

.qunar .e_pic_wrap li img {
	display: block;
	height: 445px;
	width:  100%;
object-fit: cover;
}

.qunar .e_flt_inf {
	display: block;
	width: 100%;
	height: 82px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	left: 0;
	background: url(../images/images/xgyw-tit-hb.png);
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
}

.qunar .e_flt_inf h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}

.qunar .e_flt_inf p {
	color: #ffffff;
	margin-top: 5px;
	font-size: 16px;
	font-weight: lighter;
}

.qunar .prev,
.qunar .next {
	position: absolute;
	display: block;
	bottom: 25px;
	z-index: 9999;
}

.qunar .prev {
	left: 25px;
}

.qunar .next {
	right: 25px;
}

.qunar .prev a,
.qunar .next a {
	display: block;
	width: 31px;
	height: 31px;
	overflow: hidden;
}

.qunar .prev a {
	background: url(../images/images/xgyw-prev.png) no-repeat center;
}

.qunar .next a {
	background: url(../images/images/xgyw-next.png) no-repeat center;
}

.xgyw {
	margin-top: 45px;
	width: 790px;
}

.ym-lm .more {
	margin-top: 5px;
}

.ym-lm .h2 {}

.ym-lm .h2 h2 {
	display: inline-block;
}

.ym-lm .h2 h2 .ym-lm-h2q2 {
	font-size: 28px;
	color: #3656b1;
	float: left;
}

.ym-lm .h2 h2 .ym-lm-h2z3 {
	font-size: 28px;
	display: inline-block;
	float: left;
}

.ym-lm .h2 .ym-lm-yw {
	display: inline-block;
	font-size: 26px;
	color: #D5D5D5;
	font-family: "times new roman";
	height: 24px;
	margin-top: 9px;
	margin-left: 6px;
}

.xgyw-bt {
	width: 100%;
}

.xgyw-bt li {
	width: 380px;
	height: 92px;
	background: #fff;
	border-bottom: 3px solid #1B4DA2;
	margin-right: 30px;
	margin-top: 15px;
	padding: 5px 10px 0 26px;
	box-sizing: border-box;
	transition: all 0.3s;
}


.xgyw-bt li a {}

.xgyw-bt li a p {
	font-size: 16px;
	line-height: 27px;
	display: block;
	width: 340px;
	transition: all 0.3s;
	height:  54px;
}

.xgyw-bt li a .date-more {
	position: relative;
	margin-top: 2px;
}

.xgyw-bt li a .date-more .date {
	font-size: 15.9px;
	color: #999999;
	font-family: 'Times New Roman', Times, serif;
	transition: all 0.3s;
}

.xgyw-bt li a .date-more .more {
	height: 27px;
	width: 60px;
	text-align: center;
	font-size: 14px;
	font-family: 'Times New Roman', Times, serif;
	display: block;
	position: absolute;
	right: 0;
	top: -4px;
	line-height: 28px;
	color: #fff;
	background: #1946A3;
	border-radius: 30px;
	transition: all 0.3s;
}

.xgyw-bt li:hover {
	background-color: #F5A72E;
	border-bottom: none;
}

.xgyw-bt li:hover a .date-more .more {
	color: #fff;
	background: #F5A72E;
	border: 1px solid #fff;
	box-sizing: border-box;
	line-height: 26px;
}

.xgyw-bt li:hover a p,
.xgyw-bt li:hover a .date-more .date {
	color: #fff;
}

/* 通知公告 */
.tzgg {
	width: 455px;
	margin-top: 46px;
}

.tzgg .tzgg-ul {
	margin-top: 20px;
}

.tzgg .tzgg-ul li {
	height: 103px;
	background: #fff;
	width: 100%;
	padding-right: 17px;
	box-sizing: border-box;
	padding-top: 7px;
	margin-bottom: 8px;
	transition: 0.3s;
}

.tzgg .tzgg-ul li .date {
	text-align: right;
}

.tzgg .tzgg-ul li .date p {
	background: url(../images/images/tzgg-li-date-h.jpg) no-repeat left center;
	transition: 0.3s;
}

.tzgg .tzgg-ul li .date p span {
	background: #fff;
	color: #1b4da2;
	font-weight: normal;
	font-style: oblique;
	font-family: "times new roman";
	transition: 0.3s;
}

.tzgg .tzgg-ul li .date p .date-yue {
	font-size: 26px
}

.tzgg .tzgg-ul li .date p .date-day {
	font-size: 20px;
}

.tzgg .tzgg-ul li a {
	font-size: 18px;
	line-height: 27px;
	margin-left: 24px;
	transition: 0.3s;
	display:  block;
}

.tzgg .tzgg-ul li:hover {
	background: #F5A72E;
}

.tzgg .tzgg-ul li:hover a {
	color: #fff;
}

.tzgg .tzgg-ul li:hover .date p span {
	color: #fff;
	background: #F5A72E;
}

.tzgg .tzgg-ul li:hover .date p {
	background: url(../images/images/tzgg-li-date.jpg) no-repeat left center;
}

.zbqtlj {
	height: 655px;
	width: 100%;
	background: url(../images/images/zbtjlj-bg.png) no-repeat center;
	margin-top: 25px;
}

.zbqtlj .zbqtlj-ul {
	position: relative;
}

.zbqtlj .zbqtlj-ul li {
	height: 186px;
	width: 163px;
	position: absolute;
	text-align: center;
	transition: linear 0.8s;
}

.zbqtlj .zbqtlj-ul li a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 103px;
	box-sizing: border-box;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li1 {
	top: 127px;
	left: 0;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li1 a {
	background: url(../images/images/bxg-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li2 {
	top: 151px;
	left: 283px;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li2 a {
	background: url(../images/images/xgxt-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li3 {
	top: 280px;
	left: 461px;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li3 a {
	background: url(../images/images/wxjz-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li4 {
	top: 103px;
	left: 565px;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li4 a {
	background: url(../images/images/jyfw-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li5 {
	top: 280px;
	left: 679px;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li5 a {
	background: url(../images/images/txgz-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li6 {
	top: 151px;
	right: 286px;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li6 a {
	background: url(../images/images/zzyr-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li7 {
	top: 127px;
	right: 5px;
}

.zbqtlj .zbqtlj-ul .zbqtlj-li7 a {
	background: url(../images/images/xlp-tp.png) no-repeat center;
}

.zbqtlj .zbqtlj-ul li:hover {
	transform: scale(1.1);
}

.zbnr-dbg {
	height: 1310px;
	background: url(../images/images/zblm-bg.png) no-repeat center top;
	width: 1505px;
	margin: 0 auto;
	margin-top: -117px;
	border-top: 1px solid #fff;
	border-radius: 50px 50px 0 0;
}

.wyjy {
	width: 376px;
	margin-top: 48px;
}

.wyjy .ym-lm .h2 h2 .ym-lm-h2q2 {
	font-size: 28px;
	color: #fff;
}

.wyjy .ym-lm .h2 h2 .ym-lm-h2z3 {
	font-size: 28px;
	color: #fff;
}

.wyjy .ym-lm .h2 .ym-lm-yw {
	color: #fff;
}

.wyjy ul {
	margin-top: 23px;
}

.wyjy ul li {
	width: 375px;
	height: 211px;
	margin-bottom: 33px;
}

.wyjy ul li a {
	display: block;
	position: relative;
	width: 375px;
	height: 211px;
}

.wyjy ul li a .wyjy-bf {
	display: block;
	height: 67px;
	width: 67px;
	position: absolute;
	top: 67px;
	left: 151px;
	background: url(../images/images/bf-icon.png) no-repeat center;
	transition: 0.3s;
}

.wyjy ul li a img {
	width: 375px;
	height: 211px;
	display: block;
	transition: 0.3s;
}

.wyjy ul li:hover a img {
	transform: scale(1.1);
}

.wyjy ul li a .wyjy-tit {
	position: absolute;
	right: 0;
	width: 333px;
	height: 48px;
	bottom: -20px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	padding-left: 26px;
	box-sizing: border-box;
}

.wyjy ul li.wyjy-li1 a .wyjy-tit {
	background: url(../images/images/wyjy-tit-bg.png) no-repeat center;
}

.wyjy ul li.wyjy-li2 a .wyjy-tit {
	background: url(../images/images/wyjy-tit-bg-h.png) no-repeat center;
}

.xyfc {
	width: 836px;
	height: 480px;
	background: #fff;
	border-radius: 20px;
	margin-top: 108px;
}

.xyfc .xyfc-lm {
	width: 46px;
	height: 238px;
	text-align: center;
	background: url(../images/images/xyfc-bg.png) no-repeat center;
	padding-top: 25px;
	box-sizing: border-box;
}

.xyfc .xyfc-lm span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.xyfc .xyfc-lm a {
	display: block;
	margin-top: 33px;
	display: block;
}

.xyfc .xyfc-lm a img {}

.xyfc-ul {
	width: 760px;
	margin-left: 26px;
	margin-top: 22px;
}

.xyfc-ul li {}

.xyfc-ul li.xyfc-li1 {
	height: 221px;
	border-bottom: 1px solid #E9ECF6;
}

.xyfc-ul li a {
	display: block;
}

.xyfc-ul li a .xyfc-li-left {
	width: 290px;
	height: 250px;
	position: relative;
	margin-left: 24px;
}

.xyfc-ul li a .xyfc-li-left .xyfc-tp {
	=: 24px width:;
	height: 163px;
	width: 290px;
	overflow: hidden;
	border-radius: 9px;
}

.xyfc-ul li a .xyfc-li-left .xyfc-tp img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.xyfc-ul li a .xyfc-li-left .xyfc-tp:hover img {
	transform: scale(1.1);
}

.xyfc-ul li a .xyfc-li-left .xyfc-tp-more {
	height: 18px;
	display: block;
	width: 42px;
	margin: -9px auto 0;
	position: relative;
	z-index: 9;
	background: url(../images/images/xyfc-more1.png) no-repeat center;
}

.xyfc-ul li a .xyfc-li-left .xyfc-tlm {
	font-size: 14px;
	color: #8b8f9d;
	display: block;
	text-align: center;
	height: 30px;
	margin-top: 20px;
	background: url(../images/images/xyfc-tit1-sj.jpg) no-repeat center bottom;
}

.xyfc-ul li a .xyfc-li-left .xyfc-date {
	margin-top: 7px;
	text-align: center;
	color: #8B8F9D;
}

.xyfc-ul li a .xyfc-li-left .xyfc-date .xyfc-date-yue {
	font-size: 18px;
	font-weight: bold;
}

.xyfc-ul li a .xyfc-li-right {
	width: 355px;
	margin-right: 48px;
	margin-top: 21px;
}

.xyfc-ul li a .xyfc-li-right .xyfc-tit {
	font-size: 18px;
	font-weight: bold;
	color: #44464c;
	line-height: 30px;
}
.xyfc-ul li a .xyfc-li-right .xyfc-tit:hover{color:#F5A72E}
.xyfc-ul li a .xyfc-li-right .xyfc-zy {
	font-size: 14px;
	color: #70778b;
	line-height: 24px;
	margin-top: 24px;
}

.xyfc-ul li.xyfc-li2 a .xyfc-li-left {
	margin-top: -30px;
	margin-right: 35px;
	margin-left: 0;
}

.xyfc-ul li.xyfc-li2 a .xyfc-li-left .xyfc-tlm {
	margin-top: 0px;
	background: url(../images/images/xyfc-tit2-sj.jpg) no-repeat center bottom;
	height: 36px;
}

.xyfc-ul li.xyfc-li2 a .xyfc-li-left .xyfc-date {
	margin-top: 0;
}

.xyfc-ul li.xyfc-li2 a .xyfc-li-left .xyfc-tp {
	margin-top: 17px;
}

.xyfc-ul li.xyfc-li2 a .xyfc-li-right {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 26px;
}

.xyfc-ul li.xyfc-li2 a .xyfc-li-left .xyfc-tp-more {
	background: url(../images/images/xyfc-more2.png) no-repeat center;
}

/* 主题活动 */
.zthd {
	width: 100%;
	margin-top: 46px;
}

.zthd .ym-lm .h2 .ym-lm-yw {
	color: #b5c3d6;
}

.zthd-ul {
	margin-top: 20px;
}

.zthd-ul li {}

.zthd-ul li a {}

.zthd-ul li a .zthd-tp {
	width: 870px;
	height: 480px;
	overflow: hidden;
}

.zthd-ul li a .zthd-tp img {
	display: block;
	width: 100%;
	transition: all 0.3s;
	height:  100%;
}

.zthd-ul li a .zthd-tp:hover img {
	transform: scale(1.1);
}

.zthd-ul li a .zthd-tit {
	height: 106px;
	width: 670px;
	float: right;
	text-align: center;
	background: #F3F3F3;
	box-shadow: 0 0 12px #ccc;

	font-weight: bold;
	font-size: 20px;
	line-height: 106px;
	position: relative;

}

.zthd-ul li a .zthd-tit .zthd-tit-bt {
    display:  block;
    width: 90%;
    margin:  0 auto;
    overflow:  hidden;
    height: 46px;
}
.zthd-ul li.zthd-li1 a .zthd-tit .zthd-tit-bt {
    height: 90px;
}

.zthd-ul li a .zthd-tit .zthd-tit-more {
	width: 60px;
	height: 30px;
	display: block;
	background: url(../images/images/zthd-li-more.png) no-repeat center;

	position: absolute;
	right: 3px;
	bottom: 4px;
}

.zthd-ul li:hover a .zthd-tit .zthd-tit-more {
	background: url(../images/images/zthd-more-h.png) no-repeat center;
}

.zthd-ul li.zthd-li2,
.zthd-ul li.zthd-li3 {
	width: 406px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.zthd-ul li.zthd-li2 a .zthd-tp,
.zthd-ul li.zthd-li3 a .zthd-tp {
	width: 406px;
	height: 237px;
}

.zthd-ul li.zthd-li2 a .zthd-tit,
.zthd-ul li.zthd-li3 a .zthd-tit {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	padding: 0 70px 0 30px;
	box-sizing: border-box;
	font-weight: normal;
	position: relative;
}

.zthd-ul li.zthd-li2 a .zthd-tit .zthd-tit-more,
.zthd-ul li.zthd-li3 a .zthd-tit .zthd-tit-more {
	position: absolute;
	right: 7px;
	bottom: -13px;
}

.zthd-ul li:hover a .zthd-tit {
	color: #fff;
	background: #1946a3;
}

/* 答疑解惑 */
.dyjh {
	height: 350px;
	background: url(../images/images/dyjh-bg.jpg) no-repeat center;
	margin-top:  45px;
	border-radius: 25px;
}

.dyjh .ym-lm {
	width: 100%;
	position: relative;
}

.dyjh .ym-lm .ym-lm-gd {
	position: absolute;
	right: 38px;
	top: 18px;
}

.dyjh .ym-lm .ym-lm-gd a {
	padding: 0 13px;
	height: 27px;
	border: 1px solid #1946a3;
	border-radius: 23px;
	line-height: 25px;
	color: #1946a3;
	box-sizing: border-box;
	margin-left: 12px;
	transition: all 0.3s;
	font-size: 16px;
}

.dyjh .ym-lm .ym-lm-gd a:hover {
	background: #1946a3;
	color: #fff;
}

.dyjh .ym-lm .h2 {
	height: 50px;
	background: url(../images/images/dyjh-lm-bg.png) no-repeat center;
	margin: 0 auto;
	text-align: center;
	padding: 0 28px;
	width: 258px;
	box-sizing: border-box;
}

.dyjh .ym-lm .h2 h2 {
	line-height: 48px;
}

.dyjh .ym-lm .h2 h2 span {
	color: #fff;
}

.dyjh .ym-lm .h2 .ym-lm-yw {
	margin-top: 11px;
}

/* 底部 */
.footer {
	height: 277px;
	background: #1946A3;
	padding-top: 52px;
	box-sizing: border-box;
	margin-top: 70px;
}

.footer .container>div {
	border-right: 1px solid #2D5EB1;
	box-sizing: border-box;
}

.footer .fot-left {
	width: 428px;
	height: 183px;
}

.footer .fot-left .fot-logo {}

.footer .fot-left .fot-logo img {}

.footer .fot-left .fot-bq {
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	margin-top: 22px;
}

.footer .fot-yqlj {
	width: 327px;
	height: 183px;
	padding-left: 84px;
}

.footer .fot-yqlj h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 7px;
	background: url(../images/images/fot-lm-bg.jpg) no-repeat left bottom;
	margin-bottom: 20px;
}

.footer .fot-yqlj ul {}

.footer .fot-yqlj ul li {
	margin-bottom: 14px;
}

.footer .fot-yqlj ul li a {
	font-size: 16px;
	color: #fff;
}

.footer .fot-kjrk {
	width: 286px;
	height: 183px;
	padding-left: 87px;
}

.footer .fot-kjrk h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 7px;
	background: url(../images/images/fot-lm-bg.jpg) no-repeat left bottom;
	margin-bottom: 20px;
}

.footer .fot-kjrk ul {}

.footer .fot-kjrk ul li {
	margin-bottom: 14px;
}

.footer .fot-kjrk ul li a {
	font-size: 16px;
	color: #fff;
}

.footer .fot-gfwx {
	width: 253px;
	height: 183px;
	text-align: center;
}

.footer .fot-gfwx img {
    width:  116px;
    height:  116px;
}

.footer .fot-gfwx span {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 3px;
}











/*列表页*/
.ej-body{
	background: #fff;
}
.container1 {
	width: 1200px;
	margin: 0 auto;
}

.list {
	padding-top: 35px;
}

.list-left {
	width: 270px;
	background: #f9f9f9 url(../images/images/menu-bg.png) no-repeat bottom center;
	padding-bottom: 90px;
}

.list-left>h2 {
	background: url(../images/images/ejdh-bg.png) no-repeat center;
	color: #fff;
	line-height: 66px;
	font-size: 22px;
	height: 80px;
	text-align: center;
	font-weight: bold;
}

/* 侧导航 */
.sideMenu {
	box-sizing: border-box;
	margin-top: 15px !important;
}

.sideMenu h3 {
	width: 100%;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
}



.sideMenu h3>a {
	display: block;
	border-bottom: 1px solid #ccc;
	background: url(../images/images/list_11.png) no-repeat right center;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	width: 210px;
	margin: 0 auto;
	padding: 13px 0;
}
.sideMenu>h3:hover,
.sideMenu>.on {
	background: url(../images/images/ejdh-zicon.png) no-repeat left center;
}

.sideMenu > h3:hover a,
.sideMenu>.on a {
	color: #1946a3;
	background: url(../images/images/list_16.png) no-repeat right center;
}

.sideMenu ul {
	color: #999;
	font-size: 14px;

}

.sideMenu ul.has {
	padding-bottom: 10px;
	padding: 17px 0 3px;
	width: 210px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.sideMenu ul li {
	padding-left: 18px;
	background: url(../images/images/list_20.png) no-repeat 2px center;
	margin-bottom: 13px;
}

.sideMenu ul li a {
	display: block;
	color: #666666;
	font-size: 14px;
}

.sideMenu ul li:hover a,
.sideMenu ul .san-on {
	color: #1946a3;
}

.nav-lxdz{
    width: 220px;
    margin: 20px 0 20px 30PX;
}

.nav-lxdz p{
    font-size:  15px;
    line-height:  170%;
}



/* 侧导航结束 */
/* 右侧开始 */
.list-right {
	width: 895px;
	overflow: hidden;
	min-height: 600px;
}

.list-right .titname {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #B3B3B3;
	font-size: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.list-right .titname h2 {
	display: inline-block;
	font-size: 20px;
	color: #0066cc;
	font-weight: bold;
	border-bottom: 2px solid #0066cc;
	padding-bottom: 2px;
}

.list-right .titname .navigation {
	color: #666666;
	font-size: 14px;
	float: right;
}

.list-right .titname .navigation img {
	vertical-align: middle;
	padding-right: 6px;
}

.list-right .titname .fa-home {
	font-size: 14px;
}

.list-right .titname .fa-home img {
	width: 14px;
}

.list-right .titname .fa-home,
.list-right .titname .fa-home a {
	color: #888;
}

.list-con ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	margin: 10px 0;
}

.list-con ul li a {
	font-size: 15px;
	display:  block;
}
.list-con ul li:hover a{}
.list-con ul li a .aejlm{
	font-size: 16px;color: #1946a3;
}
.list-con ul li .date {
	float: right;
	color: #666666;
	font-size: 14px;
}

.list-con ul li:hover a {

	color: #f5a72e;
}

.fanye {
	margin: 27px 0 0;
	text-align: center;
}

/* 正文页 */
/*page-con*/

.page-con {
	margin: 0px auto;
	padding: 10px 0;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

.page-con .page-tit {
	font-size: 24px;
	color: #1f1f1f;
	text-align: center;
	line-height: 150%;
	padding: 24px 0 0;
	font-weight: normal;
}

.page-con .fbt {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	padding: 14px 0 10px;
}

.page-con .page-date {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 150%;
	padding: 0px 0 15px;
	border-bottom: 1px dashed #d9d9d9;
}
.page-con .page-date a{
	font-size: 15px;
	color: #666;
}
.page-con .zhengwen {
	padding: 30px 0;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
    font-family: "宋体" !important;
}

.page-con .zhengwen p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px !important;
	color: #555555;
	padding: 0 0 14px 0;
    font-family: "宋体" !important;
}
.page-con .zhengwen *{
	
	font-size: 16px !important;

    font-family: "宋体" !important;
word-break: break-all;
white-space: normal;
}

.Section0 div table.MsoNormalTable tr td{
width:10% !important;
vertical-align: middle;
}




.page-con .zhengwen table p{
text-indent: 0;
line-height: auto;	
	padding: 0 ;
}
.page-con .zhengwen img,
.page-con .zhengwen p img {
	max-width: 100%;
	height:  auto !important;
}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
	text-indent: 0;
}

/*上一条、下一条*/

.other-title {
	padding: 30px 0 0px;
	border-top: 1px dashed #d6d6d6;
}

.other-title a {
	color: #555555;
	font-size: 16px;
	display: block;
	line-height: 30px;

}

.other-title a:hover {
	color: #1946a3;
}

.article-con {
	padding: 20px 0;
}

.article-con h1 {
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con h2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 10px;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #0075cc;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;
}

.school_tp{
    overflow: hidden;
}
.school_tp li{
    width: 185px;
    height: 240px;
    padding-right: 51px;
    float: left;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom:  45px;
}
.school_tp li .ry_img{
    width: 187px;
    height: 187px;
    display: block;
}
.school_tp li .ry_text .cc{
   position: absolute;
   bottom: 33px;
   left: 30px;
}
.school_tp li .ry_text .jz{
    position: absolute;
    bottom: 33px;
    left: 30px;
 }
 .school_tp li a:hover .cc{
    display: none;
    }
.school_tp li p{
    font-size: 18px;
    color: #454545;
    line-height: 24px;
}

.research_trends1{
    padding: 30px 0;
    min-height: 565px;
}
.ry_text{
    height: 36px;
    position: relative;
    width: 100%;
    transition: all .6s;
    text-align: center;
    margin-top:  5px;
}
.school_tp li:hover p{
    color: #a1192b;
}

.school_tp li:hover .jz{
    bottom: 40px;
}
.dyjh-lyb{
    
width: 1200px;
    
margin:  0 auto;
}




.dyjh-lyb {
	width: 1200px;
	margin: 0 auto;
	margin-top: 23px;
}

.dyjh-lyb .dyjh-lyb-bt {}

.dyjh-lyb .dyjh-lyb-bt div {
	font-size: 18px;
	box-sizing: border-box;
	font-weight: bold;
	color: #1b4da2;
}

.dyjh-lyb .dyjh-lyb-bt .ldxx-xh {
	width: 214px;
	text-align: center;
}

.dyjh-lyb .dyjh-lyb-bt .ldxx-sxbt {
	width: 550px;
	padding-left: 130px;
}

.dyjh-lyb .dyjh-lyb-bt .ldxx-lysj {
	width: 100px;
	text-align: center;
}

.dyjh-lyb .dyjh-lyb-bt .ldxx-dfsj {
	width: 100px;
	text-align: center;
	margin-left: 130px;
}

.dyjh-lyb .ldxx-ul {
	background: #F1F9FF;
	border-radius: 20px;
	margin-top: 6px;
	/* min-height:  400px; */
}

.dyjh-lyb .ldxx-ul li {
	height: 45px;
	line-height: 45px;
}

.dyjh-lyb .ldxx-ul li .ldxx-li-xh {
	width: 214px;
	text-align: center;
	font-size: 16px;
}

.dyjh-lyb .ldxx-ul li .ldxx-li-bt {
	width: 550px;
	font-size: 16px;
}
.dyjh-lyb .ldxx-ul li:hover .ldxx-li-bt{
	color: #0066CC;
}
.dyjh-lyb .ldxx-ul li .ldxx-li-lysj {
	font-size: 16px;
	width: 100px;
	text-align: center;
	margin-left: 1px;
}

.dyjh-lyb .ldxx-ul li .ldxx-li-dfsj {
	font-size: 16px;
	width: 100px;
	text-align: center;
	margin-left: 132px;
}

.dyjh-lyb .ldxx-ul li.ldxx-li1 {
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.dyjh-lyb .ldxx-ul li.ldxx-li3,
.dyjh-lyb .ldxx-ul li.ldxx-li5{
	background: #fff;
}
.dyjh-lyb .ldxx-ul li.ldxx-li2 {}


@media only screen and (max-width: 1630px){
.h-po-ab .container{width: 1300px;}
.head{height:auto;padding: 15px 0;}
.top_right{float: none;width:  100%;}
.logo{margin-top:10px;}
.menu{
    margin-top: 15px;
}
.top_right-top{margin-top: 20px;}
#nav .mainlevel>a{
    padding: 0 23px;
}
.zbnr-dbg{width: 1350px;}
}


.ldtd {
		/* padding-top: 60px; */
		width: 100%;
	}

.ldtd  .ldtd-left,
.ldtd  .ldtd-right{width:48%}
.ldtd h3{width:100%;font-size:  18px;font-weight:  normal;color: #0066cc;margin-top:  20px;}
	.ldtd ul li {
		padding-bottom: 20px;
		margin-top: 30px;
		border-bottom:  1px solid #ccc;
	}

	
	.ldtd ul li a {
		display: block;
	}

	
	.ldtd ul li img {
		width: 130px;
		/* height: 210px; */
	}

	
	.ldtd ul li div {
		height: 210px;
		width: 270px;
		box-sizing: border-box;
		padding: 0px 5px 0 8px;
	}

	
	.ldtd ul li:hover div {
	}

	
	.ldtd ul li div h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 15px;
		 color: #0066cc; 
	}

	
	.ldtd ul li div p span {
		font-size: 15px;
		font-weight: bold;
		color: #444;
	}

	
	.ldtd ul li div p {
		font-size: 15px;
		margin-top: 10px;
		line-height: 30px;
		color: #444;
	}

	
	.ldtd ul li div .more {
		width: 18px;
		height: 7px;
		display: block;
		background: url(../images/ldtd-more.png) no-repeat center;
		margin-top: 28px;
	}







.mr0 {
	margin-right: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}
