a {
    text-decoration: none!important;
    cursor: pointer;
}

.tal {
    text-align: left !important;
}

.bdbab {
    border-bottom: 1px solid #ababab;
}

.bdba {
    border: 1px solid #ababab;
}

.pdB0 {
    padding-bottom: 0 !important;
}

.pdB25 {
    padding-bottom: 25px;
}

.mgT0 {
    margin-top: 0 !important;
}

.mgB0 {
    margin-bottom: 0 !important;
}

.mgT25 {
    margin-top: 25px;
}

.mgB40 {
    margin-bottom: 40px;
}

#logintop {
    /*height: 30px;*/
    background-color: #fff;
}

#logintop .headerTop {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    right: 30px;
}

#header .container {
    width: 100%;
}

#header .headerContent.oh{
    display: flex;
    /*flex-direction: column;*/
    /*align-items: center;*/
    justify-content: space-between;
    padding-top: 104px ;
    width: 1200px;
    margin: 0 auto;
}

#header  .logoGbPic {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#header  .hot-input{
    display: flex;
    padding-top: 16px;
    flex-wrap: wrap;
}

#header  .hot-input .hots-txt {
    line-height: 1em;
    font-size: 14px;
    color: #666666;
    margin-right: 12px;
    margin-bottom: 10px;

}
.curPer {
    cursor: pointer;
}
#header  .hot-input .hots-txt:nth-child(n+2){
    cursor: pointer;
}


#header {
    /*height: 231px;*/
    height: 299px;
    /*!*background: url(../../static/images/head/head_bg.png) no-repeat center top;*!*/
    /*background: url(https://file.so-gov.cn/cps/pro/3205090031/searchConf/39080b5921ed4ec8a780b966c1ebef43.png) no-repeat center top;*/
    /*!*-webkit-background-size: cover;*!*/
    /*!*background-size: 100% 100%;*!*/
    /*position: relative;*/
}

#header .search {
    padding-top: 7px !important;
}

.headerbg{
    width: 100%;
    position: absolute;
    height: 299px;
}
.headerbg img {
    width: 100%;
    height: 299px;
    /*object-fit: contain;*/
}

.headerTop.flexTop{
    display: flex;
    justify-content: space-between;
}

.topLoginBox {
    background-color: #eeeeee;
    padding: 7px 0;
}

.headerTop.flexTop  .topInput{
    position: relative;

}

.headerTop.flexTop  .topInput .topIcon_input {
    width: 580px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #015293;
    padding-left: 16px;
    box-sizing: border-box;
}

.fontFam{
    font-family: -apple-system,Arial,PingFang SC,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif!important;
}

.fontSz{
    font-size: 16px;
}
.headerTop.flexTop   .rightAflex {
    display: flex;
    align-items: center;
    padding-right: 40px;
    font-family: -apple-system,Arial,PingFang SC,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif!important;
}
.headerTop.flexTop   .rightAflex  .reArrow {
    font-size: 14px;
    color: #666666;
    margin-right: 30px;
    cursor: pointer;
    font-family: -apple-system,Arial,PingFang SC,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif!important;

}
.headerTop.flexTop  .topIcon_btn {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../../static/images/head/search.png) no-repeat ;
    border: 0px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 12px;
    top: 9px;

}
#header .container {
    /*padding-top: 16px;*/
}

.login-bg{
    width: 100%;
    margin: 0;
    padding: 120px 0 200px;
    background: url(../images/bg.png) no-repeat bottom;
}
.twocode{
    border: 1px solid #eee;
    width: 60px;
    padding: 20px 2px;
    float: right;
    position: fixed;
    right: 20px;
    bottom: 180px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}
