header{
    width: 100%;
    background: #f7f9fa;
    color: #666;
    font-size: 14px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eaeaea;
}
.header_top{
    width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top h1{
    font-size: 16px;
    line-height: 32px;
    color:#333;
}
.header_top h1 a{
    color:#1781f1;
}

.header_top nav{

}
.header_top nav ul{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header_top nav ul>li{}
.header_top nav ul>li a{}
.header_top nav ul>li a:hover{
  font-weight: bold;
  color:#306baf;
}

.channel_nav{
  width: 1200px;
  height: 90px;
  margin: 0 auto 10px auto;
  border-bottom: 2px solid #306baf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channel_nav>a{
  line-height: 0;
  display:inline-block;
}
.channel_nav>a>img{}

.channel_nav>ul{
  display: flex;
  justify-content: space-between;
}
.channel_nav>ul>li{
  font-weight: bold;
}
.channel_nav>ul>li>a{
  display: inline-block;
  margin: 0px 15px;
}
.channel_nav>ul>li>a:hover{
  color:#306baf;
}
.channel_nav>ul>li:last-child>a{
  margin-right:0;
}

.container{
  width: 1200px;
  margin: 0 auto;
}


.dh ul {
    width: 1200px;
    height: 485px;
    margin: 0 auto;
  }

  .dh ul,.dh ul li {
    position: relative;
    overflow: hidden;
    height: 475px;
  }

  .dh ul li {
    float: left;
    width: 140px;
    height: 100%;
    cursor: pointer;
  }

  .dh ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .dh ul li .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    color: #fff;
  }

  .dh ul li img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    /*width: 100%;*/
    height: 100%;
  }

  .dh ul li .layer .p1 {
    position: absolute;
    bottom: 5%;
    left: 0;
    writing-mode: vertical-rl;
    height: 90%;
    text-align: center;
    font-size: 20px;
    width: 88px;
  }

  .dh ul li .layer .p2 {
    position: absolute;
    bottom: 0;
    right: 200%;
    width: 740px;   // 40
    height: 90px;
  }

  .dh ul li .layer .p2 b {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 80px;
  }

  .dh ul li .layer .p2 span {
    display: block;
    font-size: 15px;
    line-height: 25px;
  }

  .dh ul li.curr img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
  

  .news_block_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    /* gap: 20px; */
  }
  .news_block{
    width: 390px;
    margin-bottom: 10px;
  }
  .news_block_first{
    width: 790px; 
  }
  .news_block_title{
    height: 50px;
    background: url("../images/bg2.jpg") repeat-x 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_block_title h2{
    font-size: 20px;
    font-weight: 600;
    color:#333;
    padding: 0 15px 0 10px;
    border-left: 4px solid #cd131c;
    background-color:#FFF;
  }
  .news_block_title a{
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
    background-color:#FFF;
  }
  .news_block_title a:hover{
    color:#cd131c;
  }
  .news_block_first_img_list{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
  }
  .news_block_first_leftimg{
    width: 400px;
    height: 250px;
  }
  .news_block_first_leftimg a{
    display: inline-block;
    line-height: 0;
    position: relative;
  }
  .news_block_first_leftimg a img{
    width: 400px;
    height: 250px;
  }
  .news_block_first_leftimg h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    padding: 20px;
   }
  .news_block_first_img_list ul{
    width: 380px;
    margin-top: 0 !important;
  }
  .news_block_first_img_list ul li{
    list-style:none !important;
  }
  .news_block_first_img_list ul li a{}

  .news_block_img_text{
    display: flex;
  }
  .news_block_img_text .leftimg{
    width: 200px;
    line-height: 0;
  }
  .news_block_img_text .leftimg a{
    display: inline-block;
  }
  .news_block_img_text .leftimg a img{
    width: 200px;
    height: 120px;
    border-radius: 4px;
  }
  .news_block_img_text .righttext{
    width: 190px;
    background: #f6f6f6;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .news_block_img_text .righttext a{
    color:#333;
  }
   .news_block_img_text .righttext a:hover{
    color:#cd131c;
  }

  .news_block ul{
    margin-top: 10px;
  }
  .news_block ul li{
    list-style: square inside;
    line-height: 32px;
  }
  .news_block ul li a{
    color:#666;
  }
  .news_block ul li a:hover{
    color:#cd131c;
  }


  .news_block_left{
    width: 790px;
    margin-top: 10px;
  }
  .news_block_img_list_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_block_img_list_ul li{
    width: 250px;
    /* height: 270px; */
    border: 1px solid #e9edf2;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .news_block_img_list_ul li:hover{
      border: 1px solid #cd131c;
      box-shadow: 0px 0px 3px 3px rgba(102,102,102,0.4);
      -webkit-box-shadow: 0px 0px 3px 3px rgba(102,102,102,0.4);
      -moz-box-shadow: 0px 0px 3px 3px rgba(102,102,102,0.4);
  }

  .news_block_img_list_ul li a{
    color: #333;
    display: inline-block;
  }
  .news_block_img_list_ul li a:hover{
    color:#cd131c;
  }
  .news_block_img_list_ul li a>img{
    width: 100%;
    height: 150px;
  }
  .news_block_img_list_ul li a>div.title{
    margin: 0px 10px;
    font-size: 16px;
  }
  .news_block_img_list_ul li>div.txt{
    padding: 0 10px;
    font-size: 14px;
    color: #b9c5d4;
  }

  

  .news_block ul.news_block_hot_list{
    margin-top: 0px !important;
  }
  .news_block ul.news_block_hot_list li{
    list-style: none;

    padding: 0 0 0 45px;
    white-space: break-spaces;
    line-height: 46px;
    height: auto;
    position: relative;
  }
  .news_block ul.news_block_hot_list li a{
    color:#666;
  }
  .news_block ul.news_block_hot_list li a:hover{
    color:#cd131c;
  }

  .news_block ul.news_block_hot_list li:before {
    position: absolute;
    left: 5px;
    top: 13px;
    width: 20px;
    height: 20px;
    background-color: #ebeae8;
    color: #a5999d;
    text-align: center;
    line-height: 20px;
    padding: 1px;
    border-radius: 5px;
    font-size: 15px;
}

 .news_block ul.news_block_hot_list li:nth-child(1):before {
    content: "1";
    color: #fff;
    background-color: #d20529;;
}
.news_block ul.news_block_hot_list li:nth-child(2):before {
    content: "2";
    color: #fff;
    background-color: #dd6d1c;
}
.news_block ul.news_block_hot_list li:nth-child(3):before {
    content: "3";
    color: #fff;
    background-color: #fcc13e;
}
.news_block ul.news_block_hot_list li:nth-child(4):before {
    content: "4";
}

