* { margin: 0; padding: 0; }
/*html, body { height: 100%; }*/
body { font-family: '微软雅黑'; font-size: 100%; }
a, a:visited{ color: #333;text-decoration: none; }
a:link {outline: none;color: #333; text-decoration: none;}
a:hover { text-decoration: none; color: #00b388;}
img { display: inline-block; }
ul{margin:0;}
li, ul li { list-style: none; }
/* .xdf-copyright{padding-bottom:10px;} */

/* 针对统一底部作修改 changed by jiangling0815 start */

#zkFooter #pcTest {
  /* margin-top: 0px; */
}

#zkFooter .xdf-copy-sm.hidden-pc {
  /* background-color: #e8f7f3; */
  /* height: 118px; */
}

#zkFooter .xdf-copy-sm.hidden-pc  .copy-sm-line{
  background-color: transparent;
}
#zkFooter .xdf-copy-sm.hidden-pc p{
  font-size: 14px;
  color: #333;
  margin: 0px;
}
#zkFooter #xdf-footer1 {
  background-color: #e8f7f3;
  margin-bottom: 0px;
  padding-bottom: 50px;
}
#zkFooter .a_z{
  background-color: #00b388;
}

#zkFooter .a_you {
  background-color: #fda94d;
}

#zkFooter .a_z .try_xdftell, #zkFooter .a_you .niu1 {
  color: #fff;
}

#zkFooter .a_z .b_lines {
  background-color: #fff;
}


@media (min-width: 1025px) {
  #zkFooter #xdf-footer1 {
    background-color: #fff;
    padding-bottom: 0px;
  }
  #zkFooter #pcTest {
   margin-top: 10px;
    height: auto;
  }
  #zkFooter .xdf-copy-sm.hidden-pc {
    height: auto;
  }
}

/* 针对统一底部作修改 changed by jiangling0815 end */

/* 针对统一顶部topNav- common.css做的补丁 */
#common_topNav {
  display: none;
}

@media (min-width:1025px) {
  .topNav_main .container {
    width: 970px;
  }

  #common_topNav {
    display: block;
  }
  .topNav_main {
    width: 100%;
  }
  .topNav-left, .topNav-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topNav-left {
    line-height: 28px;
  }
  .topNav-right {
    height: 28px;
  }
  .switch_list {
    left: -15px;
    width: 100px;
  }
  .switch_list dl {
    text-align: center;
    margin-bottom: 2px;
  }
}


@media (min-width:1200px) {
  .topNav_main .container {
    width: 1140px;
  }
 
}

/* topNav 补丁 end */

/*common share*/
#common_share { background: #fff; border: 1px solid #ccc; color: #333; height: 25px; line-height: 25px; padding: 10px 0 0 5px; width: 953px; margin: auto auto 10px auto; }

/*common copyright*/
#common_copyright { text-align: center; width: 100%; margin: 0 auto; padding: 0; }
#common_copyright p { color: #fff; font-size: 12px; height: 28px; line-height: 28px; margin: 0 auto; text-align: center; }
#common_copyright p a, #common_copyright p a:visited, #common_copyright p a:hover { color: #fff; font-size: 12px; text-decoration: none; }
#common_copyright p a { padding: 0 1em; }
#common_copyright p a:hover { text-decoration: underline; }
#common_copyright .copy_main { height: 88px; text-align: center; }
#common_copyright ul { background: url(http://bj.xdf.cn/Portals/24/xdf_common/images/top_bottom.png) no-repeat 50px -248px; margin: 0 auto; padding: 14px 0 0 100px; text-align: left; width: 420px; }
#common_copyright ul li { color: #333; font-size: 12px; line-height: 21px; width: 330px; }
#common_copyright .copy_Line { background: none repeat scroll 0 0 #EEEEEE; border-top: 1px solid #666666; display: block; height: 1px; line-height: 1px; overflow: hidden; }
#common_copyright p, #common_copyright p a, #common_copyright p a:visited, #common_copyright p a:hover, #common_copyright ul li { color: #666666; }
#box7 { padding: 20px 0 0 0; box-sizing: border-box; }

/* 旧的 topNav start */
/* header { margin-bottom: 30px; }
header .welcome { font-size: 12px; padding: 10px 15px; }
header nav.navbar { min-height: 40px; }
header .navbar-right { margin-right: 0;padding-left: 15px; }
header .navbar-nav>li>a { padding: 10px 15px; } */
/* 旧的 topNav end */
/*  */
/* 旧的 顶部导航， 搜索和 hot 闭合 start*/
/* 
header .logo { padding: 0; }
header .logo .logo-1{padding-right:12px;}
header .logo .logo-2{padding:0 12px;}
header .logo .logo-3 { font-size: 22px; text-decoration: none; outline: none; padding-left: 15px;position: absolute;}
header .logo img { display: inline-block; }
header .search .navbar-form { margin: 0 auto;padding:0 10px; }
header .search .form-control {width: 357px; border-radius: 0; border: 1px solid #00A17A; height: 35px; }
header .search .form-control:focus { }
header .search .btn { background: #00A17A; border: 1px solid #00A17A; border-radius: 0; margin-left: -5px; }
header .search .hot ul { display: inline-block; margin: 8px auto; white-space: nowrap;color:#ff0000; }
header .search .hot ul li { display: inline-block; padding: 0 3px; }
header .search .hot ul li a { font-size: 12px; line-height: 12px;color:#ff0000; } */
/* 旧的 顶部导航， 搜索和 hot 闭合 end  */


/*  添加list_zhongkao.htm页面主体部分背景色, 各个box添加背景色 changed by jiangling0815 start */
.header{
  margin: 0px;
}
.main-box{
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 51px;
}
.main-box .cumb{
  display: none;
}
.main-box .main-center{
  
}
.main-box .main-center .content{
  margin: 0;
  border: none;
  background: #fff;
  padding: 15px 0;
}

