/*头部css*/
.head_logo{
    width:100%;
    height:303px;
    background: url("imagesheadbg.png") no-repeat center;
}
.header{
    width: 1200px;
    height:38px;
    line-height:38px;
    margin:0 auto;
    color: #ffffff;
    padding-top: 10px;
}
.header a{
    font-size: 14px;
    color: #ffffff;
}
.head_logo .head{
    width:1200px;
    margin:0 auto;
    padding-top: 13px;
    zoom: 1;
    position: relative;
}
.head_logo .head:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.head_logo .head .backtohome{
    position: absolute;
    top:98px;
    right:1px;
}

.head_logo .search {
    width:331px;
    height:21px;
    border:1px solid #77c9fe;
    border-radius: 6px;
    padding:8px 0px 8px 14px;
}
.head_logo .search .search_val{
    border:none;
    outline:none;
    width:280px;
    height:20px;
    background:none;
    float: left;
    color:#fff;
    border-right: 1px solid #fff;
}
.head_logo .search .search_val::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
.head_logo .search .search_val:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.head_logo .search .search_val::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
.head_logo .search .search_val:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#fff;
}
.head_logo .search .search_btn{
    border:none;
    outline:none;
    float: left;
    height:20px;
    width:40px;
    cursor: pointer;
    background:url("imagessearch.png") no-repeat center;
}
.head_logo .nav{
    width:1200px;
    height:55px;
    line-height:55px;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    border-bottom:3px solid #3db2ff;
}
.head_logo .nav ul li{
    width:149px;
    height:55px;
    line-height:55px;
    border-right: 1px solid #005489;
    background: #0069ab;
    float: left;

}
.head_logo .nav ul li.on{
    background:#3db2ff;
}
.head_logo .nav ul li:hover{
    background:#3db2ff;
}
.head_logo .nav ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
}
/*右侧固定导航css*/
.right_posi{
    width: 72px;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0px;
}
.right_posi a{
    display: block;
    color: #ffffff;
    font-size: 16px;
}
.right_posi .right_nav{
    display: inline-block;
    width: 72px;
    height: 100%;
    padding-top: 30px;
    position: fixed;
    top: 0;
    right: -72px;
    z-index: 99;
    background: url(imagesright_bg.png);
}
.right_posi .right_pic{
    margin-top: 24px;
}
.right_posi .hander{
    width: 56px;
    height: 63px;
    opacity: 100;
    background: url("imageshander.png") no-repeat center;
    position: fixed;
    right: 18px;
    top: 20%;
    cursor: pointer;
    z-index: 99;
    vertical-align: middle;
    text-align: center;
}
.right_posi ul{
    margin-top:207px;
}
.right_posi ul li{
    padding:10px 0px;
    line-height:26px;
    width: 72px;
    height: 67px;
    margin-bottom: 10px;
    position: relative;
}
.right_posi ul li a{
    width: 72px;
    height: 67px;
}
.right_posi ul li .leftpic{
    width: 128px;
    height: 118px;
    padding: 10px 18px 10px 6px;
    position: absolute;
    left: -153px;
    top: -22px;
    display: none;
    background: url("imageserweimabg.png") no-repeat left center;
}
.right_posi ul li .leftpic img{
    width:100%;
    height:100%;
}
.right_posi ul li:hover {
    background: #c81f0c;
}
.right_posi ul li:hover .leftpic{
    display: block;
}

/*重点办事css*/
.import_main{
    width:1176px;
    margin:-36px auto 0px;
    height:344px;
    padding:12px;
    background:#ffffff;
}
.import_main .import_left{
    width:130px;
    float: left;
    background: #e4e4e4;
}
.import_main .import_left ul li{
    height:86px;
    line-height:86px;
    text-align: center;
}
.import_main .import_left ul li a{
    display: block;
    color: #000;
    font-size: 16px;
    margin:0 7px;
    border-bottom: 1px solid #cfcfcf;
}
.import_main .import_left ul li.bm_im a{
    border-bottom: none;
}
.import_main .import_left ul li.on{
    background:url("imageslefton.png") no-repeat left center #f4f4f4;
}
.import_main .import_left ul li.on a{
    border-bottom: none;
}
.import_main .import_right{
    width:994px;
    float: left;
    height:344px;
    padding:0px 26px;
    background:#f4f4f4;
    overflow: hidden;
}
.import_main .import_right .import_list{
    padding-top:36px;
}
.import_main .import_right .import_list .list1{
    width:404px;
    float: left;
 }

.import_main .import_right .import_list .list2{
    width:590px;
    float: left;
}.import_main .import_right .import_list .list2 ul{
     width:609px;
 }

