﻿@charset "UTF-8";
body{ background: #f5f5f5; }
.content{ background: #fff; padding: 20px; }
.xxgk-table ul{ border: 1px #ccc solid; }
.xxgk-table ul:first-child{ border-bottom: none; }
.xxgk-table ul li{ float: left; box-sizing: border-box; border-right: 1px solid #ccc; line-height: 40px; height: 40px; padding: 0 10px; }
.xxgk-table ul li:last-child{ border-right: none; }
.xxgk-table li.l{ background: #f4f4f4; text-align: center; width: 10%; }
.xxgk-table li.r{ width: 20%; }

.content .art-title{ text-align: center; font-size: 32px; font-weight: normal; line-height: 60px; padding: 26px 0; }
.content .art-msg{ text-align: center; line-height: 35px; padding-bottom: 10px; border-bottom: 1px solid lightgrey; }
.content .art-msg>span{ margin: 0 20px; font-family: "宋体"; font-size: 15px; line-height: 35px; }
.content .art-msg i{ margin-right: 5px; color: #999; }

.content .article{ padding: 20px 50px; margin: 30px 0; }
/*.content .article>*{ margin-top: 15px !important; }*/
/*.content .article *{font-family: "宋体","Times New Roman" !important; font-size: 16px !important; line-height: 30px !important; }*/
.content .article img{ max-width: 98% !important; height: auto !important; }
.content .article table{ max-width: 98% !important; margin: 0 auto; border-collapse: collapse; }

.content .domain{ padding-top: 30px; }
.content .domain .like_print_correctError_close{ padding: 20px 0; border-bottom: 1px solid #ededed; margin-bottom: 20px; }

/*二维码*/
#div_div { width: 145px; margin: 0 auto; text-align: center; }
#qr_container { color: #666; font-size: 13px !important; line-height: 26px; position: relative; }

/*信件内容页*/
.xjList{ padding: 15px 10px; line-height: 35px; border-bottom: 1px solid #eee; }
.xjTitle{ background: #015293; color: #fff; line-height: 50px; text-indent: 15px; margin: 20px 0; border-radius: 5px; }
.xjList label{ color: #015193; vertical-align: top; }

/* 行政许可 */
.content .article table {
    max-width: 98% !important;
    margin: 0 auto;
    border-collapse: collapse;
}
.SearchContent .article table{
    max-width: 60% !important;
    margin: 0 auto;
    border-collapse: collapse; 
    margin-bottom: 20px;
}
.article table td {
    line-height: 39px;
    padding: 0 15px;
    font-size: 15px;
    background: #f4f4f4;
}
.article table td.colLeft {
    width: 30%;
    text-align: right;
    font-weight: bold;
    background: #efefef;
}

/* 网站地图 */

/* .w1300 {
    width: 1300px;
    margin: 0 auto;
} */
.sitenav{
    padding: 20px;
    min-height: 500px;
    background: #fff;
}
.navtion .title {
    font-size: 18px;
    font-weight: 700;
    color: #E22323;
    margin-top: 20px;
    background-color: #f0f0f0;
    padding: 10px;
}

.navtion .title a {
    border-left: 6px solid #e22323;
    padding-left: 20px;
}

.navtion ul li {
    margin-top: 20px;
    float: left;
    margin-right: 27px;
    margin-bottom: 20px;
    width: 275px;
}
.navtion ul li a:hover {
    color: #E22323;
}

.navtion ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #bda87d;
    margin-right: 17px;
    vertical-align: middle;
    border-radius: 5px;
}

.navtion ul li:nth-child(4n) {
    margin-right: 0;
}