
/*轮播*/
.toplunbo {
  width: 100%;
  height: 500px;
  z-index: 1;
  overflow: hidden;
  /*margin-top: 10px;*/
}


.focusBox {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
  margin: 0 auto;
}

.focusBox .container .box {
  overflow: hidden;
  position: relative;
}

.focusBox .boxVideo {
  width: 980px;
  height: 634px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.focusBox .boxVideo .video {
  width: 980px;
  height: 500px;
  background-color: #000;
}

.focusBox .boxVideo .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 50px;
  background: rgba(245, 154, 35, 0.666666666666667);
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.focusBox .boxVideo .close:hover {
  background-color: #bf0614;
}

.focusBox .boxImage {
  position: relative;
  height: 500px;
  width: 100%;
}

.focusBox .boxImage .slide {
  height: 500px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  display: none;
}

.focusBox .boxImage .slide .img {
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.focusBox .boxImage .slide .img .noClick {
  cursor: default;
}

.focusBox .boxImage .slideCur {
  display: block;
  z-index: 2;
}

.focusBox .boxImage .slide img {
  display: block;
  margin: 0 auto;
  height: 500px;
  margin: 0 auto;
  min-width: 1200px;
}

.pagination{
	bottom: 54px;
	left: 0;
	width: 100%;
	position: absolute;
	    text-align: center;
	    transition: .3s opacity;
	    transform: translate3d(0,0,0);
	    z-index: 100;
}
.pagination .swipers-pagination {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	margin: 0 4px;
	width: 12px;
	height: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #bab8bd;
	opacity: 1;
	display: inline-block;
}
.pagination .active {
	width: 20px;
	background: #fff;
}


.focusBoxCur {
  width: 1200px;
  height: 543px;
  margin: 0 auto;
}

.focusBoxCur .boxIVideo {
  width: 839px;
  height: 543px;
}

.focusBoxCur .boxIVideo .video {
  width: 839px;
  height: 543px;
}

.focusBoxCur .boxImage {
  width: 1200px;
  height: 543px;
}

.focusBoxCur .boxImage .slide {
  width: 1200px;
  height: 543px;
}

.focusBoxCur .boxImage .slide .img {
  width: 1200px;
  height: 543px;
}

.focusBoxCur .boxImage .slide img {
  height: 543px;
}

.focusBoxCur .boxTitle {
  height: 523px;
  right: 41px;
}

.focusBoxCur .boxTitle .title {
  padding: 6px 20px;
}

.focusBoxCur .boxTitle .active {
  margin: 5px 0;
  height: 69px;
}

.focusBox .boxImage .slide .img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.focusBox .boxImage .slide .img a {
  position: absolute;
  width: 100%;
  height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
/*轮播end*/
/*首页标题*/
.title-box{
	padding: 50px 0 30px;
}
.title-box .title-span{
	height: 28px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	padding-right: 24px;
	float: left;
}
.title-box .title-nav{
	float: left;
	margin-top: 8px;
}
.title-box .title-nav li{
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	float: left;
	margin-right: 18px;
}
.title-box .title-nav li a{
	color: #666666;
	font-size: 14px;
}
.title-box .title-nav li.active a{
	color: #d60e19;
}
.title-box .title-more{
	float: right;
	width: 10px;
	height: 20px;
	background: url(/images/szkc/arrow.png) no-repeat right center;
	background-size: 10px 20px;
	margin-top: 8px;
}
/*.title-box .title-more:hover{
	background: url(/images/szkc/arrow_on.png) no-repeat right center;
	background-size: 16px 16px;
}*/
/*首页标题end*/
/*资讯要闻*/
.cases-content{
    display: none;
}
.cases-content0{
    display: block;
}
.cases-left{
	float:left;
	width: 792px;
	height: 449px;
	border-radius: 8px;
}
.cases-swiper{
    width:100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height:398px;
}
.cases-swiper li{
    width:100%;
	overflow:hidden;
	position: relative;
}
.cases-swiper li a{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	width:100%;
	height:100%;
}
.cases-swiper img{
	display:block;
	width: 100%;
	height:100%;
}  
.cases-swiper .cases-tlt{
	width: 100%;
	height: 93px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 93px;
	text-indent: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.cases-swiper .swiper-pagination{
    position: absolute;
    z-index: 20;
    /* left: 40%; */
    bottom: 20px;
}
.cases-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 0;
}
.cases-swiper .swiper-visible-switch {
    background: #000;
}
.cases-swiper .swiper-pagination-bullet-active {
    background: #fff;
	opacity: 1;
}

.cases-right{
	float:right;
	width: 380px;
	height: 449px;
}

.cases-right ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}
.cases-right ul li.bold{
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.cases-right ul li i {
    width: 4px;
    height: 4px;
    font-size: 16px;
    line-height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #CA0712;
    margin-right: 20px;
    margin-bottom: 3px;
}
.swiper-pagination{
	text-align: right!important;
}
/*资讯要闻end*/
/*广告*/
.adv{
	height: 120px;
	margin-top: 50px;
}
.adv img{
	width: 100%;
	height: 100%;
}
.adv-two{
	height: 120px;
	margin-top: 0px;
	display: flex;
    justify-content: space-between;
}
.adv-two a{
	width: 49%;
	height: 100%;
	display: inline-block;
}
.adv-two img{
	width: 100%;
	height: 100%;
	display: block;
}
/*广告end*/
/*课程思政库*/
.kcszk{
	display: flex;
	justify-content: space-between;
}
.kcszk1{
    display: block;
}
.kcszk2,.kcszk3{
    display: none;
}
.kcszk-left{
	width: 594px;
}
.kcszk-left-img{
	width: 100%;
	height: 363px;
	position: relative;
}
.kcszk-left-img img{
	width: 100%;
	height: 100%;
}
.kcszk-left-text{
	width: 100%;
	height: 134px;
	background: #F6F6F6;
}
.kcszk-left-tlt{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 16px;
}
.kcszk-left-summary{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0 27px 0 16px;
}
.teacher{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
}
.teacher-per{
	margin-left: 16px;
}
.teacher-sum{
	float: right;
	margin-right: 27px;
}
.kcszk-right{
	width: 594px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kcszk-right .kcszk-item{
	width: 291px;
}
.kcszk-right .kcszk-item:nth-child(3),.kcszk-right .kcszk-item:nth-child(4){
	margin-top: 10px;
}
.kcszk-right .item-img{
	width: 100%;
	height: 167px;
	position: relative;
}
.kcszk-right .item-img img{
	width: 100%;
	height: 100%;
}
.kcszk-right .item-text{
	width: 100%;
	height: 75px;
	background: #F6F6F6;
}
.kcszk-right .item-text .kcszk-right-tlt{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 16px;
}
.kcszk-right .item-text .item-teacher{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.kcszk-scl{
	width: 100%;
	height: 72px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
	line-height: 72px;
	text-indent: 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.item-img .kcszk-scl{
	height: 48px;
	line-height: 48px;
}
/*课程思政库end*/
/*精神谱系*/
.jspx{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.jspx-left{
	width: 942px;
	height: 590px;
	position: relative;
}
.jspx-left img{
	width: 100%;
	height: 100%;
}
.jspx-left .jspx-left-tlt{
	width: 100%;
	height: 108px;
	line-height: 145px;
	text-indent: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.jspx-left .play {
    width: 76px;
    height: 76px;
    background: url(/images/szkc/video.png)no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: 70px;
    left: 23px;
}
.jspx-right{
	width: 246px;
	height: 590px;
}
.jspx-item{
	width: 100%;
	height: 138px;
	position: relative;
	margin-bottom: 13px;
}
.jspx-item:nth-child(4){
	margin-bottom: 0px;
}
.jspx-item img{
	width: 100%;
	height: 100%;
}
.jspx-item  .jspx-right-tlt{
	width: 100%;
	height: 50px;
	line-height: 60px;
	text-indent: 13px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jspx-item  .play{
	width: 46px;
    height: 46px;
    background: url(/images/szkc/video.png)no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: 48px;
    left: 102px;
}
/*精神谱系end*/
/*思政大练兵*/
.szdlb{
	width: 100%;
	height: 100%;
	background: url(/images/szkc/szdlbbg.png)no-repeat;
	background-size: 100% 100%;
	margin-top: 50px;
}
#certify {
	/*border-top:1px solid #eeeeee;*/
	padding-top: 20px;
    position: relative;
    width: 1200px;
	height: 388px;
		/* width: auto; */
    margin: 0 auto;
}
.swiper-container {
	height: 388px;
}

#certify .swiper-slide {
	/* width: 560px; */
	width: 690px;
	/* height: 316px; */
	height: 388px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify .swiper-slide .img{
	display:block;
	width: 100%;
	height:100%;
}
#certify .swiper-slide .play{
	width: 76px;
	display:block;
	position: absolute;
	top: 45%;
	left: 45%;
}
#certify .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 106px;
	line-height: 150px;
	font-weight: 400;
	color: #fff;
	text-indent: 24px;
	font-size: 18px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}
#certify .swiper-pagination{
	display: none;
}
#certify .swiper-button-next,#certify .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images/szkc/arrow-right1.png);
	width: 18px;
	height: 30px;
	margin-top: -15px;
	-moz-background-size: 18px 30px;
	-webkit-background-size: 18px 30px;
	background-size: 18px 30px;	
	    border: none;
	    outline: none;
}
#certify .swiper-button-prev,#certify .swiper-container-rtl .swiper-button-next {
    background-image: url(/images/szkc/arrow-left1.png);
	width: 18px;
	height: 30px;
	margin-top: -15px;
	-moz-background-size: 18px 30px;
	-webkit-background-size: 18px 30px;
	background-size: 18px 30px;
	    border: none;
	    outline: none;
}
.right-con{
	/*position: absolute;*/
	/*top: 20px;*/
	/*right: -100px;*/
	width: 50px;
    height: 350px;
    flex-direction: column;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    position: fixed;
    z-index: 1000;
    left: 55%;
    margin-left: 550px;
    bottom: 260px;
}
.right-con .con-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    background: #F0EFEF;
    text-align: center;
}
.right-con .con-icon img {
    width: 27px;
    height: 19px;
    margin-top: 12px;
}
.right-con .con-icon p {
	text-align: center;
    font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
/*思政大练兵end*/
/*院校专区*/
.xyzq{
	width: 100%;
	height: 576px;
	background: #F6F6F6;
	margin-top: 50px;
}
.yxzq2,.yxzq3{
    display: none;
}
.xyzq-item{
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.xyzq-item a{
    margin-right: 14px;
    margin-bottom: 14px;
    width: 228px;
    height: 100.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xyzq-item img{
	/*width: 282px;*/
	/*height: 124px;*/
	/*width: 228px;*/
 /*   height: 100.5px;*/
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.xyzq-item a:nth-child(5n){
	margin-right: 0px;
}
/*.xyzq-item a:nth-child(4n){*/
/*	margin-right: 0px;*/
/*}*/
/*.xyzq-item a:nth-child(n+5){*/
/*	margin-top: 20px;*/
/*}*/
/*院校专区end*/



/*.toplunbo,.characteristic-cases,.adv-two,.adv,.wd1200 {*/
/*  min-width: 1330px;*/
/*}*/