.twocode .code{
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 30px 2px 15px;
    background-image: url(../images/code.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 28px 20px;
    background-color: #fff;
}
.twocode .code:hover{
    color: #1d6bbf;
    background-image: url(../images/codeblue.png);
}
.twocode .top{
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 30px;
    background-image: url(../images/top.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 20px 24px;
    background-color: #fff;
}
.twocode .top:hover{
    color: #1d6bbf;
    background-image: url(../images/topblue.png);
}

.home-page{
    background-image: url(../images/homebg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1200px;
}
.home-top{
    margin: 30px;
}
.home-top .top-title{
    width: 300px;
}
.home-top .top-user{
    color: #0b73e3;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}
.home-top .top-user img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.top-user .user-menu{
    background-color: #d6e7f8;
    margin-top: 10px;
    border-radius: 3px;
    display: none;
}
.top-user .user-menu li{
    text-align: center;
    padding: 5px 0 ;
}
.top-user .user-menu li:hover{
    background-color: #0b73e3;
    color: #fff;
    border-radius: 3px;
}
.top-user .user-menu li:hover a{
    color: #fff;
}
.top-user .user-menu li a{
    color: #0b73e3;
    font-size: 14px;
}

.home-list{
    width: 880px;
    margin: 12% auto 0;
}
.home-list .home-item{
    width: 200px;
    margin: 0 10px 40px;
    float: left;
    text-align: center;
}
.home-item .item-img{
    width: 144px;
    height: 144px;
    margin: 0 auto;
    background-image: url(../images/61.png);
    background-repeat: no-repeat;
}
.home-item .item-imgbg{
    width: 144px;
    height: 144px;
    margin: 0 auto;
    background-image: url(../images/lgibg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}
.home-item:hover .item-imgbg{
    background-image: url(../images/lgibga.png);
}
.home-list .home-item p{
    font-size: 16px;
    font-weight: bold;
    color: #99a7b6;
    margin-top: 15px;
}
.home-item:hover p{
    color: #fff;
}

.home-item:nth-child(1) .item-img{
    background-position: -58px -58px;
}
.home-item:nth-child(2) .item-img{
    background-position: -270px -58px;
}
.home-item:nth-child(3) .item-img{
    background-position: -482px -58px;
}
.home-item:nth-child(4) .item-img{
    background-position: -696px -58px;
}
.home-item:nth-child(5) .item-img{
    background-position: -58px -300px;;
}
.home-item:nth-child(6) .item-img{
    background-position: -270px -300px;
}
.home-item:nth-child(7) .item-img{
    background-position: -482px -300px;
}
.home-item:nth-child(8) .item-img{
    background-position: -696px -300px;
}

#logo {
    margin-top: 38px;
}

#header .search .search_term {
    text-align: left;
}

#header .search .search_term span {
    margin-right: 25px;
    font-size: 15px;
}

#header .search .active {
    color: #fff;
}

.headerNav .nav_container {
    width: 1200px;
    height: 70px;
    background: transparent;
}
.headerNav {
    background: transparent;
    overflow: hidden;
    text-align: center;
    /*padding: 7px 0;*/
    height: 56px;
}

.headerNav ul {
    display: table-row;
    height: 45px;
}
/*.headerNav .nav_item {
    float: left;
    width: 145px;
    color: #fff;
    position: static;
    display: table-cell;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}*/

.centerContainer {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

#leftPic{
    flex: 1;
    height: 70px;
    background-color: #015293;
}

#rightPic {
    flex: 1;
    height: 56px;
    background-color: #015293;
}

.cleftImg {
    width: 215px;
    height: 70px;
    background-color: #015293;
    position: relative;
    text-align: left;
}

.cleftImg  .xIc{
    position: absolute;
    right: -25px;
}
#hmenu {
    /*min-width: 950px;*/
    height: 56px;
    padding-left: 35px;
    background-color: #015293;
    /*min-width: 950px;*/
    flex: 1;
}
ul#hmenu{
    margin-bottom: 0 !important;
    display: flex;
    justify-items: center;
    justify-content:space-between;
    width: 100%;
    /*padding: 0 5%;*/
    padding: 0;
}

