 .at_category{
        border: 1px solid  #eee;
        margin-top: 20px;
        overflow: hidden;
        display: flex;
        
    }
     .at_category li{
         flex: 1;
         text-align: center;
        padding:14px 0;
     }
     .at_category li a{
         color:#3b3b3b !important;
         margin-right: 12px;
     }
     .at_category li.active,.at_category li:hover{
         background: #74aa44;
         color:#fff!important;
     }
     .at_category li.active a,.at_category li:hover a{
         
         color:#fff!important;
     }
.at_item_box{
  box-sizing: border-box;
  width: 895px;
  margin-top: 20px;
  border:1px solid #eaeaea;
  padding: 23px 32px 23px 20px;
}
.at_img{
  width: 300px;
  height: 156px;
  overflow: hidden;
  float: left;
}
.at_img img{
  width: 100%;
  height: 100%;
}
.at_item_rt{
  float: left;
  margin-left: 25px;
}
.at_item{
  padding-bottom: 23px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 23px;
}
.at_title{
  font-size: 18px;
  color: #3b3b3b;
  margin-top: 12px;
  width: 440px;
}
.at_title label{
  width: 410px
}
.at_item_rt p{
  color: #72757e;
  font-size: 14px;
  margin-top: 8px;
}
.cg{
  float: right;
  font-size: 14px;
  color: #333;
  width: 60px;
  margin-top: 12px;
}
.cg img{
  margin-right: 5px;
}


/* === 用户感言 === */
.user_list{
 overflow: hidden;
}
.user_list li{
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 0;
  border-top:1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  
}
.user_list li:first-child{
  border-top: none;
}
.user_list li a{
  display: flex;
  justify-content: space-between;
}
.user_list li .img{
  position: relative;
  padding-bottom: 17%;
  width: 28%;
  overflow: hidden;
}
.user_list li .img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s all;
  -webkit-transition: .5s all;
}
.user_list li .info{
  width: 69%;
}
.user_list li .info h3{
  font-size: 22px;
  color: #222222;
}
.user_list li .info h4{
  font-size: 18px;
  color: #555555;
  margin: 6px 0 20px 0;
  font-weight: normal;
}
.user_list li .info p{
  font-size: 14px;
  color: #777777;
}
.user_list li .info i{
  margin-top: 30px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  font-style: normal;
  padding: 8px 16px;
  border: 1px solid #999999;
  border-radius: 50px;
}
.user_list li:hover .img img{
  transform: scale(1.1);
}
.user_list li .info i:hover{
  color: #fff;
  border: 1px solid #74aa44;
  background: #74aa44;
}
.user_list li:hover h3{
  color: #74aa44;
}