html {
  background-color: #f7f7f7 !important;
}

#app-wrap,
.footer-boxs {
  display: none;
}

.pc-foot {
  display: block;

}

.main {
  width: 1200px;
  margin: 20px auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
}

.label {
  padding: 10px 0;
  background: url(./list1.png)no-repeat center;
  background-size: 100% 100%;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  color: #0287e6;
  line-height: 10px;
  font-size: 18px;
}
.logo{
  display: inline-block;
  background: url(./header-logo.png) no-repeat center;
  width: 200px;
  height: 80px;
  background-size: 100% 100%;
  position: absolute;
  left: 50px;
}
.bannerImg {
  height: 400px;
  background: url(./linanbanner.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.tops{
  padding: 10px;
}
.label {
  padding: 20px 10px;
}
.common_list{
  padding: 10px 30px;
}
.common_list li a{
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  /* display: inline-block; */
}
.common_list li a:hover{
  color: #e9bb8b;
  font-weight: bolder;
}
.title_name{
  width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.time{
  width: 120px;
  margin-left: 20px;
}
.more{
  width: 130px;
  height: 40px;
  background-color: #e9bb8b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #f7f7f7;
  font-weight: bolder;
  border-radius: 50px;
}
.bttoms{
  margin-top: 30px;
}
.two{
  background: url(./list2.png)no-repeat center;
  padding: 10px 0;
  background-size: 100% 100%;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  color: #0287e6;
  line-height: 10px;
  font-size: 18px;
}
.box_center{
  display: flex;
 padding: 30px 0;
}
.right{
  width: 50%;
  padding:0 20px 0;
}
.lfet{
  width: 50%;
}
.title{
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  line-height: 50px;
}
.text{
  text-indent: 2rem;
  line-height: 2.0;
}
.btn{
  display: inline-block;
  font-weight: bolder;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background-color: #e9bb8b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  float: right;
  color: #f7f7f7;
}
.ts_zuo{
  width: 240px;
  height: 260px;
  display: block;
  background-image: url(./zuobian.png) ;
  background-size: 100% 100%;
  margin-right: 15px;
}
.ts_you{
  width: 240px;
  height: 260px;
  display: block;
  background-image: url(./youbian.png) ;
  background-size: 100% 100%;
}