.import_main .import_right .import_list .list1 li{
    width:177px;
    height:129px;
    float: left;
    margin:0px 25px 18px 0px;
    -webkit-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.import_main .import_right .import_list .list1 li:hover{
    box-shadow: 5px 5px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    -moz-transform:translateY(-2px);
    -webkit-transform:translateY(-2px);
    -o-transform: translateY(-2px);
}
.import_main .import_right .import_list ul li a{
    display: block;
}
.import_main .import_right .import_list .list1 li img{
    width:100%;
    height:90px;
}
.import_main .import_right .import_list .list2 li{
    height:277px;
    float: left;
    margin:0px 25px 0px 0px;
    -webkit-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.import_main .import_right .import_list .list2 li:hover{
    box-shadow: 5px 5px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    -moz-transform:translateY(-2px);
    -webkit-transform:translateY(-2px);
    -o-transform: translateY(-2px);
}
.import_main .import_right .import_list .list2 li.bigger img{
    height:238px;
}
.import_main .import_right .import_list ul li p{
     height:39px;
     line-height:39px;
     font-size: 16px;
     background: #f5efc9;
    text-align: center;
 }
/*服务个人csss*/
.servicePersonal{
    padding-top: 20px;
}
.servicePersonal ul{
    width:1016px;
}
.servicePersonal ul li{
    float:left;
    width:106px;
    margin-right: 21px;
    text-align: center;
    margin-bottom: 15px;
    height:92px;
}
.servicePersonal ul li a{
    display: block;
    height:50px;
    padding-top: 14px;
    width:104px;
    background: #eaeaea;
    border:1px solid #dedede;
    line-height: 40px;
    font-size: 15px;
    -webkit-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.servicePersonal ul li a:hover{
    color: #20a4e7;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    -moz-transform:translateY(-2px);
    -webkit-transform:translateY(-2px);
    -o-transform: translateY(-2px);
}
/*服务法人csss*/
.serviceLegal{
    padding-top: 20px;
}
.serviceLegal ul{
    width:1016px;
}
.serviceLegal ul li{
    float:left;
    width:106px;
    margin-right: 21px;
    text-align: center;
    margin-bottom: 15px;
    height:92px;
}
.serviceLegal ul li a{
    display: block;
    height:50px;
    padding-top: 14px;
    width:104px;
    background: #eaeaea;
    border:1px solid #dedede;
    line-height: 40px;
    font-size: 15px;
    -webkit-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.serviceLegal ul li a:hover{
    color: #20a4e7;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    -moz-transform:translateY(-2px);
    -webkit-transform:translateY(-2px);
    -o-transform: translateY(-2px);
}
/*部门服务css*/
.serviceBranch{
    padding-top: 20px;
}
.serviceBranch ul{
    width:1016px;
}
.serviceBranch ul li{
    float:left;
    width:119px;
    margin-right: 24px;
    text-align: center;
    margin-bottom: 18px;
    height:40px;
    line-height:40px;
    background: #eaeaea;
    border:1px solid #dedede;
}
.serviceBranch ul li a{
    display: block;
    font-size: 15px;
}
.serviceBranch ul li:hover{
    background: #20a4e7;
}
.serviceBranch ul li:hover a{
    color: #FFFfff;
}
/*知识服务css*/
.center_Box{
    width:100%;
    padding-top: 26px;
    background: #f3f3f3;
}
.center_Box .center_main{
    width: 1200px;
    height:373px;
    margin:0 auto;
}
.center_Box .center_main .wdzsk{
    width:354px;
    height:318px;
    padding:14px;
    background: #ffffff;
    float:right;
}
.center_Box .center_main .zstop{
    height:35px;
    line-height:35px;
    border-bottom: 1px solid #c8c8c8;
}
.center_Box .center_main .zstop a{
    font-size: 16px;
    padding-left: 8px;
    border-left: 7px solid #0069ab;
}
.center_Box .center_main .zswd_nr ul li{
    padding:14px 0px;
    line-height:26px;
    border-bottom: 1px solid #dddddd;
}
.center_Box .center_main .zswd_nr ul li a{
    display: block;
    height:20px;
    line-height:20px;
    padding-left:24px;
    font-size: 16px;
    background:url("imagesbswd.png") no-repeat left center;
}
.center_Box .center_main .zswd_nr ul li a:hover{
    color: #20a4e7;
}
.center_Box .center_main .zswd_nr ul li p{
    height:20px;
    line-height:20px;
    padding-left:24px;
    font-size: 14px;
    margin-top:4px;
    background:url("imagesbswd2.png") no-repeat left center;
}
.center_nr{
    width:381px;
    height:346px;
    float: left;
    margin-left: 26px;
}
/*政策法规css*/
.center_main #zcfg{
    
}
.center_main #zcfg .hd ul li{
    float: left;
    width:100px;
}
.center_main #zcfg .hd ul li a{
    border:none;
    text-align: center;
    padding:0;
}
.center_main #zcfg .hd ul li.on{
    background: #c1060f;
}
.center_main #zcfg .hd ul li.on a{
    color: #fff;
}
/*公众服务*/
.gzfw{
    width:353px;
    height:144px;
    float: left;
    padding:14px;
    background: #ffffff;
    overflow: hidden;
}
.gzfw ul{
    width:356px;
}
.gzfw ul li{
    float: left;
    margin:18px 16px 0px 9px;
}
.gzfw ul li a{
    font-size: 16px;
}
.gzfw ul li a:hover{
    color: #20a4e7;
}
/*在线办理*/
.zxbl{
    width:353px;
    height:119px;
    float: left;
    margin-top: 27px;
    padding:14px;
    background: #ffffff;
    overflow: hidden;
}
.zxbl ul{
    width:360px;
}
.zxbl ul li{
    margin-right: 10px;
    width:80px;
    float: left;
    height:83px;
}
.zxbl ul li a{
    display: block;
    height:83px;
    width:80px;
    line-height: 142px;
    text-align: center;
    font-size: 14px;
}
.zxbl ul li a:hover{
    color: #20a4e7;
}
.zxbl ul li.zxbl_nr1 a{
    background:url("imageszxbl01.png") no-repeat center 10px;
}
.zxbl ul li.zxbl_nr2 a{
    background:url("imageszxbl02.png") no-repeat center 10px;
}
.zxbl ul li.zxbl_nr3 a{
    background:url("imageszxbl03.png") no-repeat center 10px;
}
.zxbl ul li.zxbl_nr4 a{
     background:url("imageszxbl04.png") no-repeat center 10px;
 }
