﻿﻿/**/
body {

}
.divPage {
    width:320px;
    margin:0 auto;
    overflow:hidden;
    background-color:#ffffff;
}
/*隐藏*/
.tips,#id_wuzhangai {
    display:none;
}
/***********************************页头********************************/
.dheader {
   /*background:url("../images/bg_top_98094.png") no-repeat center top;*/
   height:176px;
   /*分辨率<420时会有offset生成12px,解决方案？*/
}
/**/
.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 8px;
       background:url("../images/line_1.png") no-repeat right center;
    }
        .top_nav a.none {
            background:none;
        }
.l_float {
  float:left;
  height:35px;
  overflow:hidden;
}
.r_float {
  float:right;
  display:none;
}
/**/
.logo {/*div默认高度*/
    float:left;
    background:url("../images/logo.png") left center no-repeat;
    height:70px;
    width:100%;
    /*margin-top:24px;*/
}
.logo a {
        display:block;
        height:70px;
        width:320px;
    }
/**/
.search {
    width:220px;
    height:30px;
    background:url("../images/search_bg_05.png") left center no-repeat;
    float:right;
    margin:2px 45px;
}
.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;*/
    /*margin-top:1px;*/
}
/**/
.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;
}
.crtPosition {
    margin-top:10px;
    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{
    padding-top:6px;
    height:334px;/*ul块级元素，默认间距10px,影响li的margin-top；ul li(li比内部元素默认高3~4px)间距，畸形*/
    width:334px;/*320+14*/
    overflow:hidden;
}
    .simglist ul li {
        float:left;
        margin:4px 14px 4px 0;/*待处理，靠边*/
        width:153px;/*li浮动时对图片尺寸限定*/
        height:100px;
    }
        .simglist ul li img {
             width:153px;
             height:80px;/*待改造，动态发布图片时？*/
             display:block;
        }
     .simglist .textstyle {
        background-color:#535353;
        height:20px;
        line-height:20px;
        text-align:left;
        padding-left:10px;
    }
    .simglist .pictitle {
        color:#ffffff;
    }
/**/
.sdoclist {
    max-height:582px;
    border-top:1px solid #dddddd;
}
    .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;
        overflow:hidden;
    }
   
        .sdoclist ul li {
            float:left;
            width:160px;
            height:24px;
            line-height:24px;
             color:#232323;
            overflow:hidden;
        }
   .oldStyle {/*奇数行*/
      background-color:#f1f1f1;
    }
.theader .headtextl {
    width:200px;
    text-align:left;
    padding-left:20px;
}
.theader .headtextm2 {
    width:100px;
}
.theader .headtextm1,.theader .headtextr, .sdoclist .hlm1,.sdoclist .hlmr {
    display:none;
}   
.sdoclist .hll{
    text-align:left;
    padding-left:24px;
    background:url("../images/dot22.png") no-repeat scroll transparent 16px center;
    width:196px;
}
.sdoclist .hlm2{
    width:100px;
}
/**/
.PageListSplit {
    float:right;
    height:32px;
    padding-top:8px;
}
.PageListSplit .pageRecord {
    display:none;
    float:left;
}
.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 4px;
    border:1px solid rgb(209,209,209);
    color:#676767;
}
.pageBtn .pnext {
    width:62px;
}
.pageBtn .inactive {
    cursor:default;
    display:none;
}
.pageBtn .pdots {
    border:0 none;
    display:none;
    cursor:default;
}
.pageBtn .pdhidden {
    display:none;
}
/**/
.linkspic {
    float:left;/*<a img>默认间距~10px*/
    padding-top:10px;
}
    .linkspic img {
        width:155px;
        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:320px;/*2018.06.13add*/
	margin:0 auto;/*2018.06.13add*/
}
.returnTop {
   position:absolute;
    height:41px;
    width:36px;
    right:10px;
    top:-41px;
    background:#fff;
}
.copyright_l {
    color: #666666;
    position:relative;/*IE9下relative下的absolute屏蔽相邻无浮div的margin-top，在此提供一种解决方案*/
    /*float: left;*/
    font-size: 12px;
    padding-left: 10px;
    height:20px;
    width: 200px;
    text-align:center;
    /*margin:20px auto 0;*/
    margin:0 auto;
    top:10px;
}
.footr {
    /*float:right;*/
    background:url("../images/ico2124.png") no-repeat 10px top;
    text-align:left;
    color:#01649d;
    font-size:12px;
    /*font-weight:bold;*/
    height:40px;
    line-height:22px;
    width:140px;
    padding-left:40px;
    margin:10px auto;
}
.pfoot {
    /*padding-left:22px;*/
}
.pfoot a {
        color:#666;
    }
.jj {
    display:none;
}
#isshowwza
{
    display:none;
}

/*2016-1-8*/
.top_r{	width: 222px;height: 70px;padding-top: 20px;padding-right: 20px;margin-left:auto;margin-right:auto}
.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;}