@charset "utf-8";
@media  (min-width: 768px){
    #box_root{
        background:url(../images/newsImg_bg.jpg) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }
    .news .news-con figure{
        margin-bottom: 30px;
    }
    .news .news-con figure figcaption {
        overflow: hidden;
    }
    .news .news-con figure figcaption img {
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }
    .news .news-con figure .info {
        padding-top: 15px;
    }
    .news .news-con figure .info .text {
        color: #303030;
        font-size: 16px;
        line-height: 1.6;
        height: 49px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .news .news-con figure .info .pmore {
        margin-top: 10px;
    }
    .news .news-con figure .info .pmore a {
        font-size: 13px;
        color: #6f7579;
    }
    .news .news-con figure .info .pmore i {
        padding-left: 15px;
        transition: all .35s;
    }
    .news .news-con figure:hover img {
        transform: scale(1.1);
    }
    .news .news-con figure:hover .info .text {
        color: #000;
        text-decoration: underline;
    }
    .news .news-con figure:hover .pmore a {
        color: #2a7cff;
    }
    .news .news-con figure:hover .pmore a i {
        transform: translateX(10px);
    }

    .news-summary {
        background-color: #e8e8e8;
        color: #444;
        padding: 15px;
        border: 1px solid #ccc;
    }

}
@media  (max-width: 767px){

    .news-con{}
    .news-con figure{
        /*width: calc(50% - 7.5px);*/
        /*margin-right: 15px;*/
        margin-bottom: 15px;
        float: left;
        display: block;
    }
    .news-con figure:nth-child(2n){
        /*margin-right: 0;*/
    }
    .news-con figure .info{

    }
    .news-con figure .info>a {
        display: block;
        height: 52px;
        font-size: 13px;
        line-height: 1.8;
        color: #585555;
        padding: 8px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-con figure .info>.pmore{}
    .news-con figure .info>.pmore a {
        font-size: 12px;
        color: #20599e;
    }

    .page{
        padding: 0;
        margin: 10px auto;
    }
    .page .pagelist{
        font-size: 12px;
        text-align: center;
    }

    #Pagination{
        width: 80%;
        margin: 15px auto 0;
        display: block;
    }
    #Pagination span ,#Pagination a{
        padding: 0;
        font-size: 12px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        display: inline-block;
        border: 1px solid #e2e2e2;

    }
    #Pagination span.current {
        color: #fff;
        background: #8e8e8e;
    }


    /*新闻详情页*/

    .news_detail{}
    .news_detail>h3{
        font-size: 17px;
        line-height: 1.7;
        font-weight: bold;
    }
    .news_detail>.message{
        margin: 15px auto;
        font-size: 14px;
    }
    .news-summary {
        display: none;
    }
}