/* 左边侧栏样式 */
.leftcebox {
    /* height: 400px; */
    /* background-color: #fff; */
    position: fixed;
    left: 11%;
    top: 50%;
    margin-top: -170px;
    z-index: 999;
}

.leftcebox ul {
    padding: 0;
    margin: 0;
}

.leftcebox li img {
    padding: 2px;
}



.leftcebox .closeBtn {
    position: absolute;
    top: -15px;
    right: 0;
    padding: 2px;
    text-align: right;
    font-size: 8px;
    color: #fff;
    cursor: pointer;
    background-color: #666666;
}







/* 侧边栏样式 */
.youcebox {
    width: 60px;
    /* height: 400px; */
    background-color: #fff;
    position: fixed;
    right: 2px;
    top: 50%;
    margin-top: -200px;
    z-index: 999;
}

.youcebox li {
    width: 100%;
    height: 80px;
}

.youcebox li:hover {
    background-color: #f1f1f1;
}

.youcebox li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #333;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
}

.youcebox li a img {
    width: 50%;
    height: 40%;
}

.zhankai {
    width: 60px;
    height: 80px;
    position: fixed;
    right: 2px;
    top: 50%;
    margin-top: -40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    z-index: 999;
    cursor: pointer;
}

.yincang {
    display: none;
}

.zhankai img {
    width: 60%;
    height: 80%;
}

.shouqi {
    cursor: pointer;
}

/* 侧边栏样式结束 */
/* 通用头部 start */
.ty-container {
    margin: 0 auto;
    width: 1200px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fr_cont {
    min-height: 800px;
}


.zhengce_menu .special-list-on a,
#jh_neirong_list .three_list .current a,
#jh_neirong_list .three_list li>span.current {
    color: #2d66a5;
}

#ty-header {
    position: relative;
    width: 100%;
}

.ty-wza {
    cursor: pointer;
}

#li-zwfw {
    /* padding-right: 10px; */
}

#ty-header>.ty-container {
    height: 190px;
}

.ty-header-bg {
    width: 100%;
    position: absolute;
    height: 190px;
    background: url(../images/header.png) center center no-repeat #fff;
}

#ty-header .ty-topBar {
    padding: 20px 0;
    width: 1200px;
    height: 190px;
    position: absolute;
    z-index: 2;
}

.ty-topBar .ty-logo {
    width: 500px;
    height: 100%;
}

.ty-logo .gh {
    display: inline-block;
    height: 100%;
    width: 20%;
    background: url(../images/logo.png) left 25px no-repeat;
    background-size: 100%;
}

.ty-topBar .ty-right {
    width: 700px;
    height: 100%;
}

.ty-logo .jclogos {
    width: 80%;
    height: 150px;
    font-size: 2rem;
    line-height: 150px;
    font-weight: 600;
    color: #1b54be;
}

.ty-right .ty-links {
    margin-top: 20px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}

.ty-links ul {
    display: block;
}

.ty-links a {
    color: #666;
}

.ty-links a:hover {
    color: #2567D4;
}

.ty-links .ty-link-w {
    margin-right: 20px;
    background: url(https://www.jcs.gov.cn/cms_files/filemanager/977217038/picture/202211/c58c0a2bf73b4349936d2f7335471417.png) -15px -12px no-repeat;
    padding-left: 30px;
}

.ty-links .ty-link-b {
    margin-right: 18px;
}

.ty-links li:first-child {
    margin-right: 0;
}

.ty-phone {
    position: relative;
    cursor: pointer;
}

.ty-phone dd {
    position: absolute;
    top: 10px;
    left: -25px;
    height: 100px;
    padding-top: 10px;
    display: none;
}

.ty-phone dd img {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0.02rem 0.15rem 0 rgb(153 153 153 / 20%);
}

.ty-right .ty-search {
    height: 50px;
    line-height: 50px;
    float: right;
    margin-top: 32px;
}

.ty-siteSearchBar {
    width: 100%;
    height: 100%;
}

#inputkeyword {
    border: solid 1px #1955bd;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    width: 320px;
    height: 50px;
    line-height: 50px;
    background: none;
}

.ty-siteSearchBar .ty-btn-box input {
    border-radius: 0 10px 10px 0;
    background: url(https://www.jcs.gov.cn/cms_files/filemanager/977217038/picture/202211/1e36ea6131be4b71ae17dd73d7674b4e.png) center no-repeat #1955bd;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border: none;
    width: 80px;
    outline: none;
    text-indent: 300%;
    cursor: pointer;
}

#toast {
    position: fixed;
    top: 6%;
    left: 50%;
    padding: 10px;
    width: 200px;
    margin-left: -100px;
    background-color: #2567D4;
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
    z-index: 999;
    font-size: 16px;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
}

