*{

    margin: 0;

    padding: 0;

}

ul,li {

    margin: 0;

    padding: 0;

    list-style: none;

}

.list{

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    min-width: 1280px;

    box-sizing: border-box;

}

.head{
    width: 100%;
    height: 70px;
    min-width: 1280px;
}
.info{
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tu{
    width: 107px;
    height: 36px;
    margin-top: 16px;
}

.info>ul{
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.info>ul>li{
    float: right;
    display: block;
}
.info>ul>li>a{
    color: black;
    font-size: 14px;
    line-height: 70px;
    text-decoration:none
}
.info>ul>li>a:hover{
    color:#C5B25A ;
    text-decoration:none;
}
a{
    color: black;
    text-decoration:none
}
a:hover{
    color:#C5B25A ;
    text-decoration:none
}
.center {

    width: 100%;

    height: 100%;

    background: #F1F1F1;

    display: flex;

    flex-direction: column;

    background: #f5f5f5;

}

.center-one{
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    display: flex;
}
.center-one>ul{
    width: 100%;
    display: flex;
    height: 60px;
}

.center-one>ul>li{
    line-height: 60px;
    display: block;
    margin-right: 10px;
    font-size: 14px;
}
.center-two{
    width: 1280px;
    display: flex;
    margin: 0 auto;
}

.both{

    width: 100%;

    display: flex;

    justify-content: space-between;

}

.zuo {
    width: 380px;
    height: 635px;
    display: block;

  }

  .zuo> img {

    width: 380px;
    height: 635px;
    display: block;

  }

  .right{

    width: 880px;

  }

  .qdcl_tit{

    height: 65px;
    background: white;

  }

  .qdcl_tit>h2{

    line-height: 65px;
    font-weight: bold;
    margin-left: 20px;
    font-size: 24px;
    color: #333333;

  }

  .lie {

    width: 100%;

    background: #ffffff;

    border-bottom: 0.5px solid #e7e7e7;

    cursor: pointer;

    text-decoration:none;

  }

  .lie:hover{

    background: #F6F6F6;

    text-decoration:none;

  }

  .lie>a:hover{

      color: black;

  }

  .lie>h2{

    font-size:18px;
    display: block;

  }

  .top1 {

    width: 95%;
    margin: 0 auto;  
  }

  .top1 > h2 {
    display: flex;
    flex-direction: column;
    display: block;
/* margin-top: 32px; */
    line-height: 80px;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #000000;
    text-align: justify;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;

  }

  .bot1 {


    width: 95%;

    margin: 0 auto;


  }

  .bot1>span{
margin-top: -5px;
    font-size: 12px;
    display: block;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    color: #999999;
    margin-bottom: 30px;

  }

  .pagecode02{
      display: flex;
      /* justify-content: space-between; */
      /* width: 85%; */
      margin: 0 auto;

      margin-top: 20px;

      margin-bottom: 40px;

  }

  .ye{

    padding: 10px 20px 10px 20px;

      margin-right: 12px;

      background: #FFFFFF;
      border: 1px solid white;

      /* height: 20px; */

      /* line-height: 10px; */

  }

  .ye:hover{

    background: #f1f1f1f1;
    border: 1px solid #e7e7e7;

  }
  .cur{
    padding: 10px 20px 10px 20px;

    margin-right: 12px;

    background: #f1f1f1f1;
    border: 1px solid #e7e7e7;

    /* height: 2vw; */

    /* line-height: 2vw; */
    color:#C5B25A;
  }
  .dp_active {
  	color:#C5B25A;
  	}
  	 .dp_active:hover {
  	color:#C5B25A;
  	}

  .foot{

    width: 100%;

    background: #212224;

    display: flex;

    flex-direction: column;

}

.top{

    width: 100%;


    border-bottom:1px solid #666666;

}

.zh{

    width: 1280px;

    margin: 0 auto;

}

.zh>div{

    width: 100%;

    display: flex;

    margin-top: 20px;

}

.zh>div>span{

    line-height: 30px;
    margin-right: 30px;
    background: #000000;
    padding: 0 15px 0 15px; 
    color: #666666;
    font-size: 14px;

}

.zh>div>.active{

    background: #353D40;

    color: white;

}

.zh>div>.active>a{

    color: white;

}

.zh>div>span>a{

    color:  #A6A7A7;

text-decoration:none;

}

.nav{

    width: 100%;

}

.nav>ul{

    display: none;  
    margin-bottom: 20px;
}

.nav>ul:nth-child(1){


    display: flex;

    flex-direction: column;


}

.nav>ul>.yi{


    display: flex;

    flex-wrap: wrap;

}

.nav>ul>.yi>li{

    margin-top: 10px;

}

.nav>ul>.yi>li>a{

    color: #A6A7A7;
text-decoration:none;
cursor: pointer;
margin-right: 12px;
font-size: 14px;
line-height: 20px;

}

.nav>ul>.yi>li>a:hover{

    color:white ;

    text-decoration:none;

}

.yi{

    display: flex;

}

.bot{

    width: 100%;
    background: #212224;
    margin-top: 10px;

}

.about{

    width: 1280px;

    display: flex;

    margin: 0 auto;

    justify-content: space-between;


}

.left{

    width: 55%;

}

.guanyu {

    height: 3vw;height: 50px;

  }

  .guanyu > span {

    line-height: 30px;
    color: #ffffff;
    font-size: 15px;
    display: block;

  }

  .zhong {

    width: 100%;

  }

  .zhong > span {

    display: flex;

    flex-wrap: wrap;

    color: #9fa0a0;

    font-size: 14px;

  }

  .xia {

    height: 40px;  
    width: 100%;
    margin-top: 20px; 

  }

  .xia > span {

    color: #9fa0a0;

    font-size: 14px;

  }

  .left2 {

    width: 21%;

  }

  .zhong2 {

    display: flex;

    flex-direction: column;

  }

  .zhong2 > span {

    font-size: 14px;
    color: #9fa0a0;
  }

  .left3 {

    width: 70px;

  }

  .erweima {
    width: 70px;
    height: 70px;
  }
  .erweima > img {
    width: 70px;
    height: 70px;
    display: block;
  }
  .kk,.act{

    color: #C5B25A;

}