﻿.header{
    width: 100%;
    background: url(../images/top_bg.png) no-repeat center;
  }
  .logo{
    margin: 44px 0px;
    float: left;
    
  }
  .search-container{
    width: 214px;
    padding-top: 65px;
    position: relative;
  }
  .search-text{
    width: 213px;
    height: 33px;
    float: left;
    border-radius: 16px;
    outline: none;
    padding-left: 15px;
  }
  .search-btn{width: 43px;height: 33px;border-radius: 0 15px 15px 0px;background-color: white;position: absolute;right: 1px;background: url(../images/search.png) no-repeat center;cursor: pointer;}
  .nav{
    width: 100%;
  }
  
  .nav-btn{
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 6%;
    transform: translateY(-50%);
    display: none;
  }
  .nav-btn .icon-bar-nav{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
  }
  .nav-btn .icon-bar-nav+.icon-bar-nav{
    margin-top: 6px;
  }
  
  .phone_nav{display: none;}
   
   
  .phone_nav{background: #0068b7;padding: 0 2%;}
  .phone_nav>ul>li{border-bottom: solid #fff 1px;}
  .phone_nav>ul>li>a{color: #fff;line-height: 35px;}
   
  .phone_nav>ul>li{position: relative;}
  .phone_nav>ul>.has_sub:after{
      content: "+";
      color: #fff;
      position: absolute;
      font-size: 15px;
      right: 0;
      top: 0;
      line-height: 30px;
  }
  .phone_nav>ul>li>ul{
    padding-left: 10px;
    display: none;
  }
  .phone_nav>ul>li>ul>li>a{
    line-height: 30px;
    color: #fff;
  }
  .nav-item{
    float: left;
    height: 50px;
    text-align: center;
    position: relative;
  }
  .nav-item a{
    color: black;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
  }
  .nav-item-ul{
    position: absolute;
    z-index: 111;
    min-width: 144px;
    visibility: hidden;
    top: 60px;
    box-sizing: content-box;
    opacity: 0;
    padding: 5px 8px;
    background-color: #0068b7;
    transition: all 0.3s;
    transform: translateY(10px);
    box-shadow: 0 5px 8px #ccc;
  }
  .nav-item:hover .nav-item-ul{
    opacity: 1;
    visibility: visible;
    transform:  translateY(-10px);
  }
  .nav-item-li {
    background-color: #0068b7;
    font-size: 15px;
  }
  .nav-item-li a{
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 5px;
    color: white;
    line-height: 26px;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: normal;
    background-color: #0068b7;
  }
  .nav-item-li:first-child{
    border: none;
  }
  .nav-item:hover{
    background-color: #0068b7;
    color: white;
  }
  .nav-item:hover a{
    color: white;
  }
  .nav-item:hover .hd{
    color: white;
  }
  .nav-item-li a:hover{
    background-color: #00479d;
    color: white;
    width: 100%;
    margin:0 auto;
  }
  .banner{
    width: 100%;
    overflow: hidden;
    
    max-width: 1920px;
  }
  .banner_box{
    width: 100%;
    position: relative;
  }
  .banner_hd li img{
    width: 100%;
    display: block;
  }
  .banner_bd{
    position: absolute;
    
    bottom: 4px;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
  }
  .banner_bd ul li{
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    margin: 8px;
    float: left;
  }
  .banner_bd ul li.on{
    background-color: #00479d;
    width: 15px;
    height: 15px;
  }
  .banner_bd img{
    width: 100%;
    display: block;
  }
  .banner_box .prev{
    right: 330px; 
    background: url("../images/prev.png") 0% 0% / 100% no-repeat; 
  }
  .banner_box .next { 
    left: 320px; 
    background: url("../images/next.png") 0% 0% / 100% no-repeat; 
  }
  .banner_box .prev{ 
    width: 49px; 
    height: 56px; 
    line-height: 56px; 
    position: absolute; 
    top: 0px; 
    bottom: 0px; 
    margin: auto; 
    cursor: pointer; 
  }
  .banner_box .next{
    width: 49px; 
    height: 56px; 
    line-height: 56px; 
    position: absolute; 
    top: 0px; 
    bottom: 0px; 
    margin: auto; 
    cursor: pointer; 
  }
  .center{
    width: 100%;
  }
  .news{
    width: 100%;
    background: url(../images/news_bg.png) no-repeat right;
    overflow: hidden;
  }
  .news_bd{
    width: 100%;
  }
  .news_bd ul li{
    width: 695px;
    height: 395px;
  }
  .n_box{
    width: 100%;
    position: relative;
  }
  .img_box{
    width: 695px;
    height: 386px;
    overflow: hidden;
  }
  .img_box img{
    width: 100%;
    transition: all .3s;
  }
  .img_box img:hover{
    transform: scale(1.1);
  }
  .n_info{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .n_info p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
  }
  .news_box{
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .n_info p{
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 39px;
    background-color: #0068b7;
    line-height: 39px;
  }
  .news_img{
    width: 695px;
    position: relative;
  }
  .news_hd{
    position: absolute;
    bottom: 50px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    width:100%;
  }
  .news_hd ul li{
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    float: left;
    margin: 5px;
  }
  .news_hd ul li.on{
    background-color: #00479d;
  }
  .news_list{
    width: 559px;
    height: 390px;
    background-color: white;
  }
  .n_list_box{
    padding: 15px;
  }
  .tit{
    width: 100%;
  }
  .tit p{
    font-size: 24px;
    font-weight: bold;
    float: left;
  }
  .tit span{
    display: block;
    float: right;
    background: url(../images/more.png) no-repeat right;
    line-height: 25px;
  }
  .tit span a{
    padding-right: 20px;
    font-size: 14px;
  }
  .list_item{
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
  }
  .item_info{
    width: 100%;
  }
  .item_info h3{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 529px;
  }
  .item_info p{
    font-size: 14px;
    text-indent: 2em;
    margin-top: 10px;
    color: #a6a8ab;
    height: 38px;
  }
  .n_time{
    
    background: url(../images/n_time.png) no-repeat left;
    
    float: right;
  }
  .n_time span{
    font-size: 14px;
    padding-left: 21px;
    font-family: "MASTANA\ JELLIY";
  }
  .item_a{
    position: relative;
  }
  .item_a p{
    font-size: 15px;
    float: left;
    width: 400px;
    padding-left: 11px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .item_a p::after{
    content: "";
    background: url(../images/n_xb.png) no-repeat left;
    position: absolute;
    left: 0px;
    bottom: 9px;
    width: 4px;
    height: 4px;
  }
  .item_a .n_time{
    margin-top: 0px;
  }
  .list_item ul li{
    border-top: 1px solid #e5e5e5;
    margin-top: 14px;
    padding-top: 15px;
    transition: all .3s;
  }
  .list_item ul li:first-child{
    border: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .list_item ul li:hover{
    transform: translateY(-4px);
  }
  .list_item ul li:first-child:hover{
    transform: translateY(0px);
  }
  .notice-rule{
    width: 100%;
    background: url(../images/nr_bg.png) no-repeat center #00479d;
  }
  .notice,.rule{
    width: 625px;
    height: 370px;
    overflow: hidden;
    margin-top: 56px;
    margin-bottom: 45px;
  }
  .notice .tit,.notice .tit a,.rule .tit,.rule .tit a{
    color: white;
  }
  .notice_list{
    margin-top: 27px;
  
  }
  .notice_list ul li{
    width: 100%;
    height: 69px;
    overflow: hidden;
    margin-top: 12px;
    transition: all .3s;
  }
  .notice_box{
    width: 100%;
  }
  .notice_time{
    width: 57px;
    height: 69px;
  }
  .notice_time p{
    width: 100%;
    height: 29px;
    background-color: #cfa972;
    font-size: 12px;
    text-align: center;
    line-height: 29px;
    color: white;
  }
  .notice_time span{
    display: block;
    width: 100%;
    height: 40px;
    background-color: white;
    line-height: 40px;
    text-align: center;
    font-size: 29px;
    color: #666666;
  }
  .notice_info{
    width: 89%;
    height: 69px;
    overflow: hidden;
  }
  .notice_info p{
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 51px;
    margin-top: 8px;
    line-height: 27px;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .notice_list ul li:hover{
    transform: translateY(-4px);
  }
  .rule .tit{
    color: white;
  }
  .rule_list{
    width: 100%;
    margin-top: 28px;
  }
  .rule_item{
    width: 100%;
    position: relative;
  }
  .rule_info{
    width: 480px;
    overflow: hidden;
  }
  .rule_item p{
    float: left;
    width: 500px;
    overflow: hidden;
    color: white;
    padding-left: 11px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .rule_item .n_time{
    color: white;
    background: url(../images/zc_time.png) no-repeat left;
  }
  .rule_item p::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 0px;
    bottom: 8px;
    background-color: #cfa972;
  }
  .rule_list ul li{
    margin-top: 13px;
    border-top: 1px solid white;
    padding-top: 12px;
    transition: all .3s;
  }
  .rule_list ul li:first-child{
    margin-top: 0px;
    border: none;
    padding-top: 0px;
  }
  .rule_list ul li:hover{
    transform: translateY(-4px);
  }
  .link{
    width: 100%;
    background: url(../images/link_bg.png) no-repeat center;
    overflow: hidden;
  }
  .link_box{
    margin-top: 52px;
    margin-bottom: 37px;
  }
  .link_box ul li{
    float: left;
    margin-bottom: 12px;
    transition: all .3s;
  }
  .link_box ul li:hover{
    transform: translateY(-4px);
  }
  .link_box ul li:first-child{
    width: 288px;
    height: 195px;
    overflow: hidden;
  }
  .link_box ul li:nth-child(4) .link_item{
    margin-left: 0px;
  }
  .link_box ul li:nth-child(4) p{
    background-color: #0075a9;
  }
  .link_box ul li:nth-child(5){
    margin-left: 16px;
  }
  .link_box ul li:nth-child(3) p{
    background-color: #448aca;
  }
  .link_box ul li:last-child p{
    background-color: #004986;
  }
  .link_item,.link_item2{
    width: 480px;
    height: 195px;
    overflow: hidden;
    margin-left: 16px;
  }
  .link_item p,.link_item2 p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    width: 183px;
    height: 195px;
    background-color: #cfa972;
    text-align: center;
    line-height: 195px;
    color: white;
  }
  .link_item img,.link_item2 img{
    display: block;
    float: right;
    width: 297px;
    height: 195px;
    overflow: hidden;
  }
  .link_item2 p{
    float: right;
  }
  .link_item2 img{
    float: left;
  }
  .footer{
    width: 100%;
    background: url(../images/footer.png) no-repeat center;
    overflow: hidden;
  }
  .footer_box{
    margin-top: 36px;
    margin-bottom: 53px;
  }
  .footer_info{
    width: 400px;
    height: 150px;
  }
  .footer_info h3{
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  .footer_info>span{
    display: block;
    width: 35px;
    border:4px solid #cfa972;
    border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
  }
  .footer_info p{
    color: white;
    margin-top: 10px;
    line-height: 31px;
  }
  .footer_logo{
    width: 465px;
    height: 68px;
    margin-top: 53px;
  }
  .static_bg{
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .teacher-center { 
    position: relative; 
  }
  .teacher-center-box-left { 
    background-color: rgb(7, 86, 169); 
    text-align: center; 
    line-height: 106px; 
    float: left; 
    margin-top: -38px; 
  }
  .teacher-center-box-left h2 { 
    width: 296px; 
    height: 106px; 
    color: white; 
    font-size: 22px; 
    font-weight: bold; 
  }
  .teacher-nav { 
    background-color: white; 
  }
  .teacher-nav li { 
    height: 65px; 
    text-align: center; 
    line-height: 65px; 
  }
  .teacher-nav li a { 
    font-size: 15px; 
  }
  .teacher-nav li:hover { 
    background-color: rgb(238, 238, 238); 
  }
  .teacher-nav li:hover a { 
    color: rgb(7, 86, 169); 
  }
  .teacher-center-box-right { 
    float: right; width: 984px; 
  }
  .location { 
    margin-top: -26px; 
    position: relative; 
    z-index: 1111; 
  }
  .location span { 
    margin-left: 10px; 
    z-index: 1111; 
    font-weight: bold; 
  }
  .location a { 
    z-index: 111; 
  }
  .opcity-bg { 
    background-color: rgb(238, 238, 238); 
    opacity: 0.4; 
    margin-top: -30px; 
    width: 100%; 
    float: left; 
    height: 35px; 
  }
  .teacher-list { 
    width: 100%; 
    margin-top: 10px; 
  }
  .teacher-list > .human-infor > ul { 
    padding-bottom: 30px; 
  }
  .teacher-list > .human-infor > ul > li { 
    padding-top: 50px; 
    margin-left: 36px; 
    margin-bottom: 27px; 
  }
  .teacher-list > .human-infor > ul > li > div { 
    width: 460px; 
  }
  .teacher-list > .human-infor > ul > li > .human-infor-container > .infor-box > .message { 
    width: 265px; 
  }
  .search-list > ul > li { 
    padding-top: 18px; 
    padding-bottom: 18px; 
    border: 1px solid rgb(223, 223, 223); 
    margin-top: 20px; }
  .search-list > ul > li > a { 
    display: block; 
    overflow: hidden; 
    position: relative; 
  }
  .search-list li .search-date p { 
    font-size: 27px; 
    line-height: 38px; 
    position: relative; 
    background-color: rgb(0, 104, 183); 
    color: white; 
    font-family: "方正兰亭中黑_GBK.TTF"; }
  .search-date span { 
    font-size: 12px; 
    position: relative; 
    line-height: 39px; 
  }
  .search-date { 
    background-color: rgb(236, 236, 236); 
    width: 69px; 
    height: 72px; 
    text-align: center; 
    margin-left: 30px; 
    color: black; 
    transition: all 0.3s ease 0s; 
  }
  .background-images img { 
    width: 100%; 
    height: 841px; 
  }
  .search-list-tit { 
    display: block; 
    margin-left: 68px; 
    height: 41px; 
    font-size: 14px; 
    line-height: 25px; 
    color: black; 
    margin-top: 2px; 
    transition: all 0.3s ease 0s; 
  }
  .search-last-text { 
    overflow: hidden; 
    padding-left: 23px; 
    padding-top: 6px; 
  }
  .search-last-text h1 { 
    font-size: 18px; 
    font-weight: normal; 
    padding-left: 24px; 
    color: rgb(9, 9, 9); 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    max-width: 550px; 
  }
  .search-last-text p { 
    font-size: 14px; 
    line-height: 22px; 
    color: rgb(118, 118, 118); 
    margin-top: 10px; 
    text-indent: 2em; 
    overflow: hidden; 
    height: 44px; 
    display: -webkit-box; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
  }
  .search-list { 
    margin-left: 18px; 
    margin-top: 20px; 
    margin-bottom: 12px; 
  min-height:400px;
  }
  .search-list ul li { 
    transition: all 0.3s ease 0s; 
  }
  .search-list ul li:hover { 
    box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px; 
    transform: scale(1) translateY(-3px); 
    background-color: white; 
  }
  .search-list ul li:hover .search-last-text h1 { 
    font-weight: bold; 
  }
  .value-tit h4 { 
    font-size: 20px; 
    line-height: 1; 
    margin-top: 40px; 
    color: rgb(9, 9, 9); 
    text-align: center; }
  .value-tit-p { 
    font-size: 14px; 
    line-height: 40px; 
    background-color: rgb(244, 244, 244); 
    color: rgb(118, 118, 118); 
    text-align: center; 
    text-indent: 2em; 
    margin-top: 15px; }
  .search-right {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 0px 30px 50px;
    min-height: 400px;
    margin-left: 41px;
    }
  .value-tit-p span { 
    display: inline-block; 
    margin: 0px 8px; }
  .value-text p { 
    font-size: 16px; 
    color: rgb(129, 129, 129); 
    margin-top: 30px; 
    text-indent: 2em; }
  .value-text-link { 
    margin-top: 42px; 
  }
  .value-text-link a { 
    margin: 30px 0px; 
    color: rgb(103, 103, 103); 
  }
  .value-text-link div { 
    margin: 15px 0px; 
  }
  .value-text-link a:hover { 
    color: rgb(0, 71, 157); 
  }
  
  .nav-item:hover a { 
    color: white; 
  }
  .nt_hd>.tempWrap{
    height:383px !important;
  }
  .team-list .first {
    width: 100%; 
    border-bottom: 1px solid #ccc; 
    padding-top: 24px;
  }
  .team-list .first h1{ 
    font-size: 17px; 
    font-weight: bold;    
    color: #333;
  }
  .search-list2{
    margin-left: 18px;
      margin-top: 20px;
      margin-bottom: 12px;
  } 
  .search-list2 team-list ul li{
    float: left;
      width: 33%;
      padding: 18px 0;
      transition: all .3s;
  }
  .team-list li h1 { 
    font-size: 16px; 
    padding: 0px 14px; 
    border-left: 4px solid rgb(7, 86, 169);
  }
.value-text{
  overflow:hidden;
}
.value-text table{
  width:100%;
}
