﻿#detail h1 {
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    margin: 20px 10px 0px 10px;
    color: #333;
}

#detail .m-h {
    width: auto;
    margin: 0 15px;
    text-align: center;
    /* height:30px; */
    border-bottom: 1px solid #f6f5f5;
    /* margin-bottom:15px; */
    padding: 15px 0;
}

    #detail .m-h span {
        display: inline-block;
        margin-left: 10px;
    }

        #detail .m-h span:nth-child(1), #detail .m-h span:nth-child(4) {
            margin-left: 0px;
        }

#detail .m-b {
    padding: 5px 15px 15px 15px;
    line-height: 2.0em;
    font-size: 14px
}

    #detail .m-b img {
        max-width: 98%;
    }

.block h4 {
    background: #fccb01;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 10px
}

    .block h4 a {
        display: inline-block;
        padding: 0 15px;
        background: #fff
    }

.block li {
    line-height: 27px;
    border-bottom: 1px dotted #D6D6D6;
    padding: 5px 10px;
}

.block .blue {
    color: #0026ff
}

/*投稿完成*/
.clear {
    width: 100%;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
}

.clear10 {
    width: 100%;
    height: 10px;
    height: .181rem;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
}

.infowrap {
    margin: 0px;
    margin-bottom: 10px;
    margin-bottom: .181rem;
    padding: .181rem .271rem;
    background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
    border: .018rem solid #e9e9e9;
}

    .infowrap h1 {
        color: #333;
        font-size: 20px;
        height: auto;
        font-weight: bolder;
        padding-bottom: 10px;
        line-height: 30px;
        font-size: .34rem;
    }

    .infowrap .titleInfo {
        width: auto;
        height: 20px;
        color: #808080;
        font-size: 14px;
        font-size: .2536rem;
    }

    .infowrap .ic {
        width: 100%;
        font-size: .29rem;
        line-height: .543rem;
        color: #333333;
        height: auto;
        overflow: hidden;
    }

.ic img {
    width: 95%;
    height: auto;
}

/*发布成功*/
.postOkTitle {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    color: #666666;
    text-align: center;
}

    .postOkTitle .ico {
        border-radius: 25px;
        color: #ed414a;
        width: 50px;
        height: 50px;
        margin: 0px auto;
        text-align: center;
        background-image: url(../images/ico_right.png);
        background-repeat: no-repeat;
        background-size: 50px;
    }

    .postOkTitle .title {
        font-size: 26px;
        color: #ed414a;
        line-height: 30px;
    }

    .postOkTitle .com {
        line-height: 30px;
        font-size: 18px;
        color: #666666;
        text-align: left;
    }

        .postOkTitle .com a {
            font-weight: bold;
            text-decoration: underline;
        }

.postokblock {
    width: auto;
    padding: 0px;
    height: auto;
    margin-bottom: 10px;
}

    .postokblock .title {
        font-size: 22px;
        color: #444444;
        height: 35px;
        line-height: 35px;
    }

        .postokblock .title em {
            float: left;
            width: 8px;
            height: 22px;
            margin-top: 7px;
            background: #3598DB;
            overflow: hidden;
            border-radius: 2px;
            margin-right: 10px;
        }

    .postokblock .content {
        font-size: 18px;
        color: #666666;
        line-height: 30px;
        padding: 0px 0px 10px 0px;
    }

.kfBtn {
    padding: 0px 20px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    border: 0px;
    width: auto;
    background-color: #009688;
    -moz-border-radius: 3px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 18px;
    min-width: 100px;
    text-align: center;
}

/*发布成功弹出框*/
.postok_share_bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.7;
    filter: alpha(opacity =70);
}

.postok_share_close {
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 24px;
    height: 30px;
    background-color: #666666;
    border-radius: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}

