.theme_bg {
border-bottom:1px solid #706f6f;
height:24px;
}

body {
	min-height: 935px;
}

.bj {
	
}

.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: rgb(4,48,113);
}

.theme_bg .lianj a{
	width: 100px;
	height: 24px;
	margin-left: 2px;
	transform: skew(-30deg);
	background: #00a2e9;
	text-align: center;
	
	color: aliceblue;
	font-weight: 600;
}
.theme_bg .lianj a span{ 
display:inline-block;
    -webkit-transform:skew(30deg);
font-size: 12px;
line-height: 24px;
}
.theme_bg .lianj a:nth-child(3){
	background: #00a2e9;
}
.theme_bg .lianj a:nth-child(4){
	background: #4bb13f;
}
.theme_bg .lianj a:nth-child(5){
	background: #ff8c00;
}
.theme_bg .lianj a:nth-child(6){
	background: #8220c1;
}
.head_ma {
	margin-left: 15px;
}

.logo {

}
.logo img{
	width:590px;
	height:74px;
	margin:38px 0;
}
.ssuo {
	height: 32px;
	background: #F3F3F3;
}

.ssuo input {
    width: 135px;
    height: 32px;
    line-height: 32px;
    background: none;
    padding-left: 17px;
}

.ssbtn {
	width: 45px;
	height: 29px;
}

/* 首页大轮播css */
.slideBox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 13px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	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: 6px;
	width: 394px;
	height: 13px;
	text-align: center;
	cursor: pointer;
	background-color: rgb(173,176,180,0.6);
}

.slideBox .hd ul li.on {
	background: #4bb13f;
}

.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 {
	width: 280px;
	height: 60px;
	line-height: 30px;
	padding: 20px 0 20px 40px;
	position: absolute;
	left: 350px;
	bottom: 68px;
	background-color: rgb(0, 162, 233,0.7);
	
}

.slideBox .bd li a .title p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

.slideBox .bd img {
	width: 100%;
	height: 500px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 30%;
	top: 46%;
	margin-left: -322px;
	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;
	background-color: rgb(0 0 0 / 30%);
}

.slideBox .next {
	left: auto;
	right: 52.7%;
	margin-right: -690px;
	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;
}


/* MBA导航 */
/* 本例子css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	height: 50px;
	line-height: 50px;
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.nav a {
	color: black;
}

.nav .nLi {
	/* width: 150px; */
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 27px;
	font-weight: normal;
	font-size: 16px;
	border-right: 1px solid #999999;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	background: rgba(75,177,63,0.5);
	line-height: 40px;
	text-align: center;
	
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
color:#fff;
}

.nav .sub a:hover {
	background: rgba(75,177,63);
	color: rgb(4,48,113);
}

.nav .on h3 a {
	background: #4bb13f;
	color: #fff;
}

/* lanmmu */
.lanmucol {
	width: 590px;
	margin-bottom: 20px;
}

.lanname {
	height: 42px;
	padding: 0 50px;
	background: #042E6A;
	color: #FFFFFF;
}

.lanname a {
	color: #FFFFFF;
	margin-left: 15px;
}

.lmbg {
	background: #F4F6F8;
}

/* liebiapo */
.listleft {
	width: 200px;
	text-align: center;
}

.lefttitle {
	font-size: 22px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	background: #4bb13f;
	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;
        overflow: hidden;
white-space: nowrap; 
text-overflow: ellipsis; 
}

.leftnav li a {
	color: #161616;
}

.leftnav li:hover,
.leftnav li.on {
	background: #4bb13f;
}

.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;
	padding: 15px;

}

.wenzhang .laiyuan {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
margin:0 0 30px;
border-bottom: 1px solid #eeeeee;
}

.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: #4bb13f;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

.szduname {
	width: 115px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin-top: 10px;
	margin-left: 13px;
	color: #161616;
}

/* 底部公共 */
.footer {
	position: absolute;
	width: 100%;
	height: 190px;
	margin-top: 60px;
	box-sizing: border-box;
	background: #4bb13f;
}

.footer-margin {
	position: absolute;
	left: 20%;
	margin-top: 24px;
}
.footer-margin img{
	width: 100px;
	height: 100px;
}
.footer-coopright {
	position: absolute;
	left: 27%;
	line-height: 36px;
	color: #EEEEEE;
	border-left: 1px solid white;
	padding-left: 40px;
	margin-top: 38px;
}

.footer-coopright li {
	width: 710px;
}
.footer-coopright li p{
	font-size: 16px;
}
.footer-code {
    position: absolute;
    left: 64%;
    margin-top: 30px;
}
.footer-code img{
	width: 96px;
	height: 96px;
}
.footer-color{
	position: absolute;
	margin-top: 150px;
	background:  rgb(47, 53, 56,0.5);
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #EEEEEE;
}
/* 学院新闻 */
/* 学院新闻标题 */
.zxdt{
	position: relative;
}
.zxdt-biaoti-01 {
	margin: 30px auto;
	height: 35px;
	position: relative;
	border-bottom: 2px solid #00a2e9;
}
.zxdt-biaoti-01 p{
	padding-left: 10px;
	font-size: 18px;
	font-weight: 600;
	height: 20px;
	color: black;
	-webkit-background-clip: text;
	text-align: center;
	border-left: 3px solid #00a2e9;
}
.zxdt-biaoti-01 span{
	color: #919191;
}
.zxdt-biaoti-01 a{
	right: 0px;
    width: 70px;
    line-height: 24px;
    position: absolute;
    margin: 0px 0px;
    color: #00a2e9;
    text-align: center;
}

