@charset "utf-8";

/* CSS Document
build2019.03.21
*/
body {
	background: #fff;
	color: #333;
	font-family: "微软雅黑";
}

body.bg2 {
	background: url(../images/bg2.jpg) center 150px no-repeat;
}

a {
	color: #333;
	text-decoration: none;
}

ul,
ol {
	margin-bottom: 0 !important;
}

section {
	float: left;
	width: 100%;
	padding: 0;
}

.head,
.focus,
.news,
.links,
.foot,
.mian-contain,
.focus-news {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

/*头部*/
#header {
	background: #0049ca;
}

.head {
	height: 140px;
	position: relative;
        width: 1300px;
}

#logo,
#head-ad,
#search {
	float: left;
}

#logo a {
	width: 574px;
	height: 140px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#logo img {
	display: none;
}

#head-ad {
	width: 400px;
	height: 120px;
}

#search {
	width: 250px;
	margin-top: 40px;
}

/*导航*/
#nav {
	height: 50px;
}

.menu {
	height: 50px;
	background: none;
	position: absolute;
	right: -1px;
	top: 45px;
}

.menu li {
	float: left;
	line-height: 50px;
	position: relative;
	overflow: visible;
}

.menu li a,
.menu li.menu-show {
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 50px;
	padding: 0 21px 0 20px;
	font-weight: bold;
	background: url(../images/cut.png) right center no-repeat;
}

.menu li.menu-show {
	display: none;
}

.menu li a:hover {
	/* color: #1167BB; */
	text-decoration: none;
}

.menu li ul.menu-sub {
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 9999;
	background-color: #0f4179;
	display: none;
	width: 200px;
}


.menu li ul.menu-sub li {
	border-bottom: 1px dotted #6589b0;
	width: 100%;
}
.menu li ul.menu-sub a {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	background-color: #0f4179;
	color: #fff;
	width: auto;
	background: none;
	
}

.menu li ul.menu-sub a:hover {
	color: #fff;
	/* background-color: #1167BB; */
}

.menu li ul.menu-sub.menu-col2 {
	width: 360px;
}

.menu li ul.menu-sub.menu-col2 li a {
	width: 180px;
	background-image: url(../images/menu-sub-cut.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.menu li ul.menu-sub.menu-col3 {
	width: 360px;
}

.menu li ul.menu-sub.menu-col3 li a {
	width: 90px;
	background-image: url(../images/menu-sub-cut.png);
	background-position: right center;
	background-repeat: no-repeat;
}



#slider-contain {
	background: #ededed;
}
#h5-coverimg {
	display: none;
}

/*学院要闻*/
#focus-news {
	background: #F8F2EA;
}

.focus-news ul {
	width: 1232px;

}

.focus-news ul li {
	float: left;
	width: 276px;
	height: ;
	margin: 0 32px 0 0;
}

/*.award ul li:hover {
	margin-top: -10px;
}*/
.focus-news ul li span {
	font-size: 14px;
	padding: 15px;
	background: #fff;
	width: 100%;
}

.focus-news ul li span p {
	height: 40px;
	line-height: 20px;
	margin-bottom: 0;
}

.focus-news ul li a {
	color: #333;
}

.focus-news ul li a:hover {
	color: #1167BB;
}

.focus-news ul li img {
	width: 100%;
}

.focus-news ul li span em {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	color: #999;
	width: 100%;
	background: url(../images/timeicon.png) 0 center no-repeat;
	text-indent: 20px;
}

.focus-news ul li.award-logo {
	float: right;
	width: 170px;
	margin: 0;
	background: url(../images/award-logo.png) 20px 25px no-repeat;
	height: 230px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #1167BB;
}

.focus-news ul li.award-logo span {
	font-size: 28px;
	color: #1167BB;
	margin-top: -5px;
	padding: 0;
	background: none;
}

.focus-news ul li.award-logo a {
	margin-top: 150px;
	color: #1167BB;
	text-decoration: none;
}

.focus-news ul li.award-logo a:hover {
	text-decoration: none;
}

.focus-news ul li.award-logo a em {
	font-size: 12px;
	border: 1px solid #1167BB;
	border-radius: 10px;
	padding: 0 5px;
	height: 22px;
	line-height: 19px;
	margin: 3px 0 0 30px;
}

.focus-news ul li.award-logo a em:hover {
	border: 1px solid #C00;
	color: #C00;
}

/*新闻中心*/
#news {
	
}

.news {
	overflow: hidden;
	padding: 30px 20px;
	border-left: 8px solid #F8F2EA;
	border-right: 8px solid #F8F2EA;
}

.news.news2 {
	margin-bottom: 0;
}
.news.news2 .news-tabbox {
	width: 33.33%;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}
