#cyxy .content{
    top: 0;
    padding-top: 0;
    background-color: #fff;
}
#cyxy .toppp{
    padding-top: .25rem;
    height: 2.5rem;
    display: none;
    background-color: #fff;
    border: none;
    z-index: 99;
}
#cyxy .toppp .pp{
    margin: 0;
}


.sd{
    z-index: 99 !important;
}
#cyxy .xylb{
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 0;
}
#cyxy .xylb>div{
    position: relative;
    display: inline-block;
}
#cyxy .xylb .pll{
    width: 35%;
    background:#ececec;
    font-size: .65rem;
    padding: .3rem .5rem;
    border-radius: 5rem;
    color:#959595;
}
#cyxy .xylb .pll .iconfont{
    font-size: .65rem;
    color:#959595;

}
#cyxy .xylb .iconfont{
    font-size: 1rem;
    color: #3e3e3e;
}
#cyxy .xylb .ur{
    position: absolute;
    top: 0;
    font-size: .4rem;
}
#cyxy .xylb .pl{
    left: .3rem;
    padding: 0 .2rem;
    border-radius: 3rem;
    background-color: #ff6e7f;
    color: #fff;
}
#cyxy .xylb .dz{
    left: .8rem;
    width: 1.5rem;
    color: #484848
}

#cyxy .xylb .xylbzx{
    position: relative;
}

#cyxy .another{
    background: transparent;
    height: calc(100% - 5rem);
    z-index: 0;
}

#cyxy .pltc{
    bottom: 0;
    /*position: relative;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;

    height: 5rem;
    z-index: 0;
}
#cyxy .pltc textarea{
    width: 70%;
    /*padding-left: .3rem;*/
    /*padding-right: 5rem;*/
    background-color:#e6e6e6;
    border: none;
    border-radius: .3rem;
    padding: 0 .3rem;
}
#cyxy .pltc button{
    /*position: absolute;*/
    /*right: 0;*/
    border: none;
    background-color:transparent;
    font-weight: bold;
    color: #959595;
}
#cyxy .pltc button.ha{
    color: #2a5aca;
}



.tuijiancon ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin: 0; */
    padding: 0;
}
.tuijiancon li{
    /*margin-left: 3px;*/
    width: 49.4%;
    font-size: 0;
    margin-bottom: .2rem;
    border-radius: 5px;
    overflow: hidden;
}
.tuijiancon img{
    width: 100%;
}

/*新闻列表页 部分*/
.xwlist li{
    width: 100%;
    margin-bottom: 0;
    padding: .7rem 0;
    border-bottom: 1px solid #eee;
    border-radius: unset;
}
.xwlist .wz{
    width: 66%;
}
.xwlist .wz h5{
    margin: 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;
}
.xwlist .wz p{
    color: #666;
    font-size: .6rem;
}
.xwlist .wz .xx{
    color: #999;
    font-size: .5rem;
}
.xwlist .wz .xx span{
    margin-right: .5rem;
}
.xwlist .img{
    width: 33%;
    margin-top: .2rem;
    max-height: 3.5rem;
    overflow: hidden;
}
#tab1 .more {
    margin: .5rem 0;
}
#tab1 .more .button {
    height: 2rem;
    line-height: 2rem;
    color: #666;
    border-color:#eee;
}

