﻿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;
    }


    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
        margin-top: 50px;
        padding-bottom: 30px;
    }

    .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;

    }

        .Small-main p {
            font-size: 14px !important;
        }

        .Small-main img {
            width: 100% !important;
            height: auto !important;
        }

    .fanhui {
        background-image: url(../../images/newsdetails/fanhui.png);
        width: 77px;
        height: 29px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 0 auto;
    }

    .title-box {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .bt {
           font-size: 20px;
    line-height: 30px;
    font-weight: bold;
	padding-top:30px;
    }

    .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) {
    * {
        margin: 0;
        padding: 0;
    }


    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
        margin-top: 90px;
        padding-bottom: 30px;
    }

    .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;
    }

        .Small-main p {
            font-size: 14px !important;
        }

        .Small-main img {
            width: 100% !important;
            height: auto !important;
        }

    .fanhui {
        background-image: url("../../images/newsdetails/fanhui.png");
        width: 173px;
        height: 64px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 0 auto;
    }

    .title-box {
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }

    .bt {
            font-size: 20px;
    line-height: 30px;
    font-weight: bold;
	    padding-top: 30px;
    }

    .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) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }
    .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;
    }
    * {
        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-right {
        display: inline-block;
        width: 100%;
        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%;
        padding-top: 40px;
    }

    .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;
		    padding-top: 30px;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
    .pp {
        margin-top: 15px;
    }
    .fj {
        color: #5a84b1;
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }
    .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;
    }
    * {
        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-right {
        display: inline-block;
        width: 100%;
        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%;
        padding-top: 40px;
    }

    .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;
		    padding-top: 30px;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
    .pp {
        margin-top: 15px;
    }
    .fj {
        color: #5a84b1;
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }
    .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;
    }
    * {
        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-right {
        display: inline-block;
        width: 100%;
        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%;
        padding-top: 40px;
    }

    .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;
		    padding-top: 30px;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
    .pp {
        margin-top: 15px;
    }
    .fj {
        color: #5a84b1;
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }
    .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;
    }
    * {
        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-right {
        display: inline-block;
        width: 100%;
        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%;
        padding-top: 40px;
    }

    .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;
		    padding-top: 30px;
    }

    .sj {
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
    .pp {
        margin-top: 15px;
    }
    .fj {
        color: #5a84b1;
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
}