﻿﻿/**/
body {

}
.divPage {
    width:980px;
    margin:0 auto;
    overflow:hidden;
    /*background-color:#ffffff;*/
}
/***********************************页头********************************/
.dheader {
   background:url("../images/bg_top_98094.png") no-repeat center top;
   height:126px;
}
/**/
.dheader {
   background:url("../images/bg_top_98094.png") no-repeat center 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:40px;
    float:right;
    /*padding:2px 0;*/
    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;*/
    cursor:pointer;
}
/**/
.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 {
    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:436px;/*ul块级元素，默认间距10px,影响li的margin-top；ul li(li比内部元素默认高3~4px)间距，畸形*/
    width:1002px;/*980+22*/
    overflow:hidden;
}
    .simglist ul li {
        float:left;
        margin:10px 22px 10px 0;/*待处理，靠边*/
        width:312px;/*li浮动时紧抱图片*/
        height:193px;
    }
    .simglist img {
        display:block;/*312x161*/
        width:312px;/*li浮动时紧抱图片*/
        height:161px;
    }
    .simglist .textstyle {
        background-color:#535353;
        height:32px;
        line-height:32px;
        text-align:left;
        padding-left:10px;
    }
    .simglist .pictitle {
        color:#ffffff;
    }
/**/
.sdoclist {
    max-height:546px;
    border-top:1px solid #dddddd;
    /*overflow:hidden;*//*会隐藏掉按钮*/
}
.sdoclist ul {
        height:24px;
        margin:2px 0;
        text-align:left;
    }
.oldStyle {
    background-color:#f1f1f1;
}
.sdoclist .theader li {
            line-height:45px;/*只是限定位置*/
            height:45px;
            font-weight:bold;
        }
.sdoclist ul li {
            float:left;
            width:244px;
            height:24px;
            line-height:24px;
            overflow:hidden;
            color:#232323;
        }
.sdoclist .theader {
        height:45px;
        margin:0;
    }
.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:220px;/*230*/
    padding-right:10px;
}
.sdoclist .hlm2 , .sdoclist .theader .headtextm2 {
    width:135px;/*145*/
    padding-right:10px;
}
.sdoclist .hlr, .sdoclist .theader .headtextr{
    padding:0 10px 0 55px;
    width:246px;/*311px*/
}
/*.pagetag {
    float:right;
}*/
.PageListSplit {
    float:right;
    height:32px;
    padding-top:20px;
    max-width:450px;
}
.PageListSplit .pageRecord {
    display:none;
    float:left;
    margin-left:10px;
    max-width:450px;
}
.PageListSplit .pageBtn {
    float:right;
    margin-left:10px;
    max-width:450px;
}
.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的渲染*/
}
/**********************页尾********************/
.dfooter {
    position:relative;
    background:url("../images/bg_foot.png") repeat-x;
    height: 85px;
    /*margin-top: 10px;*/
    text-align:center;
    overflow:hidden;
	width:998px;/*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;
}

/*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;}