﻿@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: 90% !important; height: auto !important; }
.content .article table{ max-width: 98% !important; margin: 0 auto; border-collapse: collapse; }
.content .article .file{ margin-top: 50px; }
.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; }

/* @media screen and (max-width: 1023px) {
    #Content{ overflow: hidden; }
    .navigation{ display: none; }
    .content .art-title{ font-size: 18px; font-weight: 700; line-height: 40px; }
    .content .m_view{ display: inline; }
    .content .article{ padding: 0; margin: 0; }
}
@media screen and (max-width: 960px) {
    .xxgk-table ul{ border: none; }
    .xxgk-table ul li{ border: none; }
    .xxgk-table ul li.l{ width: 30%; text-align: left; background: none;  }
    .xxgk-table ul li.r{ width: 70%; float: right; text-align: right; }
}
@media screen and (max-width: 767px) {
    .domain{ display: none; }
} */


/* 行政许可 */
.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;
}

/* 信件 */
.letter-msg,
.reply-msg{
    margin-bottom: 25px;
}
.letter-msg p,
.reply-msg p{
    line-height: 45px;
    height: 45px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}
.letter-msg table,
.reply-msg table{
    width: 100%;
}
.letter-msg table td,
.reply-msg table td{
    line-height: 30px;
    padding: 7px;

}
.letter-msg table td.msg-title,
.reply-msg table td.msg-title{
    width: 10%;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    text-align: center;
}
.letter-msg table td.msg-value,
.reply-msg table td.msg-value{
    width: 90%;
    border: 1px solid #d6d6d6;
    border-top: none;
}


/* 信件查询 */
.searchTable{
    width: fit-content;
    margin-top: 20px;
}
.searchTable td{
    padding-bottom: 20px;
}
.searchTable td input{
    border: 1px solid #d5d5d5;
    height: 35px;
    line-height: 35px;
    width: 500px;
}
.searchTable td.key{
    width: 75px;
    text-align: right;
}
.searchTable .btngray{
    background: var(--color);
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}


/* 网站地图 */
#Content.webmap{
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
}
.navtion .title {
    font-size: 18px;
    font-weight: 700;
    color: brown;
    margin-top: 20px;
    background-color: #f0f0f0;
    padding: 10px;
}
.navtion .title a {
    border-left: 6px solid brown;
    padding-left: 20px;
}
.navtion ul{
    padding: 0 10px;
}
.navtion ul li {
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navtion ul li a:hover {
    color: red;
}
.navtion ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #bda87d;
    margin-right: 17px;
    vertical-align: middle;
    border-radius: 5px;
}

