@charset "gb2312";
.column .side {
    float: right;
    width: 310px;
    margin: 0 0 0 20px;
}
.column {
    margin: 0;
    border-radius: 0;
}
.articleCon {
    padding: 0;
}
/* 侧栏菜单  */

#sideMenu .bd {
    padding: 0;
    margin-right: -1px;
    background: none;
    border-left: 1px solid #ddd;
    overflow: hidden;
}
#sideMenu .bd .li1 {
    margin: 0;
}
#sideMenu .bd .li1 a {
    display: block;
    overflow: hidden;
    height: 49px;
    line-height: 49px;
    border: none;
    background: none;
    padding: 0 5px;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#sideMenu .bd .on1 a, #sideMenu .bd .on1 a:hover, #sideMenu .bd .li1 a:hover {
    color: #fff;
    background-color: #58ace5;
}


/* 重点办事服务-子栏目列表 */

.zdbsfwNodeList {
    margin-bottom: 10px;
}
.zdbsfwNodeList li {
    width: auto;
}
.zdbsfwNodeList li a {
    cursor: default;
    margin: 0 1px 10px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: none;
    border-radius: 0;
    background-color: #eee;
    transition: all 0.3s ease 0s;
}
.zdbsfwNodeList li.on a, .zdbsfwNodeList li a:hover {
    background-color: #4aa2e7;
    border-color: #4aa2e7;
    font-weight: bold;
}
.zdbsfwNodeList li.on a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -6px;
    border: 6px solid #58ace5;
    border-color: #58ace5 transparent transparent transparent
}
/* 重点服务 */

#zdfw {
    margin-bottom: 4px;
}
#zdfw .hd {
    padding: 0;
    border: none;
    background-color: #1593f3;
    text-align: center;
}
#zdfw .hd h3 {
    margin-left: -7px;
    border: none;
}
#zdfw .hd h3 a {
    color: #fff;
}
#zdfw .hd i {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../../base/img/iconsHomeBsfwWhite.png) no-repeat;
}
#zdfw .bd {
    padding-top: 6px;
}
#zdfw .bd li {
    width: 33.33%;
}
#zdfw .bd li a {
    position: relative;
    margin: 4px 5px;
    padding-top: 35px;
    line-height: 30px;
    border-color: #cdcdcd;
    background-color: #fcfdf7;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#zdfw .bd li i {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(../../base/img/iconsHomeBsfw.png) no-repeat center -40px;
    transition: all 0.4s ease 0s;
}
#zdfw .bd li a:hover i {
    background: url(../../base/img/iconsHomeBsfwWhite.png) no-repeat center -40px;
}
#zdfw .bd li.li2 a i {
    background-position: center -80px;
}
#zdfw .bd li.li3 a i {
    background-position: center -120px;
}
#zdfw .bd li.li4 a i {
    background-position: center -160px;
}
#zdfw .bd li.li5 a i {
    background-position: center -200px;
}
#zdfw .bd li.li6 a i {
    background-position: center -240px;
}
#zdfw .bd li.li7 a i {
    background-position: center -280px;
}
#zdfw .bd li.li8 a i {
    background-position: center -320px;
}
#zdfw .bd li.li9 a i {
    background-position: center -360px;
}
#zdfw .bd li.li10 a i {
    background-position: center -400px;
}
#zdfw .bd li.li11 a i {
    background-position: center -440px;
}
#zdfw .bd li.li12 a i {
    background-position: center -480px;
}
#zdfw .bd li a:hover {
    background-color: #027ddb;
    border-color: #027ddb;
    color: #fff;
}
#zdfw .bd li a:hover i {
    transform: rotateY(-180deg);
}
/* 办事服务-按钮组 */

.bsfwBtnGroup {
    margin: 0 -5px;
    overflow: hidden;
}
.bsfwBtnGroup li {
    float: left;
    width: 49.99%;
    margin-top: 10px;
}
.bsfwBtnGroup li a {
    position: relative;
    display: block;
    margin: 0 5px;
    padding-top: 30px;
    line-height: 45px;
    text-align: center;
    background-color: #fc9f27;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}
.bsfwBtnGroup li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.bsfwBtnGroup li a:hover i {
    transform: rotateY(-180deg);
}
.bsfwBtnGroup li i {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(imgiconsBsfw.png) no-repeat center -160px;
    transition: all 0.4s ease 0s;
}
.bsfwBtnGroup li.li2 a {
    background-color: #09bb61;
}
.bsfwBtnGroup li.li2 i {
    background-position: center -200px;
}
.bsfwBtnGroup li.li3 {
    width: 100%;
}
.bsfwBtnGroup li.li3 a {
    padding: 0 0 0 145px;
    text-align: left;
    line-height: 75px;
    background-color: #1593f3;
}
.bsfwBtnGroup li.li3 i {
    top: 18px;
    left: 95px;
    margin: 0;
    background-position: center -240px;
}
/* 个人办事切换 */

#bsGroup {
    overflow: hidden;
}
#bsGroup .box {
    margin-bottom: 20px;
    height: 160px;
    overflow: hidden;
}
#bsGroup .hd {
    float: left;
    margin-right: 20px;
    border: none;
    padding: 0;
    height: auto;
    background-color: #027ddb;
    transition: all 0.3s ease 0s;
}
#bsGroup .hd h3 {
    padding: 0;
    position: relative;
    height: auto;
    border: none;
}
#bsGroup .hd h3 a {
    display: block;
    padding: 75px 15px 25px;
    width: 40px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