.postokblock1 {
    height: auto;
    width: 80%;
    max-width: 500px;
    height: auto;
    min-height: 200px;
    color: #444444;
    z-index: 2000;
    margin: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px;
}

    .postokblock1 .title {
        font-size: 22px;
        color: #444444;
        height: auto;
        line-height: 25px;
        margin-bottom: 10px;
    }

        .postokblock1 .title em {
            float: left;
            width: 8px;
            height: 22px;
            margin-top: 0px;
            background: #ed414a;
            overflow: hidden;
            border-radius: 2px;
            margin-right: 10px;
        }

        .postokblock1 .title strong {
            color: #ed414a;
        }

    .postokblock1 .content {
        font-size: 18px;
        color: #444444;
        line-height: 30px;
        padding: 0px 0px 10px 0px;
    }

        .postokblock1 .content strong {
        }

.PostOpBotton {
    display: block;
    width: 100px;
    background-color: #5791d0;
    height: 25px;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 8px 20px 8px 0px;
    float: left;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*shareBox*/
.shareBox {
    width: 5.073rem;
    height: 1.178rem;
    margin: 0.181rem auto;
}

    .shareBox ul {
        padding: 0px;
        margin: 0px;
    }

        .shareBox ul li {
            padding: 0px;
            margin: 0px 0px;
            float: left;
            width: 1.268rem;
            height: 1.18rem;
            cursor: pointer;
            float: left;
            font-size: 0.253rem;
            line-height: 0.453rem;
            text-align: center;
            list-style: none;
            position: relative;
        }

            .shareBox ul li i {
                display: block;
                height: 0.724rem;
                overflow: hidden;
                width: 0.942rem;
                margin: auto;
                text-align: center;
            }

                .shareBox ul li i img {
                    width: 0.724rem;
                    height: 0.724rem;
                    margin: 0px;
                    padding: 0px;
                    text-align: center;
                }

            .shareBox ul li .nam {
                width: 100%;
                height: .453rem;
                line-height: .453rem;
                font-size: .254rem;
                overflow: hidden;
                text-align: center;
                color: #888888;
            }

            .shareBox ul li.titl {
            }

            .shareBox ul li .weixincopy {
                border: 0px;
                margin: 0px;
                padding: 0px;
                font-size: 14px;
                background-color: transparent;
            }

/*投稿填写信息*/
.inp_Itembox {
    background: #ffffff;
    margin-bottom: 10px;
}

    .inp_Itembox .twos {
        margin: 0 10px;
    }

        .inp_Itembox .twos dl {
            float: left;
            width: 50%;
            margin: 0;
            padding-left: 0;
        }

        .inp_Itembox .twos dd {
            margin-left: 82px;
        }

    .inp_Itembox dl {
        position: relative;
        min-height: 40px;
        border-bottom: 1px solid #eeeeee;
        font-size: 16px;
        padding: 0 0 0 82px;
        margin: 0 10px;
    }

        .inp_Itembox dl.noBorder {
            border: 0 none;
        }

        .inp_Itembox dl .line_in {
            border-top: 1px solid #eeeeee;
            padding-right: 75px;
        }

    .inp_Itembox dt {
        position: absolute;
        left: 0;
        top: 7px;
        width: 88px;
        line-height: 26px;
        color: #999999;
        text-align: center;
    }

    .inp_Itembox .po {
        position: absolute;
        right: 0;
        top: 11px;
        border-left: 1px solid #f1f1f1;
        color: #aaa;
        line-height: 18px;
        height: 18px;
        min-height: 18px;
        padding: 0 10px;
    }

    .inp_Itembox .sel_check_form_page {
        padding: 0;
    }

        .inp_Itembox .sel_check_form_page dt {
            position: static;
            width: 100%;
            text-align: center;
            background-color: #f1f1f1;
            padding: 5px 0;
            font-size: 14px;
        }

        .inp_Itembox .sel_check_form_page dd {
            padding: 7px 10px;
        }

.sel_check_form_page li {
    box-sizing: border-box;
    padding-left: 24px;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 !important;
    line-height: 20px;
}

    .sel_check_form_page li input {
        display: none;
    }

    .sel_check_form_page li:before, .sel_check_form_page li:after {
        border-radius: 0;
        content: ' ';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .sel_check_form_page li:before {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        border: 1px solid #ddd;
    }

    .sel_check_form_page li:after {
        margin: 4px;
        height: 12px;
        width: 12px;
        background-color: #ff9c00;
        -webkit-transform: scale(0,0);
        -webkit-transition: all 0.6s ease;
    }

.sel_check_form_page .current:after {
    -webkit-transform: scale(1,1);
}

.inp_Itembox dd {
    min-height: 26px;
    line-height: 26px;
    padding: 7px 0 7px 10px;
}

    .inp_Itembox dd.relative {
        position: relative;
        z-index: 1;
    }

        .inp_Itembox dd.relative .po_tel {
            display: block;
            position: absolute;
            right: 0;
            top: 1px;
            width: 20px;
            height: 30px;
            background: url(../images/shop_icons.png) no-repeat 0 -416px;
            background-size: 120px auto;
        }

.inp_Itembox .biyeshijian dd.selTime, .inp_Itembox .biyeshijian dd.selTime2 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
}

.inp_Itembox .biyeshijian dd.selTime2 {
    width: 10px;
    text-align: center;
    padding-left: 0;
    color: #aaa;
}

.inp_Itembox .biyeshijian dd.selTime {
    padding-left: 0;
}

    .inp_Itembox .biyeshijian dd.selTime select {
        border: 1px solid #eee;
        padding-left: 3px;
        line-height: 20px;
    }

    .inp_Itembox .biyeshijian dd.selTime .menu {
        top: 7px;
        right: 6px;
        width: 8px;
    }

.inp_Itembox dd.xq {
    position: relative;
    z-index: 2;
}

.inp_Itembox .radioli li {
    float: left;
    margin-right: 10px;
}

.inp_Itembox .radioli input {
    display: inline;
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
}

.inp_Itembox .biyeshijian {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
}

    .inp_Itembox .biyeshijian dd {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

.inp_Itembox dd.line_yiban {
    width: 50%;
    float: left;
}

.inp_Itembox dd .txts {
    position: absolute;
    right: 45px;
    top: 6px;
    display: block;
}

.inp_Itembox dd .qita {
    border: 0 none;
    outline: 0;
    width: 100%;
}

.inp_Itembox dd input {
    height: 16px;
    padding: 0;
    line-height: 26px;
    height: 26px;
    border: 0;
    font-size: 16px;
    width: 100%;
    vertical-align: top;
    outline: 0;
    color: #666;
}

    .inp_Itembox dd input.radio {
        width: auto;
        vertical-align: middle;
    }

.inp_Itembox dd select {
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
    border: 0 none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.inp_Itembox .my_prop_img {
    margin: 0;
    border: 0 none;
    -webkit-box-shadow: none;
}

.inp_Itembox dl .menu {
    position: absolute;
    top: 11px;
    height: 26px;
    width: 11px;
    right: 0;
    background: url(../images/pay_sp_2017.png) no-repeat -98px -28px/109px auto
}

    .inp_Itembox dl .menu i {
        display: none;
    }

.inp_Itembox .yuan, .inp_Itembox .yzm, .inp_Itembox .question {
    color: #999999;
    position: absolute;
    top: 7px;
    right: 10px;
    left: auto;
}

.inp_Itembox .question {
    color: #3f6f00;
    top: 10px;
}

.inp_Itembox .yzm {
    top: 10px;
}

    .inp_Itembox .yzm img {
        vertical-align: top;
    }

.inp_Itembox .gx_radio, .inp_Itembox .sex, .inp_Itembox .qz_radio {
    display: inline-block;
    margin-right: 20px;
}

    .inp_Itembox .gx_radio:before, .inp_Itembox .sex:before, .inp_Itembox .qz_radio:before {
        width: 20px;
        height: 20px;
        border: 0px solid #ddd;
        border-radius: 50px;
        margin: 0 4px 3px 0;
        background-position: -25px -858px;
        background-size: 100px auto;
    }

    .inp_Itembox .gx_radio.current:before, .inp_Itembox .gx_radio.checked:before, .inp_Itembox .sex.current:before, .inp_Itembox .qz_radio.current:before {
        background-position: -1px -858px;
        background-size: 100px auto;
    }

.inp_Itembox .txt {
    display: block;
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.inp_Itembox .txt2 {
    display: block;
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 6px;
    border: 1px solid #eee;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.inp_Itembox .info {
    color: #999;
    line-height: 26px;
}

.fb, .save, .dl, .reg_btn {
    color: #ffffff;
    background: #cccccc;
    display: block;
    width: 60%;
    margin: 0 auto 20px;
    font-size: 16px;
    border-radius: 50px;
    height: 40px;
    position: relative;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}

.fb, .save, .dl, .reg_btn {
    background: #fb9031;
}

#submit_1.disabled {
    background-color: #ddd;
}

.sel_check_form .gx_check {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 23px;
    margin-right: 15px;
    vertical-align: top;
    background: url(../images/radio_checkbox.png) no-repeat 0 12px;
    cursor: pointer;
}

.sel_radio_form .current {
    background-position: 0 -38px;
}

.sel_check_form .gx_check {
    background-position: 0 -94px;
}

.sel_check_form .current {
    background-position: 0 -144px;
}

/*我的投稿*/
.my_info li {
    background: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

    .my_info li h3 {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
    }

    .my_info li dl {
        color: #999999;
        line-height: 14px;
        font-size: 14px;
        padding: 0 10px 15px;
    }

    .my_info li dt {
        float: left;
    }

        .my_info li dt span {
            display: inline-block;
            border-left: 1px solid #cccccc;
            padding: 0 6px;
        }

            .my_info li dt span.display0 {
                display: none;
            }

            .my_info li dt span.display20 {
            }

            .my_info li dt span:first-child {
                padding-left: 0;
                border: 0;
            }

    .my_info li dd {
        float: right;
    }

    .my_info li .h3 {
        position: relative;
        z-index: 1;
    }

        .my_info li .h3 .date {
            font-size: 14px;
            color: #aaa;
        }

        .my_info li .h3 .po {
            position: absolute;
            top: 10px;
            right: 10px;
        }

    .my_info li .content {
        padding: 10px 10px 15px 10px;
        background-color: #fff;
    }

a {
    text-decoration: none;
    color: #2d374b;
    -webkit-tap-highlight-color: none;
}

ul, ol {
    list-style: none;
}

.my_info li .content dl {
    padding: 6px 0 0;
}

.my_info .live_member_list h3 span, .my_info .live_member_list h3 span:first-child {
    border: 1px solid #ddd;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 6px;
    background-color: #fff;
}

    .my_info .live_member_list h3 span span {
        border: 0 none !important;
        padding: 0 !important;
    }

    .my_info .live_member_list h3 span.display0 {
        display: none;
    }

    .my_info .live_member_list h3 span.display20 {
        color: #aaa;
        border-color: #ddd;
    }

    .my_info .live_member_list h3 span.display-1-1 {
        color: #a4e434;
        border-color: #a4e434;
    }

    .my_info .live_member_list h3 span.display2-1, .my_info .live_member_list h3 span.display21, .my_info .live_member_list h3 span.display-11, .my_info .live_member_list h3 span.display-10 {
        display: none;
    }

    .my_info .live_member_list h3 span.isindex {
        border: 1px solid #e75748;
    }

    .my_info .live_member_list h3 span.istop {
        border: 1px solid #68c7f8;
    }

    .my_info .live_member_list h3 span.isjingjia {
        border: 1px solid #edc833;
        color: #edc833;
    }

    .my_info .live_member_list h3 span.isindex font {
        color: #e75748;
    }

    .my_info .live_member_list h3 span.istop font {
        color: #68c7f8;
    }

.my_info li .opear, .my_info .more {
    border-top: 1px solid #eeeeee;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
}

.my_info li .opear {
    padding: 10px 35px;
    text-align: center;
    display: flex;
    background-color: #fafafa;
}

    .my_info li .opear a {
        color: #bfbfbf;
        display: block;
        border: 1px solid #bfbfbf;
        border-radius: 14px;
        line-height: 28px;
    }

    .my_info li .opear i {
        background-size: 110px auto;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .my_info li .opear span {
        box-sizing: border-box;
        flex: 1;
        -webkit-box-flex: 1;
        margin: 0 6px;
    }

    .my_info li .opear .f5 i {
        background-position: 0 -682px;
    }

    .my_info li .opear .gg i {
        background-position: -45px -682px;
    }

    .my_info li .opear .jp i {
        background-position: -90px -682px;
    }

    .my_info li .opear .zd i {
        background-position: -81px -1260px;
        background-size: 100px auto;
    }

    .my_info li .opear .del i {
        background-position: -92px -616px;
    }

    .my_info li .opear .edit i {
        background-position: -92px -584px;
    }

.my_info li .opear_18 i {
    width: 15px;
}

.my_info li .opear_18 .hb a {
    border: 1px solid #fe6548;
    color: #fe6548;
}

.my_info li .opear_18 .hb i {
    background-position: 3px -1756px;
}

.my_info li .opear_18 .f5 a {
    border: 1px solid #7baef2;
    color: #7baef2;
}

.my_info li .opear_18 .f5 i {
    background-position: -12px -1756px;
}

.my_info li .opear_18 .gg a {
    border: 1px solid #ffa200;
    color: #ffa200;
}

.my_info li .opear_18 .gg i {
    background-position: -26px -1756px;
}

.my_info li .opear_18 .jp a {
    border: 1px solid #f1564e;
    color: #f1564e;
}

.my_info li .opear_18 .jp i {
    background-position: -42px -1756px;
}

.my_info li .opear_18 .edit a {
    border: 1px solid #6375ff;
    color: #fff;
    background-color: #6375ff;
}

.my_info li .opear_18 .edit i {
    background-position: -56px -1756px;
}

.my_info li .opear_18 .del a {
    border: 1px solid #f1564e;
    color: #ffff;
    background-color: #f1564e;
}

.my_info li .opear_18 .del i {
    background-position: -71px -1756px;
}

.my_info li .opear_18 .close a {
    border: 1px solid #ffa200;
    color: #fff;
    background-color: #ffa200;
}

.my_info li .opear_18 .close i {
    background-position: -71px -1756px;
}

.my_info li .opear_18 .open a {
    border: 1px solid #7baef2;
    color: #fff;
    background-color: #7baef2;
}

.my_info li .opear_18 .open i {
    background-position: -71px -1756px;
}

.my_info li .opear_18 .show a {
    border: 1px solid #0cbb73;
    color: #fff;
    background-color: #0cbb73;
}

.my_info li .opear_18 .show i {
    background-position: -71px -1756px;
}

.my_info li i {
    font-style: normal;
    font-weight: bold;
    font-size: 14px
}

.redFont {
    color: #f1564e;
}

.greenFont {
    color: #0cbb73;
}

.orangeFont {
    color: #ffa200;
}

.post_btn button, .post_btn .btn {
    background: #f1564e;
    opacity: 0.9;
}

.my_info li:last-child {
    margin: 0;
}

.my_info li i.pass, .my_info li i.wait {
    width: 65px;
    height: 30px;
    background-size: 120px auto;
    position: absolute;
    top: 8px;
    right: 10px;
    background-position: 0px -777px;
}

.my_info li i.wait {
    background-position: 0px -809px;
}

.my_info .more {
    color: #333333;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
}

/*资讯首页*/
.newsList {
    background-color: #fff;
    border-top: 1px solid #f6f6f6;
}

    .newsList li {
        position: relative;
        z-index: 1;
        padding: 10px 5px;
        border-bottom: 1px solid #f6f6f6;
    }

        .newsList li .n_img {
            margin-top: 10px;
        }

            .newsList li .n_img img {
                vertical-align: top;
                width: 100px;
                height: 70px;
            }

            .newsList li .n_img a {
                display: none;
                padding: 0 5px;
                float: left;
                width: 33.33333%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .newsList li .n_img a:nth-child(1), .newsList li .n_img a:nth-child(2), .newsList li .n_img a:nth-child(3) {
                    display: block;
                }

            .newsList li .n_img .img {
                position: relative;
                z-index: 1;
                display: block;
                width: 100%;
                padding-top: 75%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 0 0;
                border-radius: 4px;
            }

        .newsList li.onlyOneImg .n_img .img {
            padding-top: 100%;
        }

        .newsList li.onlyOneImg {
            padding-right: 80px;
            min-height: 80px;
        }

            .newsList li.onlyOneImg .n_img {
                display: block;
                position: absolute;
                margin-top: 0;
                right: 5px;
                top: 16px;
                width: 78px;
            }

                .newsList li.onlyOneImg .n_img a {
                    float: none;
                    width: 100%;
                }

        .newsList li.noImg {
            padding-right: 0;
            min-height: inherit;
        }

            .newsList li.noImg .n_img {
                display: none;
            }

        .newsList li .n_img .start {
            display: none;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 30px;
            height: 30px;
            margin: -15px 0 0 -15px;
            background: url(../images/css_sprites.png) no-repeat -3px -285px/397px auto;
            ;
            border-radius: 50%;
        }

        .newsList li .n_img a:nth-of-type(1) .start {
            display: block;
        }

            .newsList li .n_img a:nth-of-type(1) .start.displayfalse, .newsList li .n_img a:nth-of-type(1) .start.display0 {
                display: none;
            }

        .newsList li .n_img .displayfalse {
            display: none;
        }

    .newsList .tit {
        padding: 0 5px;
        font-size: 16px;
        max-height: 48px;
        overflow: hidden;
    }

        .newsList .tit a {
            color: #000;
        }

            .newsList .tit a.fontbold1 {
                font-weight: bold;
            }

            .newsList .tit a:hover {
                text-decoration: none;
                color: #5cc55c;
            }

    .newsList .foot {
        padding: 0 5px;
        font-size: 12px;
        margin-top: 6px;
    }

        .newsList .foot .date {
            display: inline-block;
            vertical-align: middle;
            color: #aaa;
        }

            .newsList .foot .date .line {
                width: 2px;
                background-color: #aaa;
                height: 2px;
                vertical-align: 3px;
                display: inline-block;
                margin: 0 8px;
            }

    .newsList .tag, .article_content .tag {
        color: #999;
        display: inline-block;
        vertical-align: 0;
        padding: 0 6px;
        border-radius: 3px;
        margin-right: 8px;
        line-height: 19px;
    }

    .newsList .display0, .article_content .display0 {
        display: none;
    }

    .newsList .tag.type2, .article_content .tag.type2 {
        background-color: rgba(12, 187, 115, 0.1);
        color: #0CBB73;
    }

    .newsList .tag.type0, .article_content .tag.type0 {
        background-color: rgba(255, 168, 76, 0.1);
        color: #FFA84C;
    }

    .newsList .tag.type1, .article_content .tag.type1 {
        background-color: rgba(255, 97, 66, 0.1);
        color: #FF6142;
    }

    .newsList .tag.fufei {
        color: #734A09;
        background: linear-gradient(90deg,rgba(242,224,192,1) 0%,rgba(216,181,125,1) 100%);
    }
