.theme_bg {
	background-color: rgb(0, 113, 183);
	color: #ffffff;
}

body {
	min-height: 935px;
}

.bj {
	background-color: #ffffff;
	color: black;
}

.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: rgba(11,92,210);
}


.top {
	height: 10px;
	/* line-height: 40px; */
}

.top a {
	color: #FFFFFF;
}

.head_ma {
	margin-left: 15px;
}

.logo {
	width: 240px;
	height: 80px;
	padding: 20px 0;
}

.ssuo {
	width: 200px;
	height: 32px;
	/* background: #F3F3F3; */
	border: 1px solid rgb(182,182,182);
	border-radius: 5px;
}

.ssuo input {
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: none;
	padding-left: 20px;
}

.ssbtn {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

/* 首页大轮播css */
.slideBox {
	width: 100%;
	height: 500px;
	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: 13px;
	height: 13px;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
	margin-top: 2px;
	background: rgb(249, 249, 249);
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: rgb(1,89,94);
}

.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(0,0,0,0.2);
}

.slideBox .bd li a .title p {
	color: #FFFFFF;
	font-size: 20px;
}

.slideBox .bd img {
	width: 100%;
	height: 500px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 30%;
	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: 30%;
	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;
}


/* MBA导航 */
/* 本例子css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	height: 50px;
	line-height: 50px;
	background: rgb(0, 113, 183);
	;
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 66px;
	font-size: 16px;
	font-weight: bold;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	background: rgba(0, 113, 183, 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(0, 113, 183, 0.5);
	color: #fff;
}

.nav .on h3 a {
	background: rgb(107, 187, 224);
	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: rgb(0, 114, 183);
	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: rgb(107, 187, 224);
}

.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: rgb(0,113, 183);
	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 {
	width: 100%;
	height: 190px;
	background: rgb(0,113,183);
	padding: 62px 0;
	box-sizing: border-box;
}

.footer-margin {
	width: 1200px;
	margin: auto;
	height: 100%;
	position: relative;}

.footer-logo {
	width: 265px;
	float: left;
	margin-top: -40px;
	margin-left: 28px;}

.footer-coopright {
	width: 600px;
	float: left;
	line-height: 36px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-top: -35px;}

.footer-coopright a {
	color: #FFFFFF;}

.footer-coopright li {
	width: 100%;
	float: left;}
.footer-coopright li p{
font-size:14px;
}
.footer-code {
	width: 385px;
	height: 160px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -55px;}

.footer-linkbox {
	width: 220px;
	height: 30px;
	border: 1px solid white;
	border-radius: 15px;
	margin: 30px auto;
	position: relative;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
font-size:14px;
	color: white;}

.footer-linkbox:hover .footer-linkbox-item {
	display: block;}

.footer-linkbox-item {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	background: #ffffff;
	border: 1px solid white;
	border-radius: 5px;
        padding-top;10px;
	display: none;
	z-index: 99999;}

.footer-linkbox-item a {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	border-radius: 5px;
	color: #161616
;}

.footer-linkbox-item a:hover {
	background: rgb(0,113,183);
display: block;
	color: #ffffff;}

/* 底部公共 */

/* 最新动态 通知公告 */
/* 最新动态 */
.zxdt {
	width: 750px;
}
/* 最新动态标题 */
.zxdt-biaoti-01 {
	margin: 30px auto;
	height: 35px;
}
.zxdt-biaoti-01 span {
	width: 90px;
	font-size: 17px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
	border-right: 1px solid rgb(182,182,182);
}

.zxdt-biaoti-01 .xian {
	width: 551px;
	height: 0;
	border: 1px solid rgb(182,182,182);
	text-align: center;
	margin-top: 17px;
}

.zxdt-biaoti-01 div {
	width: 70px;
	line-height: 35px;
	border-left: 1px solid rgb(182,182,182);
	text-align: end;
}

/* 最新动态头条 */
.xwtj .xwtjpic,
.txgztt .txgzpic {
	position: relative;
}

