﻿﻿/**/
body {

}
.divPage {
    width:768px;
    margin:0 auto;
    overflow:hidden;
    background-color:#ffffff;
    box-sizing: border-box;
    padding: 0px 20px;
}
/*隐藏*/
.tips,#id_wuzhangai {
    display:none;
}
/***********************************页头********************************/
.dheader {
   background:url("../images/bg_top_98094.png") no-repeat left 34px;
   height:156px;/*留余*/
}
/**/
.top_nav {
    height:34px;
    overflow:hidden;
    line-height:34px;
    border-bottom:1px solid #EEEEEE;
    font-size:12px;
}
    .top_nav a {
       color:#333;
       float:left;
       padding:0px 10px;
       background:url("../images/line_1.png") no-repeat right center;
    }
        .top_nav a.none {
            background:none;
        }
.l_float {
  float:left;
}
.r_float {
  float:right;
}
.logo {/*div默认高度*/
    float:left;
    background:url("../images/logo.png") left center no-repeat;
    width:302px;
    height:70px;
    margin-top:20px;
}
.logo a {
        display:block;
        height:70px;
        width:302px;
    }
.search {
    width:220px;
    /*height:28px;*/
    height:30px;
    background:url("../images/search_bg_05.png") left center no-repeat;
    float:right;
    /*padding:2px;*/
    margin: 27px 15px 0 0;
}
.sk {
    margin-top:2px;
    float:left;
    color: #666666;
    font-size: 14px;
    height: 28px;
    line-height:28px;
    width:160px;
    background: none repeat scroll 0 0 transparent;/*默认不透明*/
    border: 0 solid #FFFFFF;
    margin-left:2px;
}
.r_float_r{
    float:right;
    /*border:0px;
    height:26px;
    width:76px;*/
}
.tips {
    background:url("../images/tips.jpg") no-repeat center center;
    float:right;
    color: #868686;
    font-size: 12px;
    height: 45px;
    line-height: 18px;
    margin: 13px 15px 0 20px;
    padding: 15px 35px 0;
    width: 110px;
    display:none;
}
/**/
.crtPosition {
    line-height:30px;
    text-align:left;
    height:30px;
    border:1px solid #dddddd;
    padding-left:15px;
}
   .crtpadding {
        padding-left:15px;
    }
     .crtPosition span a {
            color:#333333;
        }
/******************************************页中*****************************************/
.dsection {
    margin:10px auto;
    overflow:hidden;
}    
/**/
.simglist{
    height:351px;/*ul块级元素，默认间距10px,影响li的margin-top；ul li(li比内部元素默认高3~4px)间距，畸形*/
    width:784px;/*768+16*/
    overflow:hidden;
}
    .simglist ul li {
        float:left;
        margin:10px 16px 10px 0;/*待处理，靠边*/
        width:245px;/*li浮动时对图片尺寸限定*/
        height:151px;
    }
        .simglist ul li img {
             width:245px;
             height:126px;
             display:block;
        }
    .simglist .textstyle {
        background-color:#535353;
        height:25px;
        line-height:25px;
        text-align:left;
        padding-left:10px;
    }
    .simglist .pictitle {
        color:#ffffff;
    }

/**/
.sdoclist {
    max-height:546px;
    border-top:1px solid #dddddd;
    /*overflow:hidden;*/
}
    .sdoclist .theader {/*ul设定高度之后，默认margin-top:10px*/
        height:45px;
        /*margin-top:0px;*/
    }
        .sdoclist .theader li {
            line-height:45px;/*只是限定位置*/
            height:45px;
            font-weight:bold;
        }
.sdoclist ul {
        height:24px;
        margin:2px 0;
        text-align:left;
    }
    .sdoclist ul li {
            float:left;
            width:191px;
            height:24px;
            line-height:24px;
             color:#232323;
            overflow:hidden;
        }
   .oldStyle {
    background-color:#f1f1f1;
}
.sdoclist .theader .headtextl {
    padding-left:42px;
    text-align:left;
    width:252px;/*294*/
}
.sdoclist .hll{
    padding:0 10px 0 25px;
    width:259px;/*294*/
    background:url("../images/dot22.png") no-repeat scroll transparent 16px center;
}
.sdoclist .hlm1,.sdoclist .theader .headtextm1 {
    width:190px;/*200*/
    padding-right:10px;
}
.sdoclist .hlm2 , .sdoclist .theader .headtextm2 {
    width:100px;/*110*/
    padding-right:10px;
}
.sdoclist .hlr, .sdoclist .theader .headtextr{
    padding:0 10px 0 24px;
    width:129px;/*163px*/
}
/*.pagetag {
    float:right;
}*/
.PageListSplit {
    float:right;
    height:32px;
    padding-top:20px;
    max-width:416px;
}
.PageListSplit .pageRecord {
    display:none;
    float:left;
    margin-left:10px;
    max-width:416px;
}
.PageListSplit .pageBtn {
    float:right;
    /*margin-left:10px;*/
    max-width:416px;
}
.pageBtn .CPage {
    background-color:rgb(0, 38, 255);
    border-color:rgb(34,70,154);
    cursor:default;
    color:rgb(255,255,255);
}
.pageBtn a {
    display:block;
    float:left;
    width:34px;
    height:30px;
    line-height:30px;
    margin:0 5px;
    border:1px solid rgb(209,209,209);
    color:#676767;
}
.pageBtn .pnext {
    width:62px;
}
.pageBtn .inactive {
    cursor:default;
    /*display:none;*/
}
.pageBtn .pdots {
    border:0 none;
    cursor:default;
}
.linkspic {
    padding-top:20px;
    /*clear:both;*/
    float:left;/*<a img>默认间距~10px,对img的渲染*/
}
    .linkspic img {
        width:188px;
        height:57px;
    }
/**********************页尾********************/
.dfooter {
    position:relative;
    background:url("../images/bg_foot.png") repeat-x;
    height: 85px;
    /*margin-top: 10px;*/
    text-align:center;
    overflow:hidden;
	max-width:768px;/*2018.06.13add*/
	margin:0 auto;/*2018.06.13add*/
}
.returnTop {
    display:none;
}

.copyright_l {
    color: #666666;
    float: left;
    font-size: 12px;
    padding-left: 10px;
    width: 280px;
    text-align:left;
    margin-top:20px;
}
.footr {
    float:right;
    background:url("../images/ico2124.png") no-repeat left top;
    text-align:right;
    color:#01649d;
    font-size:12px;
    /*font-weight:bold;*/
    height:40px;
    margin-right:10px;
    line-height:22px;
    margin-top:15px;
}
.pfoot {
    padding-left:22px;
}
.pfoot a {
        color:#666;
    }
.jj {
    display:none;
}
#isshowwza
{
    display:none;
}
.footer-cont .just-center {
    width: 100%;
}
.footer-cont .two-medion {
    width: 80%;
}
/*2016-1-8*/
.top_r{	width: 222px;height: 70px;float: right;padding-top: 20px;padding-right: 20px;}
.top_search{	background: url(../images/search_k_05.png) no-repeat left center;height: 30px;}
.top_search_xx{ float:left;clear:both; height:30px; line-height:30px; font-family:"微软雅黑", "黑体"; color:#666;}
.sk_search{ width:180px; float:left; height:30px; line-height:30px; background:none; border:#fff solid 0px; font-size:14px; color:#666; padding-left:5px;}



/* https://testmh.xuhui.gov.cn/assets/css/style_yl_768.css */