﻿@font-face {
    font-family: 'Fonts'; /*字体名称*/
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none;
}

/*手机*/
@media screen and (max-width: 767px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    .Small-banner-img {
        width: 100%;
        height: 124px;
        overflow: hidden;
        background-image: url(../../images/newslist/news.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 48px;
        position: relative;
    }

    .Small-nav {
        width: 90%;
        height: 35px;
        margin: 0 auto;
        font-size: 12px;
        color: #7f7f7f;
        line-height: 60px;
    }

        .Small-nav a {
            font-size: 12px;
            color: #7f7f7f;
        }

    .Small-active {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
    }

    .Small-active-box {
        display: inline-block;
        width: 32.1%;
        height: 32px;
        background-image: url(../../images/newslist/new.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
    }

    .Small-active-box-active {
        background-image: url("../../images/newslist/newactive.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        color: white !important;
    }

    /*新的样式*/
    .Small-active1 {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
         flex-wrap: wrap;
        justify-content: space-between;
    }
    .Small-active1:after{
        content: "";
        width: 32.1%;
        border: 1px solid transparent;
    }

    .Small-active-box1 {
        width: 32.1%;
        height: 32px;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
        background-color: rgb(233,233,233);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-b {
        width: 90%;
        height: 80%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-box-active1 {
        background-color: rgb(25,135,255) !important;
        color: white !important;
    }

    .Small-active-box-active2 {
        border: 1px dotted white;
    }
    /*结束新的样式*/

    .Small-Hot {
        width: 90.5%;
        height: auto;
        margin: 0 auto;
    }

    .Small-Hot-Img {
        width: 100%;
        height: auto;
    }

    .Hot-img {
        width: 100%;
        display: block;
    }

    .Hot-Title-Box {
        background-color: rgb(25,135,255);
        padding: 15px 20px 15px 20px;
    }

    .Hot-Title-H {
        font-size: 17px;
        font-weight: bold;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .Hot-Title-date {
        color: rgba(255, 255, 255, 0.7);
        margin-top: 12px;
        font-size: 13px;
    }

    .Small-article {
        width: 90.5%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px;
    }

    .Small-article-list {
        width: 100%;
        height: 150px;
        margin: 15px auto 15px auto;
        font-size: 0;
    }

    .Small-article-list-left {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        height: 150px;
        overflow: hidden;
    }

    .Small-article-list-right {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        height: 150px;
        background-color: #eeeeee;
    }

    .Small-article-list-img {
        display: block;
        height: 150px;
        width: 100%;
    }

    .Small-article-title {
        font-size: 15px;
        color: #322d24;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin: 22% auto auto auto;
    }

    .Small-article-date {
        font-size: 13px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }

    .Small-loadmore {
        width: 100%;
        margin-top: 10px;
        height: 32px;
    }

    .Small-morebtn {
        background-image: url("../../images/newslist/loadmore.png");
        width: 85px;
        height: 31px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    /*小屏无图*/
    .Small-haspic {
        display: none;
    }

    .Small-nopic {
        display: block;
        width: 91%;
        margin: 30px auto 30px auto;
    }

    .Small-nopic-list {
        margin-top: 24px;
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
    }

    .Small-nopic-left {
        display: inline-block;
        vertical-align: top;
        background-image: url(../../images/index/L.png);
        width: 2.5%;
        height: 17px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 1px;
        margin-right: 3px;
    }

    .Small-nopic-right {
        display: inline-block;
        vertical-align: top;
        width: 93%;
    }

    .Small-nopic-list-title {
        font-size: 15px;
        color: black;
        width: 100%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .Small-nopic-list-text {
        color: #67717a;
        font-size: 12px;
        margin-top: 5px;
    }
}


/*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    .Small-banner-img {
        width: 100%;
        height: 305px;
        overflow: hidden;
        background-image: url(../../images/newslist/smallbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100%;
        position: relative;
    }

    .Small-nav {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 60px;
    }

        .Small-nav a {
            font-size: 15px;
            color: #7f7f7f;
        }

    .Small-active {
        width: 91%;
        height: auto;
        margin: 30px auto 30px auto;
    }

    .Small-active-box {
        display: inline-block;
        width: 32.5%;
        height: 66px;
        background-image: url("../../images/newslist/new.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 24px;
        line-height: 66px;
        color: #87929c;
        text-align: center;
    }

    .Small-active-box-active {
        background-image: url("../../images/newslist/newactive.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        color: white !important;
    }

    /*新的样式*/
    .Small-active1 {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .Small-active-box1 {
        width: 32.1%;
        height: 55px;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
        background-color: rgb(233,233,233);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-b {
        width: 90%;
        height: 80%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-box-active1 {
        background-color: rgb(25,135,255) !important;
        color: white !important;
    }

    .Small-active-box-active2 {
        border: 1px dotted white;
    }
    /*结束新的样式*/

    .Small-Hot {
        width: 90.5%;
        height: auto;
        margin: 0 auto;
    }

    .Small-Hot-Img {
        width: 100%;
        height: auto;
    }

    .Hot-img {
        width: 100%;
        display: block;
    }

    .Hot-Title-Box {
        background-color: rgb(25,135,255);
        padding: 30px 40px 30px 40px;
    }

    .Hot-Title-H {
        font-size: 32px;
        font-weight: bold;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .Hot-Title-date {
        color: rgba(255, 255, 255, 0.7);
        margin-top: 23px;
    }

    .Small-article {
        width: 90.5%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px;
    }

    .Small-article-list {
        width: 100%;
        height: 336px;
        margin: 30px auto 30px auto;
        background-color: peachpuff;
        font-size: 0;
    }

    .Small-article-list-left {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        height: 336px;
    }

    .Small-article-list-right {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        height: 336px;
        background-color: #eeeeee;
    }

    .Small-article-list-img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .Small-article-title {
        font-size: 27px;
        color: #322d24;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin: 22% auto auto auto;
    }

    .Small-article-date {
        font-size: 28px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }

    .Small-loadmore {
        width: 100%;
        height: 50px;
        margin-bottom: 30px;
    }

    .Small-morebtn {
        background-image: url("../../images/newslist/loadmore.png");
        width: 173px;
        height: 64px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    /*小屏无图*/
    .Small-haspic {
        display: none;
    }

    .Small-nopic {
        display: block;
        width: 91%;
        margin: 30px auto 30px auto;
    }

    .Small-nopic-list {
        margin-top: 24px;
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
    }

    .Small-nopic-left {
        display: inline-block;
        vertical-align: top;
        background-image: url(../../images/index/L.png);
        width: 1.5%;
        height: 27px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 7px;
        margin-right: 3px;
    }

    .Small-nopic-right {
        display: inline-block;
        vertical-align: top;
        width: 93%;
    }

    .Small-nopic-list-title {
        font-size: 28px;
        color: black;
        width: 100%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .Small-nopic-list-text {
        color: #67717a;
        font-size: 20px;
        margin-top: 5px;
    }
}


/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .bottom-inOutSpread:after {
        border-bottom: 2px solid #348ae8;
    }
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }


    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }

    .content-right-main {
        width: 100%;
        margin-top: 20px;
    }

    .content-img-Hot {
        background-color: #348ae8;
    }

    .content-img-left {
        width: 32.5%;
        height: 252px;
        display: inline-block;
        vertical-align: top;
        background-image: url("../../images/newslist/newsone.png");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        margin-top: 6%;
        margin-left: 5%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .content-img-Hot-text {
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
        line-height: 27px;
    }

    .content-img-date {
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 54px;
        height: 75px;
        background-color: rgba(0,0,0,0.4);
    }

    .img-date {
        font-family: 'Fonts';
        font-size: 24px;
        font-weight: bold;
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    .img-day {
        font-family: 'Fonts';
        margin-top: 5px;
        font-size: 12px;
        color: white;
        text-align: center;
        color: rgba(255,255,255,0.57);
    }

    .jiantou {
        width: 86px;
        margin-left: 5%;
        margin-top: 40px;
    }

    .content-title:before {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .content-new {
        width: 110%;
        height: auto;
        margin-top: 1.7%;
    }

    .content-new-box {
        display: inline-block;
        width: 29.5%;
        margin-right: 0.8%;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        position: relative;
        cursor: pointer;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-title {
        padding: 0 8px 0 8px;
        margin-top: 33px;
        width: 97%;
        text-align: center;
    }

    .content-new-title1 {
        color: #322d24;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content-new-text {
        width: 90% !important;
        text-align: center;
        margin: 0 auto;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #554d40;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .content-new-title-img {
        width: 31%;
        padding-bottom: 17px;
    }

    .content-img-box {
        width: 100%;
        overflow: hidden;
        height: 191px;
    }

    .content-time-box {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 55px;
        height: 74px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .content-time-day {
        font-family: 'Fonts';
        font-size: 22px;
        color: white;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    .content-time-year {
        font-size: 12px;
        color: rgba(255,255,255,0.57);
        font-family: 'Fonts';
        text-align: center;
        margin-top: 7px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block;
        height: 100%;
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    /*无图列表*/
    .content-right-nopic {
        display: block;
    }

    .content-nopic-list {
        padding: 20px 0 35px 0;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
        position: relative;
    }

    .content-time {
        font-size: 12px;
        color: #203548;
        margin-left: 5px;
    }

    .content-time-img {
        background-image: url("../../images/newslist/time.png");
        width: 16px;
        height: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .content-nopic-title {
        width: 80%;
        font-size: 18px;
        font-weight: bold;
        color: #322d24;
        margin-top: 4px;
    }

    .content-nopic-text {
        font-size: 14px;
        color: #554d40;
        width: 80%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 16px;
        line-height: 26px;
    }

    .content-jiantou {
        background-image: url("../../images/newslist/jiantou.png");
        width: 106px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 42%;
    }

    .content-new-box:nth-child(3n+3) {
        margin-right: 0 !important;
    }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .bottom-inOutSpread:after {
        border-bottom: 2px solid #348ae8;
    }
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }

    .content-right-main {
        width: 100%;
        margin-top: 20px;
    }

    .content-img-Hot {
        background-color: #348ae8;
    }

    .content-img-left {
        width: 32.5%;
        height: 286px;
        display: inline-block;
        vertical-align: top;
        background-image: url("../../images/newslist/newsone.png");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        margin-top: 6%;
        margin-left: 5%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .content-img-Hot-text {
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
        line-height: 30px;
    }

    .content-img-date {
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 54px;
        height: 75px;
        background-color: rgba(0,0,0,0.4);
    }

    .img-date {
        font-family: 'Fonts';
        font-size: 24px;
        font-weight: bold;
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    .img-day {
        font-family: 'Fonts';
        margin-top: 5px;
        font-size: 12px;
        color: white;
        text-align: center;
        color: rgba(255,255,255,0.57);
    }

    .jiantou {
        width: 86px;
        margin-left: 5%;
        margin-top: 40px;
    }

    .content-title:before {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }

    .content-right-main {
        display: block;
    }



    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .content-new {
        width: 110%;
        height: auto;
        margin-top: 1.7%;
    }

    .content-new-box {
        display: inline-block;
        width: 29.5%;
        margin-right: 0.8%;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        position: relative;
        cursor: pointer;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-title {
        padding: 0 8px 0 8px;
        margin-top: 33px;
        width: 97%;
        text-align: center;
    }

    .content-new-title1 {
        color: #322d24;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content-new-text {
        width: 90% !important;
        text-align: center;
        margin: 0 auto;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #554d40;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .content-new-title-img {
        width: 31%;
        padding-bottom: 17px;
    }

    .content-img-box {
        width: 100%;
        overflow: hidden;
        height: 198px;
    }

    .content-time-box {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 55px;
        height: 74px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .content-time-day {
        font-family: 'Fonts';
        font-size: 22px;
        color: white;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    .content-time-year {
        font-size: 12px;
        color: rgba(255,255,255,0.57);
        font-family: 'Fonts';
        text-align: center;
        margin-top: 7px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    /*无图列表*/
    .content-right-nopic {
        display: block;
    }

    .content-nopic-list {
        padding: 20px 0 35px 0;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
        position: relative;
    }

    .content-time {
        font-size: 12px;
        color: #203548;
        margin-left: 5px;
    }

    .content-time-img {
        background-image: url("../../images/newslist/time.png");
        width: 16px;
        height: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .content-nopic-title {
        width: 80%;
        font-size: 18px;
        font-weight: bold;
        color: #322d24;
        margin-top: 4px;
    }

    .content-nopic-text {
        font-size: 14px;
        color: #554d40;
        width: 80%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 16px;
        line-height: 26px;
    }

    .content-jiantou {
        background-image: url("../../images/newslist/jiantou.png");
        width: 106px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 42%;
    }

    .content-new-box:nth-child(3n+3) {
        margin-right: 0 !important;
    }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {
    .bottom-inOutSpread:after {
        border-bottom: 2px solid #348ae8;
    }
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }

    .content-right-main {
        width: 100%;
        margin-top: 20px;
    }

    .content-img-Hot {
        background-color: #348ae8;
    }

    .content-img-left {
        width: 32.5%;
        height: 286px;
        display: inline-block;
        vertical-align: top;
        background-image: url("../../images/newslist/newsone.png");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        margin-top: 6%;
        margin-left: 5%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .content-img-Hot-text {
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
        line-height: 30px;
    }

    .content-img-date {
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 54px;
        height: 75px;
        background-color: rgba(0,0,0,0.4);
    }

    .img-date {
        font-family: 'Fonts';
        font-size: 24px;
        font-weight: bold;
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    .img-day {
        font-family: 'Fonts';
        margin-top: 5px;
        font-size: 12px;
        color: white;
        text-align: center;
        color: rgba(255,255,255,0.57);
    }

    .jiantou {
        width: 86px;
        margin-left: 5%;
        margin-top: 40px;
    }

    .content-title:before {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }




    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .content-new {
        width: 110%;
        height: auto;
        margin-top: 1.7%;
    }

    .content-new-box {
        display: inline-block;
        width: 29.5%;
        margin-right: 0.8%;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        position: relative;
        cursor: pointer;
    }


    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-title {
        padding: 0 8px 0 8px;
        margin-top: 33px;
        width: 97%;
        text-align: center;
    }

    .content-new-title1 {
        color: #322d24;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content-new-text {
        width: 90% !important;
        text-align: center;
        margin: 0 auto;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #554d40;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .content-new-title-img {
        width: 28%;
        padding-bottom: 17px;
    }

    .content-img-box {
        width: 100%;
        overflow: hidden;
        height: 204px;
    }

    .content-time-box {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 55px;
        height: 74px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .content-time-day {
        font-family: 'Fonts';
        font-size: 22px;
        color: white;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    .content-time-year {
        font-size: 12px;
        color: rgba(255,255,255,0.57);
        font-family: 'Fonts';
        text-align: center;
        margin-top: 7px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block
    }

    .ContentImgActive {
        transform: scale(1.2)
    }


    /*无图列表*/
    .content-right-nopic {
        display: block;
    }

    .content-nopic-list {
        padding: 20px 0 35px 0;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
        position: relative;
    }

    .content-time {
        font-size: 12px;
        color: #203548;
        margin-left: 5px;
    }

    .content-time-img {
        background-image: url("../../images/newslist/time.png");
        width: 16px;
        height: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .content-nopic-title {
        width: 80%;
        font-size: 18px;
        font-weight: bold;
        color: #322d24;
        margin-top: 4px;
    }

    .content-nopic-text {
        font-size: 14px;
        color: #554d40;
        width: 80%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 16px;
        line-height: 26px;
    }

    .content-jiantou {
        background-image: url("../../images/newslist/jiantou.png");
        width: 106px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 42%;
    }

    .content-new-box:nth-child(3n+3) {
        margin-right: 0 !important;
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {
    .bottom-inOutSpread:after {
        border-bottom: 2px solid #348ae8;
    }
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    .content-bannerimg {
        width: 100%;
        margin-bottom: 4px;
        position: relative;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }

    .content-right-main {
        width: 100%;
        margin-top: 20px;
    }

    .content-img-Hot {
        background-color: #348ae8;
    }

    .content-img-left {
        width: 32.5%;
        height: 286px;
        display: inline-block;
        vertical-align: top;
        background-image: url("../../images/newslist/newsone.png");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        margin-top: 6%;
        margin-left: 5%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .content-img-Hot-text {
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
    }

    .content-img-date {
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 54px;
        height: 75px;
        background-color: rgba(0,0,0,0.4);
    }

    .img-date {
        font-family: 'Fonts';
        font-size: 24px;
        font-weight: bold;
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    .img-day {
        font-family: 'Fonts';
        margin-top: 5px;
        font-size: 12px;
        color: white;
        text-align: center;
        color: rgba(255,255,255,0.57);
    }

    .jiantou {
        width: 86px;
        margin-left: 5%;
        margin-top: 40px;
    }

    .content-title:before {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("../../images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }



    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .content-new {
        width: 100%;
        height: auto;
        margin-top: 1.7%;
    }


    .content-new-box {
        display: inline-block;
        width: 32.5%;
        margin-right: 0.8%;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        position: relative;
        cursor: pointer;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-title {
        padding: 0 8px 0 8px;
        margin-top: 33px;
        width: 97%;
        text-align: center;
    }

    .content-new-title1 {
        color: #322d24;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content-new-text {
        width: 90% !important;
        text-align: center;
        margin: 0 auto;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #554d40;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .content-new-title-img {
        width: 23%;
        padding-bottom: 17px;
    }

    .content-img-box {
        width: 100%;
        overflow: hidden;
        height: 236px;
        position: relative;
    }

    .content-time-box {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 55px;
        height: 74px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .content-time-day {
        font-family: 'Fonts';
        font-size: 22px;
        color: white;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    .content-time-year {
        font-size: 12px;
        color: rgba(255,255,255,0.57);
        font-family: 'Fonts';
        text-align: center;
        margin-top: 7px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    /*无图列表*/
    .content-right-nopic {
        display: block;
    }

    .content-nopic-list {
        padding: 20px 0 35px 0;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
        position: relative;
    }

    .content-time {
        font-size: 12px;
        color: #203548;
        margin-left: 5px;
    }

    .content-time-img {
        background-image: url("../../images/newslist/time.png");
        width: 16px;
        height: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .content-nopic-title {
        width: 80%;
        font-size: 18px;
        font-weight: bold;
        color: #322d24;
        margin-top: 4px;
    }

    .content-nopic-text {
        font-size: 14px;
        color: #554d40;
        width: 80%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 16px;
        line-height: 26px;
    }

    .content-jiantou {
        background-image: url("../../images/newslist/jiantou.png");
        width: 106px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 42%;
    }

    .content-new-box:nth-child(3n+3) {
        margin-right: 0 !important;
    }
}
