/*要闻速览*/
.news-content{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.swiper_container{
    height: 380px;
    width: 570px;
}
.swiper_1{
    width: 570px;
    height: 380px;
}
.news-list{
    margin-left: 23px;
}
.news-title{
   
    border-bottom: 2px solid #0078ff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-title .biaot{ font-size: 30px;
    color: #fff; float:left}
	.news-title .more a{ float:right; font-size:14px; color:#fff; padding-top:10px;}
	.morecontent{ margin:0 auto; width:100%;}
	.morecontent a{font-size:14px; color:#fff; padding-top:20px; text-align:center; display:block}
.news-list li{
    margin-bottom: 8px; border-bottom:1px dashed #0FF; padding-bottom:10px; padding-top:8px;
}
.news-list li a{
    margin-bottom: 8px;
}
.news-list li h4{font-size: 20px;
    color: #fff; margin-top:0px;
    margin-bottom: 10px ; font-weight: bold;
    
}
.news-list li p{
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}


.container_zc {
  margin: 10px auto;
  max-width: 1000px;-moz-box-shadow:1px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 5px 3px rgba(0,0,0,0.2);
	box-shadow:1px 5px 3px rgba(0,0,0,0.2);
	
}

.fsbanner, .fsbanner > div > span { 
	/* obrigatório */
	display:none; 
}
div.fsbanner { 
	/* obrigatorio */ 
	position:relative;
	overflow:hidden;
	/* opcional */
	height:360px;
	color:white;
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	border-radius:5px;
   -webkit-text-stroke: 1px black;
}


.fsbanner > div { 
	position:absolute; 
	background-size:cover;
	cursor:pointer;
	top:0px; 
	left:0px; 
}
.fsbanner > div .name { 
	display:block;
	position:absolute; 
	left:10px; 
	bottom:10px;
}
.fsbanner > div .name.minimized {
	/* css3 */
	transform: rotate(-90deg);
	transform-origin: left top 0;
	/* pode ser necessário ajustar isso dependendo da fonte escolhida */
	bottom: -13px;
    left: 7px;
}

/*年度热点*/
.teacher-content{ background-color:#1903ac; background-repeat: no-repeat;
   
    margin-top:0px;
    padding:  17px 0 30px 0;
}
.teacher-list{
    position: relative;
    --swiper-navigation-color: #0078ff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
}
/*年度热点*/
.hot_con {width: 1000px; height: 680px; position: relative; padding-top: 15px; margin:0 auto;}
.hot_con  {height: 560px; width: 1000px;padding: 20px 20px; border: 1px solid #c5efff;}
.hot_main {width: 540px;height: 600px; overflow: auto; background:url(../images/re_bj.png) no-repeat;position: absolute;top:-10px;right:6px;padding-left: 30px;display:none;-moz-box-shadow:1px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 5px 3px rgba(0,0,0,0.2);
	box-shadow:1px 5px 3px rgba(0,0,0,0.2);}
.hot_main.cur{display:block;}
.hot_main h4 {height:60px;line-height: 100px; font-size: 24px; color: #fff;font-weight: bold; padding-left: 20px; position: relative; padding-bottom:10px;}
.hot_main h4:after {width:5px;height: 25px; background: #fff;content: ''; position: absolute;left: 0; top: 38px;}
.hot_main ul {width: 500px;margin: 0 auto;height: 40px;line-height: 40px;}
.hot_main ul li {width: auto;float: none;font-size: 14px;line-height: 20px; padding:0px; color: #fff;}
.hot_text  {width: 460px;}
ul.hot_text li a span {height: 46px;line-height: 46px; display: block; float: left; padding: 0 25px; background:#6401f9;  margin-right: 10px; font-size: 20px; margin-bottom: 10px; cursor: pointer; color:#fff;width: 360px; border:1px solid #00a4ff}

.hot_text .active a span{background:#00a4ff; color:#fff; font-weight:bold;}
.chinese, .media_con, .hot {width: 1200px;margin: 0 auto;}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {

    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

/*创新成果*/
.creation-content{ background-color:#034bda;
   
    margin-top: 0px;
    padding: 30px 0;
}
.creation-list{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.creation-list .list-top{padding-right:20px;}
.creation-list .list-top h4{ font-size: 18px;
    color: #333333; margin-top:14px;
    margin-bottom: 10px ; font-weight:normal;
}
.creation-list .list-top p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.creation-list .list-top li{
    margin-bottom: 18px;
}
.pointer{
    border-top: 1px dotted #a3aab0;
    padding-top: 8px;
    color: #333333;
}
.pointer li{
    list-style-type: square;
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
}
/*特色职教*/
.views-content{
    background: #eaf4ff;
    margin-top: 95px;
    padding:  17px 0;
}
.views-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.views-list .module{
    width: 49%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
}
.views-list .module img{
    width: 200px;
    height: 137px;
}
.views-list .module ul li{
    list-style-type: square;
    margin-left: 20px;
    font-size: 14px;
    line-height: 32px;
}


.hotword-content{ background-color:#6601fb; background:url(2024pdbj.jpg) no-repeat;
    margin-top:0px;
    padding:  17px 0 0px 0;}
	.zk-content{ background-color:#0453f1;
    margin-top:0px;
    padding:  17px 0 0px 0px;}
/*美丽校园*/
.school-content{
    background-color:#0453f1;
    margin-top:0px;
    padding:  17px 0 77px 0;
}
.module_sfyx_content{
    padding-top: 80px;
}
.sfyx{
    width: 870px;
    height: 474px;
    float: right;
    background-color: #0078ff;
}
.sfyx .left{
    width: 690px;
    float: left;
    position: relative;
    height: 370px;
}
.sfyx .left .left_img{
    width: 800px;
    height: 460px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sfyx .left .left_img img{
    width: 100%;
    height: 100%;
}
.sfyx .left .left_title{
    margin-top: 390px;
    box-sizing: border-box;
    padding-left: 45px;
}
.sfyx .left h3{
    font-size: 20px;
    color: #fff;
    padding: 18px 0 12px 0;
}
.sfyx .left p{
    font-size: 12px;
    color: #fff;
}
.sfyx .right{
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    float: right;
}
.sfyx .right .swiper{
    height: 100%;
    box-sizing: border-box;
    padding: 54px 0;
    position: relative;
}
.sfyx .swiper_main{
    height: 100%;
    width: 140px;
}
.sfyx .swiper_main ul li{
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}
.sfyx .swiper_main ul li img{
    width: 100%;
    height: 100%;
}


/*foote*/
.footer{ background-color:#5903d4; width:100%;
    height: 130px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

/*公共*/
.banner{
    margin-bottom: 60px;
}
.content{
    width: 1000px;
    margin: 0 auto; 
}
.title{
    width: 100%;
    height: 75px;
    text-align: center;
    margin:40px 0px 40px 0;
}
/*轮播图*/
.j-lbt{position: relative;height: 100%;width: 100%;}
.j-lbt-tp, .j-lbt-tp1, .j-lbt-tp-2{width: 100%;height: 100%}
.j-lbt-tp ul, .j-lbt-tp1 ul, .j-lbt-tp-2 ul{ width: 100%;height: 100%;position: absolute;}
.j-lbt-tp ul li, .j-lbt-tp1 ul li, .j-lbt-tp-2 ul li {position: absolute;float: left;z-index: 100;height: 100%;width: 100%}
.j-lbt-tp ul li img, .j-lbt-tp1 ul li img, .j-lbt-tp-2 ul li img{display: block;width: 100%;height: 100%;}
.j-lbt-w {bottom: 0;*bottom: 0;width: 100%;height: 50px;background: url("bg_swiper.png");position: absolute;z-index: 150;left: 0;}
.j-lbt-w a{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;width: 80%;font-size: 19px;line-height: 50px;margin-left: 10px;font-weight: normal;color: white;}
.j-lbt-btn{top: 40%;padding: 0 0;position: absolute;width: 100%;z-index: 300;}
.j-lbt-btn-prev{cursor: pointer;display: block;float: left;}
.j-lbt-btn-next{cursor: pointer;display: block;float: right;}
.j-lbt-point{bottom: 22px;height: 6px;width: 100%;position: absolute;z-index: 300;}
.j-lbt-point ul{margin-right: 20px;float: right;}
.j-lbt-point ul li{margin-left: 6px;float: left;width: 11px;height: 11px;background: #ffffff;border-radius: 50px;}
.j-lbt-point ul li.on{background-color: #ff0000;}
.j-lbtNum{float: right}
.j-lbtNum h4{font-size: 30px;color: #f18202;font-weight: normal;float: left;margin-top: 25px;margin-right: 10px}
.j-lbtNum h5{font-size: 30px;color: #fff;font-weight: normal;float: left;margin-top: 25px;margin-right: 6px}
.j-lbtNum h6{font-size: 18px;color: #fff;font-weight: normal;float: left;margin-top: 36px;margin-right: 30px}
.swiper-2 .j-lbt-tp-2 .j-lbt-w a{
    font-size: 14px;
}
.sfyx .btn{
    width: 28px;
    height: 14px;
    display: block;
    position: absolute;
}
.sfyx .btn.prev{transform:translateX(-50%);left: 50%;bottom:auto;top: 25px;background: url("prev3.png") center center no-repeat;background-size: 100% 100%;}
.sfyx .btn.next{transform:translateX(-50%);left: 50%;top:auto; bottom: 25px;background: url("next3.png") center center no-repeat;background-size: 100% 100%;}
.sfyx .swiper ul{height: 10000%;display: block;padding: 0 0;width: 100%;}
.swiper{overflow: hidden;position: relative;}
.swiper ul{width: 10000%;display: flex;justify-content: flex-start;padding: 0 24px;}
.swiper ul li{width: 144px;margin-right: 24px;}
.swiper ul li img{width: 144px;}
.swiper_main{width:480px;overflow:hidden;margin:0 auto;}
/*人物*/
.guest {
    width: 100%;
   
    overflow: hidden;
    padding-top:0px;
    padding-bottom: 30px;
}
#certify {position: relative;width: 1200px;margin: 0 auto}
#certify .swiper-container {padding-bottom: 20px;}
#certify .swiper-slide {width: 342px !important;height: 540px !important;background: url(http://n.sinaimg.cn/edu/2018/lili_bg.png) no-repeat; padding: 8.5px 10px;}
#certify .swiper-slide img {display: block; width: 342px; height: 417px;}
#certify .swiper-slide p {padding-top: 0;text-align: center;color: #201f42;font-size:16px;line-height:24px;margin: 0;}
#certify .swiper-slide p font {display: block;line-height:50px;margin-top: 10px;font-size: 26px;font-weight:bold;}
#certify .swiper-slide-active {opacity: 1;}
#certify .swiper-button-prev {left: 30px;width: 36px; height: 59px; background: url(http://n.sinaimg.cn/edu/2018/left.png) no-repeat;}
#certify .swiper-button-next {right: 30px;width: 36px;height: 59px; background: url(http://n.sinaimg.cn/edu/2018/right.png) no-repeat;}
.guest {width: 100%; overflow:hidden; padding-top:20px; padding-bottom:30px;}
.guest h3{width:318px;margin:0 auto;margin-bottom:60px;}
.zk_list{ margin-top:30px;}
.zk_list li{ height:60px; line-height:60px; float:left; width:48%; border:1px solid #0FF; margin-right:10px; margin-bottom:10px;}
.zk_list li a{ color:#fff; font-size:20px; font-weight:bold; display:block;}
.zk_list li a:hover{ background-color:#5902da;}




