.simsun {
    font-family: SimSun;
}
/*面包屑*/
.newsrumbs {
    line-height: 18px;
    color: #999;
    border-bottom: 2px solid #333333;
    height: 30px;
}

    .newsrumbs i {
        margin: 0 5px;
    }

    .newsrumbs a {
        color: #999;
    }

        .newsrumbs a:hover {
            color: #FF7300;
        }

.newsClass {
    background: #f9f9f9;
    width: 998px;
    border: 1px solid #ddd;
    line-height: 24px;
    padding: 5px 0;
    margin-top: 20px;
}

    .newsClass a {
        color: #333;
    }

        .newsClass a:hover {
            color: #ff7300;
        }

    .newsClass ul {
        float: left;
        margin-left: 19px;
        width: 80px;
        font-size: 14px;
    }

        .newsClass ul li {
            width: 79px;
            border-right: 1px solid #DDDDDD;
            height: 16px;
            margin: 12px 0 10px;
            line-height: 16px;
        }

        .newsClass ul:last-child li {
            border-right: 0;
        }

.newsL {
    width: 1200px;
    float: left;
}

    .newsL .newsL_stick {
        background: #333;
    }

        .newsL .newsL_stick .newsL_stickImg {
            float: left;
        }

            .newsL .newsL_stick .newsL_stickImg img {
                width: 280px;
                height: 250px;
            }

        .newsL .newsL_stick .newsL_stickTxt {
            float: right;
            margin-right: 30px;
            width: 315px;
            line-height: 24px;
        }

            .newsL .newsL_stick .newsL_stickTxt a {
                color: #fff;
            }

                .newsL .newsL_stick .newsL_stickTxt a:hover, .newsL .newsL_dl a:hover, .newsL .newsL_num a:hover, .newsR .newsR_Att ul li a:hover, .newsL .newsL_Correlation li a:hover {
                    color: #ff7300;
                }

            .newsL .newsL_stick .newsL_stickTxt .newsL_stickTxt_title {
                font-size: 24px;
                line-height: 30px;
                margin-top: 30px;
            }

            .newsL .newsL_stick .newsL_stickTxt .newsL_stickTxt_des {
                color: #a9a9a9;
                margin-top: 15px;
                font-family: SimSun;
            }

    .newsL .newsL_bor {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .newsL .newsL_dl dt {
        line-height: 32px;
    }

        .newsL .newsL_dl dt i.newsIcon {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: url(../images/bg4.png) no-repeat 0 -206px;
            margin-right: 10px;
            position: relative;
            top: -4px;
        }

    .newsL .newsL_dl dd {
        line-height: 26px;
        margin-bottom: 25px;
        font-family: SimSun;
        margin-top: 5px;
    }

    .newsL .newsL_num {
        line-height: 24px;
        border-top: 1px dotted #ddd;
        padding: 20px 13px 10px;
    }

        .newsL .newsL_num:hover {
            background: #F6F6F6;
        }

        .newsL .newsL_num:first-child {
            border-top: 1px solid #ddd;
        }

        .newsL .newsL_num:last-child {
            border-bottom: 1px solid #ddd;
        }

        .newsL .newsL_num .newsL_share {
            visibility: hidden;
        }

        .newsL .newsL_num .news_share {
            background: url(../images/bg4.png) no-repeat -100px -110px;
            display: inline-block;
            width: 20px;
            height: 14px;
        }

    .newsL .newsL_more .newsL_more_a {
        display: inline-block;
        width: 650px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #ff7300;
        background: #f6f6f6;
        text-align: center;
        margin-top: 10px;
    }

        .newsL .newsL_more .newsL_more_a:hover {
            background: #ff7300;
            color: #fff;
        }

    .newsL .newsL_des {
        line-height: 26px;
    }

        .newsL .newsL_des .newsL_desc {
            font-size: 14px;
            font-family: SimSun;
            margin-top: 10px;
            border-top: 1px dotted #ddd;
            padding-top: 25px;
            width: 800px !important;
        }

            .newsL .newsL_des .newsL_desc img {
                max-width: 650px;
                height: auto;
            }

    .newsL .newsL_Correlation ul {
        margin-top: 20px;
    }

    .newsL .newsL_Correlation li {
        float: left;
        margin-right: 20px;
        width: 302px;
        line-height: 27px;
        font-size: 14px;
        font-family: SimSun;
    }

        .newsL .newsL_Correlation li a {
            color: #333;
        }

    .newsL .newsL_Correlation .attIcon {
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #ff7300;
        margin-right: 8px;
        position: relative;
        top: -3px;
    }

.newsR {
    width: 300px;
    float: right;
    overflow: hidden;
}

    .newsR .newsR_Att {
        border: 1px solid #ddd;
        padding-bottom: 15px;
    }

        .newsR .newsR_Att .newsR_Att_t {
            font: bold 14px/35px 微软雅黑;
            color: #333;
            border-bottom: 1px solid #ddd;
            background-color: #f6f6f6;
            padding-left: 15px;
        }

        .newsR .newsR_Att ul {
            width: 270px;
            margin: 0 auto;
            padding-top: 12px;
            line-height: 26px;
            font-size: 14px;
            font-family: SimSun;
        }

            .newsR .newsR_Att ul li a {
                color: #666;
            }

        .newsR .newsR_Att .attIcon {
            display: inline-block;
            width: 4px;
            height: 4px;
            background: #E2E2E2;
            margin-right: 7px;
            position: relative;
            top: -3px;
        }

    .newsR img {
        max-width: 300px;
        height: auto;
    }

/*翻页*/
.wkg-page {
    margin: 20px 0;
    padding: 0 20px;
}

    .wkg-page span, .wkg-page a, .wkg-page div span, .wkg-page div a {
        display: inline-block;
        min-width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #fafafa;
        border: 1px solid #f3f3f3;
        font-size: 14px;
        color: #999798;
        margin-left: 2px;
    }

        .wkg-page a:hover, .wkg-page span.hover, .wkg-page div a:hover, .wkg-page div span.current {
            background: #FF7300;
            border: 1px solid #ed825e;
            color: #ffffff;
            text-decoration: none;
        }

#foot {
    background-color:white;
}


/*移动端调整-开始 */
@media screen and (max-width:1000px) {
    .detail-news #BodyBg{
        width: 100%;
    }
    .detail-news .newsL{
        width:100%;
    }
    .detail-news #MMiddle{
        width: 95%;
    }
    .detail-news-foot {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }

    .detail-news .newsL .newsL_des .newsL_desc{
        width:80% !important;
    }
    .detail-news img {
        width: 100%;
    }
    .detail-news table {
        table-layout: fixed;
        width: 100%;
        font-size: 10px;
    }
    .detail-news table td {
        width: 100%;
    }
    
    .newsL {
        width: 100%;
    }
    .newsL .newsL_des .newsL_desc {
        width: 84% !important;
    }
    .newsL .newsL_des .newsL_desc img {
        width: 100% !important;
    }
}
/*移动端调整-结束 */