.news.news2 .news-tabbox.tabboxlast {
	border-right: none;
}
.news.news2 .news-tabbox.tabboxlast ul li {
	width: 100%;
	height: 75px;
	margin-bottom: 13px;
	overflow: hidden;
}
.news.news2 .news-tabbox.tabboxlast ul li a {
	padding-left: 0px;
	width: 100%;
	height: 75px;
}
.news-tabbox {
	width: 50%;
	font-size: 14px;
	float: left;
	overflow: hidden;
	padding-right: 20px;
	border-right: 1px solid #f1f1f1;
}
.news-tabbox.tabboxright {
	padding-right: 0;
	padding-left: 20px;
	border-right: none;
}
.news-tabbox p {
	line-height: 22px;
	text-indent: 2em;
}
.news .news-tab, .title {
	width: 100%;
	float: left;
	margin-right: 30px;	
	font-size: 20px;
	color: #0f4179;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #0f4179;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
}


.news .news-tab2 {
	float: left;
	width: 420px;

}

.news .news-tab span,
.news .news-tab2 span {
}

.news ul {
	float: left;
	width: 100%;
	position: relative;
}

.news ul li {
	width: 100%;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	float: left;
}

.news ul li span.date2 {
	color: #666;
	font-size: 12px;
	overflow: hidden;
	float: right;
	line-height: 22px;
}

.news ul li a {
	color: #333;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	background: url(../images/dot4-blue.jpg) left center no-repeat;
}

.news ul li a:hover {
	color: #1167BB;
}

.news ul li em {
	font-size: 14px;
	color: #999;
	width: 315px;
	margin-left: 10px;
}

.news ul li.news-title {
	float: left;
	width: 370px;
	font-size: 28px;
	padding: 20px 0 0 0;
	text-align: center;
	margin-bottom: 10px;
	color: #1167BB;
	font-weight: bold;
}

.news ul li.news-more {
	height: 34px;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: -30px;
	float: left;
	width: auto;
}

.news ul.lastul li.news-more {
	right: -4px;
}

.news ul li.news-more a,
a.award-more {
	width: auto;
	padding: 3px 0;
	color: #999;
	margin: -12px 0 0 0;
	background: none;
}

.news ul li.news-more a:hover,
a.award-more:hover {
	font-size: 14px;
	color: #1167BB;
	text-decoration: none;
}

.news ul.news-show {
	display: inline-block;
}

.news-tab span.curt,
.news-tab2 span.curt {
	background: #337ab7 url(../images/tag-bg.jpg) 0 0 no-repeat;
	color: #fff;
}

.college {
	width: 225px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

.college span,
.newmedia span {
	width: 100%;
	font-size: 18px;
	margin-bottom: 15px;
	float: left;
	color: #337ab7;
	font-weight: bold;
}

.college select {
	margin-bottom: 15px;
}

.newmedia {
	width: 425px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	height: 140px;
	padding-right: 30px;
	border-right: #f1f1f1 1px solid;
}

.newmedia p a {
	color: #333;
	text-decoration: none;
}

.newmedia p a:hover {
	color: #1167BB;
}

#thumb {
	margin-top: 0;
	padding-top: 0;
}
.thumb {
	margin: 0 auto;
	width: 1200px;
	height: 200px;
	border-left: 8px solid #F8F2EA;
	border-right: 8px solid #F8F2EA;
	padding: 0 30px;
}
.tit {
	width: 1200px;
	margin: 0 auto;
    font-size: 20px;
    color: #0f4179;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
	text-align: center;
	border-left: 8px solid #F8F2EA;
	border-right: 8px solid #F8F2EA;
	border-top: 1px solid #F8F2EA;

}

#seminar {
	
}
#elegant .seminar {
	margin: 0 auto;
	width: 1200px;
	border-left: 8px solid #F8F2EA;
	border-right: 8px solid #F8F2EA;
	padding: 0 0 0 34px;
	height: auto;
	height: 160px;
	border-bottom: none;
}
.seminar, .subject {
	margin: 0 auto;
	width: 1200px;
	border-left: 8px solid #F8F2EA;
	border-right: 8px solid #F8F2EA;
	padding: 30px 0 30px 34px;
	height: auto;
	height: 230px;
	border-bottom: 1px solid #F8F2EA;
}
.seminar .title {
	margin-left: -14px;
	margin-bottom: 20px;
}
.seminar-title {
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding: 0 0 20px 0;
	text-shadow: 2px 2px 2px #000;
}

.seminar ul {
	float: left;
	display: inline-block;
	border-right: none;
	padding-right: 0;
	margin-right: 0;
	margin-left: 120px;
}

.seminar ul li {
	float: left;
	width: 235px;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #CCC;
	background-size: cover;
	margin-bottom: 20px;
	position: relative;
}
#elegant .seminar ul li {
	background: #CCC url(../images/ssfc.png) center center no-repeat;
}

