@charset "utf-8";
:root {
        
    /* 发改委局 siteid=3 */
    /* --primary_color: #176596;
    --secondary_color: #0077d1;
    --container-width: 1200px; */



    /* 教育局 siteid=5 */
    /* --primary_color: #9C130A;
    --secondary_color: #FF6C37;
    --container-width: 1200px; */
    


   

        
    /* 科技局siteid=6 */
    /* --primary_color: #0073cc;
    --secondary_color: #1d7fcc;
    --container-width: 1140px; */

    /* 民政局 siteid=8 */
    /* --primary_color:#22538b;
    --secondary_color: #1d7fcc;
    --container-width: 1200px; */


    /* 司法局 siteid=9 */
    /* --primary_color:#b1140d;
    --secondary_color: #b1140d;
    --container-width: 1200px; */
    

    /* 人社 siteid=11 */
    --primary_color:#0072cb;
    --secondary_color:#2f86cb;
    --container-width: 1200px;

    /* 自然资源 siteid=12 */
    /* --primary_color:#22538b;
    --secondary_color: #2f86cb;
    --container-width: 1200px; */


    /* 生态环境 siteid=13 */
    /*--primary_color:#5ba359;
    --secondary_color: #67a365;
    --container-width: 1200px;*/


    /* 住房建设局 siteid=14 */
    /* --primary_color:#a81214;
    --secondary_color: #b1140d;
    --container-width: 1200px; */

    
    /* 交通局 siteid=15 */
    /* --primary_color:#22538b;
    --secondary_color: #315b8b;
    --container-width: 1200px; */
    
    /* 水务局 siteid=16 */
    /* --primary_color:#36a1ff;
    --secondary_color: #59b1ff;
    --container-width: 1200px; */


    /* 农业农村局 siteid=17 */
    /* --primary_color:#2f7e25;
    --secondary_color: #3c7e34;
    --container-width: 1200px; */

    /* 文体局 siteid=19 */
    /* --primary_color:#0073cc;
    --secondary_color: #2382cc;
    --container-width: 1200px; */
    
    /* 卫健委 siteid=20 */
    /* --primary_color:#006ec3;
    --secondary_color: #237dc3;
    --container-width: 1200px; */

    /* 应急管理局 siteid=22 */
    /* --primary_color:#22538b;
    --secondary_color: #335c8b;
    --container-width: 1200px; */


    /* 审计局 siteid=23 */
    /* --primary_color:#1066b7;
    --secondary_color: #1f6db7;
    --container-width: 1200px; */

    /* 国资委 siteid=24 */
    /* --primary_color: #0073cc;
    --secondary_color: #2583cc;
    --container-width: 1200px; */

    /* 市场监管局 siteid=25 */
    /* --primary_color: #22538b;
    --secondary_color: #2e598b;
    --container-width: 1200px; */
    
   
    
    /* 信访局 siteid=28 */
    /* --primary_color: #a81214;
    --secondary_color: #b1140d;
    --container-width: 1200px; */
    
    /* 经信局 siteid=30 */
    /* --primary_color: #22538b;
    --secondary_color: #365e8b;
    --container-width: 1200px; */
    
    /* 政务服务管理局 siteid=31 */
    /* --primary_color: #a81214;
    --secondary_color: #b1140d;
    --container-width: 1200px; */
    
    /* 林业局 siteid=32 */
    /* --primary_color: #22538b;
    --secondary_color: #315b8b;
    --container-width: 1200px; */
   

    

        
    /* 城管局 siteid=33 */
    /* --primary_color: #a81214;
    --secondary_color: #b1140d;
    --container-width: 1200px; */



    /* 中医药管理局 siteid=37 */
    /* --primary_color: #22538b;
    --secondary_color: #22538b;
    --container-width: 1200px; */
   
}

body{
    margin:0;
    padding:0;
    font-family:"微软雅黑",Verdana, Arial;
    font-size:15px;
    color:#656565;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    outline:none;
}

ul,li{
    list-style:none;
}

a{
    color:#656565;
    text-decoration:none;
}

ul,li{
    margin:0;
    padding:0;
    list-style: none;
}

.header{
    margin-bottom: 15px;
    width: 100%;
    height: 115px;
    border-bottom: 3px solid #0077d1; 
    background-color: var(--secondary_color);
}

.header-container{
    margin: 0 auto;
    width: 1200px;
    height: 110px;
    /*background-color: #eee;*/
}

