#zshy{
    background-color: #fff;
}
.bannerImg{
    width: 100%;
}

.bannerImgMore{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
}
.bannerImgMore a{
    width: 49%;
    margin-bottom: .3rem;
}
.bannerImgMore img{
    width: 100%;
}

.datitle {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.datitle .pull-left{
    margin-top: .1rem;
}
.datitle p{
    /*margin-left: .3rem;*/
    color: #282828;
    font-size: .8rem;
    /*font-weight: bold;*/
}
.datitle p span{
    margin-left: .2rem;
    color: #cccccc;
    font-weight: 100;
    font-size: .65rem;
    font-weight: bold;
}
.datitle .tb{
    margin-top: .2rem;
    width: 1rem;
    height: 1rem;
    line-height: .9rem;
    border: 1px solid #666;
    text-align: center;
    border-radius: 50%;
    font-size: 0.5rem;
    color: #666;
}
.datitle .pp{
    display: inline-block;
    margin-top: .1rem;
    padding-top: .1rem;
    width: 5rem;
    height: 28px;
    background: url(../images2/tb/ruzhu.png) no-repeat center;
    background-size: contain;
    font-size: .45rem;
    letter-spacing: .1rem;
    text-align: right;
    padding-right: .7rem;
    color:#a6a1a1;
    line-height: 13px;
}
.datitle .xm{
    display: inline-block;
    margin-top: .1rem;
    padding-top: .1rem;
    width: 5rem;
    height: 28px;
    background: url(../images2/tb/fabu.png) no-repeat center;
    background-size: contain;
    font-size: .45rem;
    letter-spacing: .1rem;
    text-align: right;
    padding-right: .7rem;
    color:#a6a1a1;
    line-height: 13px;
}
.datitle .change{
    color: #666;
    font-size: .7rem;
}



.list1{
    padding-bottom: .3rem;
}
.list1 li{
    padding: .5rem 0 .2rem;
    border-bottom: 1px solid #ededed;
}

.list1 li .img{
    display: inline-block;
    position: relative;
    margin: .75rem 0;
    width: 35%;
    height: 5rem;
    overflow: hidden;
    border-radius: 5px;
    font-size: 0;
}
.list1 li .img img{
    position: absolute;
    width: 100%;
    top: 50%;
    transform:translateY(-50%);
}
.list1 li>div{
    width: 62%;
}
.list1 h4{
    width: 100%;
    margin: 0 0 .1rem;
    font-size: .7rem;
    color: #282828;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list1 .bot p{
    margin-bottom: .1rem;
    font-size: .6rem;
    color: #999;
}
.list1 .bot p span{
    display: inline-block;
    width: calc(100% - 3rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.list1  .btn{
    margin-top: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.list1  .btn a{
    padding: .15rem .3rem .1rem;
    font-size: .45rem;
    color: #2577e3;
    border: 1px solid #2577e3;
    border-radius: .1rem;
}





.more {
    margin: .5rem 0;
}
.more .button {
    height: 2rem;
    line-height: 2rem;
    color: #666;
    border-color:#eee;
}


.qtfl{
    margin-top: .8rem;
    padding: 0 .5rem;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.qtfl .buttons-tab{
    overflow-x: auto;
    height: 2.1rem;
    z-index: 0;
    align-items: center;
    line-height: .5rem;
    overflow-y: hidden;
}
.qtfl .buttons-tab .button.active {
    color:#d50000;
    border:none
}
.qtfl .tab .clearfix{
    width: 100%;
    margin-bottom: 0;
    padding: .7rem 0;
    border-radius: unset;
}
.qtfl .tab .wz{
    width: 63%;
}
.qtfl .tab .wz h5{
    margin: .3rem 0;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .8rem;
    font-weight: normal;
    color: #282828;
}
.qtfl .tab .wz p{
    color: #666;
    font-size: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.qtfl .tab .wz .xx{
    color: #999;
    font-size: .5rem;
}
.qtfl .tab .wz .xx span{
    margin-right: .5rem;
}
.qtfl .tab .img{
    width: 33%;
    margin-top: .2rem;
    max-height: 3.5rem;
    overflow: hidden;
    border-radius: 10px;
    font-size: 0;
}
.qtfl .tab .list a{
    margin: .4rem 0;
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: normal;
    color: #282828;
}
.qtfl .tab .list a:first-of-type{
    margin-top: 0;
}
.qtfl .tab .list a span{
    margin: 0 .3rem;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    vertical-align: middle;
}



.jmgj {
    margin: 0 0 .5rem;
    padding: 5px;
    box-shadow: 0 0 2px #d2d1d1;
    border-radius: 12px;
    background-color: #fff;
}
.jmgj .datitle{
    margin-top: 0;
    height: 2rem;
    border-bottom: 1px solid #ccc;
}
.jmgj .kf{
    width: 22%;
}
.jmgj .lx div{
    margin-right: .3rem;
    font-size: .5rem;
    line-height: 2rem;
}
.jmgj .pull-left p{
    display: inline-block;
}
.jmgj .pull-left>div{
    margin-top: .4rem;
    line-height: 1.2rem;
    /*border: 1px solid #d81e06;*/
    border: 1px solid #37B43F;
    border-radius: 25px;
    text-align: center;
}
.jmgj .pull-left>div a{
    color: #666;
}
.jmgj .pull-left>div span{
    margin-right: .5rem;
}
.jmgj span{
    color: #d81e06;
    /*color: #37B43F;*/
}
.jmgj span.icon-dianhua1{
    color: #37B43F;
}
.jmgj .pull-right .iconfont{
    margin: 0 5px;
}

.jm_list{
    margin: .5rem 0 0;
    /* padding: 0 .5rem 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.jm_list li{
    margin-bottom: .2rem;
    width: 24%;
    min-height: 2rem;
    line-height: 2rem;
    font-size: .6rem;
}
.jm_list li a{
    color: #fff;
}
.jm_list .iconfont {
    margin: 0 3px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    background-color: rgba(255,255,255,0.67);
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
    overflow: hidden;
}

.sm{
    margin: .5rem 0;
    padding: 0 5px;
    color: #999;
    /*background-color: #ffebeb;*/
    font-size: .6rem;
    /*border:1px solid #ff909d;*/
    text-align: left;

    background-color: #f7f7f7;

}