#toast.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* 导航 */
#ty-header .ty-nav {
    width: 100%;
    height: 60px;
    background: #1955BD;
}

#ty-header .ty-nav2 {
    height: 70px;
    background: url(../images/background.png) no-repeat center 35%;
    color: #000;
    font-size: 16px;
    font-weight: 550;

}

.header_title {
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.header_img {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_img img {
    width: 100%;
    vertical-align: middle;
}

.header_title .header_content {
    width: 1050px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}

.header_content .min_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.header_title .content_top {
    font-size: 50px;
    font-weight: 600;
    padding: 10px 0px;

    display: flex;
}

.city_list {
    display: flex;
    justify-content: space-evenly;
    height: 70px;
}

.city_list .city_name {
    line-height: 70px;
    padding: 0px 23px
}

.city_name:hover {
    background-color: #2969D8;
    cursor: pointer;
}

.mainNav {
    line-height: 60px;
    height: 100%;
    zoom: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mainNav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pagination,
.pagination1,
.pagination2,
.pagination3 {
    display: flex;
    justify-content: center;
}

.mainNav .li1 {
    float: left;
    width: auto;
}

.mainNav .a1 {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 17px;
}

.mainNav .on1 {
    background-color: #3574d7;
    text-decoration: none;
}

.mainNav .li1:hover {
    background-color: #3574d7;
    text-decoration: none;
}

.mainNav .ul1 {
    width: 1176px;
    font-size: 14px;
    display: none;
    line-height: 30px;
    text-align: center;
    padding: 12px;
    position: absolute;
    left: 0;
    top: 50px;
    background: #275DA6;
    background: rgba(39, 93, 166, .9);
    overflow: hidden;
}

.mainNav .li2 {
    display: inline-block;
    /* *display: inline; */
    margin: 0 5px 0 5px;
}

input:focus::placeholder {
    opacity: 0;
}

.mainNav .a2 {
    padding: 0 10px;
    color: #fff
}

/* 登录注册 */
.ty-dlzc {
    margin-right: 20px;
}

.tytb-dlzc {
    height: 20px;
    width: 93px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

.ty-header-right ul .tytb-dlzc,
.ty-header-right .tytb-dlzc a {
    color: #666;
}

.ty-header-right .tytb-dlzc a:hover {
    color: #666;
}

.tytb-dlzc .tytb-zc {
    cursor: default;
}

.tytb-dlzc .tytb-dl {
    margin-left: 5px;
}

.login_success {
    position: relative;
    width: auto;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    float: right;
}

.login_success .select-box {
    display: none;
    position: absolute;
    width: 100px;
    height: auto;
    right: 1px;
    top: 18px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
    border-radius: 3px;
}

.login_success .select-box:before {
    display: block;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    background: #333333;
    z-index: 9999;
}

.login_success .select-box ul {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}

.login_success .select-box ul li {
    margin-left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 33%;
    line-height: 40px;
    color: #333333;
    padding: 0 10px;
}

.login_success .select-box ul li:first-child {
    border-top: none;
}

.login_success .select-box ul li a {
    display: block;
    border-top: 1px solid #E8E8E8;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    color: #666666;
}

.login_success .select-box ul li:first-child a {
    border-top: none;
}

.login_success .select-box ul li a img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 0;
}

.login_success .select-box ul li span {
    color: #666666;
    font-size: 14px;
    margin-left: -3px;
}

.login_success .login .photo {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.login_success .login .select {
    margin-left: 5px;
    width: 9px;
    height: 5px;
    vertical-align: middle;
}

#gs-departments {
    position: relative;
}

#gs-departments-list {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.30);
    -moz-box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.30);
    -o-box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.30);
    box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.30);
    padding: 20px;
    position: absolute;
    top: 30px;
    z-index: 999;
    display: none;
    box-sizing: content-box;
    left: 1px;
    border: 1px solid #ededed \9;
}

#gr-fr-reg {
    position: relative;
    display: inline-block;
    width: 33px;
}

.gr-fr-register-hover {
    display: none;
    position: absolute;
    left: -8px;
    top: 20px;
    width: 93px;
    height: 90px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);
    -moz-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);
    -o-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);
    opacity: .97;
    z-index: 99;
}

