@charset "UTF-8";

@media (min-width: 320px) {
    /*版心*/
    .center {
        width: 90%;
        margin: 0 auto;
    }

    /*新闻资讯从此开始*/
    section {
        width: 100%;
        height: auto;
    }
    section h3 {
        width: 100%;
        color: #ed3e3e;
        font-size: 28px;
        text-align: center;
        margin: 10px 0;
    }
    /*各条新闻*/
    section ul li {
        width: 100%;
        height: 90px;
        float: left;
        overflow: hidden;
        margin-bottom: 20px;

    }
    section ul li a {
        width: 100%;
        height: 100%;
        /*background: #888;*/
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        transition: all 0.4s linear;
        -moz-transition: all 0.4s linear; /* Firefox 4 */
        -webkit-transition: all 0.4s linear; /* Safari and Chrome */
        -o-transition: all 0.4s linear; /* Opera */
    }

    section ul li a .time {
        width: 30%;
        height: 100%;
        float: left;
        padding: 5px;
        background: #f4e8e8;
    }
    section ul li a .time i {
        width: 100%;
        color: #ed3e3e;
        font-size: 22px;
        text-align: center;
    }
    section ul li a .time span {
        width: 100%;
        color: #444;
        font-size: 16px;
        text-align: center;
        letter-spacing: 2px;
    }
    section ul li a .text {
        width: 65%;
        height: 100%;
        float: right;
        /*margin: 8px 2% 0 0;*/
        padding: 8px 2% 0 0;

    }
    section ul li a .text h4 {
        width: 100%;
        height: 52px;
        /*color: #fff;*/
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    section ul li a .text .today {
        width: 100%;
        color: #666;
        font-size: 14px;
        line-height: 22px;
        float: left;
    }
    section ul li a .text .today i , section ul li a .text .today b {
        /*color: #fff;*/
        float: left;
    }
    /*hover效果*/
    section ul li a:hover {
        background: #f4e8e8;
    }

    /*下一页*/
    section .next {
        width: 100%;
        height: auto;
    }
    /*当前页*/
    section .next .current {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        float: left;
        margin-left: 6%;
    }
    section .next .current span , section .next .current i , section .next .current b , section .next .current em {
        float: left;
    }
    section .next .current i {
        color: #ed3e3e;
    }
    section .next .current em {
        margin: 0 3px;
    }
    section .next .total {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        float: left;
    }
    section .next .total i , section .next .total b , section .next .total em {
        float: left;
    }
    /*跳转*/
    section .next .skip {
        /*width: 170px;*/
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        float: right;
        margin-right: 6%;
    }
    section .next .skip i , section .next .skip b {
        float: left;
    }
    section .next .skip #biwebpage {
        width: 30px;
        height: 20px;
        float: left;
        text-align: center;
        margin: 0 5px;
    }
    section .next .skip .btn {
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        float: left;
        margin: 0 0 0 5px ;
        border-radius: 3px;
        background: #ed3e3e;
        border: 0 none;
    }
    /*跳页*/
    section .next .page {
        width: 100%;
        height: 30px;
        font-size: 14px;
        float: left;
        margin-top: 10px;
    }
    section .next .page a {
        width: 15%;
        height: 100%;
        float: left;
        color: #999;
        text-align: center;
        line-height: 28px;
        margin: 0 5%;
        background: #eee;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
    }
    section .next .page a:hover {

        color: #fff;
        background: #ed3e3e;
        border: 0 none;
    }
    /*新闻资讯从此结束*/
}