/*新闻详细页 部分*/
.detail .tbt{
    /*padding-bottom: .3rem;*/
    /*border-bottom: 1px dashed #eaeaea;*/
}
.detail .tbt h2{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;

}
/*.detail .tbt .fbt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: .6rem;
    color: #999;
}
.detail .tbt .fbt p{
    margin-left: .8rem;
}*/
.detail .tbt .pp{
    margin: .5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.detail .tbt .pp .img{
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;

}
.detail .tbt .pp .img img{
    width: 100%;height: 100%;
    border-radius: 50%;
}
.detail .tbt .pp .img .v{
    position: absolute;
    bottom: -.1rem;
    left: 1.2rem;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color:#fff;
    font-weight: bold;
    background-color:#ffb505;
    border-radius: 50%;
    border: 1px solid
    #fff;
}
.detail .tbt .pp .wz{
    margin-left: .5rem;
    width: 70%;
    font-size: .6rem;
}
.detail .tbt .pp .wz h5{
    margin: 0;
    font-size: .75rem;
    color: #3d4145;
}
.detail .tbt .pp .wz p{
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: grey;
    font-size: .5rem;
}
.detail .tbt .pp .look{
    padding: .2rem .5rem;
    background-color: #ff6e7f;
    border-radius: .3rem;
    color: #fff;
    font-size: .6rem;
}



.detail .cd{
    position: relative;
    padding-top: .6rem;
    padding-bottom: .4rem;
    overflow: hidden;
}
.detail .cd .img{
    position: relative;
    top: .5rem;
    display: inline-block;
    width: 35%;
    height: 3.6rem;
    overflow: hidden;
    border-radius: 5px;
    font-size: 0;
}
.detail .cd .img img{
    width: 100%;

}
.detail .cd>div{
    width: 62%;
}
.detail .cd h4{
    margin: .3rem 0;
    font-size: .85rem;
    color: #282828;
    font-weight: normal;
}
.detail .cd .bot p{
    float: left;
    margin-top: .1rem;
    font-size: .5rem;
    color: #ccc;
}
.detail .cd p span{
    color: #333;
}
.detail .cd .xq{
    margin-right: .5rem;
    width: 1.5rem;
    font-size: .4rem;
    /*background-color:#ff6e7f;*/
    background-color:#727272;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    padding: .1rem .2rem;
}
.detail .cd .bq span{
    display: inline-block;
    font-size: .45rem;
    color: #ff7e4b;
    background-color: #fff4e5;
}




.detail .nr{
    margin-top: .5rem;
    text-align: center;
}
.detail .nr p {
    margin: .5rem 0;
    padding: 0 .2rem;
    
    line-height: 1.2rem;
    color:#444;
    font-size: .8rem;
    text-align: left;
}
.detail .nr img{
    width: auto !important;height: auto !important;
    max-width: 100%;display: block
}


.detail .nr .yds{
    margin-top: .8rem;
    font-size: .5rem;
    color:grey;
    text-indent: 0;
}



.show2 .cont{
    width: 90%;
    margin: 0 auto .5rem;
    /*padding: 1px;*/
    /*background-color:#ddd;*/
    /*background-color:#727272;*/
    overflow: hidden;
    border-radius: 25px;
}
.show2 .cont input{
    padding: .4rem 0 .4rem .4rem;
    width: 70%;
    height: 100%;
    font-size: .6rem;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #ddd;
    border-right: none;
}
.show2 .cont a{
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: .6rem;
    /*background-color:#727272;*/
    background-color:#ff6e7f;
    padding: .35rem 0;
}
.show2 .addgy{
    position: relative;
    min-height: 1.1rem;
}
.show2 .addgy label{
    left: calc((100% - 190px)/2);
    font-size: .5rem;
    color:#aaa;
    height: 20px;
    line-height: 20px;
}
.addgy label.ty::before {
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;
}
.addgy label.ty::after {
    left: -15px;
    top: 5px;
    width: 2px;
    height: 8px;
}


/*.zxly{
    margin: auto 1rem;
    border: 1px solid #fe4351;
    border-radius: 5px;
}
.zxly .tits{
    padding: .5rem;
    border-bottom: 1px solid #ccc;
}
.zxly .tits p{
    font-size: .6rem;
    color: #545454;
}
.zxly .tits p span{
    font-size: .6rem;
    color: #bbb;
}
.zxly .tits .line{
    display: inline-block;
    margin-right: .2rem;
    width: 2px;
    height: .8rem;
    background-color:#ff4d4d;
    vertical-align: sub;
}
.zxly ul{
    border:none;
    border-radius: 5px;
    background-color: transparent;
}
.zxly li{
    margin: .4rem 0;
    width: 100%;
    font-size: .55rem;
}
.zxly .item-content{
    padding: 0 1rem;
}
.zxly .item-inner{
    padding: 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    overflow: hidden;
}
.zxly .item-title.label{
    margin: 0;
    display: inline-block;
    width: 20%;
    background-color: #ddd;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
}
.sr::-webkit-input-placeholder{
    font-size: .55rem;

}
.sr::-moz-placeholder{   !* Mozilla Firefox 19+ *!
    font-size: .55rem;

}
.sr:-moz-placeholder{    !* Mozilla Firefox 4 to 18 *!
    font-size: .55rem;

}
.sr:-ms-input-placeholder{  !* Internet Explorer 10-11 *!
    font-size: .6rem;

}
.zxly input[type="text"].name{
    display: inline-block;
    width: 40%;
}
.item-input .radio{
    position: relative;
    top: 0;    !*控制radio高度位置*!
    display: inline-block;
    font-size: .6rem;
    color:#a6a3a3;
}
.item-input .radio.tit{
    margin-top: .7rem;
    border-left: 1px solid #d2d2d2;
    padding-left: .5rem;
    margin-left: .2rem;
}
.item-input .radio label[for="male"]{
    margin-right: .5rem;
}
.zxly input[type="text"]{
    font-size: .55rem;
}
.zxly textarea {
    height: 1rem;
}
.zxly li.check{
    margin: 0;
}
.check .item-content{
    min-height: 1.1rem;
}
.check .item-inner{
    border:none;
    min-height: 1.1rem;
}
.list-block .ty{
    position: relative;
    right: 0;
    font-size: .5rem;
    color: #aaa;
}
.list-block .ty a{
    color: #0097ff;
}*/
.list-block label.ty:before {
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;
}
.list-block label.ty:after {
    left: -15px;
    top: 5px;
    width: 2px;
    height: 8px;
}
input[type='checkbox']:checked + .list-block label.ty:before {
    background: #999;
    border-color: #999;
}
input[type='checkbox']:checked + .list-block label.ty:after {
     /*background: #4cd764;*/
     background: #999;
 }
.zxly .row .b {
    float: none;
    margin: auto;
    width: 40%;
}
.zxly .row .b .button{
    line-height: 1.8rem;
    height: 1.8rem;
    font-size: .7rem;
}


.pinlun{
    margin-top: 1rem;
}
.pinlun .gn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.pinlun .gn li{
    margin-bottom: 0;
    padding: 0 .5rem;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: .7rem;
    color: #282828;
}
.pinlun .gn li .iconfont{
    margin-right: .2rem;
}
.pinlun .gn li img{
    position: relative;
    top: .2rem;
    width: .85rem;
    margin-right: .2rem;
}
.pinlun .bt{
    margin: .5rem 0 .3rem;
    font-size: .7rem;
}
.pinlun .bt .line{
    display: inline-block;
    margin-right: .2rem;
    width: 2px;
    height: .8rem;
    background-color:#ff4d4d;
    vertical-align: sub;
}
.pinlun form{
    text-align: right;
}
.pinlun form textarea{
    background-color:#ececec;
    border: none;
    width: 100%;
    font-size: .7rem;
    min-height: 3.2rem;
}
.pinlun form .submitco{
    padding: .2rem .5rem;
    background-color:#767676;
    color:#fff;
    border-radius: 25px;
    font-size: .6rem;
    font-weight: bold;
    border: none;
}
.submitco {
    margin: .5rem 0;
}

/*.qita{
    border-bottom: 1px solid #eee;
}
.qita a{
    margin: .3rem 0;
    display: block;
    font-size: .5rem;
    color: #777;
}*/
.hotsearchlist{
    margin-top: .5rem;
}
.hotsearchlist h4{
    margin: 0;
    font-size: .75rem;
}
.hotsearchlist li{
    margin: .2rem 0;
    width: 49%;
    font-size: .7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hotsearchlist li:nth-of-type(3n){
    padding-left: .75rem;
}
.hotsearchlist li.line{
    width: 1px;
    background-color: grey;
}


.datitle .pull-left {
    margin-top: .1rem;
}
.datitle p span {
    margin-left: .2rem;
    color:#cccccc;
    font-size: .7rem;
    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;
}



.list4 li{
    margin-bottom: 0;
    width: 100%;
    padding: .5rem 0;
    border-top:1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.list4 li a .clearfix:first-of-type{
    min-height: 4.3rem;
}
.list4 .clo .icon-guanbi{
    padding-right: .5rem;
}
.list4 .tit{
    font-size: .8rem;
    color: #282828;
}
.list4 .img{
    position: relative;
    font-size: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    transform:rotate(0deg);/* 或 transform: scale(1);也可以  解决子元素超出不隐藏问题*/
}
.list4 .img img{
    position: absolute;
    width: 100%; height: 100%;
    top: 50%;
    transform:translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.list4 .bot span{
    margin-right: .5rem;
    color: #999;
    font-size: .5rem;
}
.list4 .bot .gb span{
    margin: 0;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 2px 5px 1px;
    font-size: .4rem;
    color: #c8c8c8;
}

.list4 .right{
    position: relative;
}
.list4 .right .img{
    display: inline-block;
    width: 35%;
    height: 4.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.list4 .right .tit{
    width: 61%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.list4 li.right a .clearfix:first-of-type {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.list4 li.right .bot{
    margin-top: .2rem;
}

.list4 .center .img{
    margin-top: .3rem;
    height: 10.5rem;
}
.list4 .center .img img{
    width: 100%;
    max-height: 10.5rem;
    position: unset;
    transform: translateY(0);
}
.list4 .center .bot{
    font-size: 0;
    margin-top: .5rem;
}

/*特殊*/
.list4 .center.guanggao .bot{
    display: none;
}
.list4 .center .gg {
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    /*float: left;*/
    padding: 0 .3rem;
    color:#fff;
    font-size: .5rem;
    /*color: #999;*/
    /*border: 1px solid #999;*/
    background-color:rgba(17, 17, 17, 0.4);
    border-radius: 5px;
}





.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;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow-wrap: break-word;
    word-wrap:break-word;
    word-break:break-all;

}
.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;
}





.like{
    margin-top: .5rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color:#fff;
}
.like ul {
    margin: 0;
    padding: 0 .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.like li {
    margin: 5px 0;
    padding-bottom: 5px;
    width: 49%;
    /*border: 1px solid #eee;*/
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 .1rem .2rem #ececec;
}
.like li img {
    width: 100%;
}
.like .wz{
    text-align: center;
}
.like .wz h5{
    margin: 0;
    font-size: .8rem;
    color: #282828;
    font-weight: normal;
}
.like .wz .tz{
    font-size: .7rem;
    color: #999;
}
.like .wz .tz span{
    color: #444;
}
.like .wz .ppxq{
    margin: .3rem auto;
    padding: .1rem 0;
    width: 45%;
    font-size: .6rem;
    color: #d90d26;
    border: 1px solid #d90d26;
    border-radius: 25px;
}


/*.showplList li{
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.showplList .tximg{
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;

}
.showplList .tximg img{
    width: 100%;
    border-radius: 50%;
}
.showplList .tximg .v{
    position: absolute;
    bottom: -.2rem;
    left: 1rem;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color:#fff;
    font-weight: bold;
    background-color:#ffb505;
    border-radius: 50%;
    border: 1px solid
    #fff;
}
.showplList .wz{
    width: calc(100% - 3rem);
}
.showplList .wz h5{
    margin: 0 0 .2rem;
    color: #2a5aca;
    font-weight: normal;
    font-size: .65rem;
}
.showplList .wz h5 .pull-right{
    margin-right: .5rem;
    color:#3d4145;
}
.showplList .wz h5 .pull-right span{
    margin-right: .2rem;
    font-size: .7rem;
}
.showplList .wz p{
    font-size: .65rem;
    padding-right: .5rem;
}
.showplList .wz .time{
    padding-right: .5rem;
    font-size: .5rem;
    color: #555;
}

.showplList .wz .time .iconfont{
    margin: 0;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 2px 5px 1px;
    font-size: .4rem;
    color: #c8c8c8;
}*/


/*.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;
}*/




.popover .popover-inner a{
    min-width: 15rem;
    padding: .3rem 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.popover .popover-inner a:last-of-type{
    border-bottom: none;
}
.popover .popover-inner a .iconfont{
    color: #838181;
    margin: 0 .5rem;
}
.popover .popover-inner .wz h5{
    margin: 0;
    font-size: .85rem;
    font-weight: normal;
    color: #000;
}
.popover .popover-inner .wz p{
    font-size: .6rem;
    color: #999;
}
.popover .popover-inner .fkt a{
    color: #000;
    padding-left: .5rem;
    font-size: .8rem;
}
.popover .popover-inner .fkt .tofk{
    font-weight: bold;
}
.popover .popover-inner .fkt .tofk p{
    margin-right: 25%;
    font-weight: normal;
}



.my-popover .popover-inner a{
    color: #000;
    padding-left: .5rem;
    font-size: .8rem;
}

/*.toast{
    width: 50%;
}*/


.infinite-scroll-preloader span{
    position: relative;
    bottom: .2rem;
    margin-right: .5rem;
    font-size: .7rem;
}
.infinite-scroll-preloader .preloader{
    width: 1rem;
    height: 1rem;
}

.finish{
    display: none;
    margin: 1rem 0;
    font-size: .7rem;
    text-align: center;
    color: #959595;
}
.wplfinish{
    display: none;
}