#gr-fr-reg .gr-fr-register-hover:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 16px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

#gr-fr-reg .gr-fr-register-hover li:first-child {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}

#gr-fr-reg .gr-fr-register-hover li {
    margin: 0;
    line-height: 35px !important;
    height: 35px;
    width: 100%;
}

#gr-fr-reg .gr-fr-register-hover li a:first-child {
    font-size: 14px;
    color: #666666;
}

#gr-fr-reg .gr-fr-register-hover li a:hover {
    color: #2567D4;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.login_success .name {
    color: #666666;
    font-size: 14px;
}

/* 登录注册 end*/
/* 通用头部 end */
/* 通用底部 start*/
#ty-footer {
    width: 100%;
    background: #034bd6;
    padding: 39px 0 41px 0;
    text-align: left;
}

#ty-footer a:hover {
    color: #ff0000
}

.ty-footer-left {
    width: 440px;
    height: 120px;
    margin-right: 60px;
}

.ty-footer-left p,
.ty-footer-left a,
.ty-footer-center p {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.ty-beian {
    padding-left: 18px;
    background: url(https://www.jcs.gov.cn/cms_files/filemanager/977217038/picture/202211/924cc21c475c463d98995f165ae2eecd.png) left center no-repeat;
}

.ty-footer-center {
    width: 255px;
    height: 120px;
}

.ty-footer-right {
    width: 346px;
    height: 97px;
    margin-top: 13px;
}

.ty-dang {
    padding-left: 172px;
}

#_ideConac,
#_ideConac img {
    width: 59px;
    height: 61px;
}

#_span_jiucuo,
#_span_jiucuo img {
    width: 110px;
    height: 55px;
}

.ty-message {
    margin-top: 9px;
}

.ty-message li,
.ty-message li a {
    height: 30px;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.ty-message ul li {
    float: left;
}

.ty-message ul .ty-line {
    margin: 0 12px;
}

.aahover a {
    color: #2d66a5 !important;
}

/* 通用底部 end*/
/* 外链提示start */
.alert-mengban {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=80) !important;
    opacity: 0.5 !important;
}

.alert-warning {
    position: fixed;
    top: -400px;
    left: 50%;
    z-index: 1001;
    display: none;
    width: 450px;
    height: 230px;
    margin-left: -225px;
    background: #fff;
}

.alert-title {
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #2567d4;
}

.alert-wzsm {
    margin: 15px auto 0;
    font-size: 18px;
    line-height: 30px;
    color: #2b2b2b;
    text-align: center;
}

.alert-wzsm p {
    font-size: 16px;
    margin: 0 15px;
}

.alert-wzsm p.color {
    color: #2567d4;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
}

.alert-footer {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 16px;
}

.alert-footer span {
    float: left;
    cursor: pointer;
}

.alert-footer .confirm {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: block;
    width: 220px;
}

.alert-footer .confirm .visits,
.cancel {
    width: 100px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #2567d4;
    border-radius: 16px;
}

.alert-footer .confirm .cancel {
    background: #ccc;
    margin-left: 15px;
}