.logo-img{
    margin-top: 25px;
    width: auto;
    height: 55px;
}

.search-box{
    float: right;
    width: 800px;
    height: 110px;
    /*background-color: #ddd;*/
}

.search-input-box{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    position: relative;
    /*background-color: #999;*/
}

.search-input{
    width: 60%;
    height: 45px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
}

.submit{
    width: 12%;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: var(--primary_color);
    /* 阴影 上下左右都需要 */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    /* 阴影 上下左右都不需要 */;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    position: absolute;
    top:0;
    left: 62%;
}

.retrieve{
    position: absolute;
    top:12px;
    left: 74%;
}
.retrieve a{
    font-size: 17px;
    color: #000;
    text-decoration:underline;
}
.retrieve a:hover{
    color: #0077d1;
}

.screening{
    margin: 0 auto;
    padding-top: 4px;
    width: 1200px;
    height: 140px;
    background-color: #f6f6f6;
}

.screening-line{
    width: 100%;
    height: 45px;
    /*background-color: #ddd;*/
}

.line-title{
    float: left;
    padding-left: 3%;
    width: 10%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    /*background-color: #66ccff;*/
}

.line-option{
    float: left;
    width: 90%;
    height: 45px;
    /*background-color: #999;*/
}

.line-option li{
    float: left;
    margin-right: 2%;
    height: 45px;
    line-height: 45px;
}

.line-option li a{
    font-size: 15px;
}

.line-option li a:hover{
    text-decoration:underline;
}

.line-option li a.active{
    font-weight: bold;
    color: #0077d1;
    text-decoration:underline;
}

.result-num{
    margin: 0 auto;
    width: 1200px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-bottom: 1px solid #eaebeb;
}

.bold{
    color:#e1211f;
    font-weight: bold;
}

.main{
    margin:0 auto;
    width: 1200px;
    height: auto;
    /*background-color: #eee;*/
}

.hint{
    margin: 0 auto;
    padding-top: 40px;
    width: 1200px;
    height: 400px;
    /*background-color: #eee;*/
}

.titl{
    font-size: 18px;
    color: #333;
}

p{
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.search-list{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eaebeb;
}

.search-title{
    width: 100%;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.search-title a{
    color: #333;
}

.search-column{
    width: 70%;
    font-size: 14px;
}

.search-url{
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
}
.search-url a{
    color:#539b42;
}
.search-url a:hover{
    text-decoration:underline;
}

.date{
    margin-left: 30px;
    color:#6e6e6e;
}

.search-blank{
    width: 100%;
    height: 20px;
}

.pagination{
    margin:0 auto;
    padding-top: 50px;
    width: 1200px;
    height: 150px;
    /*background-color: #eee;*/
}
.pagination ul li {
    float: left;
}
.pagination ul::after {
    content: "";
    display: block;
    clear: both;
}
.pagination li, .pagination span {
    margin: 0;
    padding: 0;
    border: 0;
}
.pagination li {
    margin-right: 8px;
    float: left;
}
.pagination a {
    display: block;
    font-size: 13px;
    color: #000000;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 13px;
}
.pagination li.page-active a {
    background: #0077d1;
    color: #fff;
}
.pagination a:hover {
    background: #0077d1;
    color: #fff !important;
    border: 1px solid #0077d1;
}

.footer{
    width: 100%;
   
    background-color: #0077d1;
}

.footer-container{
    margin: 0 auto;
    padding-top: 23px;
    width: 1200px;
    height: 120px;
    /*background-color: #eee;*/
}

.about{
    margin: 0 auto;
    width: 460px;
    height: 30px;
    /*background-color: #ddd;*/
}
.about li{
    float: left;
    padding: 0 15px;
    height: 17px;
    line-height: 17px;
    border-right: 1px solid #fff;
}
.about li a{
    font-size: 14px;
    color: #fff;
}

.sponsor{
    margin: 0 auto;
    width: 600px;
    height: 30px;
    /*background-color: #ddd;*/
}
.sponsor li{
    float: left;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.record{
    margin: 0 auto;
    width: 610px;
    height: 30px;
    /*background-color: #ddd;*/
}
.record li{
    float: left;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}
.record li a{
    font-size: 14px;
    color: #fff;
}

.jiguan{
    float: left;
    margin-left: 100px;
}
.zhaocuo{
    float: right;
    margin-top: 10px;
    margin-right: 100px;
}