.seminar ul li a {
	background: none;
	padding-left: 0;
	width: 100%;
}
.seminar ul li span {
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 100%;
	float: left;
}
.seminar ul li span.blk {
	background: #0049ca;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.seminar ul li a img {
	width: 100%;
	height: 130px;
}
.subject {
	padding-right: 34px;
	padding-top: 0;
	height: 210px;
}
.subject ul li {
	width: 16.66%;
	float: left;	
	padding: 0 5px;
}
.subject ul li a {
	font-size: 16px;
	text-align: center;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 10px;
	padding-top: 10px;
	background: url(../images/subject_bg.jpg) top center repeat;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
.subject ul li a span {
	font-size: 14px;
	width: 100%;
	text-align: left;
	padding: 1em;
	background: #fff;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
	line-height: 22px;
	height: 138px;
	overflow: hidden;
}
.subject ul li a span.blk {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	background: url(../images/blk.png) 0 0 repeat;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.3s linear 0s;
}
.subject ul li a span.blk:hover {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.subject ul li a span.blk em {
	color: #fff;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	width: 60%;
	text-align: center;
	float: left;
	position: absolute;
	width: 120px;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -60px;
}

.award {
	width: 474px;
	float: left;
	position: relative;
}

.award div {
	float: left;
	width: 100%;
	height: 92px;
	margin-bottom: 26px;
}

.award div a img {
	width: 140px;
	height: 92px;
	float: left;
}

.award div span {
	width: 334px;
	float: left;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
}

.award div a:hover span {
	color: #1167BB;
}

.award div em {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
}

a.award-more {
	position: absolute;
	right: 0;
	top: -50px;
	text-decoration: none;
}

#links {
	margin-bottom: 0;
	padding-bottom: 0;
}

.links-left,
.links-center {
	float: left;
	width: 450px;
}

.links-left {
	margin-left: 300px;
}

.links li {
	line-height: 28px;
	float: left;
}

.links li.links-title {
	background: url(../images/right-links-title.jpg) 0 0 no-repeat;
	height: 40px;
	font-size: 18px;
	margin-bottom: 30px;
	text-indent: -9999px;
}

.links li a {
	color: #333;
	text-decoration: none;
}

.links li a:hover {
	color: #1167BB;
}

.links-left li {
	width: 50%;
}

.links-center li {
	width: 25%;
}

.links-right {
	width: 100%;
	float: left;
	/*
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;*/
	overflow: hidden;
}

.links-right ul {
	width: 1280px;
}

.links-right li {
	width: 66px;
	margin-right: 60px;
	margin-bottom: 30px;
	float: left;
}

.links-right li.links-title {
	width: 1200px;
	text-align: center;
}

.links-right li.links-title a {
	width: auto;
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	background-color: #1167BB;
	padding: 0 10px;
	border-radius: 15px;
	height: 30px;
}

.links-right li a {
	text-align: center;
	overflow: hidden;
}

.links-right li a span {
	padding: 14px 17px 30px 17px;
	border: 1px #1167bb solid;
	overflow: hidden;
	background: url(../images/icon-bg.jpg) center 0 no-repeat;
}

.links-right li a span img {
	width: 30px;
	height: 30px;
}

#list {
	padding-top: 0;
}

.list {
	float: left;
	background: #f1f1f1;
}

.list-contain {
	min-height: 800px;
	float: left;
	width: 958px;
	border: 1px solid #e4e4e4;
	background: #fff;
	padding-bottom: 20px;
}

.list-sidebar {
	width: 240px;
	float: left;
	height: 100%;
}

.list-sidebar h1 {
	width: 100%;
	text-align: center;
	background: #2f3539;
	margin: 0;
	color: #fff;
	height: 59px;
	line-height: 59px;
	font-size: 16px;
	font-weight: bold;
}

.list-sidebar ul li {
	width: 100%;
	overflow: hidden;
	float: left;
}

.list-sidebar ul li a {
	width: 100%;
	border-left: 4px solid #e4e4e4;
	height: 50px;
	line-height: 50px;
	color: #2f3539;
}

.list-sidebar ul li a:hover {
	border-left: 4px solid #2f3539
}

.list-sidebar ul li a span {
	margin-left: 40px;
	border-bottom: 1px dotted #e4e4e4;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.list-contain .breadcrumb {
	margin: 20px;
}

.list-contain ul {
	margin: 20px 80px;
}

.list-contain ul li {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px dotted #e4e4e4;
}

.list-contain ul li a {
	color: #333;
}

.list-contain ul li a:hover,
.list-contain ol li a:hover {
	color: #1167BB;
	text-decoration: none;
}

.list-contain ol li a {
	color: #777;
}

.list-contain ul li span.clipdate {
	float: right;
	font-size: 12px;
	color: #999;
}