.main-center .content li a{
  font-size: 14px;
  line-height: 32px;
  
}
/* 去除推荐文章加粗样式 */
.main-center .content li a b{
  font-weight: normal;
}
.main-center .page_mobile{
  margin:0px;
  padding-top: 0px;
  padding-bottom: 20px;

}
.main-center .content li p{
  margin: 0px;
  padding: 0px;
  /* width: 100%; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-center .content li a .news-type{
  color:#333;
}
.main-center .content li a .news-type:hover{
  color:#00b388;
}
.main-center .content li .data{
  padding: 0px;
  float: none;
  color: #9c9c9c;
  line-height: 2;
  
}
@media (min-width: 1025px){
  .main-box{
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-box .cumb{
    display: block;
  }
  .main-box .main-center .content{
    padding: 15px;
  }
  .main-center .pager{
    background-color: #fff;
    margin: 0;
    padding: 2px 0px;
  }
  .main-center .pager .page .current{
    background: #00b388;
  }
  .main-center .pager .page a:hover{
    background: #00b388;
  }
 
  .main-center .content li p{
    display: inline-block;
    margin: 0px;
    /* width: 86%; */
  }
  .main-center .content li p.col-p{
    padding: 0px;
  }
  .main-center .content li .data{
    padding: 0px;
    text-align: right;

  }
}
/* 添加list_zhongkao.htm页面主体部分背景色, 各个box添加背景色 end */

