@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;

	font-family: "Microsoft YaHei";
	font-size: 14px;
	min-width: 1200px;
}

i,
em {
	font-style: normal;
}

ul,
li,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #454545;
}

li a:hover {
	color: #008ed4;
}

img,
a {
	cursor: pointer;
}

img {
	/* display: block; */
	max-width: 100%;
	border: none;
}

input {
	outline: none;
}

.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: 1200px;
	margin: 0 auto;
}


/*head*/

.head {
	width: 100%;
	background: url(/style/../images/redtop-bg.jpg) no-repeat center;
	height: 138px;
}


/*logo*/

.logo {
	margin-top: 25px;
}

.logo a {
	display: block;
}

.top_right {
	position: relative;
}


.topyw{
float:right; margin-top:18px;
}
.topyw li{float:left; position: relative; }
.topyw li a{ padding:0px 10px;
font-size: 14px;
   color: #fff;
}

.topyw li:nth-of-type(1)::after{
    content: "";
    position: absolute;
    right: 0px; top:3px; 
    height: 15px;
    width: 1px;
    background: #fff;
 }
.topyw li a:hover{
font-weight:bold;
}



.login {
	position: absolute;
	margin-top: 55px;
	border: 1px solid #ffffff;
	width: 205px;
	height: 30px;
	right: 0;
	box-sizing: border-box;
	border-radius: 20px;
}

.login_txt {
	width: 157px;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	padding-left: 14px;
	border: 0;
	background: none;
	margin-top: 1px;
	margin-right: 5px;
}

.login_img {
	margin-top: 7px;
}


/*menu*/

.menu {
	background: #fff;
	position: relative;
	z-index: 10;
}

#nav {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
}

.mainlevel:hover,
.mainlevel .cur {
	background: #c82a2c;
}

#nav .mainlevel:hover a {
	color: #FFFFFF;
	font-weight: bold;
}

#nav .mainlevel a {
	color: #333333;
	line-height: 60px;
	display: block;
	font-size: 18px;
	height: 60px;
	width: 150px;
	text-align: center;
}

#nav li.mainlevel a:hover {
	color: #FFFFFF;
}

#nav .mainlevel ul {
	/* display: none; */
	position: absolute;
	z-index: 99;
	padding-top: 0px;
}

#nav .mainlevel li {
	font-size: 14px;
}

#nav .mainlevel li:hover a {
	background: #09a845;
}

#nav .mainlevel li a {
	display: block;
	height: auto;
	font-size: 16px;
	color: #FFF;
	line-height: normal;
	background: rgb(200 42 44 / 62%);
	text-align: center;
	padding: 14.5px 0;
	font-weight: normal !important;
}

/* banner */

.slideBox {
	width: 100%;
	position: relative;
	height: 516px;
	min-width: 1200px;
}

.slideBox .bd {
	position: relative;

	z-index: 0;
}

.slideBox .bd .tempWrap {}

.slideBox .bd ul {
	WIDTH: 100% !IMPORTANT;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	WIDTH: 100% !IMPORTANT;
	height: 516px;
}

.slideBox .bd img {
	display: block;
	height: 516px;width:100%;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 45%;
	display: block;
	width: 54px;
	height: 54px;
}

.slideBox .prev {
	background: url(/style/../images/ban-prev.png) no-repeat;
	left: 80px;
}

.slideBox .next {
	left: auto;
	right: 80px;
	background: url(/style/../images/ban-next.png) no-repeat;
}

.pageState {
	position: absolute;
	right: 248px;
	bottom: -35px;
	z-index: 999;
	display: block;
	height: 128px;
	width: 113px;
	background: url(/style/../images/ts-bg.png) no-repeat center;
	text-align: center;
	padding-top: 46px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-family: arial;
	letter-spacing: 5px;
}

.pageState span {
	font-size: 36px;
	color: #fff;
	font-family: arial;
}

/* banner下5个快捷导航 */
.banner-b-l {
	position: relative;
	width: 100%;
	height: 124px;
	box-sizing: border-box;
	border-bottom: 3px solid #c82a2c;
	box-shadow: 0px 6px 7px 0px #444;
}

