/**
 * æ–°é—»åˆ—è¡¨æ ·å¼
 */
@media (max-width: 720px) {
    .news-banner {
        position: relative;
        padding: 50px 10px;
    }

    .news-banner.bg1 {
        background: url("../images/news/banner1.png");
    }

    .news-banner.bg2 {
        background: url("../images/news/banner2.png");
    }

    .news-banner.bg3 {
        background: url("../images/news/banner3.png");
    }

    .news-top {
        display: flex;
    }

    .news-nav {
        position: absolute;
        top: 10px;
    }

    .news-nav li {
        display: inline-block;
        padding-right: 10px;
    }

    .news-nav li a {
        color: white;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .news-nav li.active a {
        font-size: 18px;
        border-bottom: 2px solid #ffffff;
    }

    .news-top-content {
    }

    .news-top-title {
        color: #f1f5f8;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-top-desc {
        color: #f1f5f8;
        font-size: 17px;
        line-height: 26px;
        text-align: justify;
    }

    .news-top-btn {
        display: block;
        width: 106px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #f1f5f8;
        border-radius: 3px;
        color: #f1f5f8;
        text-align: center;
        margin-top: 30px;
    }

    .news-top-btn:visited {
        color: #f1f5f8;
    }

    .news-item {
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        flex-direction: column;
    }

    .news-img {
       display: none;
    }

    .news-content {
        padding: 10px;
    }

    .news-title {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #535353;
    }

    .news-desc {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0px;
        color: #959595;
    }

    .news-info {
        font-size: 16px;
        color: #b5b5b5;
    }

    .news-info > span {
        margin-right: 5px;
    }

    .news-info img {
        margin: auto 10px auto 0px;
    }

    .pagination {
        float: right;
        margin: 30px;
    }
}

@media (min-width: 720px) {
    .news-banner {
        height: 480px;
        width: 100%;
    }

    .news-banner.bg1 {
        background: url("../images/news/banner1.png");
		background: #cfd6e5;
    }

    .news-banner.bg2 {
        background: url("../images/news/banner2.png");
    }

    .news-banner.bg3 {
        background: url("../images/news/banner3.png");
    }

    .news-top {
        position: relative;
    }

    .news-nav {
        position: absolute;
        top: 340px;
    }

    .news-nav li {
    }

    .news-nav li a {
        display: block;
        margin: 17px 0;
        font-size: 16px;
        padding-left: 20px;
        color: #ffffff;
        font-weight: lighter;
        opacity: 0.6;
    }

    .news-nav li.active a {
        font-size: 18px;
        font-weight: normal;
        padding-left: 18px;
        opacity: 1;
        border-left: 2px solid #ffffff;
    }

    .news-top-content {
        position: absolute;
        top: 50px;
        left: 330px;
        width: 750px;
        float: left;
    }
	.news-top-img{
		position: absolute;
		top: 50px;
		left: 50px;
		width: 200px;
		float: left;
	}

    .news-top-title {
        color: black;
        font-size: 30px;
        margin-bottom: 54px;
    }

    .news-top-desc {
        color: black;
        font-size: 16px;
        line-height: 26px;
    }

    .news-top-btn {
        display: block;
        width: 106px;
        height: 35px;
        line-height: 35px;
        border: 1px solid black;
        border-radius: 3px;
        color: black;
        text-align: center;
        margin-top: 30px;
    }

    .news-top-btn:hover {
        color: white;
		background: black;
    }

    .news-item {
        min-height: 204px;
        border-bottom: 1px solid #e5e5e5;
    }

    .news-img {
        display: block;
        float: left;
        width: 234px;
        height: 140px;
        margin-top: 30px;
    }

    .news-content {
        float: left;
        width: 800px;
        margin-left: 26px;
        padding: 36px 0;
    }

    .news-title {
        font-size: 20px;
        color: #535353;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-desc {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 20px 0px;
        color: #959595;
    }

    .news-info {
        font-size: 16px;
        color: #b5b5b5;
    }

    .news-info > span {
        margin-right: 30px;
    }

    .news-info img {
        margin: auto 10px auto 0px;
    }

    .pagination {
        float: right;
        margin: 30px;
    }
}

/*æ–°é—»è¯¦æƒ…é¡µé¢*/
@media (max-width: 720px) {

    /*æ‰‹æœºç«¯é¢åŒ…å±‘*/
    .breadcrumbs {
        margin: 10px 0 0 0;
        white-space: nowrap;
        overflow-x: hidden;
        padding: 5px;
        font-size: 12px;
    }

    .breadcrumbs-item {
        color: #959595;
    }

    .breadcrumbs-leaf {
        color: #535353;
    }

    .d-news-wrap {
        margin-top: 72px;
    }

    .d-news {
        background: white;
        padding: 0px 10px;
        width: 100%;
    }

    .d-news-title {
        text-align: center;
        padding: 10px 0px;
        font-weight: bold;
        font-size: 16px;
        color: #313131;
    }

    .d-news-time {
        text-align: center;
        color: #aaaaaa;
        font-size: 14px;
        margin: 5px 0;
    }

    .d-news-content {
        color: #535353;
        font-size: 14px;
        line-height: 22px;
    }

    .d-news-tags {
        font-size: 14px;
        color: #959595;
        padding: 10px;
    }

    .btn-price-wrap_news {
        display: none;
    }

    .relation-title {
        padding: 10px;
        color: #959595;
    }
    /*æ–°é—»ç›¸å…³æŽ¨è*/
    .relation-title {
        margin: 0 0 0 0;
        font-size: 18px;
        color: #535353;
    }
    .rel-news {
    }
    .rel-news-item {
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    .rel-news-title {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #535353;
        font-weight: bold;
        overflow-y: hidden;
        text-overflow: ellipsis;
        height: 28px;
    }
    .rel-news-img {
        display: block;
        float: left;
        width: 35%;
        margin: 0 5px;
    }
    .rel-news-content {
        float: left;
        width: 60%;
        padding: 0 0 0 5px ;
    }
    .rel-news-info {
        display: none;
    }
    .rel-news-desc {
        padding: 5px 0 0 0;
        font-size: 12px;
        color: #959595;
        overflow-y: hidden;
        text-overflow: ellipsis;
        height: 38px;
    }
    . .back_newslist {
    }
    .back_newslist_btn {
        display: block;
        font-size: 16px;
        text-align: center;
        width: 80%;
        height: 46px;
        line-height: 46px;
        background: #94b8da;
        color: white;
        margin: 10px auto;
    }
    .d-news-list-img {
        margin: 5px;
        width: 100%;
        height: auto;
    }

    .d-news-list-title {
        display: block;
        padding: 20px 0px;
        font-size: 16px;
        color: #959595;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .d-news-content img {
        width: 100%;
        height: auto;
    }
    .d-news-content p {
        max-width: 100%;
        overflow: hidden;
    }
}

@media (min-width: 720px) {
    .pagination .page {
        display: inline-block;
        padding: 5px 10px;
        margin: 5px;
        background: #b5b5b5;
        text-decoration: none;
        color: #fff;
    }

    .pagination .active {
        background: #005ca9;
        text-decoration: none;
        color: white;
    }

    .pagination .page a {
        text-decoration: none;
        color: white;
    }

    .breadcrumbs {
        margin: 40px 0 20px 0;
    }

    .breadcrumbs-item {
        color: #959595;
    }

    .breadcrumbs-leaf {
        color: #535353;
    }

    .d-news-wrap {
        margin: 30px 0 70px 0;
    }

    .d-news {
        background: white;
        padding: 0px 40px;
        width: 100%;
    }

    .d-news-title {
        font-weight: normal;
        text-align: center;
        padding: 60px 0 16px 0;
        font-size: 30px;
        color: #535353;
    }

    .d-news-time {
        text-align: center;
        color: #959595;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .d-news-content {
        font-size: 14px;
        line-height: 22px;
        color: #535353;
    }
	.d-news-content :last-child{
		margin-top: 30px;
	}
    .d-news-tags {
        font-size: 16px;
        color: #959595;
        margin-top: 20px;
    }

    .btn-price-wrap_news {
        padding: 40px 0;
    }

    .btn-price_news {
        display: block;
        font-size: 16px;
        text-align: center;
        width: 270px;
        height: 46px;
        line-height: 46px;
        background: ;
        color: white;
        margin: 0 auto;
    }

    a.btn-price_news:hover {
        color: white;
    }

    a.btn-price_news:visited {
        color: white;
    }

    .relation-news-content {
        padding-bottom: 100px;
    }

    /*æ–°é—»ç›¸å…³æŽ¨è*/
    .relation-title {
        margin: 30px 0 0 0;
        font-size: 18px;
        color: #535353;
    }
    .rel-news {
        padding: 20px 0;
    }
    .rel-news-item {
        width: 540px;
        float: left;
        padding: 10px 0;
    }
    .rel-news-title {
        display: block;
        color: #535353;
        font-weight: bold;
        overflow-y: hidden;
        text-overflow: ellipsis;
        height: 40px;
    }
    .rel-news-img {
        display: block;
        float: left;
        width: 234px;
        height: 140px;
    }
    .rel-news-content {
        float: left;
        width: 306px;
        padding: 10px 20px 0 20px ;
    }
    .rel-news-info {
        color: #959595;
        padding-top: 10px;
        font-size: 14px;
    }
    .rel-news-desc {
        padding: 10px 0 0 0;
        color: #959595;
        overflow-y: hidden;
        text-overflow: ellipsis;
        height: 50px;
    }
    .back_newslist {
        margin-top: 10px;
    }
    .back_newslist_btn {
        display: block;
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: 46px;
        line-height: 46px;
        background: #94b8da;
        color: white;
        margin: 0 auto;
    }
    .d-news-list {
    }

    .d-news-list-item {
        width: 367px;
        margin: 15px;
        float: left;
    }

    .d-news-list-img {
        width: 350px;
        height: 200px;
    }

    a.d-news-list-title {
        display: block;
        width: 350px;
        padding: 20px 0px;
        font-size: 16px;
        color: #959595;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a.d-news-list-title:visited {
        color: #959595;
    }

    .d-news-content img {
        max-width: 100%;
        height: auto;
    }

    .d-news-content p {
    }
}