a {
    text-decoration: none;
}

.content-article img {
    width: 100%;
}
/*手机*/
@media screen and (max-width: 767px) {
        /*新的样式*/
    .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: 31.2%;
        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;
    }
    /*结束新的样式*/
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
        margin-top: 50px;
    }

    .Small-banner-img {
        width: 100%;
        height: 335px;
        overflow: hidden;
        background-image: url(../../images/newslist/smallbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100%;
    }

    .Small-nav {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 60px;
    }

    .nav span {
        font-size: 12px;
    }

    .nav a {
        color: #7f7f7f;
        font-size: 12px;
    }

    .Small-main {
        width: 90%;
        margin: 15px auto 15px auto;
        text-align: center !important;
        height: auto;
        min-height: 46vh;
    }

        .Small-main p {
            font-size: 14px !important;
        }

        .Small-main img {
            width: 100% !important;
        }

    .fanhui {
        background-image: url(../../images/newsdetails/fanhui.png);
        width: 77px;
        height: 29px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 30px auto;
    }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    .bt {
        font-size: 15px;
        font-weight: bold;
    }

    .sj {
        margin-top: 5px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}


/*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
       /*新的样式*/
    .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: 31.2%;
        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;
    }
    /*结束新的样式*/
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
        margin-top: 90px;
    }

    .Small-banner-img {
        width: 100%;
        height: 335px;
        overflow: hidden;
        background-image: url(../../images/newslist/smallbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100%;
    }

    .Small-nav {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 60px;
    }

    .nav a {
        color: #7f7f7f;
    }

    .Small-main {
        width: 90%;
        margin: 30px auto 30px auto;
        text-align: center !important;
        height: auto;
        min-height: 40vh;
    }

        .Small-main p {
            font-size: 14px !important;
        }

        .Small-main img {
            width: 100% !important;
        }

    .fanhui {
        background-image: url("../../images/newsdetails/fanhui.png");
        width: 119px;
        height: 45px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 30px auto;
    }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    .bt {
        font-size: 20px;
        font-weight: bold;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}

/*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
    }

    /*顶部*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
        max-width: 1200px;
    }

    .content-left {
        display: inline-block;
        margin-top: 44px;
        vertical-align: top;
        width: 19%;
    }

    .content-bannerimg {
        width: 100%;
    }

    .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-article {
        width:100%;
        margin: 0 auto;
        /*padding-top: 40px;*/
        /*background-image: url("../../images/newsdetails/city.png");*/
        /*background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;*/
        height: auto;
        min-height: 230px;
    }

    .pp a {
        color: #554d40;
        font-size: 12px;
        margin-top: 20px;
    }

        .pp a:hover {
            color: #8b8374;
        }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    .bt {
        font-size: 20px;
        font-weight: bold;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}


/*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
    }

    /*顶部*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .content-left {
        display: inline-block;
        margin-top: 44px;
        vertical-align: top;
        width: 19%;
    }

    .content-bannerimg {
        width: 100%;
    }

    .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-article {
        width: 1200px;
        margin: 0 auto;
        /*padding-top: 40px;
        background-image: url("../../images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;*/
        height: auto;
        min-height: 236px;
    }

    .pp a {
        color: #554d40;
        font-size: 12px;
        margin-top: 20px;
    }

        .pp a:hover {
            color: #8b8374;
        }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    .bt {
        font-size: 20px;
        font-weight: bold;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }
    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .content-left {
        display: inline-block;
        margin-top: 44px;
        vertical-align: top;
        width: 19%;
    }

    .content-bannerimg {
        width: 100%;
    }

    .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-article {
        width: 1200px;
        margin: 0 auto;
        /*padding-top: 40px;
        background-image: url("../../images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;*/
        height: auto;
        min-height: 254px;
    }

    .pp a {
        color: #554d40;
        font-size: 13px;
        margin-top: 20px;
    }

        .pp a:hover {
            color: #8b8374;
        }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    .bt {
        font-size: 20px;
        font-weight: bold;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }
    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
        padding-bottom: 100px;
    }

    .content-left {
        display: inline-block;
        margin-top: 44px;
        vertical-align: top;
        width: 19%;
    }

    .content-bannerimg {
        width: 100%;
    }

    .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-article {
        width: 1200px;
        margin: 0 auto;
        /*padding-top: 40px;
        background-image: url("../../images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;
        height:auto;*/
        min-height: 300px;
    }

    .pp a {
        color: #554d40;
        font-size: 14px;
        margin-top: 20px;
    }

        .pp a:hover {
            color: #8b8374;
        }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    .bt {
        font-size: 20px;
        font-weight: bold;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}