.banner-b-l ul li {
	text-align: center;
	width: 239px;
	border-left: 1px solid #d3d3d3;
	margin-top: 18px;
}

.banner-b-l ul li:first-child {
	border-left: none;
}

.banner-b-l ul li img {
	display: block;
	margin: 2px auto 5px;
	transition: 0.5s;
}

.banner-b-l ul li a {
	font-size: 18px;
	display: block;
}

.banner-b-l ul .last {
	border: none;
}

.banner-b-l ul li:hover img {
	transform: rotateZ(360deg);

}

.banner-b-l ul li:hover a {
	color: #008ed4;
}

.bwcx {
	width: 1200px;
	margin: 44px auto 39px;
	display: block;
}

/*新闻动态*/
.xwdt {
	margin-top: 46px;
}

.lm a {
	display: block;
	width: 69px;
	height: 18px;
	background: url(/style/../images/more-bg.png) no-repeat left center;
	padding-left: 41px;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	box-sizing: border-box;
	margin-top: 10px;
}

.lm h2 {
	font-size: 30px;
	color: #444444;
	background: url(/style/../images/lm-bot-bg.jpg) no-repeat left bottom;
	padding-bottom: 7px;
}

.lm i {
	font-size: 24px;
	color: #9f9f9f;
	padding-top: 8px;
	font-style: oblique;
	padding-left: 5px;
}

/* 新闻动态*/
.xwdt {
	margin-bottom: 70px;
}

.zyrw {
	height: 450px;
	width: 600px;
}

.xwdt-xia {
	margin-top: 43px;
	position: relative;
}

.zyrwfocus {
	position: relative;
}

.banner-zsj {
	position: absolute;
	display: block;
	left: -10px;
	top: -10px;
	height: 70px;
	width: 70px;
	background: #008ed4;
}

