﻿@charset "utf-8";

.big_bg {
    background: white;
    background: -webkit-linear-gradient(top, #d0f0fc, white 75%);
    background: -moz-linear-gradient(top, #d0f0fc, white 75%);
    background: -ms-linear-gradient(top, #d0f0fc, white 75%);
    background: -o-linear-gradient(top, #d0f0fc, white 75%);
}


/*-----------------banner样式开始------------------*/

.banner img {
    float: left;
    width: 100%;
}

.line {
    width: 100%;
}

    .line span {
        display: block;
        width: 50%;
        height: 5px;
        float: left;
    }

        .line span:first-of-type {
            background: #c7c7c7;
        }

        .line span:last-of-type {
            background: #d7e8f1;
        }


/*-----------------banner样式结束------------------*/


/*-----------------文章样式开始------------------*/

.bg_ar {
    display: block;
    width: 90%;
    margin: 40px auto;
}

.article_bg {
    position: relative;
    width: 100%;
    min-height: 60px;
    margin-left: 4px;
    padding: 14px 0 14px 0;
    background: #fcf9f4;
    border-top: 2px solid #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.a_t img {
    width: 100%;
}


.tit {
    height: 20px;
    line-height: 23px;
    color: #5b5757;
    overflow: hidden;
    word-break: break-all;
    margin:2px 0;
}

.b_con {
    float: left;
    margin-left: 32%;
    width: 55%;
}

.s_tit {
    margin-top: 6px;
    font-size: 1.25em;
    color: #5b5757;
    word-break: break-all;
}

.s_con {
    line-height: 20px;
    color: #5b5757;
}

.next {
    width: 21px;
    height: 31px;
    background: url(../img/article_list/next.png) no-repeat center center;
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.horn {
    width: 10px;
    height: 64px;
    position: absolute;
    right: -10px;
    top: 0;
    background: url(../img/article_list/horn.png) no-repeat center center;
    background-size: contain;
}


/*-----------------文章样式结束------------------*/
.imgspan-warp img {
    width: 100%;
    height: 100%;
}

#next {
    display: block;
    width: 91%;
    line-height: 40px;
    color: #5b5757;
    margin: 0 4.5%;
    text-align: center;
    background: #fcf9f4;
    border-top: 2px solid #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
/*----------380px以上的样式开始-------------*/

@media (min-width:390px) {
    .article_pic {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -12px;
        width: 114px;
        height: 110px;
    }

    .a_k {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        width: 114px;
        height: 110px;
        background: #fcf9f4;
        position: absolute;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    }

    .a_t {
        position: relative;
        z-index: 10;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        border: 4px solid #fcf9f4;
        float: left;
        width: 100px;
        height: 96px;
        background: url(../img/article_list/article_pic.jpg) no-repeat center center;
        background-size: contain;
    }

    .tit {
        font-size: 18px;
    }

    .s_tit {
        font-size: 14px;
    }

    .s_con {
        font-size: 14px;
    }
}


/*----------380px以上的样式结束-------------*/

@media (max-width:390px) {
    .article_pic {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -12px;
        width: 96px;
        height: 94px;
    }

    .a_k {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        width: 96px;
        height: 94px;
        background: #fcf9f4;
        position: absolute;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    }

    .a_t {
        position: relative;
        z-index: 10;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        border: 4px solid #fcf9f4;
        float: left;
        width: 82px;
        height: 80px;
    }

    .tit {
        font-size: 14px;
    }

    .s_tit {
        font-size: 12px;
    }

    .s_con {
        font-size: 12px;
    }
}


/*----------380px以内的样式结束-------------*/