/* 学院新闻头条 */
.xwtj{
	padding-left: 10px;
}
.xwtj img {
	width: 400px;
	height: 300px;
}
.xwtjinfo{
	border-bottom: 1px solid #999999;
	width: 750px;
	height: 110px;
	margin-left: 40px;
}
.xwtjinfo div .zheng{
	    width: 80px;
	    height: 80px;
	    background: #4bb13f;
		margin-right: 30px;
}
.xwtjinfo .zheng p{
	    line-height: 25px;
	    font-size: 16px;
	    color: white;
	    font-weight: 600;
	    text-align: center;
}
.xwtjinfo .zheng p:nth-child(1){
    margin-top:15px;
}
.xwtjinfo .txt a p{
	width: 640px;
	font-size: 18px;
	color: #4bb13f;
	height: 40px;
	font-weight: 600;
}
.xwtjinfo .txt a p:nth-child(2){
	font-size: 16px;
	line-height: 26px;
	color: #919191;
	font-weight: 400;
text-indent: 2em;
}
/* 工作动态推荐 */
.tzgg {
	width: 750px;
	height: 162px;
	position: absolute;
	left: 450px;
	top: 190px;
}
.tzgg ul li{
	height: 38px;
}
.tzgg ul li p{
	color: #4bb13f;
}
.tzgg ul li a p{
	width: 640px;
	color: #161616;
}
.tzgg ul li a div{
	color: #999999;
}
/* 通知公告 */
.zhongbj{
	margin:20px auto;
	background: url(../img/tzggbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 1300px;
	height: 350px;
}
.zhongbj .zxdt-biaoti-01{
	margin:50px 0 24px;
}
.zhongbj .gzdt{
	height: 184px;
}
.zhongbj .gzdt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zhongbj li{
	width: 32%;
	height: 50%;
border-bottom:1px solid #e9e9e9;
}
.zhongbj li .zheng{
	width: 60px;
	height: 60px;
	background: #4bb13f;
}
.zhongbj li .zheng p{
	line-height: 24px;
	font-size: 14px;
	color: white;
	font-weight: 600;
	text-align: center;
}
.zhongbj li .txt{
	width: 304px;
	line-height: 30px;
}

/* 党建工作 团学工作 合作交流*/
.djtxhz{
	width: 800px;
}
.tzpt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tzpt .djgz,.tzpt .txgz{
	width: 45%;
}
.tzpt .djgz .djgz-a img{
	width: 100%;
	height: 200px;
}
.tzpt .djgz .djgz-a p{
	text-indent: 1em;
	line-height: 30px;
	font-size: 14px;
}
.tzpt .djgz .djgz-a p:nth-child(1){
	color: #4bb13f;
	font-weight: 600;
	font-size: 16px;
}
.tzpt .djgz .djgz-b ul li{
	padding-left: 1em;
	line-height: 40px;
}
.tzpt .djgz .djgz-b ul li .yuan,.jyjx .djgz-b ul li .yuan{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4bb13f;
	margin-top: 18px;
}
#triangle {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #4bb13f;
    border-bottom: 5px solid transparent;
	margin-top: 15px;
}
.tzpt .djgz .djgz-b ul li p,.jyjx .djgz-b ul li p{
	text-indent: 1em;
	font-size: 16px;
	width: 258px;
}
.tzpt .djgz .djgz-b ul li span{
	text-indent: 1em;
	font-size: 16px;
	color: #999999;
}
.hzjl .djgz-b ul li{
	height: 40px;
	line-height: 40px;
}
.hzjl .djgz-b ul li .tuoyuan{
	width: 80px;
	height: 24px;
	border-radius: 10px;
	background-color: #4bb13f;
	font-size: 13px;
	color: #EEEEEE;
	text-align: center;
	line-height: 23px;
	margin-top: 10px;
}
.hzjl .djgz-b ul li p{
	text-indent: 1em;
	font-size: 16px;
	width: 572px;
}
.hzjl .djgz-b ul li span{
	text-indent: 1em;
	font-size: 16px;
	color: #4bb13f;
}
/* 教育教学 主题专栏 */
.jyzt{
	width: 400px;
	padding-left: 60px;
}
.jyjx .djgz-b ul li{
	height: 40px;
}
.jyjx .djgz-b ul li .yuan{
	margin-top: 6px;
}
.jyjx .djgz-b ul li p{
	width: 374px;
}
.zhuantidaohang{
   width: 360px;
    height: 124px;
    position: relative;
    float: left;
    margin: 5px 30px;
    overflow: hidden;
}
.zhuantidaohang p{
       width: 94%;
    text-align: center;
    position: absolute;
    bottom: 62px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}