.txgztt {
	width: 300px;
}

.xwtj img,
.xwtj .xwtjpic {
	width: 345px;
	height: 260px;
}

.txgztt img,
.txgztt .txgzpic {
	width: 290px;
	height: 220px;
}

.xwtj .tjrq {
	background: rgba(174, 38, 27, 0.39);
	position: absolute;
	color: #FFFFFF;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 1.25em;
	padding: 10px 12px;
}

.xwtj .xwtjinfo {
	width: 345px;
	margin-top: 25px;
 }

.xwtj .xwtjtt {
	width: 345px;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	color: rgb(0,113,183);
}

.xwtjdesc {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-indent: 2em;
	margin-top: 35px;
	text-align: justify;
}
.xwtjdesc a{
	color: #919191;
}
.xwtjdesc a:hover{
	color: rgb(15, 96, 222);
	
}

/* 最新动态推荐 */
.xwtt {
	width: 370px;
}

.xwlieb {
	border-bottom: 1px dashed #d5d5d5;
	line-height: 25px;
	height: 50px;
       margin-top:29px;
}
.xwtt .xwlieb:nth-of-type(1){
	margin-top: 5px;
}
.yuan {
    width: 6px;
    height: 6px;
    background: rgb(15, 96, 222);
    margin-top:22px;
    border-radius: 50%;
}

.xwlieb a {
	margin-left: 10px;
	width: 314px;
	font-size: 15px;
}

.xwlieb .shijian {
	margin-top: 15px;
	color: #979797;
	padding: 0 13px;
}

/* 通知公告 */
.tzgg {
	margin-left: 30px;
    padding: 0 15px;
    width: 390px;
    background-color: rgb(237,240,245);
}

.xian1 {
	width: 274px;
	height: 0;
	border: 1px solid #2a741e;
	text-align: center;
	margin-top: 33px;
}

.tzggtj {
	/* 	width: 359px;
	margin-top: 20px; */
}

.list-by-day li {
	/* border-bottom: 1px solid #D5D5D5; */
	/* margin-top: 21px; */
	height: 74px;
}
.list-by-day li a p:hover{
	padding-left: 5px;
	color: rgb(15, 96, 222);
} 
.tzggtj .dayview {
	border: 1px solid #D6D6D6;
	width: 55px;
	height: 46px;
	text-align: center;
}

.tzggtj .ri {
	line-height: 23px;
    font-size: 16px;
    color: white;
    background: rgb(0,113,183);
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
}

.tzggtj .yue {
	width: 55px;
	line-height: 23px;
	font-size: 13px;
	color: #D6D6D6;
	background-color: white;
}
.cox1 .biaoti {
	width: 320px;
	/* line-height: 21px; */
	color: #161616;
}

.cox1 .biaoti p {
	font-family: PingFang SC-Semibold, PingFang SC;
	color: #434343;
	font-size: 15px;
	line-height: 29px;
	border-bottom: 1px dashed #D6D6D6;
}
.cox1:nth-of-type(6) .biaoti p{
	border-bottom: 0px dashed #D6D6D6;
}
/*群体竞赛 体育教学 十九大  */
/* 群体竞赛 体育教学 */
.slideTxtBox {
	width: 750px;
	text-align: left;
	padding: 40px 0 0;
}

.slideTxtBox .hd {
	height: 35px;
	line-height: 35px;
	position: relative;
}
.slideTxtBox .hd .xian {
	width: 566px;
	border: 1px solid rgb(182,182,182);
	position: absolute;
	top: 17px;
	left: 115px;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 35px;
	width: 115px;
	border-right: 1px solid rgb(182,182,182);
}
.slideTxtBox .hd a {
	float: right;
	height: 35px;
}
.slideTxtBox .hd ul li {
	float: left;
	width: 100px;
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 35px;
	color: #5b5b5b;
	-webkit-background-clip: text;
	text-align: center;
	cursor: pointer;
}
.lianjie{
	position: absolute;
	    left: 1035px;
	    top: 1492px;
	    height: 35px;
font-size:14px;
	    line-height: 35px;
	    width: 70px;
	    text-align: end;
	    border-left: 1px solid rgb(182,182,182);
}
.slideTxtBox .hd ul li.on {
	width: 100px;
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 35px;
	color: #ffffff;
	-webkit-background-clip: text;
	text-align: center;
	background: rgb(15, 96, 222);
	cursor: pointer;
}
.slideTxtBox .bd ul {
	zoom: 1;
}