#cWBox{
     width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #015293;
}
#cWBox .centerContainer{
    width: 1200px;
    justify-content: center;
    
}
.headerNav .nav_item {
    float: left;
    width: 100%;
    color: #fff;
    position: static;
    display: table-cell;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}

.headerNav .nav_item1 {
    border-right: 2px solid transparent;
    border-bottom: 0;
}

.headerNav .nav_item1:last-child {
    border-right: 0;
}

/*.headerNav .nav_item>a {
    display: block;
    vertical-align: middle;
    line-height: 45px;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
}*/

.headerNav .nav_item>a {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 16px;
}

.headerNav .nav_item span {
    display: none;
}

.headerNav .subNav {
    display: none;
    width: 170px;
    position: absolute;
    font-size: 16px;
    line-height: 50px;
    height: auto;
    text-align: center;
    z-index: 9;
    padding-top: 18px;
}

.headerNav .subNav a {
    float: left;
    width: 141px;
    padding: 0 15px;
    background-color: #035ab8;
    color: #ffffff;
}

.headerNav .subNav a:hover {
    color: #ffdf60;
    background-color: #015293;
}

#footer {
    background-color: #035ab8;
}

#footer .img1 {
    padding-left: 230px;
    padding-top: 10px;
}

#footer p {
    padding-left: 65px;
    padding-top: 0px;
    text-align: left;
}

#footer .img2 {
    padding-top: 15px;
}

#footer .img3 {
    padding-left: 106px;
    padding-right: 30px;
    padding-top: 15px;
}

.list-slider {
    width: 580px;
    height: 328px;
    margin-top: 10px;
    margin-right: 40px;
    position: relative;
}

.list-slider .slick-dots {
    bottom: 15px;
    text-align: right;
    width:150px;
    right:0;
}

.list-slider .slick-dots li button:before {
    color: white;
}

.list-slider .slider-desc {
    position: relative;
}

.list-slider .slider-desc img {
    width: 580px;
    height: 328px;
}

.list-slider .slider-desc .slider-bg {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 60px;
    width: 100%;
}

.list-slider .slider-desc .ellipsis {
    width: 75%;
    display: block;
    margin-left: 20px;
}

.container-slider {
    background-color: #eee;
    padding: 25px 0;
}

.container-slider .slick-slider {
    margin-bottom: 0;
}

.con-list-panel {
    width: 470px;
    margin: 0 40px 20px 0;
    position: relative;
    background-color: #fff;
}

.con-list-panel.border {
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    padding: 30px;
}

.con-list-panel.marr0 {
    margin-right: 0;
}

.con-list-panel.type2.border {
    width: calc(100% - 40px);
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 20px;
}

.con-list-panel .avator-img {
    width: 114px;
    height: 114px;
    padding-right: 20px;
    padding-bottom: 21px;
    float: left;
}

.con-list-panel .avator-desc {
    width: calc(100% - 134px);
    float: left;
}
.avator-desc h3{
    font-size: 18px;
    margin: 0!important;
}
.avator-desc h4{
    margin-bottom: 0!important;
}
.con-list-panel .back-btn {
    font-size: 14px;
    color: #fff;
    background-color: #035ab8;
    padding: 6px 35px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
}

.list-title {
    border-bottom: 4px solid #e9e9e9;
    padding-bottom: 3px;
    position: relative;
}

.list-title:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 120px;
    border-bottom: 4px solid #035ab8;
}

.list-title img {
    vertical-align: middle;
}

.list-title span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 3px;
    padding-left: 5px;
    vertical-align: bottom;
}

.list-title a {
    margin-top: 10px;
}

.list-title .back-btn {
    font-size: 12px;
    color: #fff;
    background-color: #035ab8;
    padding: 5px 16px;
    border-radius: 0;
    margin-top: 5px;
}

.list-tab {
    border-bottom: 1px solid #e6e6e6;
}