/*招标采购css*/
.center_Box .center_main .zbcg{
    width:354px;
    height:318px;
    padding:14px;
    background: #ffffff;
    float: left;
}
.center_Box .center_main .zbcg .hd{
    margin-top: 11px;
    height:39px;
    width:354px;
    overflow: hidden;
}
.center_Box .center_main .zbcg .hd ul{
    width:356px;
}
.center_Box .center_main .zbcg .hd ul li{
    width: 87px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background:#e6e6e6;
    float: left;
    margin-right: 2px;
}
.center_Box .center_main .zbcg .hd ul li a{
    display: block;
    font-size: 16px;
    color: #585858;
}
.center_Box .center_main .zbcg .hd ul li.on{
    background: #f5efc9;
}
.center_Box .center_main .zbcg .hd ul li.on a{
    color: #000;
}
.center_Box .center_main .zbcg .bd{
    margin-top: 16px;
}
.center_Box .center_main .zbcg .bd ul li{
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    background: url("imageslistpio.png") no-repeat left center;
}
.center_Box .center_main .zbcg .bd ul li .date{
    color: #c5c5c5;
    font-size: 14px;
}
.center_Box .center_main .zbcg .bd ul li a{
    font-size: 15px;
}
.center_Box .center_main .zbcg .bd ul li a:hover{
    color: #20a4e7;
}
/*公共交易资源中心css*/
.center_Box .deal_center{
    width: 1200px;
    height:562px;
    margin:20px auto 46px;
}
.center_Box .deal_center .deal_centerTop{
    height:48px;
    width:717px;
    padding-left: 483px;
    padding-top: 20px;
    line-height: 26px;
    background: url("imagesdeal_linebg.png") no-repeat center;
}
.deal_centerTop p{
    font-size: 24px;
    font-weight: bold;
    color: #c1060f;
}
.deal_centerTop span{
    font-size: 12px;
    color: #8e8e8e;
    padding-left: 27px;
}
.deal_center .deal_list{
    margin-top: 28px;
    width: 1200px;
    height:463px;
}
.deal_center .deal_list .deal_listLeft{
    width:753px;
    height:427px;
    padding:18px;
    background: #ffffff;
}
.deal_list .deal_listLeft .hd{
    width:753px;
    height:56px;
    overflow: hidden;
}
.deal_list .deal_listLeft .hd ul li{
    width:183px;
    height:56px;
    line-height:56px;
    text-align: center;
    margin-right: 5px;
    background: #f5f5f5;
    float: left;
}
.deal_list .deal_listLeft .hd ul li a{
    font-size: 18px;
    display: block;
}
.deal_list .deal_listLeft .hd ul li.on{
    background:url("imageswhite_onbg.png") no-repeat center bottom #c1060f;
}
.deal_list .deal_listLeft .hd ul li.on a{
    color: #fff;
}
.deal_list .deal_listLeft .bd .ullist .bdlist{
    padding: 18px 0px 14px;
    min-height: 280px;
    border-bottom: 1px dashed #c2c2c2;
}
.deal_list .deal_listLeft .bd .bdlist ul li{
    height:36px;
    line-height:36px;
    padding-left: 16px;
    background: url("imageslistpio.png") no-repeat 4px center;
}
.deal_list .deal_listLeft .bd .bdlist ul li .date{
    font-size: 14px;
    color: #7e7e7e;
}
.deal_list .deal_listLeft .bd .bdlist ul li a{
    font-size: 15px;
}
.deal_list .deal_listLeft .bd .bdlist ul li:hover a{
    color: #c52c31;
}
.deal_list .deal_listLeft .bd .bd_bom ul li{
    float: left;
    margin-right: 9px;

}
.deal_list .deal_listLeft .bd .bd_bom{
    margin-top: 12px;
}
.deal_list .deal_listLeft .bd .bd_bom ul li a{
    display: block;
    padding:0px 10px;
    height:36px;
    line-height:36px;
    text-align: center;
    border:1px solid #fbc8c9;
    font-size: 14px;
    border-radius:4px;
    color: #c1060f;
}
.deal_list .deal_listLeft .bd .bd_bom ul li:hover a{
    background: #c52c31;
    color: #ffffff;
}
.deal_list .deal_listRight{
    width:383px;
    overflow: hidden;
}
.efficiency{
    width:359px;
    height:196px;
    padding:12px;
    background: #fff;
}
.deal_listRight .bd{
    padding-top: 10px;
}
.deal_listRight .bd ul li{
    height:32px;
    line-height:32px;
    background:url("imageslistpio.png") no-repeat 4px center;
}
.deal_listRight .bd ul li a{
    padding-left: 16px;
    font-size: 15px;
}
.deal_listRight .bd ul li:hover a{
    color: #c1060f;
}
.deal_listRight .bd ul li .date{
    font-size: 14px;
    color: #c5c5c5;
}
/*中介机构css*/
.medium{
    width:359px;
    height:196px;
    padding:12px;
    background: #fff;
    margin-top: 23px;
}
.deal_center .zstop{
    height:48px;
    line-height:48px;
    border-bottom: 1px solid #c8c8c8;
}
.deal_center .zstop a{
    font-size: 16px;
    padding-left: 8px;
    border-left: 7px solid #c1060f;
}
/*面包屑导航css*/
.back_page{
    width:1164px;
    margin:0 auto 16px;
    height: 27px;
    line-height:27px;
    font-size: 13px;
    color: #5d5d5d;
}
.back_page .back_head{
    display: block;
    height:27px;
    background:url("imagesm_home.png") no-repeat left center;
    padding-left: 24px;
    float: left;
    line-height:27px;
}
.back_page a{
    font-size: 13px;
    color: #5d5d5d;
}
/*办事列表css*/
.ser_listbox{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
    min-height: 500px;
}
.ser_listbox:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.ser_listbox .ser_list_left{
    width: 310px;
    min-height: 716px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    float: left;
}
.ser_listbox .ser_list_left .hd{
    height:41px;
    line-height: 41px;
    border-bottom: 1px solid #20a4e7;
    text-align: center;
}
.ser_listbox .ser_list_left .hd ul li{
    width:103px;
    float: left;

}
.ser_listbox .ser_list_left .hd ul li.on a{
    color: #ffffff;
    background: #20a4e7;
}
.ser_listbox .ser_list_left .hd ul li a{
    font-size: 16px;
}
.ser_listbox .ser_list_left a{
    display: block;
}
.ser_listbox .ser_list_left .bd{
    width:301px;
    overflow: hidden;
    margin-top: 11px;
    padding-left: 9px;
    zoom: 1;
}
.ser_listbox .ser_list_left .bd:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.ser_listbox .ser_list_left .bd ul li{
    width:90px;
    height:36px;
    float: left;
    line-height: 36px;
    text-align: center;
    margin:0px 7px 7px 0px;
    border:1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 5px;
}
.ser_listbox .ser_list_left .bd ul li.on{
    background: #20a4e7;
}
.ser_listbox .ser_list_left .bd ul li.on a{
    color: #FFFfff;
}
.ser_listbox .ser_list_left .bd ul li a{
    font-size: 15px;
}
.ser_listbox .ser_list_left .bd ul li:hover{
    background: #20a4e7;
}
.ser_listbox .ser_list_left .bd ul li:hover a{
    color: #FFFfff;
}
.ser_list_right{
    width:799px;
    float:right;
    min-height: 716px;
    padding:0px 18px;
    border: 1px solid #e5e5e5;
}
.ser_list_right h2{
    color: #20a4e7;
    height:41px;
    font-size: 16px;
    line-height:41px;
    border-bottom:1px solid #20a4e7;
    margin-bottom: 13px;
}
.ser_list_right h2 span{
    padding-left: 12px;
    border-left: 6px solid #20a4e7;
}
.ser_list_right ul{
    min-height: 600px;
}
.ser_list_right ul li{
    width:797px;
    height:48px;
    border:1px solid #efefef;
    margin-bottom: 10px;
    line-height: 48px;
}
.ser_list_right ul li a{
    display: block;
    background: url("imagesserjt.png") no-repeat 770px center;
}
.ser_list_right ul li a :hover{
    color: #20a4e7;
}
.ser_list_right ul li .title{
    padding-left: 11px;
    border-left: 5px solid #efefef;
}
.ser_list_right ul li .branch{
    margin-right: 36px;
    font-size: 14px;
    color: #9d9d9d;
}
/*办事细览css*/
.ser_listbox  .bsxl_table {
    width: 1163px;
    text-align: center;
}
.ser_listbox  .bsxl_table .content_title{
    font-size: 24px;
    color:#5a9ada;
    margin:20px auto 23px;
    padding-bottom: 7px;
    min-height:47px;
    display: inline-block;
    background:url("imagestitlejt.png") no-repeat center bottom;
}
.ser_listbox  .bsxl_table .content_title div{
    padding:12px 17px;
    border-radius: 6px;
    border:1px solid #20a4e7;
    line-height: 36px;
}
.bsxl_table .table_xl{
    width:1160px;
    height:134px;
    border:1px solid #e8e8e8;
}
.bsxl_table .table_xl .table_left{
    width:122px;
    height:44px;
    float: left;
    font-size: 14px;
    line-height: 44px;
    background:#f6f6f6;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.bsxl_table .table_xl .table_right{
    width:446px;
    height:44px;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    padding-left: 10px;
    line-height: 44px;
    float: left;
}
.bsxl_table .tishi{
    margin-top: 16px;
    width:1160px;
    line-height: 40px;
    border-top: 4px solid #20a4e7;
}
.bsxl_table .tishi ul{
    padding-left: 16px;
    position: relative;
}
.bsxl_table .tishi .hd:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.bsxl_table .tishi .hd{
    zoom: 1;
    background:#f8f8f8;
}
.bsxl_table .tishi .hd ul li{
    width:96px;
    height:40px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}
