* {
    margin: 0;
    padding: 0;
}
.bs-border{
    box-sizing: border-box;
}
.bs-border *{
    box-sizing: border-box;
}
button {
    outline: none;
}
.color-blue,.color-blue:hover{
    color: #0679e5;
}
body {
    overflow-x: hidden;
    font-size: 16px;
    font-size: 0.16rem;
    background-color: #F2F2F2;
}

.f14 {
    font-size: 14px;
    font-size: 0.14rem;
}
.f16 {
    font-size: 16px;
    font-size: 0.16rem;
}
.f18 {
    font-size: 18px;
    font-size: 0.18rem;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    width: 12rem;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 50px;
    height: 0.5rem;
    overflow: hidden;
    background: #f1f6fc;
}

.header_con {
    height: 100%;
    color: #125db2;
    /* font-size: 16px; */
    line-height: 50px;
    line-height: 0.5rem;

}

.header_con a {
    color: #125db2;
}

.header_con a:hover {
    text-decoration: underline;
}

.header_con span.header_line {
    margin: 0 5px 0 5px;
}

.header_con span.i-t-v6 {
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    width: 1.16rem;
    padding: 4px 10px;
    padding: 0.04rem 0.1rem;
    text-align: center;
    line-height: 20px;
    line-height: 0.2rem;
    margin-left: 10px;
    margin-top: -5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #0e55a5;
    background: url(../images/head-text-bac.png) center no-repeat;
    background-size: 100% 100%;
}

.search_top {
    width: 100%;
    height: 140px;
    height: 1.4rem;
    /* overflow: hidden; */
    border: solid 1px #0c58b2;
    background-color: #0b67d4;
}
.search_top{
    color: #ffffff;
}
.search_top .logo{
    padding-top: .27rem;
}
.search_top .logo img {
    width: 370px;
    width: 3.7rem;
}

/* .top_con{ } */
.top_search {
    margin-top: 45px;
    margin-top: 0.45rem;
}

.ssy-zfbox {
    line-height: 40px;
    line-height: 0.4rem;
    /* font-size: 16px; */
    margin-right: 16px;
    margin-right: 0.16rem;
    cursor: pointer;
}

.ssy-zfbox img {
    vertical-align: middle;
    margin: 0 5px 3px 5px;
}

.search {
    width: 100%;
    height: 40px;
    height: 0.4rem;
    display: block;
    position: relative;
}

.searchbox {
    border: 1px solid #4e9ddd;
    width: 450px;
    width: 4.5rem;
    height: 38px;
    height: 0.38rem;
    border-radius: .06rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
}

.searchbox input {
    width: 350px;
    width: 3.5rem;
    height: 100%;
    padding: 0 15px;
    padding: 0 0.15rem;
    box-sizing: border-box;
    color: #333;
    border: none;
    outline: none;
    /* font-size: 16px; */
    line-height: 36px;
    line-height: 0.36rem;
    background: none;
}

.searchbox input::placeholder {
    color: #b7b7b7;
}

.searchbox button.search_but {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    width: 0.8rem;
    height: 100%;
    border: none;
    background-color: #d9ecff;
    color: #0b67d4;
    font-size: 20px;
    font-size: 0.2rem;
    cursor: pointer;
}

button.search_but_senior {
    background: none;
    border: none;
    color: #ffffff;
    line-height: 40px;
    line-height: 0.4rem;
    margin-left: 15px;
    margin-left: 0.15rem;
    vertical-align: top;
    cursor: pointer;
}

.keyword {
    display: block;
    line-height: 40px;
    line-height: 0.4rem;
    color: #666;
    /* font-size: 14px;*/
}

.department {
    position: absolute;
    top: 135px;
    top: 1.35rem;
    box-shadow: 0 0 6px 0 #ededed;
    border-radius: 10px;
    background: #fff;
    padding: 32px;
    padding: 0.32rem;
    box-sizing: border-box;
    z-index: 9;
    max-height: 450px;
    max-height: 4.5rem;
    overflow-y: auto;
    display: none;
}

.department_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    margin-bottom: 0.15rem;
}

.department_tit {
    display: inline-block;
    width: 130px;
    width: 1.3rem;
    text-align: center;
    line-height: 32px;
    line-height: 0.32rem;
    background: #0679e5;
    color: #fff;
    /* font-size: 16px; */
    border-radius: 4px;
    margin-right: 22px;
    margin-right: 0.22rem;
    float: left;
}

.department_box ul {
    width: 960px;
    width: 9.6rem;
    height: auto;
    overflow: hidden;
}

.department_box ul li {
    float: left;
    /* margin-right: 48px; */
    width: 185px;
    width: 1.85rem;
    margin-right: 0.48rem;
    line-height: 32px;
    line-height: 0.32rem;
    margin-bottom: 10px;
}

.department_box ul li a {
    display: inline-block;
    color: #666666;
    /* font-size: 16px; */
    padding: 0 10px;
    border-radius: 4px;
}

.department_box ul li a:hover {
    color: #fff;
    background: #0679e5;
}

.department_box ul li a.cur {
    color: #fff;
    background: #0679e5;
}

.auto_input {
    width: 483px;
    width: 4.83rem;
    height: auto;
    max-height: 260px;
    overflow-y: scroll;
    box-shadow: 0 0 6px 0 #ededed;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 42px;
    top: 0.43rem;
    z-index: 10;
    padding: 20px;
    padding: 0.2rem;
    box-sizing: border-box;
}

.auto_input ul li {
    width: 100%;
    height: 30px;
    height: 0.3rem;
    display: block;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: left;
}
.search_nav_box{
    background-color: #0b67d4;
    overflow: hidden;
}
.search_nav {
    width: 100%;
    height: 50px;
    height: 0.5rem;
    overflow: hidden;
}

.search_nav ul li {
    display: block;
    float: left;
    height: 50px;
    height: 0.5rem;
    line-height: 50px;
    line-height: 0.5rem;
}

.search_nav ul li a {
    color: #ffffff;
    height: 50px;
    height: 0.5rem;
    font-size: 18px;
    font-size: 0.18rem;
    padding: 0 50px;
    padding: 0 0.5rem;
    display: block;
    text-decoration: none;
}

.search_nav ul li a.cur,
.search_nav ul li a:hover {
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}
.search_nav ul li a.cur:before,.search_nav ul li a:hover:before{
    content: "";
    width: calc(100% - 1.15rem);
    height: .04rem;
    border-radius: .02rem;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .03rem;
}
.gz-advanced {
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    display: none;
    /* margin-bottom: 20px; */
}

.gz-advanced ul li {
    width: 100%;
    height: auto;
    padding: 10px 0;
    padding: 0.1rem 0;
}

.gz-advanced ul li .title {
    width: 250px;
    width: 2.5rem;
    text-align: right;
    display: inline-block;
    color: #333;
}