#bsGroup .hd h3 i {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(imgiconsBsfw.png) no-repeat center 0;
    transition: all 0.4s ease 0s;
}
#bsGroup .hd:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#bsGroup .hd:hover i {
    transform: rotateY(-180deg);
}
#bsGroup #qybs .hd h3 i {
    background-position: center -40px;
}
#bsGroup #bmbs .hd h3 i {
    background-position: center -80px;
}
#bsGroup .bd {
    height: 240px;
    padding: 0;
    margin: -2px 0;
    clear: right;
    width: 740px;
}
#bsGroup .bd .nodeList li {
    width: 12.49%;
}
#bsGroup .bd .nodeList li a {
    position: relative;
    margin: 1px;
    padding-top: 40px;
    line-height: 40px;
    background-color: #ecf6fb;
    border: none;
    border-radius: 0;
}
#bsGroup .bd .nodeList li i {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease 0s;
    background: url(../../base/img/iconsGrbs.png) no-repeat center 0;
}
#bsGroup .bd .nodeList li a:hover {
    background-color: #027ddb;
    color: #fff;
}
#bsGroup .bd .nodeList li a:hover i {
    transform: rotateY(-180deg);
    background: url(../../base/img/iconsGrbsWhite.png) no-repeat center 0;
}
#bsGroup .bd .grbsList li.li2 a i {
    background-position: center -30px;
}
#bsGroup .bd .grbsList li.li3 a i {
    background-position: center -60px;
}
#bsGroup .bd .grbsList li.li4 a i {
    background-position: center -90px;
}
#bsGroup .bd .grbsList li.li5 a i {
    background-position: center -120px;
}
#bsGroup .bd .grbsList li.li6 a i {
    background-position: center -150px;
}
#bsGroup .bd .grbsList li.li7 a i {
    background-position: center -180px;
}
#bsGroup .bd .grbsList li.li8 a i {
    background-position: center -210px;
}
#bsGroup .bd .grbsList li.li9 a i {
    background-position: center -240px;
}
#bsGroup .bd .grbsList li.li10 a i {
    background-position: center -270px;
}
#bsGroup .bd .grbsList li.li11 a i {
    background-position: center -300px;
}
#bsGroup .bd .grbsList li.li12 a i {
    background-position: center -330px;
}
#bsGroup .bd .grbsList li.li13 a i {
    background-position: center -360px;
}
#bsGroup .bd .grbsList li.li14 a i {
    background-position: center -390px;
}
#bsGroup .bd .grbsList li.li15 a i {
    background-position: center -420px;
}
#bsGroup .bd .grbsList li.li16 a i {
    background-position: center -450px;
}
#bsGroup .bd .grbsList li.li17 a i {
    background-position: center -480px;
}
#bsGroup .bd .grbsList li.li18 a i {
    background-position: center -510px;
}
#bsGroup .bd .grbsList li.more a i {
    background-position: center -450px;
}
#bsGroup .bd .qybsList li a i {
    background: url(../../base/img/iconsQybs.png) no-repeat center 0;
}
#bsGroup .bd .qybsList li a:hover i {
    background: url(../../base/img/iconsQybsWhite.png) no-repeat center 0;
}
#bsGroup .bd .qybsList li.li2 a i {
    background-position: center -30px;
}
#bsGroup .bd .qybsList li.li3 a i {
    background-position: center -60px;
}
#bsGroup .bd .qybsList li.li4 a i {
    background-position: center -90px;
}
#bsGroup .bd .qybsList li.li5 a i {
    background-position: center -120px;
}
#bsGroup .bd .qybsList li.li6 a i {
    background-position: center -150px;
}
#bsGroup .bd .qybsList li.li7 a i {
    background-position: center -180px;
}
#bsGroup .bd .qybsList li.li8 a i {
    background-position: center -210px;
}
#bsGroup .bd .qybsList li.li9 a i {
    background-position: center -240px;
}
#bsGroup .bd .qybsList li.li10 a i {
    background-position: center -270px;
}
#bsGroup .bd .qybsList li.li11 a i {
    background-position: center -300px;
}
#bsGroup .bd .qybsList li.li12 a i {
    background-position: center -330px;
}
#bsGroup .bd .qybsList li.li13 a i {
    background-position: center -360px;
}
#bsGroup .bd .qybsList li.li14 a i {
    background-position: center -390px;
}
#bsGroup .bd .qybsList li.li15 a i {
    background-position: center -420px;
}
#bsGroup .bd .qybsList li.li16 a i {
    background-position: center -450px;
}
#bsGroup .bd .qybsList li.li17 a i {
    background-position: center -480px;
}
#bsGroup .bd .qybsList li.li18 a i {
    background-position: center -510px;
}
#bsGroup .bd .qybsList li.more a i {
    background-position: center -540px;
}
#bsGroup .bd .qybsList li.li16, #bsGroup .bd .qybsList li.li17, #bsGroup .bd .qybsList li.li18 {
    display: none;
}
#bsGroup .bd .bmbsList {
    margin: 0 -1px;
}
#bsGroup .bd .bmbsList li a {
    padding: 0;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}
#bsGroup .bd .bmbsList li.li32, #bsGroup .bd .bmbsList li.li33, #bsGroup .bd .bmbsList li.li34, #bsGroup .bd .bmbsList li.li35 {
    display: none;
}
/* 审批公示 */

#spgs {
    margin: 0;
    border: 1px solid #ddd;
    border-top: 2px solid #027ddb;
}
#spgs .hd {
    padding: 0 10px 0 0;
    border: none;
    background-color: #eee;
}
#spgs .hd h3 {
    border: none;
}
#spgs .bd {
    padding: 10px 0 0 15px;
}
/* 搜索 */

#columnB .side {
    width: 263px;
    height: 278px;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
}
#columnB .side iframe {
    margin-top: -505px;
}