.bsxl_table .tishi .hd ul li.on ul{
    display: block;
    color:#555555;
}
.bsxl_table .tishi .hd ul li ul{
    width:100%;
    height:auto;
    position: absolute;
    left:0px;
    color:#555555;
    display: none;
}
.bsxl_table .tishi .hd ul li ul li{
    width:100%;
    font-size: 16px;
    text-align: left;
    color:#555555;

}
.bsxl_table .tishi .hd ul li.on{
    background: #20a4e7;
    color: #ffffff;
}
.bsxl_table .tishi .bd{
    margin-top: 16px;
    text-align: left;
}
.bsxl_table .tishi .bd ul *{
    font-size: 16px !important;
    line-height: 30px !important;
}
.bsxl_table .tishi .bd ul li{
    font-size: 16px;
    line-height: 30px;
}
.bsxl_table .tishi .bd ul li a:hover{
    color:#20a4e7;
}

/*办事便民问答概览css*/
.Convenience{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
    min-height: 500px;
}
.Convenience:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.Convenience .Convenience-top{
    height:42px;
    border:1px solid #dfdfdf;
    line-height: 42px;
    border-bottom: 1px solid #8c431a;
    background: #f8f8f8;
}
.Convenience .Convenience-top .con-head{
    display:block;
    padding:0px 20px;
    height:42px;
    color: #ffffff;
    background:#db3522;
    font-size: 16px;
    float: left;
    text-align: center;
}
.Convenience .Convenience-top .conven_search{
    width:274px;
    height:29px;
    float: right;
    margin-top: 5px;
    margin-right: 9px;
    border:1px solid #dfdfdf;
    border-radius: 4px;
}
.Convenience .Convenience-top .conven_search .sear_value{
    height:26px;
    line-height: 29px;
    width:226px;
    float: left;
    outline: none;
    border-radius: 4px;
    border:none;
    padding-left: 8px;
}
.Convenience .Convenience-top .conven_search .sear_btn{
    width:40px;
    height:30px;
    outline: none;
    border:none;
    background:url("imagessearch_scale.png") no-repeat center;
    float: left;
    cursor: pointer;
}
.Convenience .Convenience-list{
    border:1px solid #dfdfdf;
    border-top:none;
    padding: 20px;
}
.Convenience .Convenience-list .bd{
    min-height: 900px;
}
.Convenience .Convenience-list ul li{
    padding:14px 0px;
    line-height:26px;
    border-bottom: 1px solid #dddddd;
}
.Convenience .Convenience-list ul li a{
    display: block;
    height:19px;
    line-height:19px;
    padding-left:24px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    background:url("imagesbswd.png") no-repeat left center;
}
.Convenience .Convenience-list ul li a:hover{
    color: #db3522;
}
.Convenience .Convenience-list ul li p{
    height:20px;
    line-height:20px;
    padding-left:24px;
    font-size: 14px;
    margin-top:4px;
    background:url("imagesbswd2.png") no-repeat left center;
}
/*通用列表css*/
.currency{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
}
.currency:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.currency .currency-left{
    width:217px;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
    min-height: 716px;
    float: left;
}
.currency .currency-left .currency-hd{
    height:42px;
    border-bottom: 1px solid #2670af;
    line-height: 42px;
    width:200px;
    padding-left: 17px;
    color: #FFFfff;
    font-size: 16px;
    background:url("imagescaidan1.png") no-repeat 180px center #398dd4;
}
.currency .currency-left .hd{
    padding:12px;
}
.currency .currency-left .hd ul li{
    width:173px;
    height:35px;
    line-height: 35px;
    margin-bottom: 5px;
    background:url("imagesright-jiantou.png") no-repeat 166px center #ffffff;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 17px;
}
.currency .currency-left .hd ul li.on{
    background:url("imagesright-jiantouon.png") no-repeat 166px center #88c4f7;
}
.currency .currency-left .hd ul li.on a{
    color: #fff;
}
.currency .currency-left .hd ul li:hover{
    background:url("imagesright-jiantouon.png") no-repeat 166px center #88c4f7;
}
.currency .currency-left .hd ul li:hover a{
    color: #fff;
}
.currency .currency-left .hd ul li a{
    display: block;
    font-size: 15px;
    color: #424242;
}
.currency .currency-right{
    width:893px;
    float: right;
    min-height:694px;
    border:1px solid #e5e5e5;
    padding:10px 20px 13px 13px;

}
.currency .currency-right h2{
    color: #398dd4;
    height:42px;
    font-size: 16px;
    line-height:42px;
    border-bottom:1px solid #2670af;
    margin-bottom: 13px;
}
.currency .currency-right h2 span{
    padding-left: 12px;
    border-left: 6px solid #398dd4;
}
.currency .currency-right .bd{
    min-height: 583px;
}
.currency .currency-right ul li{
    height:36px;
    line-height: 36px;
    padding-left: 15px;
    background:url("imageslistpio.png") no-repeat left center;
}
.currency .currency-right ul li a{
    font-size: 16px;

}
.currency .currency-right ul li a:hover{
    color: #398dd4;
}
.currency .currency-right ul li .date{
    font-size: 14px;
    color: #9d9d9d;
}
/*重点办事服务之细览css*/
.service_im{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
    min-height: 500px;
}
.service_im:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.service_im .service_im_left{
    width:175px;
    float: left;

}
.service_im .service_im_left .service_importBg{
     width:175px;
     height:78px;
     background:url("imageszdheadbg.png") no-repeat center;
 }
