.main {
    min-height: auto;
    padding: 1% 2.224%;
    background-color: #fff;
}
.content {
    /*padding: 0 40px;*/
}
.content h2 {
    padding: 35px 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
/* 表格样式 */
.xxgk-table table {
    border-collapse: collapse;
    width: 100%;
}
.xxgk-table th, .xxgk-table td {
    border: 1px solid #c8d2db;
    padding: 6px 15px;
    line-height: 30px;
}

.xxgk-table th {
    background-color: #f3f3f3;
    color: #666666;
    width: 115px;
}

.detail-news {
    position: relative;
    font-size: 16px;
    /*min-height: 500px;*/
    margin-top: 30px;
    padding-bottom: 330px;
    color: #333;
}
.detail-news p {
    margin-bottom: 20px !important;
    line-height: 32px;
    font-size: 16px !important;
    font-family: '微软雅黑'!important;
}
.detail-news p span {
    font-family: '微软雅黑'!important;
    font-size: 16px !important;
}
#files a {display:block;margin-bottom: 10px;color:#0b5db1;}
.xxgk-down-box{
    position: absolute;
    width: 180px;
    margin: 50px auto 20px;
    bottom: 50px;
    left: 45%;
}
.xxgk-down-box a {display: inline-block;float: left;text-align: center;font-size: 14px;line-height: 30px;color: #333;}
.print{margin-right: 35px;}
.xxgk-down-box a img {display: block;width: 38px;margin: 0 auto;}
@media screen and (max-width: 991px) {
    .fl {
        float: none;
        text-align: center;
    }
    .m-hide, .m-hide {
       display: none;
    }
    .content {
        padding: 0;
    }
    video iframe,video object,video embed,object,embed,video{width: 100% !important; height: 100% !important;}
    .xxgk-down-box{display:none;}
    .detail-news {padding-bottom: 30px;}
}