/*要闻速览*/
.more a{ margin:0px auto; width:100%; text-align:center; display:block; color:#999; font-size:14px;}
.more a:hover{color:#014fb4;}
.mar30{ margin-top:30px;}
h3 a{ font-size:16px;}
.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 { height:30px; line-height:30px;
    font-size: 24px;
    color: #014fb4;
    border-bottom: 2px solid #014fb4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-title span.titbt{ font-size: 24px;
    color: #014fb4; }
.news-list li{
    margin-bottom: 12px; border-bottom: 1px dashed #ccc; padding-bottom:10px;
}
.news-list li h4{
    font-size: 16px;
    line-height: 22px;
    color: #333333;padding-bottom:6px;
}
.news-list li p{
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}
/*名师风采*/
.teacher-content{
    background: #f4f4f4;
    margin-top: 30px;
    padding:  17px 0 60px 0;
}
.teacher-list{
    position: relative;
    --swiper-navigation-color: #be2100;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
}
.teacher-swiper2{
    width: 1000px;
    height: 300px;
    overflow: hidden;
}
.swiper-slide2{
    text-align: center;
}
.swiper-slide2 img{
    width: 178px;
    height: 178px;
    vertical-align: bottom;
}
.swiper-slide2 h4{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 55px;
}
.swiper-slide2 p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.teacher-list .swiper-button-prev{
    left: -50px;
}
.teacher-list .swiper-button-next{
    right: -50px;
}
/*创新成果*/
.creation-content{
    background: #ffffff;
    margin-top: 95px;
    padding:  17px 0;
}
.creation-list{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.creation-list .list-top h4{
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}
.creation-list .list-top p{
    font-size: 12px;
    color: #494949;
    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: #f4f4f4;
    margin-top: 30px;
    padding:  17px 0;
}
.views-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.views-list .module{
    width: 660px;
   
    
   
}
.views-list .module .conpic { float:left; margin-bottom:20px;
    width: 246px;
    height: 185px;
}

.views-list .module .con{ float:right; width:390px;
	margin-left: 20px;
    font-size: 14px;
     
}
.views-list .module .con h3 a{ font-size:20px;}
.views-list .module .con p{ padding-top:10px; line-height:20px;
    font-size: 14px; color:#666;
     
}
.views-list .module .conlist {  width:100%; float:left; padding-top:16px;
   
    font-size: 14px;
    line-height: 32px;}
	.clearBoth{ clear:both;}
.zjzsr{ float:right; width:312px; background-color:#fff; border:1px solid #ccc; height:560px; }
.zj_jj p{ font-size:16px; line-height:28px; color:#666;padding:10px 20px; text-indent:2em;}
/*思政教育*/
.education-content{
    background: #ffffff;
    margin-top: 95px;
    padding:  17px 0;
}
.jujiao{
    height: 392px;
    border: 1px solid #e6c786;
    position: relative;
    padding: 20px 10px;
    box-sizing: border-box;
}
.jujiao div{
    display: none;
    width: 570px;
    height: 380px;
    background: url("education-bg.png") top left no-repeat;
    position: absolute;
    top: -20px;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 10px;
}
.jujiao li{
    width: 380px;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.jujiao li.on{
    background: #cb241e;
    color: #ffffff;
}
.jujiao li.on div{
    display: block;
}
.jujiao li div h3{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.jujiao li div p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 20px 0;
}
.jujiao li div a{
    color: #fff;
    text-align: center;
    display: block;
}
/*美丽校园*/
.school-content{
  
    margin-top: 0px;
    padding:  0px 0 0px 0;
}
.module_sfyx_content{
    padding-top: 80px;
}
.sfyx{
    width: 870px;
    height: 474px;
    float: right;
    background-color: #ad0d0d;
}
.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{
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 20px 0; overflow:hidden; 
}

/*公共*/
.banner{
    margin-bottom: 60px;
}
.content{ 
    width: 1000px;
    margin: 0 auto;
}
.title{
    width: 100%;
    height: 60px;
    text-align: center;
    margin-bottom: 30px; margin-top:30px;
}
/*轮播图*/
.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;}
/*视频*/
.third_box {
  width: 100%;
  
  
  position: relative;
  padding: 5px 0 60px 0;
  overflow:hidden;
}
.third_title {
  width: 607px;
  height:92px;
  background-image: url("../images/hdfc_tit.jpg");
  background-repeat: no-repeat;
  background-size: 607px 92px;
  margin: 35px auto;
  margin-top: 40px;
}
.second_content {
  width: 1000px;
  margin: 0 auto;
}
.vioboxj{ width: 100%;
  background-image: url("../images/hdfc_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 5px 0 60px 0;}

.vioboxj_title {
  width: 607px;
  height:92px;
  background-image: url("../images/sp_tit.jpg");
  background-repeat: no-repeat;
  background-size:607px 92px;
  margin: 35px auto;
  margin-top: 40px;
}
.vioboxj_content {
  width: 1000px;
  margin: 0 auto;
}
.third_video_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.t_v_item {
  width: 320px;
  height: 252px;
  margin-bottom: 42px;
}
.t_v_item > video {
  width: 320px;
  height: 180px;
  display: block;
}
.t_v_item_info {
  width: 320px;
  height: 54px;
  background-image: linear-gradient(#014fb4, #014fb4),
    linear-gradient(#cd3333, #cd3333);
  background-blend-mode: normal, normal;
  padding: 9px 0;
}
.t_v_i_title {
  color: #eaeaea;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  padding-left: 18px;
  display: block;
}
.lunbobox {
  margin-top: 30px;
  height: 464px;
  width: 1000px;
}
.focusBox4 {
  width: 1000px;
  height: 460px;
  position: relative;
  z-index: 200;
  background: #fff;
  padding-left: 7px;
}
.focusBox4 .arrow-left4 {
  background: url("../images/arrow-left.png") no-repeat left top;
  position: absolute;
  left: -55px;
  top: 189px;
  width: 22px;
  height: 75px;
  z-index: 300;
  cursor: pointer;
}
.focusBox4 .arrow-right4 {
  background: url("../images/arrow-right.png") no-repeat left bottom;
  position: absolute;
  right: -55px;
  top: 189px;
  width: 22px;
  height: 75px;
  z-index: 300;
  cursor: pointer;
}
.focusBox4 .swiper-container {
  width: 1000px;
  height: 460px;
}
.focusBox4 .swiper-container {
  width: 1000px;
  height: 460px;
}
.focusBox4 .swiper-slide {
  position: relative;
}
.focusBox4 .slide_cont {
  width: 1000px;
}
.focusBox4 .narrow_box {
  float: left;
  width: 240px;
  height: 460px;
  position: relative;
  margin-right: 7px;
  transition: all 1s;
  cursor: pointer;
}
.focusBox4 .narrow_box.on {
  width: 499px;
  height: 460px;
}
.focusBox4 .narrow_box .titlev {
  position: absolute;
  left: 0;
  width: 240px;
  height: 240px;
  background: url('chbg.jpg') no-repeat;
  background-size: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  padding: 40px 35px;
  z-index: 2;
  box-sizing: border-box;
}
.focusBox4 .narrow_box:nth-child(odd) .titlev {
  top: 0;
}
.focusBox4 .narrow_box:nth-child(even) .titlev {
  top: 240px;
}
.focusBox4 .narrow_box .img {
  position: absolute;
  left: 0;
  width: 240px;
  height: 240px;
}
.focusBox4 .narrow_box:nth-child(odd) .img {
  top: 240px;
}
.focusBox4 .narrow_box:nth-child(even) .img {
  top: 0;
}
.focusBox4 .narrow_box .titlev a {
  color: #fff;
}
.focusBox4 .narrow_box .img img {
  width: 100%;
  height: 100%;
}
.focusBox4 .narrow_box.on .titlev {
  position: absolute;
  left: 0;
  top: 327px;
  width: 100%;
  height: 133px;
  background: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  padding: 75px 10px 0 10px;
}
.focusBox4 .narrow_box.on .img {
  position: absolute;
  left: 0;
  width: 499px;
  height: 460px;
}
.focusBox4 .narrow_box.on:nth-child(odd) .img {
  top: 0;
}
.focusBox4 .narrow_box:nth-child(even) .img {
  top: 0;
}



/* 代码整理：懒人之家 www.lanrenzhijia.com */
.box{ width:1020px; margin:0 auto; position:relative; overflow:hidden; _height:100%;margin:30px auto;}
.picbox{ width:1020px; height:220px; overflow:hidden; position:relative; }
.piclist{ height:230px;position:absolute; left:0px; top:0px}
.piclist li{ background:#fff; margin-right:20px; padding:5px; float:left; width:230px; height:250px;}
.piclist li a{ color:#666; line-height:20px; font-size:14px; text-align:center;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:58px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}


.cont_list{ width:490px; margin-bottom:20px;}
.cont_list .xjt li{ height:35px; list-style:disc; margin-left:12px;}
.toplogo{ float:left; height:52px; line-height:52px;}
.backright a{ float:right; display:inline-block; height:52px; line-height:52px; color:#666;}