@charset "utf-8";
.line_style{
    border-top:solid 1px #ebebeb;
}
.sk_cont_tit{
    /*background: url("../img/shengkuang/sk_tit.png") repeat-y left;*/
    padding-left: 8px;
    height: 24px;
    height: 24px;
    line-height: 20px;
    margin-bottom: 20px;
    border-left:3px solid #e2006c;
    margin-top: 20px;
}

/*内容*/
.sk_cont_main{
    margin-left: -10px;
    margin-right: -10px;
    min-height: 180px;
}
.sk_cont_main > div{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:20px;
}
.sk_pic_city{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(40,40,40,.8);
    text-align: center;
    line-height: 2.8rem;
    font-size: 1.6rem;
    background: #000\9;
    filter:alpha(opacity=70);
}

@media (min-width: 768px) {
    .sk_pic_city{
        line-height: 30px;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .sk_pic_city{
        line-height: 36px;
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .sk_pic_city{
        line-height: 36px;
        font-size: 18px;
    }
}
.more_line{
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
     .more_wrap{
         font-size: 16px;
         margin-top: 24px;
     }
    .more_icon{
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("../img/shengkuang/pc_more_icon.png") no-repeat;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .yd_bg1{ background: #fff;}
    .yd_bg2{ background: #f4f4f4;}
    /*.more_icon{
        display: inline-block;
        width: 2.4rem;
        height: 2.4rem;
        background: url("../img/shengkuang/yd_more_icon.png") no-repeat center;
        background-size:cover;
        margin-top: 1.2rem;
        margin-bottom: 1.4rem;
    }*/
    .sk_cont_tit{
        margin-top: 1.8rem;
        margin-bottom: 1.4rem;
        font-size: 2rem;
        height: 2.0rem;
        line-height: 1.8rem;
    }
    .yd_more_icon{
        display: inline-block;
        width: 2.4rem;
        height: 2.4rem;
        background: url("../img/shengkuang/yd_more_icon.png") no-repeat center;
        background-size:cover;
        margin-top: 1.2rem;
        margin-bottom: 1.4rem;
    }

}
.more_wrap:hover{ cursor: pointer;}
.shengk_block_no{ display: none; }
.shengk_block{ display: block; }


.f_z{
    transform: rotateX(180deg);
}