/* 外链提示end */
/* 试运行 */
.ty-logo.bt-left p {
    width: 60px;
    background: url(https://www.jcs.gov.cn/cms_files/filemanager/977217038/picture/20231/f9525731a057428e85e814df67ab451b.png);
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.ty-logo.bt-left {
    display: flex;
    width: 500px;
}

.ty-topBar .ty-right {
    width: 700px;
    height: 100%;
}

.topBoxAll {
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgb(173, 237, 248);
}

.topBox {
    width: 1200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.topBox .leftBox {
    display: flex;
}

.topBox .leftBox a {
    color: red;
    margin-right: 20px;
}

.topBox .rightBox {
    display: flex;
    align-items: center;
}

.topBox .rightBox .dateBox {
    color: #5e5e5e;
    margin-right: 20px;
}

.inp_Box {
    border: none;
    height: 30px;
    width: 240px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
}

.search_icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.ty-footer-nav {
    width: 100%;
    padding: 20px 25%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    border-bottom: 2px solid #092ed3;
}

.ty-info {
    /* display: flex; */
    display: flex;
    padding: 20px 15%;
    /* justify-content: space-evenly; */
    /* align-items: center; */
    color: #e0e0e0;
}

.ty-infos {
     display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

.nav_item {
    font-size: 18px;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    /* 手机版头部 */
    .youcebox {
        width: 52px;
        height: auto;
    }

    .youcebox li {
        height: 60px;
    }



    .ty-logo .gh {
        background: url(https://www.jcs.gov.cn/cms_files/filemanager/977217038/picture/20236/f6529c125be64126ba2d765df7908084.png) center no-repeat;
        background-size: 100%;
    }

    .ty-logo .jclogos {
        /* background-size: 100%; */
        height: 1.4rem;
        font-size: 0.3rem;
        line-height: 1.4rem;
    }

    #ty-header .ty-header-bg {
        height: 5rem;
    }

    #ty-header>.ty-container {
        height: 5rem;
        width: 100%;
    }

    .ty-logo.bt-left {
        width: 4.9rem;
        height: 1.4rem;
        margin: 1.2rem 0 0.6rem 1rem;
    }

    .ty-logo.bt-left p {
        margin-top: 0;
        font-size: 0.24rem;
        width: 1rem;
        line-height: 0.4rem;
    }

    .ty-logo>a {
        background-size: 100%;
    }

    #ty-header .ty-topBar {
        width: 100%;
        height: 5rem;
        padding: 0.24rem;
    }

    .ty-topBar .ty-right {
        width: 100%;
        height: 0.8rem;
    }

    .ty-links .ty-link-b {
        display: none;
    }

    .ty-dlzc,
    .jbrk {
        display: none;
    }

    .ty-right .ty-links {
        margin-top: 0;
        width: 100%;
        height: 0.45rem;
        line-height: 0.45rem;
        font-size: 0.22rem;
        position: absolute;
        top: 0.24rem;
    }

    .ty-links .ty-link-w {
        float: left;
    }

    .ty-right .ty-search {
        margin-top: 0;
        height: 0.8rem;
        line-height: 0.8rem;
        float: left;
        margin-left: 0.3rem;
    }

    #inputkeyword {
        width: 5.20rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.26rem;
        display: inherit;
    }

    .ty-siteSearchBar .ty-btn-box input {
        width: 1.2rem;
        line-height: 0.8rem;
        height: 0.8rem;
    }

    #ty-header .ty-nav {
        height: auto;
    }

    #ty-header .ty-nav .ty-container {
        width: 100%;
    }


    .mainNav {
        line-height: 0.8rem;
    }

    .mainNav .li1 {
        width: 25%;
        border-right: 1px solid #2969D8;
        border-bottom: 1px solid #2969D8;
    }

    .mainNav .a1 {
        font-size: 0.26rem;
        padding: 0;
        text-align: center;
    }

    #li-szyw {
        border-bottom: none;
    }

    #li-ldzc,
    #li-zwfw {
        /* border-right: none; */
    }

    #li-xxgk,
    #li-zmhd,
    #li-zwfw {
        /* border-bottom: none; */
    }

    /* 手机版底部 */
    .gonggao {
        display: none;
    }

    #ty-footer {
        margin-top: 0.5rem;
        padding: 0.24rem;
    }

    #ty-footer .ty-container {
        width: 100%;
    }

    .ty-footer-left {
        width: 100%;
        height: 2.1rem;
        margin-right: 0;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 0.24rem;
    }

    .ty-footer-left p,
    .ty-footer-left a,
    .ty-footer-center p {
        font-size: 0.24rem;
        line-height: 0.48rem;
        display: inherit;
    }

    #ty-footer .ty-container {
        position: relative;
    }

    .ty-footer-right {
        width: 2.60rem;
        height: auto;
        position: absolute;
        margin-top: 0;
        top: -0.40rem;
        right: 0;
    }

    .ty-dang {
        padding-left: 0;
    }

    #_ideConac,
    #_ideConac img {
        width: 0.83rem;
        height: auto;
    }

    #_span_jiucuo,
    #_span_jiucuo img {
        width: 1.55rem;
        height: auto;
    }

    .ty-message {
        display: none;
    }

    .ty-footer-center {
        width: 100%;
        height: 1.5rem;
    }

    .zhankai p {
        font-size: 0.3rem;
    }

    .zhankai img {
        height: 0.6rem;
        width: 0.3rem;
    }

    .zhankai {
        width: 0.6rem;
        height: 1.2rem;
    }

    .topBox {
        width: 100%;
    }

    .topBox .leftBox a {
        font-size: 0.15rem;
        margin-right: 10px;
    }

    .topBox .rightBox .dateBox {
        display: none;
    }

    .topBox .rightBox .btnBox {
        font-size: 0.15rem;
        padding: 10px;
        cursor: pointer;
    }


}