
nav .left > a{
    float: left;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body {
    margin: 0 auto;
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
a:hover,
span:hover {
    text-decoration: none;
}
input:hover,
select:hover,
input:focus,
select:focus,
input:visited,
select:visited {
    outline: none;
}
.change_template{
    display: none;
}
.container {
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.container .content .page_content img{
    margin: 10px 0;
}
.boutique_show img{
    margin: 10px 0;
}
.main_content{
    margin-top: 45px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {

    .container .body .content .newsList ul.pagelists li .subject >a{
        width: 110px;
        height: 75px;
        overflow: hidden;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    .container .content .newsList{
        padding-top: 45px;
    }
    .header .searchBox .search{
        width: auto;
        margin: 0 15px;
    }
    .newsList ul li {
        padding: 0 15px;
    }
    .showInPc {
        display: none;
    }
    .showInMobile {
        display: block;
    }
    .container {
        width: 100%;
    }
    .container .content {
        max-width: 100%;
        padding: 0;
    }
    .container .content .page_title {
        border-bottom: 1px solid #cdcdcd;
    }
    .container .content .page_title h2 {
        color: #484848;
    }
    .container .content .page_title .source {
        color: gray;
    }
    .container .content .page_title .shareButton {
        display: none;
    }
    .container .content .page_content {
        padding: 10px 0;
    }
    .container .content .page_content p {
        color: #444444;
        font-size: 18px;
        line-height: 30px;
    }
    .container .content .page_content img {
        max-width: 100%;
    }
    .container .content .newsList .newTitle {
        background-color: #ececec;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .container .content .newsList ul li .subject {
        padding-left: 20px;
        position: relative;
        height: 75px;
        display: flex;
        align-items: center; 
    }
    .container .content .newsList ul li .subject > img {
        width: 110px;
    }
    .container .content .newsList ul li .subject .info{
        padding-left: 20px;
    }
    .container .content .newsList ul li .subject .info .title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        height: 42px;
        color: #424242;
        font-size: 15px;
    }
    .container .content .newsList ul li .subject .info .source {
        font-size: 12px;
        color: #b9b9b9;
        margin-top: 15px;
    }
    .container .content .newsList ul li .subject .info .time {
        display: none;
    }
    .container .content .newsList ul li .desc {
        display: none;
    }
    .container .content .newsList ul li + li {
        border-top: 1px solid #E0E0E0;
        margin-top: 6px;
        padding-top: 6px;
    }

    .subscriber .all {
        padding: 20px 15px;
        color: #c0c0c0;
        font-size: 18px;
        border-bottom: 1px solid #f0f0f0;
    }
    .subscriber .linkGroup:after {
        content: '';
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .subscriber .linkGroup.linkGroup-user {
        padding-bottom: 40px;
    }
    .subscriber .linkGroup.linkGroup-user > .item {
        width: 100%;
        padding-left: 88px;
        padding-bottom: 23px;
        position: relative;
    }
    .subscriber .linkGroup.linkGroup-user > .item + .item {
        border-top: 1px solid #f0f0f0;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main > .left {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main > .left > img {
        display: block;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #dedede;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right {
        padding-top: 15px;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .bigTitle {
        color: #12add3;
        font-size: 14px;
        font-weight: bold;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .smallTitle {
        font-size: 14px;
        color: #c4c4c4;
        width: 100%;
        height: 22px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .subscriber .flex {
        background-color: #fff;
        display: flex;
        padding: 15px 0;
        border-top: 1px solid #f0f0f0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .subscriber .flex > .item {
        flex: 1;
        text-align: center;
    }
    .subscriber .flex > .item.text-blue {
        color: #12add3;
    }

    .main_content{
        padding: 0 15px;
    }

}
@media (min-width: 769px) {
    .showInPc {
        display: block;
    }
    .showInMobile {
        display: none;
    }
    .container .body .content .sub {
        position: relative;
    }
    .container .body .content .sub .content {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .container .body .content .main_content {
        background-color: #F4F4F4;
        padding: 30px 25px 25px;
    }
    .container .body .content .main_content .content_in .page_title {
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }
    .container .body .content .main_content .content_in .page_title h2{
        font-weight: normal;
        font-size: 25px;
        color: #484848;
    }
    .container .body .content .main_content .content_in .page_title:after {
        content: '';
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .container .body .content .main_content .content_in .page_title .source {
        float: left;
        position: relative;
        top: 6px;
        color: gray;
    }
    .container .body .content .main_content .content_in .page_title .shareButton {
        display: block;
        float: right;
    }
    .container .body .content .main_content .content_in .page_content {
        padding: 10px 0;
    }
    .container .body .content .main_content .content_in .page_content p {
        font-size: 16px;
        color: #444444;
        line-height: 1.75rem;
    }
    .container .body .sub .content {
        padding: 0;
        background: #F4F4F4;
    }
    
    .container .body .content .newsList {
        width: 100%;
    }
    .container .body .content .newsList ul.pagelists {
        padding-left: 20px;
        margin: 0 -20px;
        padding-top: 20px;
    }
    .container .body .content .newsList ul.pagelists:after {
        content: '';
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .container .body .content .newsList ul.pagelists li {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .container .body .content .newsList ul.pagelists li .subject {
        background-color: #F4F4F4;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        position: relative;
        height: 131px;
        display: flex;
        align-items: center;
    }
    .container .body .content .newsList ul.pagelists li .subject >a{
        width: 150px;
        height: 100px;
        overflow: hidden;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    .container .body .content .newsList ul.pagelists li .subject .info {
        padding-left: 15px;
    }
    .container .body .content .newsList ul.pagelists li .subject .info .title {
        font-size: 16px;
    }
    .container .body .content .newsList ul.pagelists li .subject .info .title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        height: 48px;
        color: #000;
    }
    .container .body .content .newsList ul.pagelists li .subject .info .time {
        font-size: 12px;
        color: #b9b9b9;
        margin-top: 17px;
    }
    .container .body .content .newsList ul.pagelists li .subject .info .source {
        font-size: 12px;
        color: #b9b9b9;
    }
    .container .body .content .newsList ul.pagelists li .subject:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #F4F4F4;
        position: absolute;
        bottom: -8px;
        left: 25px;
    }
    .container .body .content .newsList ul.pagelists li .desc {
        font-size: 14px;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        height: 42px;
        color: #333;
    }


    .subscriber .linkGroup:after {
        content: '';
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .subscriber .linkGroup > .item {
        float: left;
    }
    .subscriber .linkGroup.linkGroup-user {
        position: relative;
    }
    .subscriber .linkGroup.linkGroup-user > .item {
        width: 100%;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main {
        padding: 20px;
        border-bottom: 1px solid #dedede;
        display: flex;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main > .left {
        margin-right: 20px;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main > .left > img {
        display: block;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #dedede;
        margin: 0 auto;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right {
        flex: 1;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .bigTitle:after {
        content: '';
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .bigTitle .name {
        float: left;
        color: #12add3;
        font-size: 14px;
        font-weight: bold;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .bigTitle .operate {
        float: right;
        width: 80px;
        border: 1px solid #dedede;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        text-align: center;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .bigTitle .operate.red {
        background-color: #d5164f;
        color: #FFFFFF;
    }
    .subscriber .linkGroup.linkGroup-user > .item .main .right .smallTitle {
        font-size: 14px;
        color: #595959;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        height: 42px;
        margin-top: 5px;
    }

    .container .header .content{
        padding: 0;
    }
    .searchResult .searchBox .search .select{
        width: 90px;
    }
    .collapse-show{
        display: block;
    }
}


/**************** 精品资料 *********************/
#publish_form>div{
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
#publish_form>div label{
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #444;
    font-size: 14px;
    line-height: 36px;
}
#publish_form>div input[type="text"]{
    border: 1px solid #cfcfcf;
    height: 36px;
    width: 100%;
    line-height: 36px;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 5px;
}
#publish_form>div textarea{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.phone_header{
    display: none;
    background-color: #f4f4f4;
    width: 100%;
    height: 40px;
    font-size: 14px;
    align-items: center;
}

.phone_header .getback{
    color: #444444;
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
    background: url(../img/scroll/index_tab_l.png) no-repeat;
    background-size: auto 16px;
    line-height: 16px;
    text-align: center;
    height: 16px;
}
.phone_header input[type='submit']{
    color: #12add3;
    border: none;
    outline: none;
    background-color: transparent;
}
.phone_header .title{
    position: absolute;
    color: #444444;
    line-height: 40px;
    text-align: center;
    height: 40px;
    font-size: 14px;
    left: 88px;
    right: 88px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

@media (max-width: 640px){
    .phone_header{
        display: flex;
    }

}