/* new 页面开始*/
.newsList .banner {
  position: relative;
}

.newsList .banner b {
  position: absolute;
  color: #fff;
  font-size: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.newsList #h1_rep_title {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 0
}

.newsList .box_item {
  display: flex;
  flex-wrap: wrap;
}

.newsList .k12-cl-cplb-2nt2-1-01-list>span{
  display: block;
  margin: 10px 0;
  color: #666;
}
.newsList .navs{
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
.newsList .navs a{
  padding: 10px 60px ;
  margin: 20px ;
  font-size: 20px;
  background-color: #f6f6f6;
}
.newsList .navs .active{
  background-color: #1e78e6;
  color: #fff;
}
.newsList .k12-cl-cplb-2nt2-1-01-list {
  width: 31.3333%;
  border: 0;
  padding: 5px;
  box-sizing: box-shadow;
  box-shadow: 0 0 6px 0px #ccc;
  background: #fff;
  display: block;
  margin: 0 1% 15px;
  box-sizing: border-box;
}

.newsList .k12-cl-cplb-2nt2-1-01-list:hover {
  border: 0;
  transition: 0.5s;
}

.newsList .k12-cl-cplb-2nt2-1-01-list:hover .newsList .k12-cl-cplb-2nt2-1-01-list-deta {
  border: 1px solid #000;
  background: #000;
  transition: 0.5s;
}

.newsList .k12-cl-cplb-2nt2-1-01-list:hover .newsList .k12-cl-cplb-2nt2-1-01-list-deta p {
  color: #fff;
  transition: 0.5s;
}

.newsList .k12-cl-cplb-2nt2-1-01-list>h4 {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: bold;
}
.newsList .k12-cl-cplb-2nt2-1-01-list:hover h4{
color:#26477e ;
}
.newsList .k12-cl-cplb-2nt2-1-01-list p{
  color: #999;
  font-size: 0.8em;
}
.newsList .k12-cl-cplb-2nt2-1-01-list-desc {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: center;
  margin: 0 20px;
}

.newsList .k12-cl-cplb-2nt2-1-01-list-deta {
  width: 100px;
  height: 40px;
  display: block;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.newsList .k12-cl-cplb-2nt2-1-01-list-deta>p {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
  outline: none;

}
.news-date {
  font-size: 13px;
  color: grey;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.q-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0;
}
/* new 页面结束*/

/* support 页面开始*/
.support .banner {
  position: relative;
}

.support .banner>.title {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.support .banner>.title p{
  font-size: 0.8em;
}
.support>.box{
  display: flex;
  padding: 60px 10px;
  justify-content: space-between;
}
.support>.box .item{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.support>.box .item p{
  font-size: 35px;
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.support>.box .item p::before{
  content: "";
  position: absolute;
  width: 30px;
  bottom: 0;
  height: 2px;
  background-color: #1e78e6;
}
.support>.box .item span{
  font-weight: bold;
  display: block;
  margin-bottom: 60px;
}
.support>.box .item a{
  background-color: #1e78e6;
  color: #fff;
  font-weight: bold;
  padding: 8px 40px;
}

/* support 页面结束*/

/* FQA 页面开始*/
.FQA .banner {
  position: relative;
}

.FQA .banner>.title {
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 1280px;
  font-size: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.FQA>.box{
  padding: 60px 10px;
}
.FQA .Collapsing {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center right no-repeat;
  color: #000;
  /* color: #0559c0; */
}

.FQA .coll_body {
  display: none;
}

.FQA .coll_body a {
  display: block;
  margin: 10px;
  text-align: center;
  background: #ebebeb;
}

.FQA .current {
  color: #0559c0;
}
/* FQA 页面结束*/

 @media(max-width:600px) {
     .newsList .navs a{
         padding: 10px 10px;
         font-size: 14px;
     }
     .support>.box .item {
         margin-bottom: 40px;
     }
    .support>.box .item span{
        margin-bottom: 20px;
    }
    .support>.box .item p{
        padding-bottom: 20px;
    }
    .newsList #h1_rep_title{
        line-height: inherit;
        font-size: 1.35px;
       padding-top: 40px ;
       padding-bottom: 0;
    }
    .newsList .box_item{
        flex-direction: column;
    }
    .newsList .k12-cl-cplb-2nt2-1-01-list{
        width: 100% ;
    }
    .support>.box{
        flex-direction: column;
    }
    .support>.box .item{
        width: 100%;
    }
    .support .banner>.title{
        display: none;
    }
    .newsList .banner b{
        display: none;
    }
    .FQA .banner>.title{
        display: none;
    }
 }