﻿@media screen and (min-width:800px) {
    .iphone {
        display: none;
    }

    /*新闻详情页*/
    .newsdetail_1 {
        width: 1280px;
        margin: 40px auto;
        position: relative;
        font-size: 14px;
    }

        .newsdetail_1 h1 {
            width: 1180px;
            padding: 0 50px;
            text-align: center;
            margin-bottom: 20px;
            font-size: 22px;
            line-height: 35px;
        }

    .newsdetail_1_meta {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        font-size: 12px;
    }

    .newsdetail_1_content {
        text-indent: 2em;
        line-height: 25px;
        width: 1000px;
        margin: 0 auto;
        color: #3e3e3e !important;
    }

        .newsdetail_1_content img {
            border: 0;
            margin: 10px auto !important;
        }



        .newsdetail_1_content .newD001 {
            color: #00ffff;
            font-size: 20px;
            font-weight: 600;
        }

        .newsdetail_1_content strong > span {
            font-family: 'Microsoft YaHei' !important;
            font-size: 16px !important;
            font-weight: bold;
            color: #3e3e3e !important;
            margin: 0 !important;
        }

        .newsdetail_1_content strong {
            font-family: 'Microsoft YaHei' !important;
            font-size: 16px !important;
            font-weight: bold;
            color: #3e3e3e !important;
            margin: 0 !important;
        }
}

@media screen and (max-width:799px) {

    .pc {
        display: none;
    }
    /*新闻详情页*/
    .newsdetail_1 {
        width: 95%;
        margin: 40px auto;
        font-size: 14px;
    }

        .newsdetail_1 h1 {
            width: 100%;
            
            text-align: center;
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 35px;
        }

    .newsdetail_1_meta {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        font-size: 12px;
    }

    .newsdetail_1_content {
        text-indent: 2em;
        line-height: 25px;
        width: 95%;
        margin: 0 auto;
        color: #3e3e3e !important;
    }

        .newsdetail_1_content img {
            border: 0;
            margin: 10px auto;
        }

        

        .newsdetail_1_content p {
            text-indent: 0;
            line-height: 30px !important;
            font-size: 16px !important;
            font-family: 'Microsoft YaHei' !important;
            color: #3e3e3e !important;
            margin: 0 !important;
            margin-top:10px;
        }

        .newsdetail_1_content span {
            font-family: 'Microsoft YaHei' !important;
            font-size: 16px !important;
            line-height: 30px !important;
            color: #3e3e3e !important;
            margin: 0 !important;
        }

        .newsdetail_1_content strong > span {
            font-family: 'Microsoft YaHei' !important;
            font-size: 16px !important;
            font-weight: bold;
            color: #3e3e3e !important;
            margin: 0 !important;
        }

        .newsdetail_1_content strong {
            font-family: 'Microsoft YaHei' !important;
            font-size: 16px !important;
            font-weight: bold;
            color: #3e3e3e !important;
            margin: 0 !important;
        }
        .newsdetail_1_content img {
            border: 0;
            margin: 10px auto;
        }
.newsdetail_1_content .dtt {
            width: 100px;
            height: 134px;
            left: 50%;
            margin-left: -50px;
            position: absolute;
            top: 40px;
        }
}