/* 添加 article_zhongkao.htm页面主体背景色， 各个box背景色 start */
/* 没有使用content.css, 按照 高考网的article样式写  */
/* article_zhongkao - article */
.main-center .zk-article{
  border: none;
  padding:0px;
  margin: 0px;
  line-height: initial; 
  margin-bottom: 0px; 
  background: #fff;
  padding-bottom: 20px;
}
.zk-article .zk-article-title{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 900;
  color: #666;
  text-align: center;
  padding: 0px 15px;
  padding-top: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.main-center .zk-article .zk-article-info{
  border: none;
  margin: 0px;
  font-size: 14px;
  color: #999;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;

  word-wrap: break-word; 
word-break: normal; 
}
.zk-article-info .txt-gap{
  display:inline-block;
  vertical-align: 0px;
  margin:0 6px;
}
.zk-article .zk-article-body{
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.zk-article .zk-editor{
  text-align: right;
  font-size: 14px;
  padding-right: 30px;
  margin-top: 20px;
}
.main-center .zk-about{
  padding: 0px;
  border: none;
  background: #fff;
  margin-top: 20px;
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.zk-about .zk-about-title{
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  color: #333;
  margin-bottom: 25px;
}
.zk-about .zk-about-list li {
  padding: 0px;
}
/* .zk-about .zk-about-list li::before{
  content:"\2022";
  color:#666;
  font-size:12px;
  margin-right: 0px;
  vertical-align: 2px;
} */
.zk-about .zk-about-list li a{
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 26px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zk-about .zk-about-list li a:hover{
  color: #00b388;
}
@media (min-width: 1025px){
  .zk-article{
    padding-bottom: 45px;
  }
  .zk-article .zk-article-body{
    padding-left: 30px;
    padding-right: 30px;
  } 
  .zk-about .zk-about-list li a{
    
  }

}

/* 添加 article_zhongkao.htm页面主体背景色， 各个box背景色 changed by jiangling0815  start */

/* 精彩视频模板 list_zkvvideo.htm 样式打补丁 start */
.main-center .zk-video-cont .zk-video-item{
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1025px){
  .main-center .zk-video-cont .zk-video-item{
    padding: 0 10px;
  }
}
/* 精彩视频模板 list_zkvvideo.htm 样式打补丁 start */

/* navbar-fixed-bottom, goup-container  找不到 start */
.navbar-fixed-bottom { background: #00A17A; z-index: 99999; }
.navbar-fixed-bottom .col-xs-6 { padding: 10px; border: 1px solid #fff; }
.navbar-fixed-bottom .col-xs-6 a { color: #fff; font-size: 16px; text-decoration: none; outline: none; }
.goup-container { opacity: 0.4; z-index: 1030; }
/* navbar-fixed-bottom goup-container 找不到 end */
.more a { color: #9a9a9a; }



/*slider*/
.bx-wrapper { position: relative; padding: 0; *zoom: 1; }
.bx-wrapper img { max-width: 100%; display: block; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: 10px; width: 100%; }
.bx-wrapper .bx-loading { min-height: 50px; background: url(../images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #248d55; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #3adf12; }
.bx-wrapper .bx-controls-direction .bx-prev { position: absolute; margin-top: 55px; margin-left: -50px; outline: 0; text-indent: -9999px; z-index: 999; }
.bx-wrapper .bx-controls-direction .bx-next { position: absolute; margin-top: 55px; margin-right: -50px; outline: 0; text-indent: -9999px; z-index: 999; }
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../images/controls.png) -86px -11px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../images/controls.png) -86px -44px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }
.bx-wrapper .bx-prev { background: url(../images/left.png) no-repeat; width: 46px; height: 88px; top: 85px; filter: none !important; left: -1px; }
.bx-wrapper .bx-prev:hover { background: url(../images/left-hover.png) no-repeat; transition: all ease .8s; }
.bx-wrapper .bx-next { background: url(../images/right.png) no-repeat; width: 46px; height: 88px; top: 85px; filter: none !important; right: -1px; }
.bx-wrapper .bx-next:hover { background: url(../images/right-hover.png) no-repeat; transition: all ease .8s; }


/*sliderbar*/
.nav-collapse ul { margin: 0; padding: 0; width: 100%; display: block; list-style: none; }
.nav-collapse li { width: 100%; display: block; }
.js .nav-collapse { clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; }
.nav-collapse.opened { max-height: 9999px; }
.nav-toggle { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
@media screen and (min-width:40em) {
    .js .nav-collapse { position: relative; }
    .js .nav-collapse.closed { max-height: none; }
    .nav-toggle { display: none; }
}

/*home*/
.carousel-control span{position: absolute;top: 50%;left: 50%;margin-top: -28px;margin-left: -15px;font-size: 40px;}
    .carousel-indicators .active{background-color: #00A17A;}
.box-1 { margin-bottom: 20px; }
.box-1 .nav { padding-right: 0; }
.box-1 .nav h3 { margin: 0px; padding: 10px; font-size: 20px; transition: all .5s; }
.box-1 .nav .content h3 { color: #00A17A; }
.box-1 .nav .content a { color: #9a9a9a; padding: 0 10px; border-right: 1px solid #d5d5d5; }
.box-1 .nav .content a:hover { color: #00A17A; }
.box-1 .nav .title { background: #00A17A; color: #fff; padding: 8px 15px; }
.box-1 .nav ul { border: 1px solid #0dbba1; height: 382px; background: #f8f8f8; }
.box-1 .nav ul li span { color: #7cdaa8; padding-right: 20px; float: right;margin-top: 5px;}
.box-1 .nav ul li.active>h3 a span { padding-left: 30px; transition: all .5s; }
.box-1 .nav ul li .content { padding: 5px 20px 5px 27px; background: #fff; border: 1px solid #e5e5e5; box-shadow: 0 0 8px #ccc; display: none; position: absolute; background: #fff; color: #333; font-size: 16px; left: 193px; top: 0; z-index: 99; width: 600px; height: 382px; }
.box-1 .nav h3 a { outline: none; text-decoration: none; border-bottom: 1px dashed #e5e5e5; padding: 5px 0; font-size: 16px;font-weight: 900;display:block;}
.box-1 .tab ul { border-bottom: 2px solid #00A17A; height: 39px; margin-bottom: 10px; }
.box-1 .tab ul li { display: inline-block; }
.box-1 .tab ul li a { border-bottom: 2px solid #00A17A; color: #282828; display: inline-block; height: 39px; line-height: 39px; padding: 0 18px; font-size: 18px; text-decoration: none; }
.box-1 .tab ul li a:hover { background: #edf6f4; color: #1eb694; }
.box-1 .slider img { width: 100%; }
.box-1 .col-md-4 { padding-left: 0; }
.box-1 .article { background: #f8f8f8; padding: 20px; height: 333px; border: 1px solid #e5e5e5; }
.box-1 .article h3 { margin-top: 0; color: #00A17A; margin-bottom: 20px; }
.box-1 .article li { margin-bottom: 10px; }
.box-1 .article li a { font-size: 16px; }
.box-1  .jpwz { display: block;  margin-bottom: 20px;}
.box-1  .f_right { float: right;display: inline;margin-bottom: 0; vertical-align:middle;}
.box-2 { background: #f8f8f8; padding-bottom: 20px; }
.box-2 .time-line {     padding: 0; }
.box-2 .time-line h3 { border-left: 3px solid #00b388; padding-left: 15px; }
.box-2 .time-line ul { border: 1px solid #e5e5e5; text-align: center; padding: 20px; padding-top: 15px; }
.box-2 .time-line ul li { border-bottom: 1px dashed #e5e5e5; }
.box-2 .time-line ul li .col-md-3 h4 { font-size: 24px; line-height: 30px; width: 40px; margin-top: 10px; margin-bottom: 0; }
.box-2 .time-line ul li .col-md-3 .month-1 { margin-top: -5px; }
.box-2 .time-line ul li .col-md-3 h4 p { margin: 0; }
.box-2 .time-line ul li .col-md-7 { padding-left: 0; margin-top: 15px; line-height: 24px; }
.box-2 .time-line ul li .col-md-7 a { font-size: 14px; padding: 5px; }
.box-2 .content .tab { border-bottom: 2px solid #b5b5b5; }
.box-2 .content h3 { border-bottom: 2px solid  #00b388; margin-bottom: 0; margin-bottom: -2px; padding-bottom: 5px; }
.box-2 .content h3, .box-2 .content .list-1, .box-2 .content .list-1 li, .box-2 .content .more { display: inline-block; }
.box-2 .content .more, .box-2 .content .list-1 { float: right; margin-top: 30px; margin-bottom: 5px; }
.box-2 .content .list-1 li a { padding: 0 10px; color: #555555; }
.box-2 .content .more { padding-left: 20px; }
.box-2 .content .bord { height:243px;border: 1px solid #e5e5e5; margin-top: 20px; padding: 15px 10px; background: #fff; margin-bottom: 0; transition: all .5s; }
.content .bord:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); transition: all .5s; }
.box-2 .content .bord li { padding-top: 10px; display: block; }
.box-2 .content .bord li a { font-size: 15px; }
.content .bord li a:hover { color: #00A17A; }
.box-2 .content .bord li a span { font-size: 12px; }
.box-2 .content .zkbk .bord{ height: 315px;}
.box-2 .content .zkbk .bord li { display: block;}
.box-2 .content .bord h4 { display: inline-block; color: #00A17A; padding-right: 5px; margin: 0; padding:5px 0;}
.box-2 .content .ad { margin-top: 20px; }
.box-2 .content .bord p { display: inline-block; padding: 0px; margin: 0; }
.box-2 .content .bord p a { color: #555555; }
.box-2 .content .bord p.more>a { color: #9a9a9a; }
.box-2 .content .bord .more { margin-top: 3px; padding: 0; }
.box-2 .content .bord .img-content { padding: 0; }
.box-2 .content .bord .img-content h5, .box-2 .content .bord .img-content span { color: #00b388; }
.box-2 .content .bord img { padding: 0; padding-right: 5px; }
.box-2 .content .bord .mytab li { padding-top: 0; }
.box-2 .content .bord .mytab li a { display: inline-block; color: #333; padding-right: 5px; font-size: 18px; line-height: 1.1; margin-bottom: 0px; padding: 0 10px; }
.box-2 .content .bord .mytab li.active a { text-decoration: none; color: #00A17A; border: 1px solid #e5e5e5; border-bottom: 0; padding: 0 10px; margin: 0; }
.box-2 .content .bord .mytab .aaa{display: inline-block;}
.box-2 .content .video-list { margin-top: 20px; }
.box-2 .content .video-list .col-md-3 { padding: 5px; }
.box-2 .content .video-list .col-md-3 img { width: 100%; }
.box-2 .content .video-list h4 { font-size: 15px; text-align: center; }
.box-3 .special { padding-left: 0; }
.box-3 .special h3 { border-left: 3px solid #00b388; padding-left: 15px; }
.box-3 .special ul { border: 1px solid #e5e5e5; text-align: center; padding: 20px; padding-top: 15px; margin: 0; }
.box-3 .special ul li { }
.box-3 .content .tab { border-bottom: 2px solid #b5b5b5; }
.box-3 .content h3 { border-bottom: 2px solid  #00b388; margin-bottom: 0; margin-bottom: -2px; padding-bottom: 5px; }
.box-3 .content h3, .box-3 .content .list-1, .box-3 .content .list-1 li, .box-3 .content .more { display: inline-block; }
.box-3 .content .more, .box-3 .content .list-1 { float: right; margin-top: 30px; margin-bottom: 5px; }
.box-3 .content .list-1 li a { padding: 0 10px; color: #555555; }
.box-3 .content .more { padding-left: 20px; }
.box-3 .content .bord { border: 1px solid #e5e5e5; margin-top: 20px; padding: 15px 10px; background: #fff; margin-bottom: 0; transition: all .5s; }
.box-3 .content .bord li { padding-top: 10px; display: inline-block; }
.box-3 .content .bord li a { font-size: 15px; }

.box-3 .content .bord h4 { display: inline-block; color: #0dbba1; padding-right: 5px; }
.box-3 .content .bord li { padding-top: 10px; display: inline-block; }
.box-3 .content .bord h4 { display: inline-block; color: #00A17A; padding-right: 5px; margin: 0; }
.box-3 .content .bord p { display: inline-block; padding: 0px; margin: 0; }
.box-3 .content .bord p a { color: #555555; }
.box-3 .content .bord p.more>a { color: #9a9a9a; }
.box-3 .content .bord .more { margin-top: 3px; padding: 0; }
.box-3 .content .col-md-8 ul li { display: inline-block; }
.box-3 .content .col-md-8 ul li .school { display: inline-block; width: 103px; padding: 5px; margin-top: 10px;vertical-align: top; }
.box-3 .content .col-md-8 .tab-list { margin-top: 20px; border: 1px solid #e5e5e5; margin-bottom: 0; padding: 10px 0; }
.box-3 .content .col-md-8 .tab-list li a { padding: 20px 0; }
.box-3 .content .col-md-8 .tab-list .active>a { background: #00b388; color: #fff; padding: 11px 3px; }
.box-3 .content .col-md-8 .tab-content { border: 1px solid #e5e5e5; border-top: 0; }
.box-3 .content .col-md-8 .tab-content li { padding: 10px; display: none; height: 159px; height: 162px\9; }
.box-3 .content .col-md-8 .tab-content .content-1 { display: block; }
.box-3 .content .col-md-8 .tab-list li a { padding: 11px 3px; font-size: 18px; text-decoration: none; outline: none; }
.box-3 .content .col-md-8 .tab-content li a h4 { font-size: 15px; }
.box-3 .content .col-md-8 .tab-list-2 { margin-top: 20px; border: 1px solid #e5e5e5; margin-bottom: 0; padding: 10px 0; }
.box-3 .content .col-md-8 .tab-list-2 li a { padding: 20px 0; }
.box-3 .content .col-md-8 .tab-list-2 .active>a { background: #00b388; color: #fff; padding: 11px 12px; }
.box-3 .content .col-md-8 .tab-content-2 { border: 1px solid #e5e5e5; border-top: 0; }
.box-3 .content .col-md-8 .tab-content-2 li { padding: 10px; display: none; height: 159px; height: 162px\9; }
.box-3 .content .col-md-8 .tab-content-2 .content-1 { display: block; }
.box-3 .content .col-md-8 .tab-list-2 li a { padding: 5px; font-size: 18px; text-decoration: none; outline: none; }
.box-3 .content .col-md-8 .tab-content-2 li a h4 { font-size: 14px; }
.text_left{text-align:left;}
.biankuang img {  border:1px solid #ccc;}
/*other*/
/* 原来的 导航条 mynav start*/
/* .mynav { background: #00A17A; }
.mynav ul { margin: 0; padding: 10px 0; }
.mynav ul li { display: inline-block; }
.mynav ul li a { color: #fff; font-size: 18px; padding: 10px 25px; text-decoration: none; outline: none; }
.mynav ul li a.active, .mynav ul li a:hover { background: #00906d; } */
/* 原来的 导航条 mynav end*/
.cumb {  margin-bottom: 20px;}
.cumb .cumb-title{
  font-size: 14px;
  color: #999;
}
.cumb .cumb-line { font-size: 14px; font-weight: normal; display: inline;color: #999;}
.cumb .cumb-line a{
  color: #999;
}
.cumb .cumb-line a:hover{
  color: #00b388;
}
.right .bord { 
  background-color: #fff; padding: 15px; font-size: 14px; line-height: 1.5; margin-bottom: 16px; }

.right .bord h4 { display: inline-block; }
.right .bord .more { float: right; margin-top: 5px; margin-bottom: 0; }
.right .bord li { padding-top: 10px; }

/* jiangling0815 中考咨询 start */

.right .zk-zixun .zk-zixun-list{
  margin-bottom: 0px;
  padding: 0px 15px;
  padding-top: 6px;
  padding-bottom: 18px;
}
.right .zk-zixun .zk-zixun-list li{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .right .zk-zixun .zk-zixun-list li::before{
  display: inline-block;
  content:"\2022";
  color:#666;
  font-size:12px;
  margin-right: 0px;
  vertical-align: 2px;
} */

.right .zk-zixun .zk-zixun-list li a{
  color: #666;
}
.right .zk-zixun .zk-zixun-list li a:hover{
  color: #00b388;
}

/* 对 课程导航 zk-kctj的样式打补丁 start */
.right .special{
  margin-bottom: 15px;
}
.right .special .special-list{
  margin-bottom: 0px;
  padding: 16px 15px;
}
.right .special .special-list li{
  padding-top: 0px;
}
/* 对 课程导航 zk-kctj的样式打补丁 end */


.right .special .icon { background: #00b388; padding: 10px; color: #fff; display: inline-block; width: 86px; height: 86px; }

.right .special h5 { font-size: 16px; }
.right .special .course a { border-right: 1px solid #333; padding-right: 2px; }
.right .special .course .last { border-right: 0; }
.right .button .col-md-6 { padding: 0; }
.right .button a { background: #00b388; font-size: 16px; color: #fff; border-radius: 0;}
.right .link { margin-bottom: 15px; }
   .li_block{display: block;}
.margin_left50{margin-right:50px;}
/*增加--zx*/
.h3_list{padding-left: 5px;padding-right: 5px;}
.h3_list .list_out{margin-top: 2px;}
li.list_t h3,li.list_b h3{padding-right: 0px !important;}
li.list_t h3 a,li.list_b h3 a{border-bottom: none !important;}
.h3_list .list_out a{font-size: 14px;padding: 2px;margin-right: 5px;}
span.glyphicon{display: none}
li.list_t,li.list_b{display: inline-block;border-bottom: none;}


.box-1 .article h3{font-size: 18px;display: inline;}
.box-2 .box2_timline{position: relative;border-left: 1px solid #00b388;padding-bottom: 5px;padding-top: 5px;padding-right:10px;min-height:50px;}
.box-2 .box2_timline span{width: 16px;height: 16px;border-radius: 50%;border:1px solid #00b388;background: #fff;display: block;position: absolute;left: -8px;top: 20px;}
.box-2 .box2_timline span.at{background: #00b388;}
.box-2 .time-line ul li{border-bottom: none;}
.box-2 .time-line ul li .col-md-8 a{font-size: 14px;padding:6px;margin-top: 5px;display:block;}
.box-2 .time-line ul li .col-md-8{border-bottom: 1px dashed #e5e5e5;}
h4.month p{margin-bottom: 0px;margin-top: 20px;}
.box-2 .content .bord .mytab li.active a{border:none;background: #efefef;padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px;}
.right .special .icon{padding: 0px;display: block;width: 100%;height: auto;background: #fff;}
.right .special .icon img{display: inline-block;vertical-align: middle; width:30px; height:26px;}
.right .special h5{display: inline;vertical-align: middle;color: #fff;}
.right .special h5:hover{
  text-decoration: underline;
}
.right .special .icon .kc_tit{background: #00b388;padding-left: 5px;padding: 5px;width: 130px;}
.right .special .course a{border-right: none;padding-right: 5px;}
.right .special .course{margin:14px 0 14px;padding-left: 0px; padding-right: 0px}
.right .special .special-list li:last-child .course{
  margin-bottom: 0px;
}


/*媒体查询*/
@media (min-width:1200px) {
    .navbar-fixed-bottom { display: none }
}
@media (min-width:992px) and (max-width:1200px) {
    .navbar-fixed-bottom { display: none }
}
@media (min-width:768px) and (max-width:992px) {
    #common_topNav { display: none; }
}
@media (max-width:768px) {
  /* jiangling0813 */
    /* header { margin-bottom: 10px; }
    header .logo { background: #fff; padding: 10px; box-shadow: 0 3px 5px rgba(0, 0, 0, .382); position: fixed; top: 0;left:0; width: 100%; z-index: 999; }
    header .logo .xdf { margin-left: 0px; }
    header .search .navbar-form { margin: 15px; padding: 0; margin-bottom: 0; height: 35px; display: none; }
    header .navbar-form .form-group { display: inline-block; height: 35px; vertical-align: top; }
    header .search .form-control { display: inline-block; height: 35px; }
    header .search .btn { display: inline-block; margin: 0; height: 35px; margin-bottom: 3px; vertical-align: top; } */

    #common_topNav { display: none; }
    .show_jiathis { display: none; }
    #common_copyright ul { background: none; text-align: center; padding: 16px 0 0 0px; width: 100%; }
    #common_copyright ul li { width: 100%; }
    .copy_main, #common_copyright p a { padding: 0; }

    header .nav { float: right; }
    header .nav li { display: inline-block; }
    header .nav li a { display: inline-block; }
    header .nav .dropdown { display: inline; }
    header .nav .dropdown-toggle { float: right; }
    header .nav .dropdown .dropdown-menu { background: #fff; }
    header .nav .dropdown .dropdown-menu li { display: block; }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: 0; }

    .box-1 .article { display: none; }
    .box-1 .article li { margin: 10px 0; }
    .box-1 .banner { margin-top: 60px; }
    .box-1 .banner img{width:100%;height:auto;margin:0 auto;}
    .box-1 .col-md-4 { padding-left: 15px; }
    .box-2 { margin: 0px; border: 1px solid #e5e5e5; padding: 0; }
    .box-2 .content .list-1, .box-3 .content .list-1 { display: none; }
    .content .bord { display: none; }
    .content .all { display: block; }
    .box-2 .content .bord .img-content { text-align: center; }
    .box-2 .content .bord li { display: block; }
    .box-3 .content .bord { padding: 11px; }
    .box-3 .content .bord li { display: block; }
    .box-3 .content .col-md-8 ul li { padding: 10px 20px; }
    .box-3 .content .col-md-8 .tab-list { margin-top: 0; padding: 15px; background: #f8f8f8; }
    .box-3 .content .col-md-8 .tab-list-2 { background: #f8f8f8; }
    .box-3 .content .col-md-8 .tab-content li { height: auto; }
    .box-3 .content .col-md-8 .tab-content-2 li { height: auto; }
    .box-3 .content .col-md-8 .tab-content li .school:nth-last-child(1) { display: none; }
    .box-3 .content .col-md-8 .tab-content-2 li .school:nth-last-child(1) { display: none; }
    .box-3 .content .col-md-8 ul li .school img { width: 100%; }

    /* .mynav { margin: 0 15px; }
    .mynav ul li { margin: 5px 0; padding: 10px 0; }
    .mynav ul li a { padding: 10px; } */
    .pager { padding: 0;margin: 0px; }
    /* header .logo button { margin: 0; margin-right: 15px; background: #00A17A; }
    header .logo button .icon-bar { background: #fff; } */
    /* 旧页面中移动端导航 #nav start */
    /* #nav { margin-top: 15px; }
    #nav li { display: inline-flex; width: 32%; border: 1px solid #00A17A; margin-top: 10px; }
    #nav li a { font-size: 16px; padding: 10px; width: 100%; text-align: center; text-decoration: none; outline: none; }
    #nav li .active { background: #00A17A; color: #fff; font-weight: bold; } */
      /* 旧页面中移动端导航 #nav end */
    .more a { font-size: 14px; }
    .box-3 .content .col-md-8 ul li .school { width: 170px; }
    .box-1 .nav-xs ul li { display: inline-block; padding: 10px 5px; margin: 7px 0; text-align: center; }
    .box-1 .nav-xs h3 { border-bottom: 2px solid #00b388; display: inline-block; padding-bottom:5px;}
    .box-1 .nav-xs ul li a { padding: 10px 15px; background: #00A17A; color: #fff; font-size: 16px; border: 1px solid #00A17A; text-decoration: none; outline: none;display:block;text-align:center; }
    .right .special { margin: 15px 0; margin-bottom: 0px;}
    .right .special .icon { width: 100%; height: auto; }
    .right .special .course { 
        text-align: left;
        padding: 10px;
        border: 1px solid #dcdcdc;
        margin: auto auto 15px auto;
    }
    .right .button .col-md-6 { text-align: center; }
    .right .special .course a { display:inline-block; padding:0px; width: 15%; }
    .right .button a {width: 100%;}
    .right .button .btn-left{padding-right:10px;}
    .right .button .btn-right{padding-left: 10px;}
.right .special .icon .kc_tit{background: #00b388;padding-left: 5px;padding-bottom: 5px;width: 100%;text-align:center;}
.box-1 .nav-xs ul li{text-align: left;}
.box-2 .content .bord{height: auto !important;}
.content .all{height: auto;}
.carousel-indicators{bottom:-8px;}
#box7 { padding: 20px 0 40px 0;}
.content .col-md-4 ul li{padding-top:5px !important;padding:5px;}
}

/*iphone 6 plus*/
@media (max-width:414px) {
    /* header .logo button { margin-right: 0; } */
    .box-3 .content .list-1 li a { padding: 5px; }
    .box-3 .content .col-md-8 ul li .school { width: 175px; }
    .box-1 .nav-xs ul li a{font-size: 14px;}
    .box-2 .content .zkbk .bord{height: auto;}
#common_copyright p{display:none;}.xdf-copyright{padding-bottom:55px;}
.xdf-copyright ul{padding-top:8px;}
}

/*iphone 6*/
@media (max-width:375px) {
    .box-1 .nav-xs ul li a { font-size: 14px; padding: 10px; }
    /* .mynav ul li a { padding: 10px 5px; }
    header .search .navbar-form { margin: 15px 0; margin-bottom: 0; margin-top: 80px; }
    header .search .form-control { width: 280px; }
    header .search .hot { padding: 0; } */
    .box-2 .content .list-1 li a { padding: 10px 5px; }
    .box-3 .content .col-md-8 ul li { padding: 8px; }
    .box-3 .content .col-md-8 ul li .school { width: 150px; }
    .xdf-copyright{padding-bottom:50px;}
    .xdf-copyright ul{padding-top:8px;}
}

/*iphone 5*/
@media (max-width:320px) {
    /* header .search .navbar-form { margin-top: 70px; }
    header .logo { padding: 5px; }
    header .logo .logo-1{padding-right:6px;}
    header .logo .logo-2{padding:0 6px;}
    header .search .form-control { width: 240px; }
     */
    .box-2 { padding: 0; }
    .box-1 .article li a { font-size: 14px; }
    .box-2 .content .bord li a { font-size: 13px; }
    .box-2 .content .list-1 li, .box-3 .content .list-1 li { margin: 5px 0; }
    
    .box-3 .content .col-md-8 .tab-list { padding: 10px 5px; }
    .box-3 .content .col-md-8 ul li { padding: 10px 4px; }
    .box-3 .content .col-md-8 ul li .school { width: 130px; }
    .box-1 .nav-xs ul li a { padding: 10px 5px; }
    .right .special .course a { font-size: 13px; }
    .right .special .course { padding: 10px 5px; }
}
@media (max-width:300px) {
    /* header .search .form-control { width: 200px; }
    header .logo .fgx { display: none; }
    header .logo a .logo-2 { display: none; } */
    .box-2 .content .list-1 li a { padding: 10px 3px; }
    .box-3 .content .bord li a { font-size: 14px; }
    .box-3 .content .list-1 li a { padding: 3px; }
    .box-3 .content .col-md-8 ul li .school { margin: 0 3px; }
    #common_copyright p { padding: 0 }
}


/* ======以下代码是对旧代码做的补丁======== */

/* 与新首页顶部搜索和导航一样 start */

/* 只限于导航的通用样式 */
@media (min-width:992px){
  .col-md2-10{
    width: 83.33333333%;
  }
}
@media (min-width:1025px){
  .col-md2-10{
    width: 100%;
  }
}
.mob-hide{
  display: none;
}
@media (min-width:1025px){
  .mob-hide{
    display: block;
  }
  .pc-hide{
    display: none;
  }
}
/* 移动端展开nav时候的蒙层 */
.mob-nav-cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  display: none;
  z-index: 3;
}
/* searNav-wrap start */
.searNav-wrap .row{
  position: relative;
}
.searNav-wrap .searNav-top{
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 5;
}
.search-box{
  overflow: hidden;
  padding: 0px;
  padding-top: 13px;
  padding-bottom: 11px;
}

.search-box .logo-box{
  float: left;
  padding:0px;
}
.logo-box .img-logo-xdf{
  width: 64px;
}
.logo-box .img-vline{
  margin-left: 9px;
  margin-right: 9px;
  width: 1px;
  /* height: 27px; */
  /* margin-top: -3px; */
}
.logo-box .logo-txt{
  font-size: 16px;
	letter-spacing: 0px;
  color: #000;
  vertical-align: middle;
}

.nav-box{
 clear: both;
 position: absolute;
 width: 100%;
 padding-top: 51px;
 background-color:#fff;
 z-index: 4;

}
.btn-nav{
  padding: 0px;
  text-align: right;
}

.btn-nav .iconnav{
  height: 50px;
  line-height: 50px;
  color: #00b388;
}

.nav-list .nav-item{
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #ddd;
  font-size: 0px;
}
.nav-list .nav-item:first-child{
  border-top: 1px solid #ddd;
}
.nav-list .nav-item .link-nav{
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
}

.nav-list .nav-item .link-nav .nav-title{
  font-size: 16px;
  text-align: left;
}

.nav-list .nav-item .link-nav:hover{
  text-decoration: none;
  color: #00b388;
}
@media (min-width:1025px) {
  .searNav-wrap .searNav-top{
    position: static;
    background-color: #fff; 
    z-index: initial;
  }

  .search-box{
    padding-top: 20px;
    padding-bottom: 16px;
  }
  
  .logo-box{
    line-height: 50px;
  }
  .logo-box .img-logo-xdf{
    width: 80px;
  }
  .logo-box .img-vline{
    margin-left: 9px;
    margin-right: 9px;
    height: 27px;
    margin-top: -3px;
  }
  .logo-box .logo-txt{
    font-size: 16px;
  }
  .logo-box .img-vline{
    display: none;
  }
  .logo-box .vline{
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #333333;

    margin-left: 12px;
    margin-right: 12px; 
    vertical-align: middle;
  }
  .logo-box .logo-txt{
    font-size:22px;
    line-height: 21px;
    vertical-align: middle;
  }
  
  .btn-nav{
    display: none;
  }
  .nav-box{
    position: static;
    z-index: initial;
    padding-top: 0px;
    /* background-color: #dfdfdf; */
   }
   .nav-list{
    padding-left: 0px;
    
  }
  .nav-list .nav-item{
    width: auto;
    margin-right: 42px;
    padding-bottom: 16px;
    border-bottom: none;
  }
  .nav-list .nav-item:first-child{
    border-top: none;
  }
  .nav-list .nav-item .link-nav .iconarrow{
    display: inline-block;
    margin:0 4px;
    color: #333;
    font-size: 13px;
  }
  .nav-list .nav-item .link-nav:hover .iconarrow{
    color: #00b388;
  }
  .nav-list .nav-item.sub .subnav-box{
    position: absolute;
    width: 197px;
    height: 84px;
    top: 61px;
    left: 50%;
    font-size: 14px;
    margin-left: -108px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

    padding: 15px;
    z-index: 3;
    display: none;
    
  }
  .subnav-box li{
    float: left;
    margin-bottom: 12px;
  }
  .nav-list .nav-item.sub:nth-child(3) .subnav-box li{
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-list .nav-item.sub:nth-child(4) .subnav-box li{
    padding-left: 10px;
    padding-right: 10px;
  }

  /* 搜索框 */
  .searchbar-box{
    padding: 0px;
  }

  .searchbar-box .searchbar{
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
    background: #f5f5f5;
    width: 485px;
    border-radius: 30px;
    height: 50px;
    -moz-box-shadow: 3px 3px 10px #efefef;
    box-shadow: 3px 3px 10px #efefef;
    
  }
  .searchbar input {

    border: none;
    outline: none;
    display: inline-block;
    box-shadow: none;
    color: #8d8d8d;
    width: 425px;
    line-height: 45px;
    background: none;
    text-indent: 25px;
    font-size: 14px;
    height: 45px;
    margin-top: 4px;
  }
  .searchbar input:focus{
    outline: none;
    border: none;
    box-shadow: none;
  }

  .searchbar .btn-search{
    background: transparent;
    outline: none;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0px;
    vertical-align: 3px;
  }

}
@media (min-width:1200px) {
  .search-box{
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* searNav-wrap end */

/* 与新首页顶部搜索和导航一样 end */

/*  在right-zhongkao.htm中的title 与新首页的title保持一致  start */
/* zk-kctj */
.right .right-title-box{
  font-size: 0px;
  padding-bottom: 15px;
}

.right-title-box .right-title-vline{
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #00b388;
  margin-right: 11px;
  vertical-align: middle;
}
.right-title-box .right-title{
  display: inline-block;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #000;
  margin-right: 8px;
  vertical-align: middle;
}
.right-title-box .right-more{
  font-size: 12px;
  color: #666;
  vertical-align: -9px;
}
.right-title-box .right-more:hover{
  color: #00b388;
}
.right-title-box .right-more .icon{
  background: none;
  display: inline;
  font-size: 12px;
  margin-left: 4px;
  font-size: 12px;
  color: inherit;
}

@media (min-width:1200px) {

  .right-title-box .right-title-vline{
    vertical-align: initial;
    margin-right: 13px;
    height: 24px;
  }
  .right-title-box .right-title{
    vertical-align: initial;
    font-size: 22px;
    line-height:1;
    letter-spacing: 0px;
    vertical-align: 5px; 
  }
  .right-title-box .right-more{
    vertical-align: 4px;
  }
}

/* zixun */
.right .zk-zixun .right-title-box{
  padding-top: 12px;
}
/*  在right-zhongkao.htm中的title 与新首页的title保持一致  end */

/* 列表页移动端分页按钮 打补丁 start */
.main-center .page_mobile select{
  height: 40px;
  width: 80px;
  margin-right: 20px;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 12px;
}
.main-center .page_mobile a{
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
  color: #333;
  margin-top: 1px;
}
/* 列表页移动端分页按钮 打补丁 end */

/* 对article_zhongkao pc 点击下面的微信按钮， 打补丁  */
.bd_weixin_popup{
  height: 310px !important;
}
.bd_weixin_popup .bd_weixin_popup_foot{
  line-height: 18px !important;
}

/* code by linhaijing 20210409 恢复中考网二级页详情页注册框 */
    #register_a{
        background:#ecfdf7 url("http://bj.xdf.cn/templets/default/zhongkao/images/res_bg_sed.jpg") no-repeat top center;
        display: block;
        margin:0 auto;
        padding:25px 20px 30px 20px;
        height: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    #register_a .res_xs{
      position: absolute;
      top:0;
      left: 7%;
    }
    #register_a .res_xs img{
        width: 39px;
    }
    #register_a .res_left h3{
        font-size: 23px;
        color:#00b388;
        font-weight: bold;
        margin:auto auto 4px auto;
        padding-left:50px;
    }
    #register_a .res_left h3 strong{
        font-size: 14px;
        font-weight: bold;
    }
    #register_a .res_left p{
        font-size: 14px;
        color:#00b388;
        letter-spacing: -0.5px;
        padding-left:50px;
        margin-bottom:15px;
    }
    #register_a .res_right{
        width: 100%;
        position: relative;
    }
    #register_a .res_right .f_input{
        margin: auto auto 15px auto;
        width: 100%;
    }
    #register_a .res_right .res_button{
        margin: 17px auto auto auto;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        width: 52%;
        height: 40px;
        background-image: linear-gradient(to right, #fd9243, #ff6c45);
        border-radius: 21px;
        color:#fff;
        line-height: 38px;
        cursor: pointer;
    }
    #register_a .res_right .f_input input{
        border:1px solid #00b388;
        background:#fff;
        padding:10px 9px;
        width: 100%;
        font-size: 14px;
        outline: none
    }
    #register_a .agree p{
        display: inline;
        padding-left: 5px;
    }
    #register_a .agree{
        position: relative;
        font-size: 14px;
        color:#999;
    }
    #register_a .agree a{
        text-decoration: underline;
        color:#999;
    }
    #register_a .agree input{
        opacity:0;
        z-index: 5;
        position: relative;
        left: 0;
        top: 1px;
        cursor:pointer;
        display: inline;
    }
    #register_a .agree i{
        background:noe;
        width: 14px;
        height: 14px;
        display: inline-block;
        z-index: 2; 
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 2px;
        border: 1px solid #999;
    }
    #register_a .agree input:checked + i{
        background:url("http://bj.xdf.cn/templets/default/zhongkao/images/checkbox_after.png") no-repeat;
    }
    #register_a p#p1,#register_a .p_name,#register_a .p_tel,#register_a .p_grade{
        color:#f00;
        padding:0;
        font-size: 14px;
        text-align: left;
        margin:0 auto;
    }


    /*重置弹框*/
    .alertBox{
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background: rgba(0, 0, 0, 0.2);
      z-index: 4000;
    }
    .gk_covermain{
      position: relative;
      background: url("http://bj.xdf.cn/templets/default/zhongkao/images/zk_cover.png") no-repeat top center;
      width: 390px;
      min-height: 314px;
      top:20%;
      padding:120px 35px 0 35px;
    }
    .gk_covermain h3{
        font-size: 20px;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin:0 auto;
        padding:0;
        line-height: 45px;
    }
    .gk_covermain p{
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }
    .alertBox_close{
      font-size: 18px;
      color:#fff;
      background-image: linear-gradient(to right, #fd9243, #ff6749);
      border-radius: 22px;
      padding:10px 0;
      width: 42%;
      margin:0 auto;
      text-align: center;
      cursor: pointer;
    }
    .ul_list{
margin-bottom:10px
}
    .ul_list li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 10px 25px;
}
.ul_list li.thisclass, .ul_listone li.thisclass{
    background-color: #00b388;
    color: #fff;
}
.thisclass a {
    color: #fff;
}

    @media screen and (max-width: 1024px){
        #register_a{
          margin:15px 15px auto 15px;
          background-size: cover;
        }
        #register_a .res_xs,.pager,.right .special .icon img{
            display: none;
        }
        .ul_list,.ul_listone{
      margin-top: 10px;
      display: flex;
    }
    .ul_list li,.ul_listone li{
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    }
        
        
    }
    @media screen and (max-width: 480px){
      #register_a .res_left h3{
        font-size: 23px;
        text-align: center;
        padding-left: 0;
      }
      #register_a .res_left p{
          padding-left:0;
          text-align: center;
      }
      .gk_covermain p {
          margin: 0 30px;
      }
      .gk_covermain{
        width: 95%;
        background-size: contain;
        margin:0 auto;
        padding-top:110px;
      }
    }
    @media screen and (max-width: 414px){
      .gk_covermain{
        width: 90%;
      }
      .gk_covermain p{
        margin:auto auto 10px auto;
        line-height: 25px;
      }
      
    }
    @media screen and (max-width: 375px){
      #register_a .res_xs{
        left:6%;
      }
      .gk_covermain{
        padding-top:90px;
      }
      

    }
    @media screen and (max-width: 360px){
      .gk_covermain{
        padding-top:80px;
      }
      .gk_covermain p{
        margin-bottom: 15px;
      }

    }
/* code by linhaijing 20210409 恢复中考网二级页详情页注册框 end */