.theme_bg {
	background-color: #004885;
	color: #ffffff;
}
body{
	min-height: 935px;
}
.bj {
	background-color: #17568B;
	color: #ffffff;
}

.bg-white {
	background: white !important;
}

.font-bold {
	font-weight: bold;
}

.font-lg {
	font-size: 16px;
}

.font-sm {
	font-size: 12px;
}

.waper {
	width: 1200px;
	margin: auto;
	clear: both;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-center {
	align-items: center;
}

.flex-around {
	justify-content: space-around;
	align-items: center;
}

.flex-between {
	justify-content: space-between;
	align-items: center;
}

.flex-top {
	align-items: flex-start;
}

.flex-wrap {
	flex-wrap: wrap;
}

a:hover {
	color: #004885;
}


.top {
	height: 40px;
	line-height: 40px;
}

.top a {
	color: #FFFFFF;
}

.head_ma {
	margin-left: 15px;
}

.logo {
	width: 240px;
	height: 80px;
	padding: 20px 0 0;
}

.ssuo {
	width: 180px;
	height: 32px;
	background: #F3F3F3;
	border-radius: 21px;
}

.ssuo input {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: none;
	padding-left: 18px;
}

.ssbtn {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

/* 首页大轮播css */
.slideBox {
	width: 100%;
	height: 410px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 19px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 1200px;
	margin-left: -600px;
	display: flex;
	justify-content: flex-end;
}

.slideBox .hd ul li {
	margin-right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
	background: rgba(225, 225, 225, 0.39);
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li a {
	display: block;
	position: relative;
}

.slideBox .bd li a .title {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
        background: rgba(72,133,255,0.3);
}

.slideBox .bd li a .title p {
	color: #FFFFFF;
	font-size: 20px;
}

.slideBox .bd img {
	width: 100%;
	height: 410px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -550px;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 50%;
	margin-right: -550px;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

/* default-list  默认list*/
.default-list li {
	border-bottom: 1px dashed #999999;
	padding: 20px 5px 20px 10px;
}

.default-list li a {
	color: #161616;
}

.default-list li span {
	color: #999999;
	font-size: 13px;
}

.default-list li:hover a,
.default-list li:hover span {
	color: #042E6A;
}

.default-list li:hover {
	border-color: #042E6A;
	background: url(../img/list-dian.png) no-repeat left center;
}


/* 本例子css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	height: 50px;
	line-height: 50px;
	background: #17568B;
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	width: 132px;
	float: left;
	position: relative;
	display: inline;
	border-right: 1px solid white;
	border-bottom: 2px solid white
}
.nav .nLi:first-child{
	border-left: 1px solid white;
}
.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 38px;
	font-weight: bold;
font-size:14px;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	background: rgba(23, 86, 139, 0.39);
	line-height: 40px;
	text-align: center;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	background: rgba(23, 86, 139, 0.45);
	color: #fff;
}

/*.nav .on h3 a {
	background: rgba(225, 225, 225, 0.39);
	color: #fff;
} */

/* liebiapo */
.listleft {
	width: 200px;
	text-align: center;
}

.lefttitle {
	font-size: 22px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	background: #17568B;
	color: #FFFFFF;
	border-bottom: 1px solid #eeeeee;
}

.leftnav li {
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}

.leftnav li a {
	color: #161616;
}

.leftnav li:hover,
.leftnav li.on {
	background: rgba(23, 86, 139, 0.45);
}

.leftnav li:hover a,
.leftnav li.on a {
	color: #FFFFFF;

}

.listright {
	width: 925px;
}

.place {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.place a {
	color: #161616;
}

/* wenzhang */
.wenzhang h1 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	border-bottom: 1px solid #eeeeee;
	padding: 15px;

}
.wenzhang .laiyuan {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
}
.wenzhang .zhengwen {
	line-height: 1.5em;
}
.lingdao {
	border: 1px solid #eeeeee;
	padding: 10px;
}

.ldpic {
	text-align: center;
}
.ldpic p {
	border: 1px solid #eeeeee;
	line-height: 36px;
}
.ldpic img {
	width: 130px;
	height: 182px;
}
.ldxx {
	width: 750px;
	height: 222px;
	overflow-y: scroll;
	line-height: 1.5em;
}

/* 导师 */
.szdutype{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #004885;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
.szduname{
	width: 137px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin-top: 10px;
	margin-left: 13px;
	color: #161616;
}
.szduname1{
	width: 137px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin-top: 10px;
	margin-left: 13px;
	color: #161616;
}					
/* 底部公共 */
.footer{
	width: 100%;
	height: 190px;
	background: #17568B;
	padding: 15px 0 0 100px;
	box-sizing: border-box;
	margin-top: 50px;
}
.footer-margin{
	width: 1200px;
	margin: auto;
	position: relative;
}
.footer-margin1{
	width: 1200px;
	margin: 0 auto;
}
.footer-coopright{
	width: 450px;
	float: left;
	line-height: 36px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	border-right: 2px solid #FFFFFF;
}
.footer-coopright p{
        font-size:14px;
}
.footer-coopright a{
	color: #FFFFFF;
}
.footer-coopright ul{
	text-align: center;
}
.footer-coopright li{
	width: 400px;
	float: left;
}
.footer-logo{
	width: 300px;
	height: 79px;
	float: left;
	padding: 15px 60px;
	border-right: 2px solid #FFFFFF;
}
.footer-logo img{
	width: 100%;
}
.footer-logo1{
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px 60px;
}
.footer-logo1 img{
	width: 100%;
}
.footer-logo2{
	width: 370px;
	padding: 0 535px 0;
}
.footer-logo2 img{
	width: 70%;
}
.footer-code {
	position: absolute;
	transform: translateY(-50%);
	left: 77%;
	margin-top: 50px;
}
.footer-linkbox {
	position: relative;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: white;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	width: 200px;
        margin-top: 20px;
        font-size:14px;
}
.footer-linkbox:hover .footer-linkbox-item {
	display: block;
}
.footer-linkbox-item {
	width: 100%;
	height: auto;
	position: absolute;
	top: -76px;
	left: 0;
	background: rgba(255, 255, 255,0.4);
	border: 1px solid white;
	border-radius: 5px;
	display: none;
	z-index: 99999;
	box-shadow: 0px 0px 14px 2px #cccccc;
}
.footer-linkbox-item a {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	border-radius: 5px;
	color: #161616
}
.footer-linkbox-item a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #17568B;
}

/* 学院要闻 */
.xyyw {
	margin: 20px 0;
	position: relative;
}

.xyyw-biaoti {
	margin: 22px 0;
}
.ziti {
	width: 100px;
	font-size: 20px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 0;
	color: #212121;
	-webkit-background-clip: text;
}
.ziti1 {
	width: 72px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #BFBFBF;
	letter-spacing: 1px;
	line-height: 0;
	-webkit-background-clip: text;
}
.ziti10 {
	width: 121px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #BFBFBF;
	letter-spacing: 1px;
	line-height: 0;
	-webkit-background-clip: text;
}
.xian {
	width: 963px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
}
.gd {
	width: 50px;
	height: 22px;
	border: 1px solid #17568B;
	line-height: 22px;
	text-align: center;
	margin: -11px 0 0 10px;
	color: #17568B;
	cursor: pointer;
}
.xyyw-toutiao img {
	width: 640px;
	height: 320px;
}
.xyyw-toutiao div {
	width: 536px;
	height: 140px;
	position: absolute;
	top: 75%;
	background: white;
}
.xyyw-toutiao div p {
	margin: 30px 30px -10px 30px;
	font-weight: 600;
	color: #4A79A1;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
}
.xyyw-toutiao div p:hover {
	text-decoration: underline;
}
.xyyw-toutiao div p:last-child {
	/*color: rgba(225, 225, 225);*/
        color:#979797;
	font-size: 14px;
	line-height: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	margin: 30px 156px 0 30px;
        text-indent: 2em;
        text-align: justify;
}
.xyyw-toutiao div:last-child {
	width: 110px;
	height: 35px;
	position: absolute;
	top: 70%;
	background: #17568B;
	color: white;
}
.xyyw-toutiao div:last-child img {
	width: 16px;
	height: 16px;
	margin: 10px 2px 0 9px;
}
.xyyw-toutiao div:last-child span {
	font-size: 12px;
	position: relative;
	top: -10%;
}
.xyyw-tuijian {
	width: 470px;
	height: 365px;
	float: right;
	margin-top: -326px;
}
.xwlieb1 {
	width: 380px;
	margin-left: -40px;
}
.xwlieb1:hover{
	margin-left: 1px;
}
.xwlieb2 {
	width: 500px;
	/*margin-left: -25px;*/
        line-height: 40px;
}

.xwlieb2:hover{
	padding: 5px;
}
.yuan {
	width: 8px;
	height: 8px;
	background: #17568B;
	border-radius: 50%;
	margin: 16px 5px 0 0;
}
.xianshi2 div {
	width: 383px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
	margin-top: 15px;
}
.xianshi2 span {
	line-height: 30px;
	margin-left: 20px;
}
.ding {
	float: right;
	margin: -442px 20px 0 0; 
}

.dingwei {
	width: 68px;
	height: 75px;
	z-index: 9999;
	margin-top: 3px;
}
.dingwei img {
	width: 100%;
	height: 100%;
}

/* 学术动态 */
.xsdt{
	width: 750px;
	margin-top: 20px;
}
.xsdt-biaoti{
	width: 100%;
	height: 35px;
}
.xsdt-biaoti .xian3 {
	width: 503px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
}

.xsdt-biaoti .ziti {
	width: 120px;
	height: 50px;
	font-size: 22px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 0;
	color: #242424;
	letter-spacing: 1px;
}
.xsdt-biaoti .ziti1 {
	width: 80px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	margin-left: -18px;
	color: #BFBFBF;
	letter-spacing: 1px;
	line-height: 0;
}
.xsdttt{
	width: 390px;
}
.xsdttt img{
	width: 100%;
	height: 240px;
}
.xsdttt img:hover{
	transform: scale(105%, 105%);
	box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 30%);
}
.xsdttt p{
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #434343;
	font-size: 15px;
	margin-top: 5px;
	line-height: 30px;
        text-align: center;
}

/* 学术动态推荐 */
.xsdttj{
	width: 360px;
	float: right;
	margin: -360px 0 10px 10px;
}
.xsdttj li {
	margin: 16px 0px 0px 70px;
}
.xsdttj .xwlieb1 {
	width: 341px;
        line-height: 15px;
}
.xsdttj .xianshi1 div {
	width: 255px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
	margin-top: 19px;
	margin-left: 10px;
}
.xsdttj .xianshi1 span {
	line-height: 30px;
}

/* 通知公告 */
.tzgg{
	width: 397px;
	margin-top: 8px;
}
.tzgg-biaoti .xian {
	width: 111px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
}

.tzgg-biaoti .ziti {
	width: 120px;
	font-size: 22px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 0;
	color: #242424;
	letter-spacing: 1px;
}
.tzgg-biaoti .ziti1 {
	width: 115px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	margin-left: -18px;
	color: #BFBFBF;
	letter-spacing: 1px;
	line-height: 0;
}
.tzggtj:hover{
	padding-left: 3px;
}
.list-by-day li {
	border-bottom: 1px solid #D5D5D5;
	padding: 1px;
}

.dayview {
	width: 56px;
	text-align: center;
	margin-right: 5px;
}
.dayview img{
	float: left;
	border-bottom: 1px dashed;
	border-right: 1px dashed;
}
.ri {
	line-height: 23px;
	font-size: 18px;
	color: #17568B;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
}
.yue {
	width: 55px;
	line-height: 23px;
	font-size: 13px;
	color: #3B3B3B;
}

.biaoti {
	width: 325px;
	line-height: 21px;
	border-left: 1px solid #D5D5D5;
	padding-left: 10px;
	color: #161616;
}
.biaoti p {
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #434343;
	font-size: 14px;
}
.biaoti p:last-child {
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #979797;
	font-size: 12px;
}

/* 党建 */
.bj2{
        margin-top: 20px;
	height: 410px;
	padding: 30px;
	background-color: #F3F6F9;
}
.cox1:hover{
	padding-left: 1px;
}
.djxs {
	width: 750px;
	height: 600px;
}
.djxs-biaoti {
	margin-top: 30px;
}
.xian1 {
	width: 75px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
}
.dangjiantj{
	width: 359px;
	margin-top: 20px;
}
.list-by-day1 li {
	height: 54px;
	border-bottom: 1px dashed #D5D5D5;
}

.dangjiantj .dayview9 {
	width: 65px;
	text-align: center;
}
.dangjiantj .ri {
	line-height: 23px;
	font-size: 18px;
	color: #17568B;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
}
.dangjiantj .yue {
	width: 55px;
	line-height: 23px;
	font-size: 13px;
	color: #3B3B3B;
}

.biaoti9 {
	width: 325px;
	line-height: 21px;
	padding-left: 5px;
	color: #161616;
}
.biaoti9 p {
	font-family: PingFang SC-Semibold, PingFang SC;
	color: #000000;
	font-size: 14px;
}

/* 学生 */
.xs-tuijian {
	width: 359px;
	margin-top: 39px;
}
.xwlieb8 {
	height: 55px;
}
.xwlieb8:hover {
	transform: scale(105%, 105%);
}
.yuan8 {
	width: 10px;
	height: 10px;
	background: #17568B;
	border-radius: 50%;
	margin: 6px 8px 0 0;
}
.xianshi div {
	width: 272px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
	margin-top: 15px;
}
.xianshi span {
	line-height: 20px;
	margin-left: 17px;
}
/* 教工之家 */
.cox2:hover{
	padding-right: 5px;
	padding-left: 5px;
}
.cox2:hover .dayview .ri{
	color: #17568B;
}
.jgzj{
	width: 397px;
	height: 310px;
	margin-top: -230px;
}
.jgzj .list-by-day li {
	border-bottom: 1px dashed #D5D5D5;
	height: 52px;
}
.jgzj .dayview {
	width: 56px;
	text-align: center;
	margin-right: 5px;
}
.jgzj .dayview .ri {
	line-height: 23px;
	font-size: 18px;
	color: #979797;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
}
.jgzj-biaoti {
	width: 325px;
	line-height: 21px;
	padding-left: 10px;
	color: #161616;
}
.jgzjtj{
	margin-top: 20px;
}
.jgzjtj-biaoti{
font-size:14px;
}
.ztdh{
	
}

.ztdh-biaoti {
	width: 1200px;
	margin: 22px auto;
}
.ziti {
	width: 100px;
	font-size: 20px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 0;
	color: #212121;
	-webkit-background-clip: text;
}
.ziti1 {
	width: 120px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #BFBFBF;
	letter-spacing: 1px;
	line-height: 0;
	-webkit-background-clip: text;
}
.xian {
	width: 916px;
	height: 0;
	opacity: 1;
	border: 1px solid #D5D5D5;
	text-align: center;
}
.gd {
	width: 50px;
	height: 22px;
	border: 1px solid #17568B;
	line-height: 22px;
	text-align: center;
	margin: -11px 0 0 10px;
	color: #17568B;
	cursor: pointer;
}

.picMarquee-left{ width:1200px;  overflow:hidden; position:relative;  border:1px solid #ccc; margin: 0 auto;  }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url(../img/arrow.png) no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:300px; height:175px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{
	    line-height: 38px;
	    margin-top: -44px;
	    position: relative;
	    height: 38px;
	    width: 300px;
	    margin-left: 3px;
	    font-size: 16px;
	    text-align: center;
		}
	.picMarquee-left .bd ul li .title a{
		color: white;
	}