.gl-content{
  margin: 0 0 30px;
}
.gl-c-left{
  width: 234px;
  text-align: center;
  border-top: 4px;
  color: #fff;
}
.gl-c-l-title{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(to left, #E0C595, #c19b72);
  color: #fff;
  padding: 20px 10px;
}
.gl-c-l-title img{
  width: 26px;
  display: inline-block;
  margin-top: -6px;
  margin-right: 10px;
}
.gl-c-l-content{
  background-color: #f7f7f7;
}
.gl-c-l-content a{
  display: block;
  text-align: left;
  font-size: 18px;
  color: #666666;
  padding: 20px 10px 20px 50px;
  border: 1px solid #ddd;
  border-top: 0;
  box-sizing: border-box;
}
.gl-c-l-content .active{
  color: #C19B72;
  font-weight: bold;
  position: relative;
}
.gl-c-l-content .active i{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  border: 1px solid #C19B72;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 20px;
}
.gl-c-right{
  border: 1px solid #ddd;
  width: 1140px;
  box-sizing: border-box;
  padding: 20px 24px 0;
}
.e {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-list{
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding: 10px 0;
}
.new-list li{
  overflow: hidden;
}
.new-list li span{
  float: right;
  color: #666;
}
.new-list li i{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #e4e4e4;
  margin-right: 10px;
  vertical-align: middle;
}
.new-list li a{
  display: inline-block;
  max-width: 80%;
}
.universal-titile2 {
  border-bottom: 1px solid #E1E1E1;
  font-size: 20px;
  color: #C19B72;
  padding-bottom: 20px;
  font-weight: bold;
}
.universal-titile2 a{
  border-left: 3px solid #C19B72;
  padding-left: 10px;
  color: #C19B72;
}
.universal-titile3 a{
  color: #333;
}
.gl-c-r-content .new-list{
  border-top: 1px solid #ddd;
  padding: 16px 0;
}
.gl-c-r-content .new-lisy:first-child{
  border-top: 0;
}
.gl-b-r{
  width: 1140px;
  margin-top: 34px;
}
.gl-b-c{
  margin-top: 34px;
}
.gl-c-center{
  width: 100%;
  padding: 0;
}
.gl-c-center .gl-c-l-title{
  padding-left: 18px; 
}
.gl-c-center .gl-c-r-content{
  padding: 0 40px;
}
.gl-c-r-c-img{
  padding-bottom: 26px;
  /*overflow: hidden;*/
}
.gl-img-item{
  width: 410px;
  background-color: #f7f7f7;
  margin-top: 18px;
  margin-right: 60px;
  display: inline-block;
  vertical-align: top;
}
.gl-img-item:nth-child(3n){
  margin-right: 0;
}
.gl-img-item a{
  display: block;
}
.gl-img-item img{
  width: 100%;
  height: 223px;
}
.gl-img-item p{
  font-size: 16px;
  color: #333;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 4px;
  line-height: 16px;
}
.gl-img-item span{
  display: block;
  box-sizing: border-box;
  padding: 0 14px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #999;
}
/*网站地图*/
.wzdt-c-r-content{
  box-sizing: border-box;
  padding: 0 38px;
  padding-bottom: 48px;
}
.wzdt-c-r-content p{
  margin: 0 10px;
  margin-top: 34px;
  line-height: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #C19B72;
  font-size: 20px;
  font-weight: bold;
  color: #C19B72;
  padding-left: 10px;
}
.wzdt-c-r-content p img{
  display: inline-block;
  margin-top: -6px;
  margin-right: 8px;
}
.wzdt-c-r-c-list{
  margin-top: 8px;
}
.wzdt-c-r-c-list a{
  display: inline-block;
  cursor: pointer;
  width: 200px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  background-color: #f7f7f7;
  margin: 20px 10px 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wzdt-c-r-c-list a:hover{
  background-color: #C19B72;
  color: #fff;
}
@media screen and (min-width: 769px){
  .gl-c-l-content a:hover{
    color: #C19B72;
  }
  .new-list li a:hover{
    /*color: #C19B72;*/
    font-weight: bold;
  }
  .gl-img-item:hover p{
    color: #C19B72;
  }
}
@media screen and (max-width: 768px){
  .gl-content{
    margin: 0 0 .3rem;
  }
  .gl-c-left{
    width: 100%;
  }
  .gl-c-l-title{
    font-size: .36rem;
    padding: .2rem;
    line-height: .56rem;
  }
  .gl-c-l-content a{
    padding: .2rem .3rem .2rem 1rem;
    height: auto;
    line-height: .5rem;
    font-size: .32rem;
  }
  .gl-c-l-content .active i{
    width: .2rem;
    height: .2rem;
    left: .4rem;
  }
  .gl-c-right{
    width: 100%;
    margin-top: .3rem;
    border: none;
    padding: 0;
  }
  .universal-titile2{
    font-size: .36rem;
    padding-bottom: .2rem;
  }
  .new-list{
    font-size: .32rem;
    line-height: .5rem;
  }
  .new-list li a{
    max-width: 95%;
    white-space: pre-wrap;
  }
  .new-list li i{
    width: .1rem;
    height: .1rem;
    margin-right: .2rem;
    vertical-align: middle;
    margin-top: -.02rem;
  }
  .gl-c-r-content .new-list{
    padding: .1rem 0;
  }
  .gl-b-r{
    width: 100%;
    margin-top: .3rem;
  }
  .gl-c-center{
    margin-top: 0;
  }
  .gl-c-center .gl-c-r-content{
    padding: 0;
  }

  /*网站地图*/
  .wzdt-c-r-content{
    padding: 0;
  }
  .wzdt-c-r-content p{
    margin: .3rem 0 0;
    font-size: .36rem;
    padding: 0 .2rem .1rem;
  }
  .wzdt-c-r-content p img{
    height: .5rem;
    margin: -.05rem .2rem 0 0;
  }
  .wzdt-c-r-c-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wzdt-c-r-c-list a{
    width: 48%;
    height: .7rem;
    line-height: .7rem;
    font-size: .32rem;
    margin: 0 0 .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .gl-c-r-c-img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .gl-img-item{
    width: 48%;
    margin: 0 0 .3rem;
  }
  .gl-img-item img{
    height: 2rem;
  }
  .gl-img-item p{
    padding: .1rem;
    font-size: .32rem;
    line-height: initial;
  }
  .gl-img-item span{
    font-size: .28rem;
    padding: 0 .1rem .1rem;
  }
}