.gz-advanced .title em.red-font {
    color: #f00;
    font-style: normal;
}

.gz-advanced-group .cont {
    margin-left: 250px;
}

.gz-advanced ul li input.inp {
    width: 210px;
    width: 2.1rem;
    height: 32px;
    height: 0.32rem;
    margin: 0 10px;
    padding: 0 5px;
    line-height: 24px;
    line-height: 0.24rem;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.14rem;
}

.gz-advanced ul li .tips {
    vertical-align: middle;
    color: #333;
}

.gz-advanced ul li .btn {
    width: 100px;
    width: 1rem;
    height: 40px;
    height: 0.4rem;
    line-height: 40px;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    background: #1881eb;
    border: none;
    border-radius: 3px;
    margin: 0 10px;
    cursor: pointer;
}

.main_con {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.main_con_l {
    width: 790px;
    width: 7.90rem;
    height: auto;
    overflow: hidden;
    float: left;
    padding-right: 20px;
    padding-right: 0.2rem;
    padding-left: 20px;
    padding-left: 0.2rem;
    box-sizing: border-box;
    background-color: #ffffff;
}
.search_params_box{
    background-color: #ffffff;
    margin-bottom: .2rem;
    padding: .2rem;
}
.search_type {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.search_item {
    float: left;
    display: inline;
    margin-right: 15px;
    margin-right: 0.15rem;
}
.search_item span{
    line-height: .32rem;
    color: #333;
    font-weight: bold;
}

.search_item span.time-split {
    margin-left: 10px;
}

.search_item a {
    display: inline;
    border-radius: 4px;
    display: inline-block;
    color: #666666;
    background: #ebebeb;
    padding: 4px 10px;
    padding: 0.04rem 0.1rem;
    margin-right: 12px;
    margin-right: 0.12rem;
    font-size: 18px;
    font-size: 0.18rem;
}

.search_item a.cur {
    background: #0679e5;
    color: #fff;
}

/* .search_item a:hover{ text-decoration: none;} */

.search_item input.timeInput {
    width: 190px;
    width: 1.9rem;
    height: 30px;
    height: 0.3rem;
    vertical-align: middle;
    margin-left: 10px;
    margin-left: 0.1rem;
    padding: 0 0 0 10px;
    padding: 0 0 0 0.1rem;
    line-height: 24px;
    line-height: 0.24rem;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 18px;
    font-size: 0.18rem;
    vertical-align: bottom;
}

.search_result {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    padding: 0.25rem 0;
    color: #999;
}

.search_result span.countNum {
    color: #f00;
    font-weight: bold;
}

.basic_result_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.basic_result_content .item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
}

/* 列表样式有 图片*/
.item .title {
    width: 100%;
    display: inline-block;
    line-height: 26px;
    line-height: 0.26rem;
    font-weight: bold;
    /* font-size: 16px;
      font-size: 0.16rem; */
    color: #0679e5;
    max-width: 660px;
    max-width: 6.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    padding: 0.05rem 0;
}

.item .type_title {
    display: block;
    float: left;
    width: 80px;
    width: 0.8rem;
    height: 26px;
    height: 0.26rem;
    line-height: 26px;
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 13px;
    background: #0679e5;
    margin: 0 15px 0 5px;
    margin: 0 0.15rem 0 0.05rem;
    font-size: 14px;
    font-size: 0.14rem;
}

.item .title a {
    color: #0679e5;
}

.item a em {
    color: #f00;
    font-style: normal;
}

.item .description {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    padding: 0.05rem;
    box-sizing: border-box;
}

.is-img .description .imgbox {
    width: 240px;
    width: 2.4rem;
    height: 140px;
    height: 1.4rem;
    float: left;
    display: inline;
    box-shadow: 0 0 6px 0 #ededed;
    position: relative;
}

.is-img .description .imgbox img.video_ico {
    width: 40px;
    width: 0.4rem;
    height: 40px;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    box-shadow: none;
}

.is-img .description .imgbox img {
    box-shadow: 0 0 2px 0 #ededed;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
}

.is-img .description .imgbox img:hover {
    transform: scale(1.1);
}

.is-img .description .detail {
    width: 480px;
    width: 4.8rem;
    height: 140px;
    height: 1.4rem;
    position: relative;
    float: right;
}

.is-img .description .detail p.zw {
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 26px;
    line-height: 0.26rem;
    max-height: 104px;
    max-height: 1.04rem;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.is-img .description .detail p.zw em {
    color: #f00;
    font-style: normal;
}

.is-img .description .detail p.js_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-size: 0.12rem;
    height: 26px;
    height: 0.26rem;
}

.is-img .description .detail p.js_text span.ly {
    float: left;
    display: inline;
    font-weight: bold;
    color: #0679e5;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-img .description .detail p.js_text span.time {
    float: right;
    display: inline;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-news .description p.zw {
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 26px;
    line-height: 0.26rem;
    max-height: 104px;
    max-height: 1.04rem;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.is-news .description p.zw em {
    color: #f00;
    font-style: normal;
}

.is-news .description p.js_text {
    width: 100%;
    font-size: 12px;
    font-size: 0.12rem;
    margin-top: 10px;
    margin-top: 0.1rem;
}

.is-news .description p.js_text span.ly {
    float: left;
    display: inline;
    font-weight: bold;
    color: #0679e5;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-news .description p.js_text span.time {
    float: right;
    display: inline;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-new {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
}

.is-new .new_title {
    width: 100%;
    display: inline-block;
    line-height: 26px;
    line-height: 0.26rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    font-size: .18rem;
}

.is-new .new_title .type_title {
    display: block;
    float: left;
    width: 42px;
    width: 0.42rem;
    height: 24px;
    height: 0.24rem;
    line-height: 24px;
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    background: #0679e5;
    margin: 0 10px 0 0;
    margin: 0 0.1rem 0 0;
}

.is-new .new_title em {
    color: #f00;
    font-style: normal;
}

.is-new .infoItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
}

.is-new .infoItem .infoItem_title {
    width: 100%;
    height: 30px;
    height: 0.3rem;
    overflow: hidden;
    line-height: 30px;
    line-height: 0.3rem;
    color: #0679e5;
}

.is-new .infoItem .infoItem_title a {
    float: left;
    display: inline-block;
    width: 600px;
    width: 5.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-size: 0.15rem;
    color: #0679e5;

    font-weight: bold;
}

.is-new .infoItem .infoItem_title span.time {
    float: right;
    display: block;
    width: 100px;
    width: 1.1rem;
    font-size: 15px;
    font-size: 0.15rem;
    color: #999;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: right;
}

.is-new .infoItem p.info_con {
    color: #333;
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 30px;
    line-height: 0.3rem;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-policy .description {
    padding: 5px;
    padding: 0.05rem;
    box-sizing: border-box;
}

.is-policy .tabbox {
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
    padding: 0 22px;
    padding: 0 0.22rem;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.is-policy .tabbox img.fzimg {
    position: absolute;
    right: 30px;
    right: 0.3rem;
    top: 0.15rem;
    z-index: 2;
    display: block;
}

.is-policy .tabbox img.fzimghide {
    position: absolute;
    right: 30px;
    right: 0.3rem;
    top: 0.15rem;
    z-index: 2;
    display: none;
}

/* new */
.is-policy .tabbox ul li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    height: 45px;
    height: 0.45rem;
    line-height: 35px;
    line-height: 0.35rem;
    padding: 5px 0 5px 15px;
    padding: 0.05rem 0 0.05rem 0.15rem;
    font-size: 15px;
    font-size: 0.15rem;
    box-sizing: border-box;
}

.is-policy .tabbox ul li.w60 {
    width: 60%;
}

.is-policy .tabbox ul li.w40 {
    width: 40%;
}

.is-policy .tabbox ul li span {
    float: left;
    display: block;
}

.is-policy .tabbox ul li span.policy_tit {
    width: 65px;
    width: 0.65rem;
    text-align-last: justify;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-policy .tabbox ul li.w60 span.policy_tit {
    /* width: 90px;
      width: 0.9rem; */
}

.is-policy .tabbox ul li span.fh {
    color: #999;
}

.is-policy .tabbox ul li span.policy_res1 {
    display: inline-block;
    width: 300px;
    width: 3rem;
    font-size: 15px;
    font-size: 0.15rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-policy .tabbox ul li span.policy_res1 em,
.is-policy .tabbox ul li span.policy_res2 em {
    font-style: normal;
    color: #ff0000;
}

.is-policy .tabbox ul li span.policy_res2 {
    display: inline-block;
    width: 175px;
    width: 1.75rem;
    font-size: 15px;
    font-size: 0.15rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-policy .tabbox table {
    width: 100%;
    border: none;
}

/* .is-zc .tabbox table tr {} */

.is-policy .tabbox table tr td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    height: 37px;
    height: 0.37rem;
    line-height: 27px;
    line-height: 0.27rem;
    padding: 5px 0 5px 15px;
    padding: 0.05rem 0 0.05rem 0.15rem;
    font-size: 15px;
    font-size: 0.15rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-policy .tabbox table tr td .tab_tit {
    display: inline-block;
    width: 60px;
    width: 0.6rem;
    text-align-last: justify;
}

.is-policy .tabbox table tr td span {
    color: #999;
}

.is-policy .js_text {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 35px;
    line-height: 0.35rem;
}

.is-policy .js_text span.ly {
    float: left;
    display: inline;
    font-weight: bold;
    color: #0679e5;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-policy .js_text span.time {
    float: right;
    display: inline;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-leader .leader_box {
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
    padding: 22px;
    padding: 0.22rem;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.is-leader .leader_img {
    width: 145px;
    width: 1.45rem;
    float: left;
}

.is-leader .leader_img img {
    width: 100%;
}

.is-leader .leader_desc {
    float: right;
    width: 78%;
}

.is-leader .leader_desc p a.leader_name {
    /* font-size: 16px; */
    color: #e1211f;
    font-weight: bold;
    line-height: 35px;
    line-height: 0.35rem;
    text-decoration: underline;
    margin: 0 10px;
    margin: 0 0.1rem;
}

.is-leader .leader_desc ul {
    width: 100%;
    height: auto;
}

.is-leader .leader_desc ul li {
    position: relative;
    padding-left: 86px;
    padding-left: 0.86rem;
    margin-top: 10px;
    margin-top: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.is-leader .leader_desc ul li span {
    font-size: 15px;
    font-size: 0.15rem;
    color: #999999;
    line-height: 25px;
    line-height: 0.25rem;
    padding: 0 10px;
    padding: 0 0.1rem;
    width: 80px;
    width: 0.8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.is-leader .leader_desc ul li p {
    font-size: 15px;
    font-size: 0.15rem;
    color: #333333;
    line-height: 24px;
    line-height: 0.24rem;
    max-height: 72px;
    max-height: 0.72rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.is-leader .title a {
    color: #ff0000;
}

.is-guide .guide_box {
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.is-guide .guide_box .guide_tab {
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
    height: 45px;
    height: 0.45rem;
}

.is-guide .guide_box .guide_tab a {
    display: block;
    float: left;
    border-right: 1px #dcdcdc solid;
    padding: 0 35px;
    padding: 0 0.35rem;
    font-size: 15px;
    font-size: 0.15rem;
    color: #333333;
    height: 45px;
    height: 0.45rem;
    line-height: 45px;
    line-height: 0.45rem;
    text-align: center;
}

.is-guide .guide_box .guide_tab a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.is-guide .guide_box .guide_tab a.guide_tab_cur {
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.is-guide .guide_box .guide_desc {
    padding: 22px;
    padding: 0.22rem;
    box-sizing: border-box;
}

.is-guide .guide_box .guide_desc table.tab02 {
    border: 1px solid #f3f3f3;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.is-guide .guide_box .guide_desc table.tab02 tr td {
    line-height: 25px;
    line-height: 0.25rem;
    padding: 10px 13px;
    padding: 0.1rem 0.13rem;
    border: none;
    border-bottom: 1px solid #f3f3f3;
}

.is-guide .guide_box .guide_desc table.tab02 tr td em {
    font-style: normal;
}

.is-guide .guide_box .guide_desc table.tab02 tr td.guide_desc_item {
    width: 120px;
    width: 1.2rem;
    background: #fdfdfd;
    border-right: 1px solid #f3f3f3;
    padding-left: 10px;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.is-guide p.js_text {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 35px;
    line-height: 0.35rem;
}

.is-guide p.js_text span.ly {
    float: left;
    display: inline;
    font-weight: bold;
    color: #0679e5;
    font-size: 15px;
    font-size: 0.15rem;
}

.is-guide p.js_text span.time {
    float: right;
    display: inline;
    font-size: 15px;
    font-size: 0.15rem;
}

.main_con_r {
    width: 390px;
    width: 3.9rem;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    float: right;
}

.main_r_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
    padding: .1rem .2rem .2rem;
    background-color: #fff;
    box-sizing: border-box;
}

.search_r_tit {
    line-height: .5rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
    font-size: .2rem;
    padding-left: 20px;
    padding-left: 0.2rem;
    position: relative;
}
.search_r_tit:before{
    content: "";
    width: .07rem;
    height: .25rem;
    background-image: linear-gradient(130deg, #3091ee 0%, #64aff2 100%), linear-gradient(#0679e5, #0679e5);
    border-radius: .04rem;
    position: absolute;
    left: 0;
    top: .14rem;
}
.search_r_tit span {
    display: inline-block;
    font-weight: bold;
}

.recommended {
    width: 100%;
    height: auto;
}

.recommended ul li {
    float: left;
    margin-right: 4px;
    margin-right: 0.04rem;
    margin-top: 10px;
    margin-top: 0.1rem;
}

.recommended ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-size: 0.15rem;
    text-align: center;
    height: 38px;
    height: 0.38rem;
    line-height: 38px;
    line-height: 0.38rem;
    border-radius: 5px;
    width: 107px;
    width: 1.07rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommended ul li a.c1 {
    background: #ffc069;
}

.recommended ul li a.c2 {
    background: #4e80ca;
}

.recommended ul li a.c3 {
    background: #e98f6f;
}

.recommended ul li a.c4 {
    background: #91c7ae;
}

.hot_art {
    width: 100%;
    height: auto;
}
.right-list{
    line-height: 35px;
    line-height: 0.35rem;
}
.right-list a{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    height: 0.35rem;
    font-size: 16px;
    font-size: 0.16rem;
}
.rsc-ct li{
    display: flex;
}
.rsc-ct li span{
    white-space: nowrap;
}
.rsc-ct li a{
    flex: 1;
}
.hot_art ul li{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    line-height: 0.35rem;
    height: 35px;
    height: 0.35rem;
    font-size: 16px;
    font-size: 0.16rem;
    padding-left: 20px;
    padding-left: 0.2rem;
    box-sizing: border-box;
    background: url(../images/cwx-list-icon2.png) left center no-repeat;
}

.hot_art ul li a:hover,.right-list a:hover {
    color: #1764ce;
}

.sfmy {
    margin-top: 20px;
    margin-top: 0.2rem;
    padding: 20px;
    padding: 0.2rem;
    background-color: #ffffff;
}

.sfmy > h1 {
    font-size: 20px;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 15px;
    margin-bottom: 0.15rem;
    font-weight: bold;
}

.sfmy .myBtn {
    display: block;
    float: left;
    width: 130px;
    width: 1.3rem;
    height: 28px;
    height: 0.28rem;
    line-height: 28px;
    line-height: 0.28rem;
    border: 1px #dcdcdc solid;
    font-size: 16px;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
}

.sfmy .myBtn.my {
    margin-right: 25px;
    margin-right: 0.25rem;
    margin-top: 10px;
}

.sfmy .myBtn.bmy {
    background: #fdfdfd;
    margin-top: 10px;
}

.sfmy .myBtn.cur {
    color: #fff;
    border-color: #058acc;
    background: linear-gradient(270deg, #1f73e5 0%, #2f9bff 100%), linear-gradient(#1764ce, #1764ce);
}
.icon-face{
    width: .16rem;
    margin-right: .15rem;
    vertical-align: middle;
    margin-top: -.02rem;
}
.sfmy .myBtn:hover {
    opacity: 0.8;
}
.search_conditions{
    display: none;
}
.search_conditions,
.guide_search_item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    line-height: 32px;
    line-height: 0.32rem;
    padding-top: 20px;
    padding-top: 0.2rem;
    border: 1px solid #dfdfdf;
    margin-top: 15px;
    margin-top: 0.15rem;
    padding: 10px;
    padding: 0.1rem;
    box-sizing: border-box;
}

.search_conditions ul li,
.guide_search_item ul li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 120px;
    padding-left: 1.2rem;
    box-sizing: border-box;
    margin: 10px 0;
    margin: 0.1rem 0;
}

.search_conditions ul li span.tit,
.guide_search_item ul li span.tit {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    width: 1rem;
    text-align: right;
    color: #333333;
    font-size: 16px;
    font-size: 0.16rem;
}

.search_conditions ul li a:hover,
.search_conditions ul li a.cur,
.guide_search_item ul li a:hover,
.guide_search_item ul li a.cur {
    color: #fff;
    background: #0679e5;
}

.search_conditions ul li a,
.guide_search_item ul li a {
    display: inline-block;
    padding: 0 10px;
    padding: 0 0.1rem;
    color: #666666;
    /* font-size: 16px;
      font-size: 0.16rem; */
    border-radius: 4px;
    margin-right: 15px;
    margin-right: 0.15rem;
    margin-bottom: 8px;
    margin-bottom: 0.08rem;
}

.search_left_noResult {
    width: 100%;
    height: auto;
    display: none;
}

.search_left_noResult .title {
    font-weight: bold;
}

.search_left_noResult .title em {
    color: #f00;
}

.search_left_noResult .suggest {
    position: relative;
    padding-left: 57px;
    padding-left: 0.57rem;
    box-sizing: border-box;
}

.search_left_noResult .suggest span {
    position: absolute;
    left: 0;
    top: 0;
}

.search_left_noResult .suggest ul li {
    line-height: 35px;
    line-height: 0.35rem;
    color: #666;
}

.is-img-list-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.is-img-list {
    width: 232px;
    width: 2.32rem;
    height: 184px;
    height: 1.84rem;
    margin: 5px 9px;
    margin: 0.1rem 0.09rem;
    float: left;
}

.is-img-list .imgbox {
    width: 232px;
    width: 2.32rem;
    height: 142px;
    height: 1.42rem;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 #ededed;
    text-align: center;
    position: relative;
}

.is-img-list .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    margin: 0 auto;

    transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
}

.is-img-list .imgbox img.video_ico {
    width: 40px;
    width: 0.4rem;
    height: 40px;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-left: -0.2rem;
    top: 50%;
    margin-top: -20px;
    margin-top: -0.2rem;
    z-index: 2;
}

.is-img-list p {
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 35px;
    line-height: 0.35rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-img-list a p em,.zl-box em {
    color: #ff0000;
    font-style: normal;
}

.is-img-list:hover .imgbox img {
    transform: scale(1.1);
}

.is-img-list:hover a p {
    color: #0b67d4;
}

.is-img-list:hover a p em {
    color: #ff0000;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #0679e5;
}

#page a,
#page span {
    padding: 3px 12px !important;
    padding: 0.03rem 0.12rem !important;
}

.layui-laypage button,
.layui-laypage input {
    height: 24px;
    height: 0.24rem;
    line-height: 24px;
    line-height: 0.24rem;
}

#page span.layui-laypage-skip {
    padding: 0.02rem 0.02rem 0.01rem 0.04rem !important;
}

.moreOrgan {
    width: 100%;
    height: 35px;
    height: 0.35rem;
    line-height: 35px;
    line-height: 0.35rem;
    padding: 5px 0;
    cursor: pointer;
}

.moreOrgan img {
    vertical-align: middle;
    margin: 0 5px 3px 10px;
}

.service-guide-dialog,.service-guide-dialog-zl {
    display: none;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
}
.service-guide-dialog .dialog-body em,.service-guide-dialog-zl .dialog-body em{
    color: #cd0702;
    font-style: normal;
}
/* .upd-address {
    cursor: pointer;
} */
.dialog-con {
    position: absolute;
    width: 700px;
    width: 7rem;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-left: -3.5rem;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    z-index: 1;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 35px 11px 15px;
    position: relative;
    line-height: 30px;
    box-sizing: border-box;
}

.dialog-header span {
    color: #0679e5;
    vertical-align: baseline;
}

.dialog-header span em {
    color: #cd0702;
    font-style: normal;
}

.dialog-header i.close {
    position: absolute;
    right: 15px;
    top: 11px;
    display: inline-block;
    font-size: 25px;
    color: #666;
    /* width: 18px;
      height: 18px; */
    /* margin-top: 15px; */
    cursor: pointer;
    font-style: normal;
}

/* .upd-model-address-header div{
    position: relative;
}
.upd-model-address-header i{
    position: absolute;
    right: 0;
    top: .05rem;
} */
.dialog-search {
    position: relative;
    margin: 14px 16px 0 16px;
}

.dialog-search input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 50px 0 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.dialog-search input:focus {
    border: 1px solid #ddd;
}

.dialog-search .dialog-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #0679e5;
    cursor: pointer;
}

.dialog-body {
    padding: 12px 16px;
    box-sizing: border-box;
}

.dialog-body li {
    line-height: 18px;
}

.dialog-body li a {
    font-size: 15px;
}

.dialog-body li a {
    display: inline-block;
    width: 100%;
    padding: 9px 11px;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #333;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.dialog-body li a span {
    color: #333 !important;
}

.dialog-body li.cur a,
.dialog-body li a:hover,
.dialog-body li a:hover span {
    color: #fff !important;
    background-color: #0679e5;
}

.js_service_guide_pager {
    text-align: center;
}

.top_sj {
    display: none;
}

.leader_right_list {
    width: 100%;
    height: auto;
}
.leader_right_list ul li {
    width: 107px;
    width: 1.07rem;
    margin: 10px 2px;
    margin: 0.1rem 0.02rem;
    height: 140px;
    height: 1.4rem;
    float: left;
}
.leader_right_list ul li .leader_img_box {
    width: 107px;
    width: 1.07rem;
    height: 120px;
    overflow: hidden;
    height: 1.2rem;
}
.leader_right_list ul li .leader_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leader_right_list ul li p {
    text-align: center;
    line-height: 30px;
}
.leader_right_list ul li:hover p{ color: #0679e5;}
#relatedLeader{ display: none;}


.loading{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.63); z-index: 1000; }
.loading img{ width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; margin-top: -50px; margin-left: -50px;}

.is_new_box{
    width: 100%;
    padding: .05rem;
    box-sizing: border-box;}
.is-new{
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: .2rem;
    box-sizing: border-box;
    display: none;
}
/*专栏样式*/
.zl-banner{
    overflow: visible!important;
}
.zl-banner,.zl-banner *,.zl-box *{
    box-sizing: border-box;
}
.zl-banner .swiper-container{
    width: 3.3rem;
    height: 1.86rem;
    float: left;
}
.zl-banner2 .swiper-container{
    width: 100%;
    height: 1.2rem;
}
.zl-banner .swiper-wrapper{
    height: 100%;
}
.zl-banner .swiper-slide{
    height: 100%;
    width: 100%;
    padding: 0 .3rem;
    text-align: center;
    color: #ffffff;
    font-size: .25rem;
    line-height: .36rem;
    font-weight: bold;
    letter-spacing: 1px;
    background: url("../images/banner_bg1.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zl-banner2 .swiper-slide{
    background: url("../images/banner_bg2.png");
    background-size: 100% 100%;
    padding: .3rem .5rem;
}
.swiper-pre{
    width: .17rem;
    height: .17rem;
    background: url("../images/swiper_left.png");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .1rem;
    cursor: pointer;
}
.swiper-next{
    width: .17rem;
    height: .17rem;
    background: url("../images/swiper_right.png");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .1rem;
    cursor: pointer;
}
.zl-banner-right{
    width: calc(100% - 3.6rem);
    float: right;
    line-height: .34rem;
    font-size: .16rem;
    margin-top: -.08rem;
    display: flex;
    flex-wrap: wrap;
}
.zl-banner-right-8num{
    line-height: .25rem;
    margin-top: -0.07rem;
}
.zl-banner-right>a{
    display: block;
    padding-left: .18rem;
    position: relative;
    width: 100%;
}
.zl-banner-right>a.w-33{
    width: 33%;
    padding-right: .05rem;
}
.zl-banner-right>a:before{
    content: "";
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.zl-banner-right a:hover,.zl-box a:hover {
    color: #1764ce;
}
.ellipsis1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-15{
    margin-bottom: .15rem;
}
.mb-20{
    margin-bottom: .2rem;
}
.mb-25{
    margin-bottom: .25rem;
}
.mb-30{
    margin-bottom: .3rem;
}
.mr-10{
    margin-right: .1rem;
}
.mr-15{
    margin-right: .15rem;
}
.mr-20{
    margin-right: .2rem;
}
.zl-banner-box{
    display: none;
}
.zl-box{
    line-height: .4rem;
    /*display: none;*/
}
.zl-main-box{
    background-color: #f7f9fa;
    padding: .15rem 0;
    margin-bottom: .2rem;
}
.zl-nav{
    line-height: .5rem;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: .05rem;
}
.zl-nav-item{
    display: inline-block;
    min-width: 16%;
    text-align: center;
    font-size: .18rem;
    color: #7c7c7c;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none!important;
}
.zl-nav-item.cur,.zl-nav-item:hover{
    color: #0679e5;
    font-weight: bold;
}
.zl-nav-item.cur:before,.zl-nav-item:hover:before{
    content: "";
    width: 75%;
    height: .03rem;
    background-color: #0679e5;
    border-radius: .2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.zl-list-a{
    display: block;
    flex: 1;
    margin-right: .3rem;
    font-size: .16rem;
}
div.zl-list-a{
    cursor: auto;
    color: #333333;
}
.zl-list{
    padding: .15rem .2rem;
    display: none;
}
.zl-list li{
    position: relative;
}
.time{
    color: #a2a2a2;
    font-size: .16rem;
}
.sxbl-do{
    text-align: right;
    width: .9rem;
    white-space: nowrap;
}
.btn-orange,.btn-blue,.btn-gray{
    min-width: .78rem;
    line-height: .24rem;
    background-color: #f7f9fa;
    border-radius: .06rem;
    border: solid 1px #f9b34b;
    text-align: center;
    color: #f9ad36;
    display: inline-block;
    cursor: pointer;
    font-size: .16rem;
}
.btn-orange:not(:last-of-type),.btn-blue:not(:last-of-type),.btn-gray:not(:last-of-type){
    margin-right: .15rem;
}
.btn-blue{
    color: #0679e5;
    border: solid 1px #0679e5;
}
.btn-gray{
    color: #333333;
    background-color: #E6E6E6;
    cursor: not-allowed;
    border-color: #777777;
}
.show{
    display: block;
}
.zl-title{
    font-size: .2rem;
    line-height: .48rem;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    padding-left: .2rem;
    position: relative;
    margin-bottom: .1rem;
}
.zl-title:before{
    content: "";
    width: .07rem;
    height: .25rem;
    background-image: linear-gradient(130deg, #3091ee 0%, #64aff2 100%), linear-gradient(#0679e5, #0679e5);
    border-radius: .04rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.zl-list-other{
    margin-bottom: .15rem;
}
.zl-list-other .zl-list{
    display: block;
    padding: .05rem .05rem 0 .05rem;
}
.zl-xtrk,.zl-xgjg{
    display: none;
}
.zl-xtrk-ct,.zl-xgjg-ct{
    height: .98rem;
    box-sizing: border-box;
    padding: .25rem 0;
    border-radius: .04rem;
    line-height: .48rem;
    color: #ffffff!important;
    background: url("../images/xtrk_bg.png");
    background-size: 100% 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: .15rem;
}
.zl-xgjg-ct{
    height: .56rem;
    background: url("../images/xgjg_bg.png");
    background-size: 100% 100%;
    padding: 0 .25rem;
    line-height: .56rem;
}
.icon-jg{
    width: .36rem;
    vertical-align: middle;
    margin-right: .3rem;
}
.search_r_tit2{
    font-size: .18rem;
    font-weight: bold;
    margin-top: .15rem;
}
.zl-zntj{
    display: none;
}
.zl-zntj-item,.zl-zntj-more{
    display: block;
    width: 1.02rem;
    box-sizing: border-box;
    float: left;
    line-height: .24rem;
    background-color: #ffffff;
    border-radius: .06rem;
    border: solid 1px #0679e5;
    text-align: center;
    color: #1764ce!important;
    margin-top: .15rem;
    cursor: pointer;
    font-size: 16px;
    font-size: .16rem;
    padding: 0 0.02rem;
}
.zl-zntj-item:hover,.zl-zntj-more:hover{
    text-decoration: underline;
}
.zl-zntj-item:not(:nth-of-type(3n)){
    margin-right: .2rem;
}
.gjz{
    color: #1764ce;
}
.correct-box{
    display: none;
}
.correct-word{
    color: #1764ce;
    text-decoration: underline;
    cursor: pointer;
}
/*关键词下拉样式*/
.searchbox{
    position: relative;
}
.searchbox-xl{
    background-color: #ffffff;
    max-height: 400px;
    max-height: 4rem;
    overflow-y: auto;
    width: 310px;
    width: 3.1rem;
    position: absolute;
    left: 0;
    top: 45px;
    top: .45rem;
    z-index: 999;
    color: #333;
    padding: 0.1rem 0;
    border: 1px solid #4e9ddd;
    border-radius: 8px;
    display: none;
}
.searchbox-xl li{
    cursor: pointer;
    line-height: .3rem;
    padding: 0 0.15rem;
    font-size: .15rem;
    color: #333333;
}
.hide{
    display: none;
}
.zl-sxbl-zxbl{
    width: 100%;
}
.dialog-con-img{
    border-radius: .08rem;
    padding: 0;
    overflow: hidden;
}
.icon-close-bszn{
    padding: .1rem .15rem;
    background: #4393F4;
    position: absolute;
    right: 0;
    top: 0;
}
.icon-close-bszn img{
    width: .16rem;
    cursor: pointer;
}
.dialog-zl-other-ct{
    padding: .2rem .3rem;
}
.zl-sel-btn{
    display: block;
    border-radius: 0.06rem;
    background: #4393F4;
    color: #FFFFFF!important;
    font-size: .16rem;
    text-align: center;
    line-height: .35rem;
    width: 60%;
    margin: 0 auto;
}
.zl-sel-btn:not(:last-of-type){
    margin-bottom: .15rem;
}
.fw-bold{
    font-weight: bold;
}
.fs-16{
    font-size: .16rem;
}
.pc-show{
    display: block;
}
.wap-show{
    display: none;
}
/*.zl-nav::-webkit-scrollbar {*/
/*height:8px;*/
/*}*/
/*!* 滚动槽 *!*/
/*.zl-nav::-webkit-scrollbar-track {*/
/*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
/*border-radius:10px;*/
/*}*/
/*!* 滚动条滑块 *!*/
/*.zl-nav::-webkit-scrollbar-thumb {*/
/*border-radius:10px;*/
/*background:rgba(0,0,0,0.1);*/
/*-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);*/
/*}*/
/*.zl-nav::-webkit-scrollbar-thumb:window-inactive {*/
/*background:rgba(0,0,0,0.3);*/
/*}*/
/*在线办理和办事指南区域选择样式 start*/
.upd-gt-warp {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    min-width: 12rem;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
    z-index: 10000;
  }
  .upd-gt-tc {
    /* height: 450px; */
    /* height: 4.5rem; */
    position: absolute;
    top: 35%!important;
    left: 50%!important;
    margin-top: -225px;
    margin-left: -500px;
    margin-top: -2.25rem;
    margin-left: -5rem;
    /* box-shadow: 0 0 0.06rem 0 #ededed;
    -ms-box-shadow: 0 0 .06rem 0 #ededed;
    -webkit-box-shadow: 0 0 0.06rem 0 #ededed;
    -moz-box-shadow: 0 0 .06rem 0 #ededed; */
    border-radius: 0.1rem;
    background: #fff;
    padding: 0 40px 30px;
    padding: 0 0.4rem 0.30rem;
    box-sizing: border-box;
    z-index: 10000;
  }
  .upd-gt-header {
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    padding: 47px 0;
    padding: 0.47rem 0;
    padding-bottom: 13px;
    padding-bottom: 0.13rem;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 19px;
    margin-bottom: 0.19rem;
  }
  .upd-gt-tc i.close {
    /* display: none; */
    width: 12px;
    height: 12px;
    background: url("../images/gttc-icon2.png") no-repeat center;
    background-color: #4393f4;
    cursor: pointer;
    padding: 18px;
    padding: 0.18rem;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 0.1rem;
  }
  .tc-gt-warp {
    width: 932px;
    width: 9.32rem;
    padding-top: 18px;
    padding-top: 0.18rem;
    padding-bottom: 12px;
    padding-bottom: 0.12rem;
    /* max-height: 80%;
    overflow-y: scroll; */
  }
  .upd-gt-header .pull-l{
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #4393f4;
    display: flex;
    align-items: center;
  }
  .upd-gt-header .pull-l span{
    cursor: pointer;
    /* margin-top: -0.03rem; */
    display: inline-block;
  }
  .upd-gt-title,.tc-gt-choose{
    font-size: 18px;
    font-size: 0.18rem;
    line-height: 18px;
    line-height: 0.18rem;
    letter-spacing: 2px;
    letter-spacing: 0.02rem;
    color: #4393f4;
  }
  .tc-gt-warp li.cur,.tc-gt-warp>a.cur{
    color: #4393f4;
  }
  .tc-gt-footer{
    padding-top: 27px;
    padding-top: 0.27rem;
    border-top: 1px solid #f7f7f7;
    display: none;
  }
  .tc-gt-tip{
    font-size: 18px;
    font-size: 0.18rem;
    line-height: 28px;
    line-height: 0.28rem;
    letter-spacing: 2px;
    letter-spacing: 0.02rem;
    color: #999797;
    background: url(./images/gttc-icon1.png) no-repeat left 0.02rem;
    padding-left: 0.31rem;
    margin-top: 21px;
    margin-top: 0.21rem;
    background-size: auto 0.22rem;
  }
  .tc-gt-btns{
    display: flex;
    margin-top: 27px;
    margin-top: 0.27rem;
  }
  .tc-gt-btns a{
    display: inline-block;
    width: 124px;
    width: 1.24rem;
    height: 52px;
    height: 0.52rem;
    border-radius: 26px;
    border-radius: 0.26rem;
    font-size: 20px;
    font-size: 0.20rem;
    line-height: 52px;
    line-height: 0.52rem;
    letter-spacing: 2px;
    letter-spacing: 0.02rem;
    color: #ffffff;
    margin-right: 31px;
    margin-right: 0.31rem;
    text-align: center;
    font-weight: bold;
  }
  
  .tc-gt-btns .tc-gt-btn1{
    background-color: #4393f4;
    color: #ffffff;
    font-weight: bold;
  }
  .tc-gt-btn1.disabled{
    background-color: #eeeeee;
    color: #333333!important;
    cursor: not-allowed;
    text-decoration: none!important;
  }
  .tc-gt-btns a:hover span{
    color: #fff;
  }
  .tc-gt-btns a.tc-gt-btn1:hover{
    color: #ffffff;
  }
  .tc-gt-btns .tc-gt-btn2{
    color: #999797;
    cursor: auto;
  }
  .tc-gt-btns .tc-gt-btn3{
    background-color: #ebf4fb;
    color: #4393f4;
    font-weight: bold;
  }
  .tc-gt-warp li,.tc-gt-warp>a{
    width: 164px;
    width: 1.85rem;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    line-height: 0.34rem;
    letter-spacing: 2px;
    letter-spacing: 0.02rem;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tc-gt-warp li.nocur,.tc-gt-warp>a.nocur{
    color: #999797;
    cursor: auto;
  }
  .curBlue{
    color: #0679e5 !important;
  }
  .search-box{
    font-size: 16px;
  }
  .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #2789ee;
  }
  .page a{
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .layui-laypage a, .layui-laypage span{
    margin-right: 6px;
    height: 30px;
    padding-top: 0!important;
  }
  .layui-laypage{
    display: block!important;
  }
  .search-box{
    font-size: 16px;
  }
  .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #2789ee;
  }
  .page a{
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .layui-laypage a, .layui-laypage span{
    margin-right: 6px;
    height: 30px;
    padding-top: 0!important;
  }
  .layui-laypage{
    display: block!important;
  }
  /*在线办理和办事指南区域选择样式 end*/
  /* 节假日样式 */
.jjr-box{
    padding: 0 .05rem .3rem;
  }
  .zl-jir-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .zl-jir-table{
    border: 0;
  }
  
  .zl-jir-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  
  .zl-jir-table th {
    padding-top: .04rem;
    padding-bottom: .04rem;
    color: #666;
    border-color: #f0f0f0;
    white-space: nowrap;
    background-color: #fafafa;
  }
  
  .zl-jir-table th,
  .zl-jir-table td {
    padding-left: 10px;
    padding-left: .1rem;
    line-height: .35rem;
    font-size: .13rem;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
  }
@media screen and (max-width: 768px) {
    .search_params_box{
        display: none;
    }
    body {
        font-size: 0.28rem !important;
    }
    .fs-16{
        font-size: .32rem;
    }
    .zl-sel-btn{
        width: 80%;
        line-height: .6rem;
        font-size: .3rem;
    }
    .zl-sel-btn:not(:last-of-type){
        margin-bottom: .2rem;
    }
    .header {
        display: none;
    }

    .search_top{
        display: none;
    }

    .wrap {
        width: 100%;
    }

    .search_nav{
        background: #f6faff;
        height: 1rem;
        overflow: auto;
    }
    .gz-advanced {
        display: none;
    }

    .main_con_l {
        width: 100%;
        padding-right: 0.1rem;
        padding-left: .1rem;
        padding-top: .2rem;
    }

    .main_con_r {
        display: none;
    }

    .search_nav ul li:not(:first-child) {
        display: none;
    }

    .search_type {
        display: none;
    }

    .item .type_title {
        width: 1.2rem;
        padding: 2px 0;
        font-size: .26rem;
    }

    .item .title {
        font-size: 0.3rem;
        margin-top: 0.2rem;
    }

    .is-policy .tabbox ul li {
        line-height: 0.85rem;
        height: 0.85rem;
        font-size: .28rem;
    }

    .is-policy .tabbox ul li.w60 {
        width: 100%;
    }

    .is-policy .tabbox ul li.w40 {
        width: 100%;
    }

    .is-policy .tabbox ul li span.policy_tit {
        width: 1rem;
    }

    .is-policy .js_text {
        line-height: 0.8rem;
        font-size: 0.24rem;
    }

    .is-guide p.js_text {
        line-height: 0.8rem;
        font-size: 0.24rem;
    }
    .is-img .description .detail{
        width: 5.2rem;
        font-size: .24rem;
    }
    .is-img .description .detail p.js_text {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.24rem;
        bottom: -.15rem;
    }

    #page a,
    #page span {
        height: 0.45rem !important;
        line-height: 0.45rem !important;
        display: inline-block;
    }

    .search_nav,.search_nav ul,.search_nav ul li {
        height: 1rem;
    }

    .search_nav ul li a {
        height: 1rem;
        line-height: 1rem;
        color: #0679e5!important;
    }
    .search_nav ul li a.cur:before, .search_nav ul li a:hover:before{
        background-color: #0679e5;
    }
    .search_nav ul li a {
        font-size: 0.35rem;
    }

    .is-news .description p.zw {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    .l-page a,
    .l-page .go-page,
    .l-page .go-page-action,
    #page a,
    #page > span {
        display: inline-block !important;
    }

    .is-img-list {
        width: 3.4rem;
        height: 2.84rem;
    }

    .is-img-list img {
        width: 3.4rem;
        height: 2.18rem;
    }

    .is-img-list p {
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    .is-guide .guide_box .guide_tab {
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .is-guide .guide_box .guide_tab a {
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.28rem;
    }

    .is-guide .guide_box .guide_desc table.tab02 tr td.guide_desc_item {
        width: 2rem;
        padding-left: .2rem;
    }

    .is-guide .guide_box .guide_desc table.tab02 tr td {
        line-height: 0.5rem;
        padding: 0.2rem 0.2rem;
    }
    .is-new .new_title{
        font-size: .3rem;
        line-height: .4rem;
    }
    .is-new .infoItem .infoItem_title span.time{
        font-size: .24rem;
    }

    .is-new .new_title .type_title {
        width: 0.8rem;
        line-height: 0.3rem;
        height: 0.3rem;
    }

    .is-new .infoItem .infoItem_title {
        height: 0.6rem;
        line-height: 0.6rem;
    }

    .is-new .infoItem .infoItem_title a {
        font-size: 0.28rem;
        width: 5.4rem;
    }

    .is-new .infoItem .infoItem_title span.time {
        line-height: 0.6rem;
        width: 1.5rem;
        text-align: right;
    }

    .is-new .infoItem p.info_con {
        font-size: 0.25rem;
    }

    .is-img-list .imgbox {
        width: 3.4rem;
        height: 2rem;
    }
    .top_sj {
        display: block;
    }
    .search_conditions ul li,
    .guide_search_item ul li {
        padding-left: 1.5rem;
        font-style: 0.24rem;
    }
    .search_conditions ul li span.tit,
    .guide_search_item ul li span.tit {
        width: 1.5rem;
        font-style: 0.24rem;
        top: 0.1rem;
    }
    .search_conditions ul li a,
    .guide_search_item ul li a {
        padding: 0.1rem 0.1rem;
    }
    .search_result {
        padding-top: 0;
    }
    /*专栏样式*/
    .zl-box{
        line-height: .5rem;
        padding-right: .1rem;
    }
    .zl-banner .swiper-container{
        width: 100%;
        height: 1.16rem;
    }
    .zl-banner{
        padding-left: 0;
    }
    .zl-banner .swiper-slide{
        padding: 0 .5rem;
        line-height: .4rem;
        font-size: .32rem;
        background: url("../images/banner_bg2.png") no-repeat;
        background-size: 100% 100%;
    }
    .swiper-pre,.swiper-next{
        width: 0.34rem;
        height: 0.34rem;
        right: .2rem;
    }
    .zl-banner-right{
        width: 100%;
        line-height: .5rem;
        font-size: .28rem;
        margin-top: 0.2rem;
        padding: 0 .2rem;
    }
    .zl-banner-right>a.w-33{
        padding-right: .1rem;
    }
    .zl-title{
        line-height: .8rem;
        font-size: .32rem;
    }
    .zl-nav{
        line-height: .7rem;
        font-size: .3rem;
    }
    .zl-nav-item{
        font-size: .31rem;
        min-width: 25%;
    }
    .zl-nav-item.cur:before, .zl-nav-item:hover:before{
        width: 80%;
        height: 0.05rem;
    }
    .zl-list{
        padding: .15rem .3rem;
    }
    .zl-list-a{
        font-size: .28rem;
    }
    .sxbl .zl-list-a{
        margin-right: 0;
        flex: none;
        width: 100%;
    }
    .zl-list li{
        line-height: .55rem;
    }
    .zl-list li:not(:last-of-type){
        margin-bottom: .1rem;
    }
    .zl-list li:before{
        top: 0.3rem;
    }
    .sxbl-do{
        width: 100%;
        text-align: left;
    }
    .btn-orange, .btn-blue,.btn-gray{
        min-width: 1.5rem;
        line-height: .4rem;
        font-size: .28rem;
    }
    .f14,.time{
        font-size: .24rem;
    }
    .f16 {
        font-size: 0.3rem;
    }
    .f18 {
        font-size: 0.34rem;
    }
    /*关键词下拉样式*/
    .searchbox-xl{
        width: 100%;
        top: .58rem;
        padding: .2rem 0;
    }
    .searchbox-xl li{
        line-height: .5rem;
        padding: 0 .3rem;
        font-size: .26rem;
    }
    .pc-show{
        display: none;
    }
    .wap-show{
        display: block;
    }
    .zl-project-more{
        text-align: center;
        cursor: pointer;
        background: #4393F4;
        color: #FFFFFF!important;
        width: 50%;
        margin: .1rem auto .2rem;
        border-radius: .06rem;
        line-height: .6rem;
        font-size: .28rem;
    }
    .icon-close-bszn{
        line-height: .3rem;
    }
    .is-img .description .detail p.zw{
        font-size: .21rem;
        line-height: .28rem;
        max-height: 1.12rem;
    }
    .is-news .description p.js_text span.ly,.is-news .description p.js_text span.time,.is-img .description .detail p.js_text span.time,.is-img .description .detail p.js_text span.ly{
        font-size: .26rem;
    }
    #page a, #page span{
        font-size: .28rem!important;
        margin-right: .08rem!important;
        padding: 0.03rem 0.15rem !important;
    }
    .is-leader .leader_desc ul li p,.is-leader .leader_desc ul li span{
        font-size: .21rem;
        line-height: .3rem;
        max-height: none;
    }
    .upd-gt-warp{
        min-width: unset;
      }
      .upd-gt-tc{
        width: 90%;
        margin-left: 0;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        margin-top: 0;
        top: 50%!important;
      }
      .upd-gt-header .pull-l{
        font-size: .34rem;
      }
      .upd-gt-title, .tc-gt-choose{
        font-size: .32rem;
        line-height: .4rem;
      }
      .tc-gt-warp li, .tc-gt-warp>a{
        font-size: .3rem;
        line-height: .4rem;
      }
      .tc-gt-warp li, .tc-gt-warp>a{
        width: 33%;
      }
      .tc-gt-warp{
        width: 100%;
      }
      .upd-gt-tc i.close{
        width: .5rem;
        height: .5rem;
      }
      .tc-gt-btns a{
        width: 1.5rem;
        height: .7rem;
        line-height: .7rem;
        border-radius: .35rem;
        font-size: .3rem;
      }
      /* 节假日 */
  .zl-jir-table th, .zl-jir-table td{
    line-height: .3rem;
    font-size: .2rem;
    padding: .15rem .1rem;
  }
  .zl-jir-table th:nth-of-type(1), .zl-jir-table td:nth-of-type(1){
    width: 13%;
  }
  .zl-jir-table th:nth-of-type(2), .zl-jir-table td:nth-of-type(2){
    width: 35%;
  }
  .zl-jir-table th:nth-of-type(3), .zl-jir-table td:nth-of-type(3){
    width: 37%;
  }
  .zl-jir-table th:nth-of-type(4), .zl-jir-table td:nth-of-type(4){
    width: 15%;
  }
}