.banner-ywzm {
	display: block;
	height: 294px;
	width: 34px;
	background: url(/style/../images/left-ywzm.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: -53px;
}

.zyrwfocus .focus_pic li {
	vertical-align: top
}

.zyrwfocus .focus_pic li a {
	display: block;
	overflow: hidden;
}

.zyrwfocus .focus_pic img {
	width: 600px;
        height:338px;
	display: inline-block;
	vertical-align: top
}

.zyrwfocus .focus_text {
	background-color: #ffffff;
	height: 110px;
	width: 100%;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 26px 75px 23px 84px;
	box-sizing: border-box;
}

:root .zyrwfocus .focus_text {
	-ms-filter: none
}

.zyrwfocus .focus_text h2 {
	position: relative;
}

.zyrwfocus .focus_text h2 span.line {
	width: 15px;
	height: 3px;
	background: #d0d0d0;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.zyrwfocus .focus_text ul {}

.zyrwfocus .focus_text .sub_tit {
	overflow: hidden;
	font-weight: 100;
}

.zyrwfocus .focus_text .sub_tit a {
	font-size: 16px;
	line-height: 24px;
	color: #008ed4;
}


.zyrwfocus .prev,
.zyrwfocus .next {
	position: absolute;
	right: 20px;
	bottom: 45px;
	display: block;
	width: 12px;
	height: 20px;
	background: url(/style/../images/xwdt-prev.png) no-repeat center center;
	transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	/* Firefox 4 */
	-webkit-transition: 0.2s ease-out;
	/* Safari and Chrome */
	-o-transition: 0.2s ease-out;
	/* Opera */
	z-index: 99;
}

.zyrwfocus .prev {
	left: 20px;
	right: 0;
}

.zyrwfocus .next {
	background: url(/style/../images/xwdt-next.png) no-repeat center center;
}

.zyrwfocus .prevStop {
	display: none;
}

.zyrwfocus .nextStop {
	display: none;
}

.xwdt .xwdt-bt {
	width: 555px;
}

.xwdt .xwdt-bt li {
	border-bottom: 1px solid #ccc;
	height: 95px;
	padding-top: 21px;
}

.xwdt .xwdt-bt li:first-child {
	padding-top: 5px;
	height: 70px;
	padding-bottom: 20px;

}

.xwdt .xwdt-bt li a {
	display: block;
	padding-right: 110px;
	box-sizing: border-box;
}

.xwdt .xwdt-bt li .date {
	width: 90px;
	height: 68px;
	border-left: 1px solid #dcd7d7;
	text-align: center;
}

.xwdt .xwdt-bt li a span {
	font-size: 16px;
	color: #444;
}

.xwdt .xwdt-bt li a p {
	font-size: 14px;
	color: #808080;
	text-indent: 2em;
	line-height: 22px;
	margin-top: 5px;
}

.xwdt .xwdt-bt li:hover p,
.xwdt .xwdt-bt li:hover span {
	color: #008ED4;
}

.xwdt .xwdt-bt li .date span {
	display: block;
	color: #008ed4;
}

.xwdt .xwdt-bt li .date .day {
	font-size: 30px;
}

.xwdt .xwdt-bt li .date .n-y {
	font-size: 14px;
	line-height: 24px;
}

/*通知公告*/
.zb-sglm {
	height: 730px;
	background: url(/style/../images/sy-zbslm-bg.jpg) no-repeat top left;
}

.tzgg,
.jxjw,
.xsdt {
	width: 370px;
	height: 625px;
}

.tzgg,
.xsdt {
	margin-top: 95px;
}

.jxjw {
	margin-top: 64px;
	margin: 64px 45px 0 45px;
}

.sglm {
	width: 100%;
	height: 145px;
	background: url(/style/../images/tzgg-bg.jpg) no-repeat center;
	text-align: center;
}

.sglm h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-top: 33px;
}

.sglm i {
	font-style: oblique;
	font-size: 24px;
	color: #b2dcc0;
}

.zb-sglm-bt ul {
	height: 450px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-top: 12px;
	box-sizing: border-box;
	box-shadow: 0px 6px 8px 0px #dedede;
	background-color: #FFF;
}

.zb-sglm-bt ul li {
	height: 55px;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}

.zb-sglm-bt ul li .date {
	width: 62px;
	height: 55px;
	text-align: center;
	background: url(/style/../images/tzgg-date-bg.png) no-repeat center;
	margin-left: 25px;
}

.zb-sglm-bt ul li .date span {
	display: block;
	color: #666666;
}

.zb-sglm-bt ul li .date .day {
	font-size: 22px;
	padding-top: 11px;
	line-height: 22px;
}

.zb-sglm-bt ul li .date .n-y {
	font-size: 12px
}

.zb-sglm-bt ul li a {
	width: 242px;
	font-size: 16px;
	margin-left: 15px;
	line-height: 24px;
	margin-top: 4px;
}

.zb-sglm-more {
	display: block;
	width: 51px;
	height: 59px;
	background: url(/style/../images/more-icon.png) no-repeat center;
	margin: 0px auto;
	margin-top: -30px;
}

.zb-sglm-bt:hover .zb-sglm-more {
	background: url(/style/../images/more-h.png) no-repeat center;
}


/*教学教务*/
.jxjw .sglm {
	background: url(/style/../images/jxjw-bg.jpg) no-repeat center;
}

.jxjw ul li .date {
	background: #e3eff4;
	border-radius: 10px;
}

.jxjw ul li .date span {
	color: #008ed4;
}

.sglm i {
	color: #b6daf0;
}

/*学术动态*/

.xsdt .sglm {
	background: url(/style/../images/xsdt-bg.jpg) no-repeat center;
}

.xsdt ul li .date {
	background: #e3eff4;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: inherit;
	position: relative;
}
.xsdt ul li .date img{border-radius: 50%;
	width: 55px;
	height: 55px; }
.xsdt ul li .date span {
	color: #0398a1;
}

.sglm i {
	color: #b0dadf;
}

.xsdt ul li .date .day {
	position: absolute;
	left: 3px;
}

.xsdt ul li .date .xie {
	position: absolute;
	top: 21px;
	left: 26px;
	font-style: oblique;
}

.xsdt ul li .date .n-y {
	position: absolute;
	font-size: 12px;
	top: 30px;
	left: 32px;
}

/*sydb-bg*/
.sydb-bg {
	height: 722px;
	margin-top: -181px;
	padding-top: 210px;
	box-sizing: border-box;
	background: url(/style/../images/jyyjjd-bg.png) no-repeat bottom;
}

.jykyjd {
	position: relative;
	box-sizing: border-box;
}

.jykyjd ul {
	margin-top: 17px;
	height: 180px;
}

.jykyjd ul li {
	text-align: center;
	width: 98px;
	margin-top: 18px;
	margin-left: 85px;
}

.jykyjd ul li:first-child {
	margin-left: 0;
}

.jykyjd ul li a {
	font-size: 16px;
	display: block;
}


.jykyjd ul li:hover i {
	transform: rotateZ(90deg);
	margin-top: 10px;
}

.jykyjd ul li:hover a {
	color: #008ed4;
}

.jykyjd ul li i {
	display: block;
	height: 111px;
	width: 96px;
	transition: 1s;
	margin-bottom: 13px;
}

.jykyjd ul li.jykyjd-li1 i {
	background: url(/style/../images/jykyjd-icon-1.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li1:hover i {
	background: url(/style/../images/jykyjd-icon-1-h.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li2 i {
	background: url(/style/../images/jykyjd-icon-2.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li2:hover i {
	background: url(/style/../images/jykyjd-icon-2-h.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li3 i {
	background: url(/style/../images/jykyjd-icon-3.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li3:hover i {
	background: url(/style/../images/jykyjd-icon-3-h.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li4 i {
	background: url(/style/../images/jykyjd-icon-4.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li4:hover i {
	background: url(/style/../images/jykyjd-icon-4-h.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li5 i {
	background: url(/style/../images/jykyjd-icon-5.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li5:hover i {
	background: url(/style/../images/jykyjd-icon-5-h.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li6 i {
	background: url(/style/../images/jykyjd-icon-6.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li6:hover i {
	background: url(/style/../images/jykyjd-icon-6-h.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li7 i {
	background: url(/style/../images/jykyjd-icon-7.png) no-repeat center;
}

.jykyjd ul li.jykyjd-li7:hover i {
	background: url(/style/../images/jykyjd-icon-7-h.png) no-repeat center;
}

/*底部*/
.foot-top-bg {
	width: 100%;
	background: url(/style/../images/redfoot-top-bg.png) no-repeat top left;
	margin-top: 76px;
	height: 12px;
}

.footer {
	height: 180px;
	background: #c82a2c;
	padding-top: 46px;
	box-sizing: border-box;
}

.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	margin-left: 38px;
}

.footer .ewm-sys {
	width: 200px;
	margin-top: 4px;
}

/*列表页*/
.ej-sydb-bg {
	margin-top: -450px;
	padding-top: 530px;
	box-sizing: border-box;
}

.ej-sydb-bg .foot-top-bg {
	margin-top: 0;
}

.list {
	padding-top: 50px;
	min-height: 600px;
}

.list-left {
	width: 255px;
	background: #f2fbff;
	box-sizing: border-box;
	border-left: 5px solid #008ed4;
}

.list-left>h2 {
	background: #008ed4;
	color: #fff;
	line-height: 60px;
	font-size: 29px;
	height: 60px;
	text-align: center;
	font-weight: bold;
}

/* 侧导航 */
.sideMenu {
	padding-bottom: 185px;
	background: url(/style/../images/nav-bottom-bg.jpg) no-repeat left bottom;
	padding-top: 20px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	box-sizing: border-box;
}

.sideMenu h3 {

	width: 100%;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
}



.sideMenu h3>a {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	background: url(/style/../images/list_11.png) no-repeat 14px center;
	font-size: 20px;
	font-weight: normal;
	box-sizing: border-box;
	padding-left: 33px;
	padding: 14px 0 14px 46px;
	width: 205px;
	margin: 0 auto;
}

.sideMenu>.on,
.sideMenu h3:hover {
	color: #fff;
	border-left: none;
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
	border-left: 4px solid #09a845;
	margin-left: -4px;
}

.sideMenu>.on a,
.sideMenu h3:hover a {
	background: url(/style/../images/list_16.png) no-repeat 16px center;
	font-size: 20px;
	font-weight: bold;
	color: #09a845;
	padding: 14px 0 14px 48px;
}


.sideMenu .has {
	background: #f2fbff;
	margin: 0 auto;
	width: 205px;
	margin-top: 15px;
	border-bottom: 1px solid #d8d8d8;
	color: #999;
	font-size: 14px;
}

.sideMenu .has > li {
	margin-bottom: 15px;
}

.sideMenu .has > li > a {
	display: block;
	color: #666666;
	font-size: 18px;
	padding-left: 69px;
	background: url(/style/../images/list_20.png) no-repeat 50px center;
}

.sideMenu .has > .san-on a,
.sideMenu .has > li:hover a{
	background: url(/style/../images/list_20-h.png) no-repeat 50px center;
}

.sideMenu .has > .san-on > a,
.sideMenu .has > li:hover > a {
	color: #008ed4;
	font-weight: bold;
}
.sideMenu .has ul{
	display: none;
	padding-left: 70px;
	margin-top: 9px;
}
.sideMenu .has > li:hover ul,
.sideMenu .has .san-on .sj-ul{
	display: block;
	
} */
.sideMenu .has .san-on .sj-ul li{
	line-height: 24px;
}
.sideMenu .has .san-on .sj-ul li a{
	font-size: 16px;
}
.sideMenu .has .san-on .sj-ul li:hover a,
.sideMenu .has .san-on .sj-ul li.sij-on a{
	font-weight: bold;
	color:#008ed4;
}










/* 侧导航结束 */
/* 右侧开始 */
.list-right {
	width: 910px;
	overflow: hidden;
	min-height: 600px;
	/* margin-top: -13px; */
}

.list-right .titname {
	height: 42px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.list-right .titname h2 {
	display: inline-block;
	font-size: 30px;
	color: #444444;
	font-weight: bold;
	background: url(/style/../images/lm-bot-bg.jpg) no-repeat left bottom;
	padding-bottom: 7px;
}

.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 {
	margin-top: 17px;
}

.list-con ul li {
	padding-left: 33px;
	height: 55px;
	line-height: 55px;
	background: url(/style/../images/list-li.png) no-repeat 5px center;
	font-size: 15px;
	/* border-bottom: 1px dashed #e6e6e6; */
	-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;
	border-bottom: 1px dashed #ccc;
}

.list-con ul li a {
	font-size: 16px;
}

.list-con ul li .date {
	float: right;
	color: #888888;
	font-size: 14px;
	margin-left: 10px;
}

.list-con ul li:hover {
	margin-left: 10px;
	font-size: 17px;
	color: #0075CC;
}

.list-con ul li.list-li1 {
	margin-top: 30px;
}

.list-con ul li.list-li6,
.list-con ul li.list-li11 {
	margin-top: 23px;
}

.list-con ul li.list-li5,
.list-con ul li.list-li10,
.list-con ul li.list-li15 {
	padding-bottom: 23px;
	border-bottom: 1px dashed #e6e6e6;
	box-sizing: content-box;
	background: url(/style/../images/list-li.png) no-repeat left 20px;
}

.fanye {
	margin: 40px auto 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: #008ed4;
	text-align: center;
	line-height: 150%;
	padding: 24px 0 0;
	font-weight: normal;
}

.page-con .fbt {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	padding: 13px 0 10px;
	font-weight: normal;
}

.page-con .page-date {
	font-size: 14px;
	color: #777777;
	text-align: center;
	line-height: 150%;
	padding: 4px 0 19px;
	border-bottom: 1px solid #e7e6e6;
}

.page-con .zhengwen {
	padding: 20px 0;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}

.page-con .zhengwen p {
	text-indent: 2em !important;
	/* line-height: 32px !important; */
	font-size: 16px !important;
	color: #444;
	padding: 0 0 14px 0 !important;
	background: none !important;
	font-family: "Microsoft YaHei"!important;
}
.page-con .zhengwen span,
.page-con .zhengwen strong{
background: none !important;
font-family: "Microsoft YaHei"!important;
text-align:justify;
}
.page-con .zhengwen img,
.page-con .zhengwen p img {
	max-width: 600px;

}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
	text-indent: 0 !important;
	padding: 5px !important;
}

/*上一条、下一条*/

.other-title {
	padding: 33px 3px 0px;
	border-top: 1px solid #e6e6e6;
}

.other-title a {
	color: #444;
	font-size: 16px;
	display: block;
	line-height: 30px;
}

.other-title a:hover {
	color: #008fd7;
}

.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;
}




/*学院领导*/

.xyld-lm {
	padding-right: 95px;
	padding-left: 23px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 190px;
	box-sizing: border-box;
	background: #008ed4 url(../images/ldlm-bg.png) no-repeat right center;
	margin-top: 41px;
}

.xyld-ul li {
	margin-top: 30px;
	width: 190px;
	margin-right: 50px;
}

.xyld-ul li img {
	display: block;
}

.xyld-ul li .xyld-ul-nr {
	border: 1px solid #dad9d9;
	box-sizing: border-box;
	padding: 13px 14px 18px;
	background: #fff;
}

.xyld-ul li .xyld-ul-nr h2 {
	font-size: 18px;
	color: #008ed4;
	text-align: center;
}

.xyld-ul li .xyld-ul-nr span {
	font-size: 16px;
	color: #444444;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.xyld-ul li .xyld-ul-nr p {
	font-size: 14px;
	line-height: 20px;
	color: #888888;
	margin-top: 10px;
	height:  60px;
}

.xyld-ul li .xyld-tp {
	width: 190px;
	height: 258px;
	overflow: hidden;
}

.xyld-ul li .xyld-tp img {
	width: 190px;
	height: 258px;
	transition: 0.5s;
}

.xyld-ul li:hover img {
	transform: scale(1.1);
}

.xyld-ul li:hover p {
	color: #008ed4;
}


/*师资队伍*/

.szdw-list li .xyld-ul-nr{
	padding: 12px 0;
}
.szdw-list li .xyld-ul-nr h2{
	font-size: 18px;
	color: #444444;
	font-weight: normal;
}
/*图片列表*/
.tplb-list{
	
}
.tplb-ul li{
	margin-right: 35px;
	margin-top: 40px;
}
.tplb-ul li .tplb-tp {
	width: 280px;
	height: 157px;
	overflow: hidden;
}

.tplb-ul li .tplb-tp img {
	width: 280px;
	height: 157px;
	transition: 0.5s;
}

.tplb-ul li:hover img {
	transform: scale(1.1);
}
.tplb-list li .tplb-ul-nr{
	border: 1px solid #dad9d9;
	padding: 12px 4px;
	background: #fff;
	box-sizing: border-box;
}

.tplb-list li .tplb-ul-nr h2{
	font-size: 18px;
	color: #444444;
	font-weight: normal;
	text-align: center;
}
.tplb-list li:hover h2{
	color: #0075CC;
}
/*图片简介列表页*/
.tpjj-list li{
	margin-top: 40px;
	position: relative;
}

.tpjj-list li img{
	height: 170px;
	width: 300px;
	display: block;
}
.tpjj-list li .jx-lm{
	display: inline-block;
	height: 40px;
	padding-left: 23px;
	padding-right: 78px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.tpjj-list .jx-lm1 .jx-lm{
	background: #008ed4 url(../images/ldlm-bg.png) no-repeat right center;
}
.tpjj-list .jx-lm2 .jx-lm{
	background: #09a845 url(../images/ldlm-bg.png) no-repeat right center;
}
.tpjj-list li .jx-nr{
	height: 170px;
	background: #ededed;
	padding: 26px 43px 0 39px ;
	width: 610px;
	box-sizing: border-box;
}
.tpjj-list li .jx-nr p{
color: #444;
font-size: 15px;line-height: 30px;
text-indent: 2em;
}
.tpjj-list li:hover p{
	color: #0075CC;
}






.mr0 {
	margin-right: 0 !important;
}