﻿@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
    }

    .banner-text {
        position: absolute;
        font-size: 24px;
        margin-top: 36px;
        font-weight: normal;
        margin-left: 23px;
        color: #348ae8;
    }
    /*图片列表*/
    .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;
    }

    .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;
        display: none;
    }

    .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-haspic {
        display: block;
    }

    .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: auto;
        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 {
        width: 100%;
        height: auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        background-color: #eeeeee;
        flex-direction: column;
        padding-top: 10px;
    }

    .Small-article-list-img {
        display: block;
        height: 150px;
    }

    .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%;
        line-height: 22px;
        max-height: 44px;
        height: auto;
    }

    .Small-article-date {
        font-size: 13px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }

    .Small-loadmore {
        width: 100%;
        height: 50px;
    }

    .Small-morebtn {
        background-image: url("../../images/newslist/loadmore.png");
        width: 85px;
        height: 31px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    /*小屏无图*/

    .Small-nopic {
        display: none;
        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
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-left {
        display: inline-block;
        margin-top: 44px;
        vertical-align: top;
        width: 19%;
    }

    .content-bannerimg {
        width: 100%;
        margin-bottom: 4px;
        position: relative;
    }

    .banner-text {
        position: absolute;
        font-size: 24px;
        margin-top: 46px;
        font-weight: bolder;
        margin-left: 23px;
        color: #348ae8;
    }

    .content-list {
        width: 100%;
        background-color: #c1c1c1;
        margin-bottom: 4px;
        position: relative;
        cursor: pointer;
    }

        .content-list:hover {
            background-color: #348ae8;
        }

    .content-list-title {
        color: #ffffff;
        font-size: 18px;
        line-height: 67px;
        margin-left: 29%;
    }

    .content-list-img {
        position: absolute;
        top: 24px;
        left: 45px;
    }

    .content-list-active {
        background-color: #348ae8;
    }

    .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;
        margin-top: -17px;
    }

        .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;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .content-img-Hot:hover {
            background-color: #1677e1;
        }

    .content-img-a {
        width: 100%;
        display: flex;
        display: -webkit-flex;
     display: -ms-flex;
    }

    .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;

    }
     .content-img-left1{
        width: 100%;
        height: 286px;
        display: block;
        object-fit: cover;
          transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
   .content-img-Hot:hover .content-img-left1{
        transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
   }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        position: relative;
        height: 286px;
         display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        flex-direction: column;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        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 {
        background-image: url("../../images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }



    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    .content-new {
        width: 100%;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
 display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
     display: -ms-flex;
        flex-direction: column;
        width: 24%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 65%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 12px;
        color: #554d40;
        width: 100%;
        height: 19px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
        display: flex;
        display: -webkit-flex;
     display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {
        width: 100%;
        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .content-right-main {
        display: block;
    }
     .mark{
        width: 100%;
        height: 100%;
        background-color: rgb(201,227,255);
        position: absolute;
        left: 0;
        top: 0;
         display: none;
    }
}


/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {

    * {
        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;
        margin-top: -17px;
    }

        .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;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .content-img-Hot:hover {
            background-color: #1677e1;
        }

    .content-img-a {
        width: 100%;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
    }

    .content-img-left {
        width: 32.5%;
        height: 286px;
        display: inline-block;
        vertical-align: top;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
     .content-img-left1{
        width: 100%;
        height: 286px;
        display: block;
        object-fit: cover;
          transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
   .content-img-Hot:hover .content-img-left1{
        transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
   }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        position: relative;
        height: 286px;
         display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        flex-direction: column;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        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 {
        background-image: url("../../images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }



    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    .content-new {
        width: 100%;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
		display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 156px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
     display: -ms-flex;
        flex-direction: column;
        width: 24%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 65%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 12px;
        color: #554d40;
        width: 100%;
        height: 19px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 12px;
        display: flex;
        display: -webkit-flex;
    display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {
        width: 100%;
        height: 9px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
         top: 0;
        left: 0;
    }






    .content-right-main {
        display: block;
    }
     .mark{
        width: 100%;
        height: 100%;
        background-color: rgb(201,227,255);
        position: absolute;
        left: 0;
        top: 0;
         display: none;
    }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    * {
        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;
        margin-top: -17px;
    }

        .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;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .content-img-a {
        width: 100%;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
    }

    .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-left1{
        width: 100%;
        height: 286px;
        display: block;
        object-fit: cover;
          transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
   .content-img-Hot:hover .content-img-left1{
        transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
   }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        position: relative;
        height: 286px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        flex-direction: column;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        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 {
        background-image: url("../../images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }



    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    .content-new {
        width: 100%;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
    display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 160px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
     display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 12px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 13px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {
        width: 100%;
        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
         top: 0;
        left: 0;
    }






    .content-right-main {
        display: block;
    }
    .mark{
        width: 100%;
        height: 100%;
        background-color: rgb(201,227,255);
        position: absolute;
        left: 0;
        top: 0;
         display: none;
    }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {

.newicon{
    width: 100%;
    height: 11px;
}
    * {
        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;
        margin-top: -17px;
    }

        .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;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }





        .content-img-Hot:hover {
            background-color: #1677e1;
        }

    .content-img-a {
        width: 100%;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
    }

    .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-left1{
        width: 100%;
        height: 286px;
        display: block;
        object-fit: cover;
          transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
   .content-img-Hot:hover .content-img-left1{
        transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
   }

    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        position: relative;
        height: 286px;
         display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        flex-direction: column;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        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 {
        background-image: url("../../images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }



    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    .content-new {
        width: 100%;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {
        width: 100%;
        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
         top: 0;
        left: 0;
    }






    .content-right-main {
        display: block;
    }
     .mark{
        width: 100%;
        height: 100%;
        background-color: rgb(201,227,255);
        position: absolute;
        left: 0;
        top: 0;
         display: none;
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {

    * {
        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;
        margin-top: -17px;
    }

    .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;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .content-img-Hot:hover {
        background-color: #1677e1;
    }

    .content-img-a {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .content-img-left {
        width: 32.5%;
        height: 286px;
        background-image: url("../../images/newslist/newsone.png");
        background-size: cover;
        background-repeat: no-repeat;
         overflow: hidden;
    }
     .content-img-left1{
        width: 100%;
        height: 286px;
        display: block;
        object-fit: cover;
          transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
   .content-img-Hot:hover .content-img-left1{
        transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
   }
    .content-img-img {
        width: 100%;
        height: 100%;
    }

    .content-img-right {
        width: 66%;
        vertical-align: top;
        position: relative;
        height: 286px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        flex-direction: column;
    }

    .content-img-Hot-tile {
        font-size: 24px;
        color: white;
        width: 78%;
        font-weight: bold;
        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 {
        background-image: url("../../images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }

    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    .content-new {
        width: 100%;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-new::after {
        content: '';
        width: 32.5%;
        border: 1px solid transparent;
    }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
    }

    .content-new-a:hover .content-new-Top-Right-Title {
        color: #348ae8;
    }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
    }
     .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
          top: 0;
        left: 0;
    }
    .mark{
        width: 100%;
        height: 100%;
        background-color: rgb(201,227,255);
        position: absolute;
        left: 0;
        top: 0;
         display: none;
    }
}