.list-tab a {
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.list-tab a.active,
.list-tab a:hover {
    color: #035ab8;
}

.list-tab a.active:after,
.list-tab a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #035ab8;
}

.list-one a.active:after,
.list-one a:hover:after {
    bottom: -3px;
    border-bottom: 4px solid #035ab8;
}

.list-tab.corner a.active,
.list-tab.corner a:hover {
    color: #5da8ff;
}

.list-tab.corner a.active:after,
.list-tab.corner a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc((100% - 20px) / 2);
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #5da8ff;
}

.list-tab.btntype {
    border: 0 solid #e6e6e6;
}

.list-tab.btntype a {
    display: block;
    float: left;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e6e6e6;
}

.list-tab.btntype.type2 a {
    padding: 8px 30px;
    font-weight: 500;
    color: #919191;
}

.list-tab.btntype a.active,
.list-tab.btntype a:hover {
    color: #fff;
    background-color: #1d6bbf;
    border: 1px solid #1d6bbf;
}

.list-tab.btntype a.active:after,
.list-tab.btntype a:hover:after {
    content: "";
    border-bottom: 0 solid #e6e6e6;
}

.list-content a {
    display: block;
    line-height: 55px;
}

.list-content .ellipsis {
    width: 315px;
}

.list-content.border:after {
    content: "";
    position: absolute;
    right: -21px;
    top: 35px;
    border-right: 1px solid #e6e6e6;
    height: 83%;
}

.list-content.type2 a {
    display: block;
    width: 200px;
    text-align: left;
    padding: 11px 0;
    font-size: 15px;
    margin: 5px 39px 0;
    float: left;
    line-height: 26px;
}

.list-content.type3 a {
    line-height: 24px;
    padding-bottom: 15px;
}

.list-content.type3 div {
    position: relative;
    padding-bottom: 20px;
}

.list-content.type3 h3 {
    font-weight: bold;
    margin-top: 31px;
    margin-bottom: 35px;
    width: 80%;
}

.list-content.type3 .type-tag {
    font-size: 12;
    padding: 2px 5px;
}

.list-content.type3 .type-tag.blue {
    background-color: #035ab8;
    color: #fff;
}

.list-content.type3 .type-tag.gray {
    background-color: #eee;
    color: #919191;
}

.list-content.type3 .add {
    position: absolute;
    top: 28px;
    right: 0;
    display: inline-block;
    color: #fff;
    background-color: #035ab8;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 7px;
}

.list-content.type3 .add img {
    vertical-align: text-top;
}

.con-picList {
    margin-top: 32px;
}

.con-picList a {
    display: inline-block;
    margin-bottom: 23px;
}

.left-tab {
    width: 220px;
    margin-right: 40px;
}

.left-tab a {
    display: block;
    height: 48px;
    width: 220px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #919191;
    border: 1px solid #919191;
    text-align: center;
    margin-bottom: 10px;
}

.left-tab a:hover,
.left-tab a.active {
    color: #fff;
    background-color: #035ab8;
    border: 1px solid #035ab8;
}

.list-page {
    margin: 25px auto;
}

