@charset "utf-8";


.listrbar img{width:100%;}
.clear{visibility:visible!important;}

.zmt-box, .zmt-boxs {
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.zmt-title {
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}

.zmt-title li {
    float: left;
    background: #fff;
    width: 33.3%;
    position: relative;
    margin-left: -1px;
    font-size: 14px;
    border-left: 1px solid #dbdbdb;
}

.zmt-title li.on a.wx {
    color: #3eaf0e;
}
.zmt-title li a {
    width: 100%;
    height: 28px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    line-height: 16px;
    width: 110px;
    margin: 0 auto;
    display: block;
}

.zmt-title i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(http://u3.huatu.com/hubei/images/listicon.png) no-repeat;
    margin-right: 3px;
    top: 3px;
    position: relative;
}

.zmt-title i.ico-wb {
    background-position: 0 -20px;
}

.zmt-title i.ico-app {
    background-position: 0 -101px;
}
.zmt-title li.on a.wb {
    color: #FA6B6B;
}
.zmt-title li.on a.app {
    color: #2EB0F9;
}

.zmt-mid {
    height: auto;
    width: 100%;
}
.zmt-mid li {
    display: block;
    width: 100%;
}

.zmt-mid-img {
    width: 100%;
}

.zmt-mid-img img {
    width: 130px;
    height: auto;
    margin: 10px auto;
}

.artBox_rifls li span  {
    float: left;
    width: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 26px;
    font-size: 18px;
    background: #d4d4d4;
    font-style: normal;
    margin-right: 15px;
}


.artBox_rifls li:nth-child(1) span,.artBox_rifls li:nth-child(2) span,.artBox_rifls li:nth-child(3) span{
    background: #f61c3a;
}

@media screen and (max-width:1080px) {
    .zmt-title li a{width: 5rem;}
}