

.choose-list0508{
  padding-left: 10px;
  padding-right: 10px;
}
.choose-list0508>li{
  width: 48%;
  float: left;
  margin-bottom: 10px;
  margin-right: 4%;
}
.choose-list0508>li:nth-child(2n){
  margin-right: 0px;
}
.choose-list0508>li a{
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ddd;
}
.choose-list0508::after{
  content: "";
  display: block;
  clear: both;
}
.choose-list0508 .choose-list0508-active{
      background-color: #01d2bf;
}
.choose-list0508 .choose-list0508-active a{
  border: 0px;
  color: #fff;
}

.news-desc0508{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-link0508{
  display: block;
  width: 85px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #01d2bf;
  border-radius: 5px;
  margin-top: 5px;
  color: #fff;
}

.div0606-list::after{
    content: "";
    display: block;
    clear: both;
}
.div0606-list{
    padding-top: 25px;
}
.div0606-list>li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
}
.div0606-list>li:nth-child(2n){
    margin-right: 0px;
}
.div0606-item{
    width: 100%;
}
.div0606-item-pic img{
    width: 100%;
}
.div0606-title{
    color: #333333;
    font-size: .33rem;
    font-weight: 550;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 34px;
    text-align: center;
}