.service_im .service_im_left ul li{
    width:154px;
    padding-left: 21px;
    height:48px;
    border:1px solid #dadada;
    line-height: 48px;
    border-radius: 6px;
    margin-top:9px;
    background:url("imagesright-jiantou.png") no-repeat 148px center #f8f8f8;
}
.service_im .service_im_left ul li a{
    display: block;
    font-size: 16px;
}
.service_im .service_im_left ul li.on{
    border:1px solid #c13a2a;
    background:url("imagesright-jiantou.png") no-repeat 148px center #ed5240;
}
.service_im .service_im_left ul li.on a{
    color: #ffffff;
}
.service_im .service_im_left ul li:hover{
    border:1px solid #c13a2a;
    background:url("imagesright-jiantou.png") no-repeat 148px center #ed5240;
}
.service_im .service_im_left ul li:hover a{
    color: #ffffff;
}
.service_im .service_im_right{
    width:962px;
    float:right;
}
.service_im .service_im_right .service_im_rightHd{
    width:962px;
    height: 72px;
    background: #9bd8f3;
    line-height: 72px;
    text-align: center;
}
.service_im .service_im_right .service_im_rightHd .title_head{
    padding:10px 56px 10px 76px;
    background:url("imagescanjiren.png") no-repeat 46px center #3f8bbc;
    color: #f8e784;
    font-size: 22px;
    font-weight: bold;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
}
.service_im_rightBd{
    margin-top: 15px;
}
.service_im_rightBd .service_im_text{
    width:650px;
    float: left;
    border:1px solid #eaeaea;
    border-top: none;
}
.service_im_rightBd .service_im_text .content1 .hd{
    width:650px;
    height:50px;
    background: #eaeaea;
    overflow: hidden;
}
.service_im_rightBd .service_im_text .content1 .hd ul{
    width: 750px;
}
.service_im_rightBd .service_im_text .content1 .hd ul li{
    width:189px;
    height:50px;
    line-height: 50px;
    text-align: center;
    float: left;
    position: relative;
    left:0;
    overflow: hidden;
}
.service_im_rightBd .content table{
    border-collapse: collapse;
}
.service_im_rightBd .content table td, th {
    border: 1px solid #dddddd;
}
.service_im_rightBd .content table .tab_left{
    background: #e9f2f9;
    width:20%;
}
.service_im_rightBd .content table .tab_right{
    padding: 10px;
    line-height: 26px;;
}
.service_im_rightBd .service_im_text .content *{
    font-size: 15px !important;
    font-family: "微软雅黑" !important;
    line-height: 26px !important;
    color: #000 !important;
}
.service_im_rightBd .service_im_text .content1 .hd ul li.list-import1{
    z-index: 80;
    background:url("imageszdhdbg4.png") no-repeat -10px center;
}
.service_im_rightBd .service_im_text .content1 .hd ul li.list-import2{
    left: -24px;
    z-index: 60;
    background:url("imageszdhdbg.png") no-repeat -10px  center;
}
.service_im_rightBd .service_im_text .content1 .hd ul li.list-import3{
    left: -48px;
    z-index: 50;
    background:url('imageszdhdbg2.png') no-repeat -10px center;
    background-size: cover;
}
.service_im_rightBd .service_im_text .content1 .hd ul li.list-import4{
    left: -48px;
    z-index: 50;
    background:url('imageszdhdbg3.png') no-repeat -10px center;
}
.service_im_rightBd .service_im_text .content1 .hd ul li.on{
    background:url("imageszdhdbg1.png") no-repeat center;
    background-size: cover;
}
.service_im_rightBd .service_im_text .content1 .hd ul li a{
    display: block;
}
.service_im_rightBd .service_im_text .content1 .hd ul li.on a{
    color: #ffffff;
}
.service_im_rightBd .service_im_text .content1 .bd{
    padding:12px;
}
.service_im_rightBd .service_im_text .content2{
    margin: 24px auto 12px;
    width: 620px;
}
.service_im_rightBd .service_im_text .content2 .hd{
    width:598px;
    height: 36px;
    padding-top: 10px;
    padding-left: 20px;
    border:1px solid #dcdcdc;
    background: #f5f5f5;
}
.service_im_rightBd .service_im_text .content2 .hd span{
    border-left:5px solid #404040;
    font-size: 16px;
    color: #404040;
    padding-left: 10px;
}
.service_im_textRight{
    width:293px;
    float: right;
}
.service_im_textRight .service_im_other{
    width:293px;
    height:218px;
    margin-bottom: 16px;
}
.service_im_textRight .service_im_other .hd{
    width:273px;
    height: 48px;;
    line-height: 48px;
    padding-left: 20px;
    background: #6abbe0;
    border-radius: 4px;
}
.service_im_textRight .service_im_other .hd a{
    border-left:5px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
}
.service_im_textRight .service_im_other .bd{
    height:142px;
    width:265px;
    border:1px solid #dbdbdb;
    border-top:none;
    background: #fafafa;
    padding:13px;
}
.service_im_textRight .service_im_other .bd ul li{
    height:36px;
    line-height: 36px;
    font-size: 15px;
    padding-left: 15px;
    background: url("imageslistpio.png") no-repeat left center;
}
.service_im_other .bd ul li a:hover{
    color: #db3522;
}
/*商事登记*/
.service_im .service_im_right #Business .title_head{
    background:url("imagesshangshi.png") no-repeat 46px center #3f8bbc;
}
/*驾驶证办理*/
.service_im .service_im_right #Driver_license .title_head{
    background:url("imagesjiashizheng.png") no-repeat 34px center #3f8bbc;
}
#Driver .service_im_text .content1 .hd ul li{
    height:50px;
    line-height: 50px;
    text-align: center;
    float: left;
    position: relative;
    left:0;
    width:180px;
    background-size: cover;

}
#Driver .service_im_text .content1 .hd ul li.list-import1{
    z-index: 80;
    background:url("imageszdhdbg4.png") no-repeat -20px center;
}
#Driver .service_im_text .content1 .hd ul li.list-import2{
    left: -27px;
    z-index: 60;
    background:url("imageszdhdbg.png") no-repeat -20px  center;
}
#Driver .service_im_text .content1 .hd ul li.list-import3{
    left: -52px;
    z-index: 50;
    background:url('imageszdhdbg2.png') no-repeat -20px center;
}
#Driver .service_im_text .content1 .hd ul li.list-import4{
    left: -82px;
    z-index: 40;
    background:url('imageszdhdbg3.png') no-repeat -2px center;
}
#Driver .service_im_text .content1 .hd ul li.on{
    background:url("imageszdhdbg1.png") no-repeat -20px center;
}
/*老人优待css*/
.service_im .service_im_right #Old_man .title_head{
    background:url("imagesoldman.png") no-repeat 44px center #3f8bbc;
}
#oldman .service_im_text .content1 .hd ul li{
    height:50px;
    line-height: 50px;
    text-align: center;
    float: left;
    position: relative;
    left:0;
}
#oldman .service_im_text .content1 .hd ul li.list-import1{
    width:170px;
    z-index: 80;
    background:url("imageszdhdbg4.png") no-repeat -30px center;
    background-size: cover;
}
#oldman .service_im_text .content1 .hd ul li.list-import2{
    left: -25px;
    width:228px;
    z-index: 60;
    background:url("imageszdhdbg.png") no-repeat -13px  center;
    background-size: cover;
}
#oldman .service_im_text .content1 .hd ul li.list-import3{
    width:170px;
    left: -68px;
    z-index: 50;
    background:url('imageszdhdbg2.png') no-repeat -20px center;
    background-size: cover;
}
#oldman .service_im_text .content1 .hd ul li.list-import4{
    left: -88px;
    width:175px;
    z-index: 40;
    top:0px;
    background:url('imageszdhdbg3.png') no-repeat -22px center;
    background-size: cover;
}
#oldman .service_im_text .content1 .hd ul li.on{
    background:url("imageszdhdbg1.png") no-repeat -22px center;
    background-size: cover;
}
/*身份证办理css*/
.service_im .service_im_right #Idcard .title_head{
    background:url("imagesidcard.png") no-repeat 34px center #3f8bbc;
}
/*生育服务css*/
.service_im .service_im_right #Birth .title_head{
    background:url("imagesshengyu.png") no-repeat 40px center #3f8bbc;
}
/*常见问题css*/
.problem{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
    min-height: 500px;
}
.problem:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.problem .problem-top{
    height:48px;
    width:1164px;
    background: #f0f0f0;
}
.problem .problem-top .problem-head{
    height:48px;
    width:164px;
    text-align: center;
    float: left;
    line-height: 48px;
    background:url("imagescjzhishi.png") no-repeat right center #db3522;
}
.problem .problem-top .problem-head span{
    display: block;
    height:48px;
    width:123px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 41px;
    background:url("imageschangjinwentiion.png") no-repeat 17px center;
}
.problem_search{
    width:319px;
    height:36px;
    float: right;
    margin:6px 8px;
    background: #b8b8b8;
}
.problem_search .sear_value{
    width:269px;
    color: #ffffff;
    padding-left: 8px;
    border:none;
    outline:none;
    float: left;
    height:34px;
    line-height:34px;
    background: #b8b8b8;
}
.problem_search .sear_btn{
    width:40px;
    height:40px;
    float: left;
    border:none;
    outline:none;
    cursor: pointer;
    background:url("imagessearch.png") no-repeat center;
}
.problem-list{
    margin-top: 27px;
}
.problem-list .bd ul li{
    height: 49px;
    line-height: 49px;
    padding-left: 17px;
}
.problem-list .bd ul li.greybg{
    background:#f6f6f6;
}
.problem-list .bd ul li a{
    font-size: 16px;
    display: block;
}
.problem-list .bd ul li a:hover{
    color: #db3522;
}
/*在线调查列表css*/
.investigation-list{
   margin-top: 20px;
}
.investigation-list table {
    border-collapse: collapse;
    width:100%;
}
.investigation-list table th{
    background: #f7f7f7;
    height:55px;
}
.investigation-list table, td, th {
    border: 1px solid #dddddd;
}
.investigation-list table .title{
    width:61%;
    padding-left: 2%;
}
.investigation-list table .title a:hover{
    color: #db3522;
}
.investigation-list table .time{
    width:10%;
}
.investigation-list table .xinxistyle{
    width:9%;
}
.investigation-list table .stopstyle{
    color: #ff0000;
}
.investigation-list table .oningstyle{
    color: #008000;
}
.investigation-list table .result{
    width:7%;
}
.investigation-list table .result a{
    color: #28a6f2;
}
.investigation-list table td{
    height:40px;
}
/*信件列表css*/
.letter_list{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
}
.letter_list:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.letter_list .letter_listLeft{
    width:175px;
    float: left;
}
.letter_list .letter_listLeft ul li{
    width:173px;
    height:58px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
    border:1px solid #d4d4d4;
    border-radius: 4px;
    background: #f3f3f3;
    overflow: hidden;
}
.letter_list .letter_listLeft ul li a{
    display: block;
    font-size: 18px;
    padding-left: 28px;
}
.letter_list .letter_listLeft ul li.letter_listicon a{
    background: url("imageswrite_icon4.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul li.on{
    border:1px solid #3db2ff;
    background: #3db2ff;
}
.letter_list .letter_listLeft ul li:hover{
    border:1px solid #3db2ff;
    background: #3db2ff;
}
.letter_list .letter_listLeft ul .letter_listicon.on a{
    color: #ffffff;
    background: url("imageswrite_icon4on.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon:hover a{
    color: #ffffff;
    background: url("imageswrite_icon4on.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul li.letter_listicon1 a{
    background: url("imageswrite_icon.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon1.on a{
    color: #ffffff;
    background: url("imageswrite_iconon.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon1:hover a{
    color: #ffffff;
    background: url("imageswrite_iconon.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul li.letter_listicon2 a{
    background: url("imageswrite_icon1.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon2.on a{
    color: #ffffff;
    background: url("imageswrite_icon1on.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon2:hover a{
    color: #ffffff;
    background: url("imageswrite_icon1on.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul li.letter_listicon3 a{
    background: url("imageswrite_icon2.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon3.on a{
    color: #ffffff;
    background: url("imageswrite_icon2on.png") no-repeat 22px center;
}
.letter_list .letter_listLeft ul .letter_listicon3:hover a{
    color: #ffffff;
    background: url("imageswrite_icon2on.png") no-repeat 22px center;
}
.letter_listRight{
    padding:12px 12px 24px;
    width:944px;
    float: right;
    min-height: 700px;
    border:1px solid #e9e9e9;
}
.letter_listRight ul{
    min-height: 540px;
    padding-bottom: 120px;
}
.letter_listRight ul li{
    padding-left: 17px;
    height:46px;
    line-height: 46px;
    border-bottom: 1px solid #e9e9e9;
    color: #666666;
}
.letter_listRight ul li span{
    display: block;
    float:left;
}
.letter_listRight ul li .xinjian-title{
    width:338px;
    height:36px;
}
.letter_listRight ul li .xinjian-company{
    width:349px;
    height:36px;
}
.letter_listRight ul li .xinjian-time{
    width:120px;
    text-align: center;
    color: #c5c5c5;
    font-size: 14px;
    height:36px;
}
.letter_listRight ul li .xinjian-title a:hover{
    color: #3db2ff;
}
.letter_listRight ul li .xinjian-backtime{
    width:120px;
    text-align: center;
    color: #c5c5c5;
    font-size: 14px;
    height:36px;
}
.letter_listRight ul li.top{
    background: #f5f5f5;
    height:35px;
    line-height: 35px;
    border:none;
}
.letter_listRight ul li.top span{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    display: block;
    float: left;
}
/*信件查询css*/
.letter_search{
    width:851px;
    margin:10px auto;
    height:68px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    border-radius: 10px;
    line-height: 68px;
    padding:0px 18px 0px 24px;
}
.letter_search span{
    font-size: 20px;
    color: #0069ab;
}
.letter_search .letter_value{
    background: #ffffff;
    border:1px solid #cccccc;
    padding:9px 20px;
    width:574px;
    outline: none;
    font-size: 16px;
    color: #a1a1a1;
    border-radius: 10px;
    margin-top: -8px;
}
.letter_search .letter_btn{
    width:105px;
    height:38px;
    border:none;
    outline: none;
    background: #0069ab;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}
.letter_result p{
    margin-top: 28px;
    text-align: center;
}
.letter_result .bd{
    margin-top: 38px;
}
.letter_result table {
    border-collapse: collapse;
    width:94%;
    margin:0 auto;
}
.letter_result table th{
    height:35px;
    color: #087ccc;
}
.letter_result table, td, th {
    border: 1px solid #dddddd;
}
.letter_result table .title{
    width:48%;
    padding-left: 2%;
}
.letter_result table .title a:hover{
    color: #3db2ff;
}
.letter_result table .comeTime,.leadMail table .backTime{
    width:14%;
}
.letter_result table .backCompary{
    width:17%;
}
.letter_result table .number{
    width:7%;
}
.letter_result table .result a{
    color: #28a6f2;
}
.letter_result table td{
    height:35px;
    font-size: 14px;
}
/*信件细览css*/
.letter_content{
    width:1112px;
    margin:-36px auto 14px;
    padding:10px 44px 40px;
    background: #ffffff;
    zoom: 1;
    min-height: 500px;
}
.letter_content:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.letter_content .tabel_box1{
    margin-top: 34px;
}
.letter_content .tabel_box1 .tabel_box1Title{
    font-size: 18px;
    color: #3db2ff;
    font-weight: bold;
    margin-bottom: 20px;
}
.letter_content table {
    border-collapse: collapse;
    width:100%;
}
.letter_content table, td, th {
    border: 1px solid #dddddd;
}
.letter_content table .short{
    height: 49px;
}
.letter_content table .left{
    width:14%;
}
.letter_content table .right{
    padding-left: 18px;
}
.letter_content table .long{
    padding: 10px 18px;
    line-height: 30px;
}
.letter_content table .long *{
    font-size: 16px !important;
    line-height: 30px !important;
    color: #000 !important;
}
/*常见问题*/
.Convenience .Convenience_left{
    width:217px;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
    min-height: 716px;
    float: left;
}
.Convenience .Convenience_left .Convenience-hd{
    height:42px;
    border-bottom: 1px solid #2670af;
    line-height: 42px;
    width:200px;
    padding-left: 17px;
    color: #FFFfff;
    font-size: 16px;
    background:url("imagescaidan1.png") no-repeat 180px center #398dd4;
}
.Convenience .Convenience_left .hd{
    padding:12px;
}
.Convenience .Convenience_left .hd ul li{
    width:173px;
    height:35px;
    line-height: 35px;
    margin-bottom: 5px;
    background:url("imagesright-jiantou.png") no-repeat 166px center #ffffff;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 17px;
}
.Convenience .Convenience_left .hd ul li.on{
    background:url("imagesright-jiantouon.png") no-repeat 166px center #88c4f7;
}
.Convenience .Convenience_left .hd ul li.on a{
    color: #fff;
}
.Convenience .Convenience_left .hd ul li:hover{
    background:url("imagesright-jiantouon.png") no-repeat 166px center #88c4f7;
}
.Convenience .Convenience_left .hd ul li:hover a{
    color: #fff;
}
.Convenience .Convenience_left .hd ul li a{
    display: block;
    font-size: 15px;
    color: #424242;
}
.Convenience .Convenience_right{
    width:893px;
    float: right;
    min-height:694px;
    border:1px solid #e5e5e5;
    padding:10px 20px 13px 13px;
}
/*办事政府采购css*/
.purchase{
    width:1164px;
    margin:-36px auto 14px;
    padding:20px 18px;
    background: #ffffff;
    zoom: 1;
    min-height: 500px;
}
.purchase:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.purchase .purchasebd{
    width:1162px;
    min-height:700px;
    border:1px solid #d8d8d8;
}
.purchase .purchasebd .bd_top{
    width:1162px;
    height:78px;
}
.purchase .purchasebd .hd{
    width: 738px;
    height:56px;
    background: #f3f3f3;
    float: left;
    padding:11px;
    overflow: hidden;
}
.purchasebd .hd ul{
    width:744px;
}
.purchasebd .hd ul li{
    width:171px;
    height:54px;
    line-height: 54px;
    text-align: center;
    float: left;
    margin-left: 6px;
    border:1px solid #d8d8d8;
}
.purchasebd .hd ul li a{
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.purchasebd .hd ul li.on{
    background:url("imageswhite_onbg.png") no-repeat center bottom #c1060f;
    border-bottom:none;
    border-top:none;
    height:56px;
    line-height:56px;
}
.purchasebd .hd ul li.on a{
    color: #ffffff;
}
.purchasebd .hd ul li:hover{
    background:url("imageswhite_onbg.png") no-repeat center bottom #c1060f;
    border-bottom:none;
    border-top:none;
    height:56px;
    line-height:56px;
}
.purchasebd .hd ul li:hover a{
    color: #ffffff;
}
.purchasebd .pur_right{
    width:370px;
    height:46px;
    padding:16px;
    float: right;
    background: #e3e3e3;
}
.purchasebd .pur_right .pur_sear{
    padding-left: 4px;
    width:366px;
    height:46px;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.purchasebd .pur_right .red_search{
    width:42px;
    height:46px;
    border:none;
    outline: none;
    background:url("imagesred_search.png") no-repeat center #ffffff;
    float: left;
    cursor: pointer;
}
.purchasebd .pur_right .red_search_value{
    width:209px;
    height:44px;
    padding-left: 8px;
    border:none;
    outline: none;
    background: #ffffff;
    float: left;
    font-size: 15px;
}
.purchasebd .pur_right .red_button{
    width:107px;
    height:46px;
    border:none;
    outline: none;
    background: #c1060f;
    text-align: center;
    line-height: 46px;
    float: left;
    color: #fff;
    font-size: 15px;
}
.purchase .bd{
    width:1130px;
    padding:16px;
}
.purchase .bd .bd_top1{
    width:1130px;
    height:38px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #d8d8d8;
}
.purchase .bd .bd_top1 ul li{
    float: left;
    margin-right: 9px;

}
.purchase .bd .bd_top1 ul li a{
    display: block;
    padding:0px 10px;
    height:36px;
    line-height:36px;
    text-align: center;
    border:1px solid #fbc8c9;
    font-size: 14px;
    border-radius:4px;
    color: #c1060f;
}
.purchase .bd .bd_top1 ul li.on a{
    background: #c52c31;
    color: #ffffff;
}
.purchase .bd .bd_top1 ul li:hover a{
    background: #c52c31;
    color: #ffffff;
}
.purchase .bd .bdlist ul li{
    height:36px;
    line-height:36px;
    padding-left: 16px;
    background: url("imagesredpio.png") no-repeat 4px center;
}
.purchase .bd .bdlist{
    margin-top: 10px;
    padding-bottom: 20px;
    min-height: 450px;
}
.purchase .bd .bdlist ul li .date{
    font-size: 14px;
    color: #7e7e7e;
}
.purchase .bd .bdlist ul li a{
    font-size: 15px;
}
/*办事通用细览css*/
.peruse{
    width:1060px;
    padding:10px 70px 75px;
    margin: -36px auto 18px;
    background: #ffffff;
}
.peruse .content .box .nr{
    font-size:16px;
    color:#666;
    padding:0px 30px 0px 17px;
}
.peruse .content{
    padding-top: 70px;
}
.peruse .content .box .nr h1{
    font-size:24px;
    line-height:36px;
    text-align:center;
    padding-bottom:20px;
}
.peruse .content .box .nr h2{
    height:30px;
    padding-top:15px;
    font-size:14px;
    text-align: left;
    font-weight:normal;
    border-top:#D9D9D9 solid 1px;
    border-bottom:#D9D9D9 solid 1px;
    margin-bottom:30px;
}
.peruse .content .box .nr h2 div{
    float:right;
}
.peruse .content .box .nr h2 .msg_caption span{
    cursor:pointer;
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border-radius:3px;
    margin-left:5px;
    background-color:#CCC;
    float:left;
    color:#FFF;
    font-size:12px;
}
.peruse .content .box .nr h2 .msg_caption span a{
    color:#FFF;
    background:none;
    padding:1px 4px 4px 4px !important;
}
.peruse .content .box #para *{
    line-height:33px !important;
    font-family: "FZYouHK_512B", "微软雅黑" !important;
    font-size: 16px !important;
}
.peruse .content .box .nr p{
    text-align: left;
}
.dis_block{
    display: block;
}
.font_w{
    font-weight: bold;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
/*分页css*/
.pages {
    background:#f5f5f5;
    border-radius: 5px;
    text-align: center;
    padding: 12px;
    clear: both;
    margin-top: 15px;
}
.pages span, .pages a, .pages b {
    font-size: 16px;
    margin: 0 2px;
}
.pages span font {
    color: #666666;
    font-size: 12px;
}
.pages a, .pages b {border: 1px solid #ccc;
    background: #F1F1F1;
    padding: 2px 8px;
    text-decoration: none;
}
.pages span {
    padding-right: 10px;
}
.pages b, .pages a:hover {background: #fff;
    color: #FF1700;
    border: 1px solid #BBBBBB;
}
/*通用尾部css*/
.footer_ty{
    width:100%;
    height:144px;
    padding-top: 40px;
    background: #780007;
}
.footer_ty .foot_ty{
    width:1200px;
    margin:0 auto;
    height:99px;
    border-bottom:1px solid #913036 ;
}
.footer_ty .foot_ty .foot_tyL{
    width:86px;
    height:99px;
    float: left;
    text-align: center;
}
.footer_ty .foot_ty .foot_tyL li a{
    font-size: 14px;
    color: #f4c7ca;
    line-height: 24px;
}
.footer_ty .foot_ty .foot_tyCl{
    float: left;
    margin-left: 38px;
    font-size: 14px;
    color: #f4c7ca;
    line-height: 24px;
}
.footer_ty .foot_ty .foot_tyCr{
    float: left;
    margin-left:70px;
    font-size: 14px;
    color: #f4c7ca;
    line-height: 24px;
}
.footer_ty .foot_ty .foot_tyR{
    float: right;
    margin-right: 9px;
}
.footer_ty .foot_ty .foot_tyR a{
    margin-right: 16px;
    display: block;
    float: left;
}
.footer_ty .foot_ty .foot_tyR .footer_2{
    margin-top: 4px;
 }
.footer_ty .foot_ty1{
    height:18px;
    width:1174px;
    margin:0 auto;
    padding:13px;
    font-size: 14px;
    color: #f4c7ca;
}.footer_ty .foot_ty1 a{
     font-size: 14px;
     color: #f4c7ca;
 }