.list-page li {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.list-page li.active,
.list-page li:hover {
    color: #fff;
    background-color: #035ab8;
}

.list-page li.page-input:hover {
    color: #000;
    background-color: #fff;
}

.list-page li input {
    border: 1px solid #fff;
    width: 30px;
}

.article.border {
    border: 1px solid #e6e6e6;
    margin-bottom: 50px;
    padding: 22px 98px;
}

.article-title {
    font-size: 17px;
    font-weight: bold;
}

.article-desc {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
    padding-top: 10px;
}

.article-content {
    font-size: 14px !important;
}

.con-table {
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.con-table.interval tr:nth-child(2n+1) {
    background-color: #eee;
}

.con-table th,
.con-table td {
    border: 1px solid #d9d9d9;
    text-align: left;
    padding: 5px 20px;
    line-height: 30px;
}

.con-table.line20 td {
    line-height: 20px !important;
}

.con-table.line38 td {
    line-height: 38px !important;
}

.con-table.line30 td {
    line-height: 30px !important;
}

.con-table td:nth-child(odd) {
    width: 155px;
}

.con-table.type2 th,
.con-table.type2 td {
    text-align: center;
}

.con-table.type2 th {
    color: #fff;
    padding: 10px 0;
    background-color: #035ab8;
}

.con-table.type2 td:nth-child(odd) {
    width: auto;
}

.table-title {
    font-size: 18px;
    font-weight: bold;
    margin: 27px 0 15px 0;
}

.table-title p {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
}

.table-tool {
    margin: 8px 0;
}

.table-tool .add {
    color: #035ab8;
    font-size: 15px;
}

.table-tool span {
    vertical-align: middle;
}

.table-tool img {
    vertical-align: middle;
}

.table-btn {
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #035ab8;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.table-btn:hover {
    color: #fff;
}

.table-search input {
    width: 520px;
}

.table-check {
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
    position: relative;
}

.table-check::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 16px !important;
    height: 16px !important;
    background-image: url(../images/selectun.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
}

.table-check:checked::after {
    background-image: url(../images/select.png);
}

.table-tag {
    text-align: left;
    width: 600px;
}

.table-tag a {
    font-size: 16px;
    color: #919191;
    border: 1px solid #919191;
    padding: 10px 12px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px 10px 0;
}

.table-tag a.active {
    color: #fff;
    background-color: #035ab8;
}

.advance-search h2 {
    color: #035ab8;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 35px 0 30px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 360px 20px;
}

.advance-search input {
    border: 1px solid #035ab8;
    font-size: 16px;
    padding: 8px 15px;
    margin-right: 10px;
}

.advance-search .search-btn {
    font-size: 14px;
    color: #fff;
    background-color: #035ab8;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
}

.form-panel {
    margin-top: 27px;
    width: 700px;
    margin: 30px auto 0;
}

.form-panel .form-input {
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.form-panel .form-input span:first-child {
    font-size: 16px;
    display: inline-block;
    width: 150px;
    color: #333;
    text-align: right;
    margin-top: 14px;
}

.form-panel .form-input input,
.form-panel .form-input select {
    font-size: 18px;
    border: 1px solid #919191;
    padding: 11px 15px;
    width: 480px;
}

.form-panel .form-input input[type=file] {
    border: 0;
}

.form-tip {
    font-size: 12px;
    margin: 10px 0;
    color: #919191;
    margin-left: 155px;
    text-align: left;
}

.form-check {
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
    position: relative;
    margin-left: -73px;
    padding-left: 20px;
    margin-right: 5px;
}

.form-check::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 16px !important;
    height: 16px !important;
    background-image: url(../images/checkun.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
}

.form-check:checked::after {
    background-image: url(../images/check.png);
}


.form-panel.type2 {
    width: 1100px;
}

.form-panel.type2 .form-input input,
.form-panel.type2 .form-input select {
    width: 600px;
}

.form-panel .form-input textarea {
    font-size: 18px;
    border: 1px solid #919191;
    padding: 11px 15px;
    width: 600px;
    resize: none;
}

.form-panel .form-btn {
    margin: 40px 0;
    text-align: center;
}

.form-panel .sure-btn {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #035ab8;
    border: 1px solid #035ab8;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 25px;
}

.form-panel .cancle-btn {
    font-size: 14px;
    text-align: center;
    color: #919191;
    border: 1px solid #919191;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
}

.form-panel .sure-btn-xxwh {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #035ab8;
    border: 1px solid #035ab8;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
    margin-right: 25px;
}

.form-panel .cancle-btn-xxwh {
    font-size: 14px;
    text-align: center;
    color: #919191;
    border: 1px solid #919191;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
}

.form-panel.login {
    text-align: center;
}

.form-panel.login h1{
    text-align: left;
    color: #666666;
    width: 480px;
    margin:0 auto 20px;
}

.form-panel.login input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.form-panel.login input::-moz-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.form-panel.login input::-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.form-panel.login .form-input {
    width: 480px;
    margin: 0 auto 20px;
    border: 1px solid #919191;
}

.form-panel.login .form-input img {
    margin-left: 5px;
}

.form-panel.login .form-input input {
    border: 0;
    font-size: 16px;
    padding: 12px 15px;
}
.form-panel.login .sure-btn{
    width: 425px;
    margin: 0 auto 20px;
    padding: 13px 28px;
}

.form-panel.login .form-input.wt320{
    width: 320px;
}
.form-panel.login .sure-btn.wt150{
    width: 150px;
    padding: 13px 0px;
}

.login-forget{
    width: 480px;
    margin: 0 auto 20px;
    text-align: right;
}
.login-forget a{
    color: #035ab8;
    margin-left: 15px;
}

.nodata {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bolder;
    padding: 150px 0 300px;
}

.down-title-panel {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bolder;
    background-color: #fff;
    padding: 37px 0;
    border: 1px solid #e6e6e6;
}

.down-title-panel.bd0 {
    border: 0;
}

.table-tip {
    font-size: 12px;
    margin: 10px 0;
    color: red;
}

.down-btn {
    margin: 40px 0 10px;
}

.down-btn .sure-btn {
    font-size: 14px;
    color: #fff;
    background-color: #035ab8;
    border: 1px solid #035ab8;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    margin-right: 25px;
    text-align: center;
}

.down-btn .cancle-btn {
    font-size: 14px;
    color: #919191;
    border: 1px solid #919191;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
}

.line-process{
    height:170px;
}
.line-item{
    width: calc( 100% / 6 );
    float: left;
}

.line-item p{
    width: 100%;
    text-align: center;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 8px;
}
.line-item p span{
    display: inline-block;
    width: 30px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    background-image: url(../images/lineibg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 33px;
}
.line-item div{
    width: 144px;
    height: 30px;
    text-align: center;
    background-color: #d6e7f8;
    border:2px solid #0b73e3;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 12px;
    margin: 10px auto;
}
.line-process.type2 .line-item{
    width: calc( 100% / 7 );
}
.line-process.type2 .line-item div{
    width: 122px;
}

.line-item .h30{
    line-height: 30px;;
}
.line-item:nth-child(2n){
    margin-top: -4px;
}
.line-item:nth-child(2n) p span{
    background-image: url(../images/lineibg2.png);
}
.line-item:nth-child(2n+1){
    margin-top: 70px;
}
.desc-panel{
    padding: 0 15px;
    line-height: 22px;
    margin-bottom: 40px;
}

/* 认证指引页面 */
#rzzy {
    margin-bottom: 50px;
    margin-top: 20px;
}

#rzzy .border {
    border: 1px solid #cccccc;
}

#rzzy .topBox {
    background-color: #fff;
    padding-top: 44px;
    padding-bottom: 40px;
    margin-bottom: 7px;
    border-bottom: none;
}

#rzzy .bottomBox {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: none;
}

#rzzy .bottomBox p {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
}


/* 企业认证页面 */
.qyrz {
    width: 1000px;
    margin: 0 auto;
    margin-top: 120px;
}

.qyrzPart {
    overflow: hidden;
    width: 430px;
    height: 260px;
    padding-top: 68px;
    padding-left: 56px;
    padding-right: 62px;
    border-radius: 5px;
    box-shadow: 0 0 5px #e9e9e9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.qyrzPart img {
    float: left;
    margin-top: 45px;
    margin-right: 88px;
}

.qyrzPart .qyrzInfo {
    overflow: hidden;
}

#sgs .list-title:after {
    width: 187px;
}

.sgsBox {
    margin: 40px;
    margin-top: 58px;
    margin-bottom: 190px;
}
