.banner{
  width: 100%;
  height: 498px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content{
  overflow: hidden;
  margin-top: 20px;
}
.content .title{
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.content .title ul{
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}
.content .title li{
  float: left;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin-left: 50px;
  margin-top: 20px;
  padding: 10px 0;
  cursor: pointer;
}
.content .title li:first-child{
  margin-left: 0;
}
.content .title_active{
  border-bottom: 3px solid #F2C531;
  color: #FEC300 !important;
}
.content .list{
  width: 100%;
  /* height: 1870px; */
  margin-top: 74px;
  background-image: url(../image/pic/column.png);
  background-size: 25px;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}
.content .list .page{
  width: 100%;
  overflow: hidden;
}
.content .list .page2019{
  margin-top: 57px;
}
.content .list .page2016{
  margin-top: 88px;
}
.content .list .page2015{
  margin-top: 101px;
  line-height: 71px;
}
.content .list .page2014{
  margin-top: 95px;
  line-height: 71px;
  text-align: right;
}
.content .list .page2013{
  margin-top: 102px;
  line-height: 71px;
}
.content .list .page2013s{
  margin-top: 105px;
}
.content .list .page2011{
  margin-top: 112px;
  line-height: 71px;
  text-align: right;
}
.content .list .page2006{
  margin-top: 117px;
}
.content .list .page_btn{
  width: 128px;
  height: 41px;
  background: #FEC300;
  border-radius: 36px;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  float: left;
}
.content .list .page_text{
  float: left;
  font-size: 16px;
  color: #000000;
  width: 537px;
  margin-left: 91px;
  line-height: 41px;
  /* text-align: right; */
}
.content .page_right{
  margin-left: 429px;
}
.content .page_left{
  margin-left: 20px;
  text-align: right;
}
.content .page_left .page_text{
  margin-left: 0;
  margin-right: 93px;
}
.content .company{
  width: 100%;
  overflow: hidden;
}
.content .company p{
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-top: 50px;
}
.content .company p span{
  display: block;
  font-size: 18px;
}
.content .member{
  font-size: 16px;
  color: #000000;
  white-space: pre-wrap;
  text-align: justify;
  line-height: 180%;
}
.content .member img{
  width: 100%;
  margin: 0 0 55px;
}
.page_hidden{
  display: none;
}