.news_block ul.news_block_hot_list{
  counter-reset: hot-counter;
}
.news_block ul.news_block_hot_list li:nth-child(n):before {
    content: counter(hot-counter);
    counter-increment: hot-counter;
}


/* banner */
.banner{
  text-align: center;
  width: 100%;
  height: 200px;
}
.banner img{
   width: 100%;
   height: 200px;
}

/* 新闻列表页 */
.container_page{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
  background: #f4f4f4;
}

.breadcrumb{
  font-size: 14px;
  color: #666;
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
.breadcrumb a{
  display: inline-block;
  line-height: 60px;
  color: #666;
}
.breadcrumb a:hover{
  color:#cd131c !important;
}
.breadcrumb a.homepage{
  width:18px;
  text-indent: -9999px;
  background: url("../images/home_icon.png") no-repeat 0 center;
}

.con_left_nav_share{
  color: #969696;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
}





.container_list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news_list_left{
  background: #fff;
  width: 790px;
  padding: 20px 30px;
  color: #666;
}
.news_list_left ul{}
.news_list_left ul li{
  padding: 20px 0 25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.news_list_left ul li h3{
  font-weight: normal;
  font-size: 20px;
}
.news_list_left ul li h3 a{
  color: #666;
}
.news_list_left ul li h3 a:hover{
  color:#cd131c;
}
.news_list_left ul li div.description{
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}
.news_list_left ul li div.description a:hover{
  color:#cd131c;
}
.news_list_left ul li div.info{
  font-size: 12px;
  color: #999;
}
.news_list_left div.page{
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}
.news_list_left div.page a{
  color: #2fb0f2;
}
.news_list_left div.page a:hover{
  color:#cd131c;
}


.news_list_right{
  background: #fff;
  width: 390px;
  padding: 20px 20px;
}

.news_list_right ul.news_list_right_university{}
.news_list_right ul.news_list_right_university li{
  margin-bottom: 15px;
}
.news_list_right ul.news_list_right_university li a{
  display: inline-block;
  width: 350px;
  height:80px;
  overflow: hidden;
}
.news_list_right ul.news_list_right_university li a img{
  width: 350px;
  height:80px;
  border-radius: 4px;
  transition: transform .5s;
}
.news_list_right ul.news_list_right_university li a img:hover{
  transform: scale(1.05);
}

.news_list_right_aside{
    margin-bottom: 14px;
    border-radius: 4px;
    border: 1px solid #edebec;
}
.news_list_right_aside h3{
  background: #f6f9f8;
    font-size: 16px;
    color: #2b3330;
    line-height: 24px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}
.news_list_right_aside h3::before {
    display: block;
    content: '';
    width: 4px;
    height: 14px;
    background: #1cb278;
    margin-right: 8px;
}

.news_list_right_aside ul{
  padding: 12px 16px;
}
.news_list_right_aside ul li{
  list-style: square inside;
  /* padding-left: 15px; */
    height: 28px;
    line-height: 28px;
    color: #2b3330;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list_right_aside ul li a{}
.news_list_right_aside ul li:nth-child(1) a,
.news_list_right_aside ul li:nth-child(2) a,
.news_list_right_aside ul li:nth-child(3) a,
.news_list_right_aside ul li:nth-child(4) a,
.news_list_right_aside ul li:nth-child(5) a{
  color:#cd131c;
}
.news_list_right_aside ul li a:hover{
  color:#cd131c;
}



/* 新闻详细 */

.news_detail_left{
  background: #fff;
  width: 790px;
  padding: 20px 30px;
  color: #666;
}
.news_detail_left{}
.news_detail_left h1.news_detail_title{
  font-size: 40px;
  font-weight: bold;
  color:#333;
  line-height: 50px;
}
.news_detail_left div.news_detail_info{
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 40px;
    margin: 20px 0;
}
.news_detail_left div.news_detail_info span{
  color: #c1c1c1;
}
.news_detail_left div.news_detail_content{
  line-height: 30px;
}
.news_detail_left div.news_detail_content p,
.news_detail_left div.news_detail_content div{
  font-size: 16px;
  margin-bottom: 20px;
}
div.news_detail_content img{
  max-width: 100%;
}

.change_font_size{
  float: right;
}
.bigger_font_size{
  margin-right: 20px;
  font-size: 12px;
  cursor: pointer;
  float: left;
}

.small_font_size{
  margin-right: 0;
  float: right;
  cursor: pointer;
  font-size: 12px;
}
.icon2 {
    display: inline-block;
    background: url(../images/home_icon.png) no-repeat 9999px 9999px;
}
.icon2_bigger, .icon2_smaller {
    margin-right: 6px;
    height: 18px;
    vertical-align: middle;
}
.icon2_bigger {
    width: 23px;
    background-position: -60px 0;
}
.icon2_smaller {
    width: 24px;
    background-position: -26px 0;
}

.morechannel, .morechannel a {
    text-align: center;
    line-height: 36px;
}

.morechannel {
    float: none;
    display: block;
    margin: 36px auto 20px;
    padding: 0 15px;
    width: 300px;
    /* height: 36px; */
    border: 1px dashed #d63d44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.morechannel, .morechannel a {
    text-align: center;
    line-height: 36px;
}
.morechannel a {
    color: #cd131c;
    font-size: 18px;
}



/* 高职单招 */

.danzhao_news_list{
  display: flex;
  justify-content: space-between;
}
.danzhao_news_left{
  width: 860px;
  background: #f7f7f7;
  padding:20px 30px;
  color: #666;
}
.danzhao_news_left h2{
  font-size: 32px;
  margin-bottom: 20px;

}
.danzhao_news_left h2>a:hover{
  color:#cd131c;
}
.danzhao_news_img_text{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.danzhao_news_img{
    width: 250px;
    height: 150px;
}
.danzhao_news_img a{
  display: inline-block;
}
.danzhao_news_img a img{
  width: 250px;
  height: 150px;
}
.danzhao_news_text{
  line-height: 32px;
  margin-left: 20px;
}
.danzhao_news_text a{}
.danzhao_news_text a p{
  text-indent: 2em;
}

.danzhao_news_right{
  width: 320px;
  padding:0px 0px;
}
.danzhao_news_right ul{

}
.danzhao_news_right ul li{
  list-style: none;
  line-height: 48px;
  font-size: 16px;
}
.danzhao_news_right ul li a{
  color: #666;
}
.danzhao_news_right ul li a:hover{
  color:#cd131c;
}

.danzhao_detail_container{
  width: 1200px;
  margin: 50px auto;
}

.danzhao_detail_div{
  width: 860px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px 3px rgba(120,120,120,0.1);
  padding: 40px;
  color: #333;
  float: left;
}
.danzhao_detail_div>h1{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.danzhao_detail_info{
  color: #b7b7b7;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.danzhao_detail_info span{}

.ceping-banner{
  text-align: center;
  margin-bottom: 20px;
}
.ceping-banner img{
  width: 100%;
  height: auto;
}

.danzhao_detail_content{
  font-size: 16px;
  line-height: 30px;
}
.danzhao_detail_content p,
.danzhao_detail_content div{
  margin-bottom: 20px;
}
.danzhao_detail_content img{
  max-width: 100%;
}

.danzhan_yuanxiao_right_list{
  width: 320px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px 3px rgba(120,120,120,0.1);
  float: right;
  padding: 20px;
}
.danzhan_yuanxiao_right_list h3{
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  /* padding-left: 20px; */
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}
.danzhan_yuanxiao_right_list h3:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 18px;
    background: #185f73;
    margin-right: 8px;
    top: 4px;
    left: -20px;
    position: absolute;
}
.danzhan_yuanxiao_right_list h3 span{
  color:#185f73;
}

.danzhan_yuanxiao_right_list ul{
  padding: 0;
}
.danzhan_yuanxiao_right_list ul li{
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dbdbdb;
}
.danzhan_yuanxiao_right_list ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.danzhan_yuanxiao_right_list_img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.danzhan_yuanxiao_right_list_img a{
  display: inline-block;
  line-height: 0;
}
.danzhan_yuanxiao_right_list_img a img{
  width: 40px;
  height: 40px;
}

.danzhan_yuanxiao_right_list_text{

}
.danzhan_yuanxiao_right_list_text h4{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.danzhan_yuanxiao_right_list_text h4 a{
  color: #333;
}
.danzhan_yuanxiao_right_list_text h4 a:hover{
  color:#cd131c;
}
.danzhan_yuanxiao_right_list_text p{
  font-size: 14px;
  color: #999;
}
.danzhan_yuanxiao_right_list_text p span{
    text-align: center;
    padding: 0 11px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 30px;
}
.danzhan_yuanxiao_right_list_text p span:nth-child(1){
  color: #185f74;
    background: #f2f8fa;
    border: 1px solid #cadfe8;
    margin-right: 6px;
}
.danzhan_yuanxiao_right_list_text p span:nth-child(2){
  color: #c09455;
    background: #fdf7f5;
    border: 1px solid #e6d4b8;
}



/* 中外合作办学 */


.cooperation_filter_container{
  margin-top: 40px;
}

.cooperation_filter{
  font-size: 16px;
  color: #333;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.cooperation_fileter_name{
  font-weight: bold;
  width: 96px;
}
.cooperation_fileter_item{
  width: 1060px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cooperation_fileter_item a{
  padding: 4px 16px;
}

.cooperation_fileter_item a.current,
.cooperation_fileter_item a:hover{
      border-radius: 9999px;
      color: #FFF;
      font-weight: bold;
      background: #50a6ef;
      cursor: pointer;
}


ul.cooperation_list{
  margin-top:40px;
}
ul.cooperation_list li{
  cursor: pointer;
  margin-bottom: 50px;
}
.cooperation_item_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cooperation_item_logo{
    width: 90px;
  height: 90px;
}
.cooperation_item_logo img{
  width: 90px;
  height: 90px;
}
.cooperation_item_info{
  margin-left: 30px;
  margin-right: auto;
}
.cooperation_item_info h3{
  font-size: 20px;
  color: #333;
}
ul.cooperation_list li:hover .cooperation_item_info h3{
  color:#cd131c;
}
.cooperation_item_info p.cooperation_item_tag{
  margin: 10px 0;
}
.cooperation_item_info p.cooperation_item_tag span{
  display:inline-block;
  font-size: 12px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: auto;
  padding: 1px 5px;

}
.cooperation_item_info div.cooperation_item_major{
  font-size: 14px;
  color: #666;
}
.cooperation_item_detail_btn{
  width: 80px;
}

.cooperation_item_bottom{
  color: #999;
  font-size: 14px;
  background: #f5f6fa;
  border-bottom: 1px solid #e5e7eb;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.cooperation_item_bottom span{}

/*.cooperation_page{*/
/*  text-align: center;*/
/*  margin-bottom: 60px;*/
/*  font-size: 14px;*/
/*}*/
/*.cooperation_page a{*/
/*  display: inline-block;*/
/*  border: 1px solid #999;*/
/*  background:#f6f7fb;*/
/*  border-radius: 4px;*/
/*  padding: 5px 10px;*/
/*  color:#999;*/
/*  text-align: center;*/

/*}*/
/*.cooperation_page a.current,*/
/*.cooperation_page a:hover{*/
/*  background: #50a6ef;*/
/*  color:#FFF;*/
/*  border-color: #50a6ef;*/
/*}*/

.page{}
ul.pagination{
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}
ul.pagination li{
  display: inline-block;
  border: 1px solid #50a6ef;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.05);
}
ul.pagination li span, ul.pagination li a{
  display: inline-block;
}
ul.pagination li.disabled{
  color: rgba(0,0,0,0.3);
  border: 1px solid rgba(80, 166, 239, 0.73);
}
ul.pagination li.active{
  /*color: #50a6ef;*/
}
ul.pagination li a{
  color: rgba(0,0,0,0.3);
}