footer {
	background: #2f3539;
	float: left;
	width: 100%;
}

.foot {
	margin-top: 30px;
	color: #e4e4e4;
}

.foot a,
.foot a:hover {
	color: #e4e4e4;
	text-decoration: none;
}

.foot-logo,
.foot-left {
	float: left;
	margin-bottom: 10px;
}

.foot-logo img {
	width: 80px;
	height: 80px;
	filter: alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.foot-left {
	width: 360px;
	margin-left: 40px;
}

.foot-center {
	margin-left: 40px;
	margin-right: 30px;
	width: 420px;
	float: left;
	padding-left: 40px;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	height: 130px;
}
.foot-center span {
	font-size: 30px;
	font-weight: bold;
}

.foot-center a {
	margin: 0 10px;
}

.foot-center a.first {
	margin: 0 10px 0 0;
}

.foot-right {
	float: left;
	width: 210px;
}

.foot-right p {
	width: 75px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

.foot-right p em {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

.foot-right p.foot-title {
	width: 100%;
	text-align: left;
}

.pagebreak {
	margin: 0 0 10px 0;
	white-space: nowrap;
	display: inline-block;
	padding: 10px 20px;
	font: 12px 'Microsoft YaHei' !important;
}

.pagebreak table * {
	padding: 0;
	margin: 0;
	font-size: 12px !important;
	font-family: 'Microsoft YaHei' !important;
}

.pagebreak .PrevDisabled,
.pagebreak .NextDisabled {
	border: 1px solid #ddd !important;
	height: 26px !important;
	line-height: 26px !important;
	padding: 0 8px !important;
}

.pagebreak .Prev,
.pagebreak .Next {
	border: 1px solid #ddd !important;
	height: 26px !important;
	line-height: 26px !important;
	padding: 0 8px !important;
}

.pagebreak input {
	border: 1px solid #ddd !important;
	height: 26px !important;
	line-height: 26px !important;
	padding: 0 8px !important;
	margin-right: 5px;
}

.pagebreak input#gotopagebut {
	border: 1px solid #ddd !important;
	height: 28px !important;
	line-height: 28px !important;
	padding: 0 8px !important;
	cursor: pointer !important;
	background-image: none !important;
	vertical-align: middle !important;
	filter: chroma(color=#ffffff) !important;
	overflow: hidden !important;
	noFocusLine: expression(this.onFocus=this.blur()) !important;
	width: 42px !important;
	*line-height: 24px !important;
}

.pagebreak a.Prev:hover,
.pagebreak a.Next:hover,
.pagebreak input#gotopagebut:hover {
	background: #0f3953;
	color: #fff;
	border: 1px solid #0f3953 !important;
}

.pagebreak input#gotopagebut {
	background: #f1f1f1;
}

.main-body {
	margin: 20px 80px;
}

.main-body {
	padding: 30px 20px;
}

.main-body * {
	text-indent: 0;
}

.main-body ul.attach {
	margin: 20px 0;
	padding: 0;
}

.main-body ul.attach li {
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	padding: 0;
}

.main-body ul.attach li * {
	text-indent: 0;
}

.main-body ul.attach li a {
	background: none;
	padding-left: 0;
}

.main-body h2,
.main-body h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
}

.main-body h2 {
	font-size: 22px;
}

.main-body h3 {
	font-size: 20px;
}

.main-body .info {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.main-body .info span {
	display: inline-block;
	padding: 10px 8px;
}

.main-body .info span em {
	display: inline-block;
	padding-left: 5px;
	cursor: pointer;
}

.main-body .info span em#m {
	font-weight: bold;
}

.main-body .b {
	padding: 20px 10px 0 10px;
	line-height: 30px;
	font-size: 14px;
}

.main-body .b p {
	vertical-align: top;
}

.main-body .b a {
	color: #00F;
	vertical-align: top;
	text-decoration: underline;
	margin-top: 0px;
	*margin-top: -4px;
}

.main-body .b table tr td {
	padding: 0 5px;
}

.main-body ul {
	padding: 10px 20px;
	width: auto;
}

.main-body ul li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}

.main-body ul li a {
	padding-left: 10px;
}

.main-body ul li .d {
	color: #999;
	font-size: 12px;
}
.black-shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	left: 0;
	top: 0;	
	z-index: 999;
	float: left;
	background: #000000;
	display: none;
}
.ad {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/index_s4.png);
	height: 120px;
	line-height: 120px;
	overflow: hidden;
}
.ad a {
	display: inline-block;
	float: left;
	width: 100%;
	height: 100%;
	line-height: 120px;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.ad a:hover {
	text-decoration: none;
	color: #fff;
}
.zylink {
	margin: 0 auto;
	width: 1200px;
}
.zylink ul li {
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
	
}