.slideTxtBox .bd li {
/*    height: 30px;
    line-height: 30px;
    margin-top: 24px; */
}

.slideTxtBox .bd li .date {
	float: left;
	color: #919191;
	font-size: 13px;
	font-weight: 600;
	width: 100px;
	border-right: 1px solid #5B5B5B;
}

.slideTxtBox .bd li .date p {
	color: rgb(15, 96, 222);
	font-size: 13px;
}
/* 十九大 */
.sjd{
	width: 420px;
	margin-left: 30px;
	padding: 8px 0 40px;
}
.cox2{
	height: 50px;
}
.cox2 img{
	width: 11px;
	height: 11px;
        margin-right:10px;
  }
.cox2 span{
	font-size: 16px;
	
}
/* 党建工作 学科科研 */
.djky{}
.zxdt-biaoti-02 {
	margin: 0 0 22px;
	height: 35px;
}

.zxdt-biaoti-02 span {
	width: 100px;
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 35px;
	color: #ffffff;
	-webkit-background-clip: text;
	text-align: center;
	background: rgb(15, 96, 222);
}

.zxdt-biaoti-02 .xian {
	width: 600px;
	height: 0;
	border: 1px solid #2a741e;
	text-align: center;
	margin-top: 33px;
}

.zxdt-biaoti-02 a {
	width: 45px;
	line-height: 35px;
	border-bottom: 2px solid #2a741e;
}
/*  党建工作 */
.djgz{
	width: 750px;
}
.xwtj1 .xwtjpic1,
.txgztt1 .txgzpic1 {
	position: relative;
}

.txgztt1 {
	width: 300px;
}

.xwtj1 img,
.xwtj1 .xwtjpic1 {
	width: 280px;
    height: 180px;
    padding: 8px 30px 10px 5px;
}

.txgztt1 img,
.txgztt1 .txgzpic1 {
	width: 290px;
	height: 220px;
}

.xwtj1 .tjrq1{
	background: rgba(174, 38, 27, 0.39);
	position: absolute;
	color: #FFFFFF;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 1.25em;
	padding: 10px 12px;
}

.xwtj1 .xwtjinfo1 {
	border-bottom: 1px dashed #707070;
	height: 250px;
}
.bd .bda li:nth-of-type(2) .xwtj1  .xwtjinfo1{
	border-bottom: 0px dashed #707070;
}
.xwtj1 .xwtjtt1 {
	font-size: 17px;
	font-weight: 600;
	line-height: 115px;
	color: #292929;
}

.xwtjdesc1 {
	margin-top: -28px;
    line-height: 25px;
    text-indent: 2em;
    text-align: justify;
}
.xwtjdesc1 a{
	color: #919191;
font-size:14px;}
.xwtjdesc1 a:hover{
	color: rgb(15, 96, 222);
}
.xwtjtxt1 {
	font-size: 13px;
}

.xwtt1 {
	width: 250px;
}

.xwlieb2 {
	margin-top: 21px;
}

.yuan1 {
	width: 8px;
	height: 8px;
	background: rgb(15, 96, 222);
	margin-top: 3px;
	border-radius: 50%;
}

.xwlieb2 a {
	margin-left: 5px;
}

.xwlieb2 .shijian {
	margin-top: 15px;
	color: #979797;
	padding: 0 13px;
}

.footer-linkbox-href ul li{
	margin-left: 10px;
}
.footer-linkbox-href ul li a{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.dibj{
	background-image: url(../img/dibj.jpg);
	height: 258px;
}