@media (min-width: 400px) {
    /*各条新闻*/
    section ul li {
        height: 120px;
        margin-bottom: 20px;
    }
    section ul li a .time {
        width: 35%;
        padding: 15px 0 0;
    }
    section ul li a .time i {
        width: 100%;
        color: #ed3e3e;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        /*background: #00c0ff;*/
    }
    section ul li a .time span {
        width: 100%;
        color: #444;
        font-size: 16px;
        text-align: center;
        letter-spacing: 3px;
        /*background: #00b488;*/
        /*line-height: 30px;*/
    }
    section ul li a .text {
        width: 60%;
        height: 100%;
        float: right;
        /*margin: 8px 2% 0 0;*/
        padding: 16px 2% 0 0;

    }
    section ul li a .text h4 {
        height: 60px;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    section ul li a .text .today {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (min-width: 480px) {

    section ul li a .text {
        /*width: 64%;*/
    }

    /*下一页*/
    section .next {
        width: 100%;
        height: auto;
    }
    /*当前页*/
    section .next .current {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 2%;
    }

    section .next .current em {
        margin: 0 3px;
    }
    section .next .total {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    /*跳转*/
    section .next .skip {
        /*width: 170px;*/
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        float: left;
        margin-right: 0;
        margin-left: 4%;
    }
    section .next .skip i , section .next .skip b {
        float: left;
    }
    section .next .skip #biwebpage {
        width: 30px;
        height: 20px;
        float: left;
        text-align: center;
        margin: 5px 2px;
    }
    section .next .skip .btn {
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        float: left;
        margin: 5px 0 0 5px ;
        border-radius: 3px;
        background: #ed3e3e;
    }
    /*跳页*/
    section .next .page {
        width: auto;
        height: 20px;
        font-size: 14px;
        float: right;
        margin-top: 5px;
        margin-right: 2%;
    }
    section .next .page a {
        width: 34px;
        height: 20px;
        float: left;
        color: #999;
        text-align: center;
        line-height: 18px;
        margin: 0 3px;
        background: #eee;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
    }
    section .next .page a:hover {

        color: #fff;
        background: #ed3e3e;
        border: 0 none;
    }
}
@media (min-width: 600px) {

    /*新闻资讯从此开始*/
    section h3 {
        width: 100%;
        color: #ed3e3e;
        font-size: 30px;
        text-align: center;
        margin: 30px 0;
    }

    /*各条新闻*/
    section ul li {
        height: 120px;
        margin-bottom: 20px;
    }
    section ul li a .time {
        width: 35%;
        padding: 15px 0 0;
    }
    section ul li a .time i {
        width: 100%;
        color: #ed3e3e;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        /*background: #00c0ff;*/
    }
    section ul li a .time span {
        width: 100%;
        color: #444;
        font-size: 16px;
        text-align: center;
        letter-spacing: 3px;
        /*background: #00b488;*/
        /*line-height: 30px;*/
    }
    section ul li a .text {
        width: 60%;
        height: 100%;
        float: right;
        /*margin: 8px 2% 0 0;*/
        padding: 16px 2% 0 0;

    }
    section ul li a .text h4 {
        height: 60px;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    section ul li a .text .today {
        font-size: 14px;
        line-height: 22px;
    }

    /*下一页*/
    section .next {
        width: 100%;
        height: auto;
    }
    /*当前页*/
    section .next .current {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-left: 2%;
    }
    section .next .current em {
        margin: 0 3px;
    }
    section .next .total {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    /*跳转*/
    section .next .skip {
        /*width: 170px;*/
        font-size: 16px;
        margin-left: 4%;
    }
    section .next .skip #biwebpage {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
    section .next .skip .btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin: 0 0 0 10px ;
    }
    /*跳页*/
    section .next .page {
        width: auto;
        height: 30px;
        font-size: 16px;
        margin-top: 0;
        margin-right: 2%;
    }
    section .next .page a {
        width: 50px;
        height: 30px;
        float: left;
        line-height: 28px;
        margin: 0 3px;
    }

    /*新闻资讯从此结束*/
}
@media (min-width: 650px) {

    /*新闻资讯从此开始*/


    /*各条新闻*/
    section ul li {
        height: 120px;
        margin-bottom: 20px;
    }
    section ul li a .time {
        width: 30%;
        padding: 15px 0 0;
    }
    section ul li a .time i {
        width: 100%;
        color: #ed3e3e;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        /*background: #00c0ff;*/
    }
    section ul li a .time span {
        width: 100%;
        color: #444;
        font-size: 16px;
        text-align: center;
        letter-spacing: 3px;
        /*background: #00b488;*/
        /*line-height: 30px;*/
    }
    section ul li a .text {
        width: 65%;
        height: 100%;
        float: right;
        /*margin: 8px 2% 0 0;*/
        padding: 16px 2% 0 0;

    }
    section ul li a .text h4 {
        height: 60px;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    section ul li a .text .today {
        font-size: 14px;
        line-height: 22px;
    }

    /*新闻资讯从此结束*/
}

@media (min-width: 700px) {

    /*新闻资讯从此开始*/


    /*各条新闻*/
    section ul li a .time {
        width: 30%;
    }
    section ul li a .text {
        width: 65%;
    }
    section ul li a .text h4 {
        font-size: 18px;
    }
    section ul li a .text .today {
        font-size: 16px;
    }


    /*下一页*/
    section .next {
        width: 600px;
        margin: 0 auto;
    }
    /*当前页*/
    section .next .current {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-left: 2%;
    }
    section .next .current em {
        margin: 0 3px;
    }
    section .next .total {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    /*跳转*/
    section .next .skip {
        /*width: 170px;*/
        font-size: 16px;
        margin-left: 5%;
    }
    section .next .skip #biwebpage {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
    section .next .skip .btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin: 0 0 0 10px ;
    }
    /*跳页*/
    section .next .page {
        width: auto;
        height: 30px;
        font-size: 16px;
        margin-top: 0;
        margin-right: 2%;
    }
    section .next .page a {
        width: 50px;
        height: 30px;
        float: left;
        line-height: 28px;
        margin: 0 6px;
    }
    /*新闻资讯从此结束*/
}

@media (min-width: 760px) {

    /*新闻资讯从此开始*/


    /*各条新闻*/
    section ul li a .time {
        width: 25%;
    }
    section ul li a .text {
        width: 70%;
    }
    /*新闻资讯从此结束*/
}

@media (min-width: 800px) {

    /*新闻资讯从此开始*/


    /*各条新闻*/
    section ul li a .time {
        width: 20%;
    }
    section ul li a .text {
        width: 75%;
    }
    /*新闻资讯从此结束*/
}

@media (min-width: 840px) {

    /*版心*/
    .center {
        width: 820px;
    }

    /*新闻资讯从此开始*/
    section {
        width: 100%;
        height: auto;
    }

    /*各条新闻*/
    section ul {
        width: 780px;
        height: auto;
        float: left;
        margin: 0 20px 20px;
    }
    section ul li {
        width: 100%;
        height: 140px;
        margin-bottom: 0;
        border-radius: 0;
    }
    section ul li:first-child {
        border-top: 1px solid #d9d9d9;
    }
    section ul li a {
        border-radius: 0;
        border: 0 none;
        border-bottom: 1px solid #d9d9d9;
    }
    section ul li a .time {
        width: 100px;
        height: 100px;
        padding: 0;
        margin: 20px 0 0 30px;
    }
    section ul li a .time i {
        font-size: 24px;
        line-height: 44px;
    }
    section ul li a .time span {
        font-size: 18px;
    }
    section ul li a .text {
        width: 580px;
        height: 100px;
        margin: 20px 30px 0 0;
        padding: 0;
    }
    section ul li a .text h4 {
        height: 70px;
        font-size: 20px;
    }
    section ul li a .text .today {
        width: 180px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    /*新闻资讯从此结束*/

}

@media (min-width: 1000px) {
    /*版心*/
    .center {
        width: 980px;
    }
    
    /*新闻资讯从此开始*/
    section {
        width: 100%;
        height: auto;
    }
    section h3 {
        width: 100%;
        color: #ed3e3e;
        font-size: 48px;
        text-align: center;
        margin: 50px 0 40px;
    }

    /*各条新闻*/
    section ul {
        width: 900px;
        margin: 0 40px 20px;
    }
    section ul li {
        height: 140px;
    }
    section ul li a .time {
        width: 100px;
        height: 100px;
        margin: 20px 0 0 30px;
    }
    section ul li a .text {
        width: 700px;
        margin: 20px 30px 0 0;
    }


    /*新闻资讯从此结束*/
}

@media (min-width: 1280px) {
    /*版心*/
    .center {
        width: 1220px;
    }

    /*新闻资讯从此开始*/

    /*各条新闻*/
    section ul {
        width: 1200px;
        margin: 0 10px 30px;
    }
    section ul li {
        height: 180px;
    }

    section ul li a .time {
        width: 120px;
        height: 120px;
        margin: 30px 0 0 50px;
    }
    section ul li a .time i {
        font-size: 30px;
        line-height: 50px;
    }
    section ul li a .time span {
        font-size: 20px;
    }
    section ul li a .text {
        width: 920px;
        height: 120px;
        margin: 30px 50px 0 0;
    }
    section ul li a .text h4 {
        height: 80px;
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
    }
    section ul li a .text .today {
        width: 200px;
        font-size: 18px;
    }
    /*新闻资讯从此结束*/
}