* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.xcConfirm * {
    box-sizing: content-box;
}
ul,li,ol {
    list-style: none;
}
body {
    font-size: 0;
    margin: 0 auto !important;
    min-width: 1288px;
    font-family: MicrosoftYaHei;
    color: #333333;
    min-height: 100vh;
}
.container{
    width: 1274px;
    margin: 0 auto;
}
#ariaTipText{
    display: none;
}
.disNo{
    display: none;
}
.m0{
    margin-left: 0 !important;
}
.fw-bold{
    font-weight: bold;
}
.color-000{
    color: #000000;
}
.color-666{
    color: #666666;
}
.color-555{
    color: #555555;
}
.color-green{
    color:#008000;
}
a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}
a img {
    border: none;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
input,
textarea {
    outline: none;
    background: 0 0;
}
input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
    color: #333333;
}
input::placeholder {
    color: #a7bcd8;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #a7bcd8;
}
input::-moz-input-placeholder{ /*Mozilla Firefox*/
    color: #a7bcd8;
}
input::-ms-input-placeholder{ /*Internet Explorer*/
    color: #a7bcd8;
}
a.hover-blue:hover,
.hover-blue a:hover {
    color: #2775cc;
}
.fw-normal {
    font-weight: normal;
}
.fw-bld {
    font-weight: bold;
}
.dis-inline {
    display: inline;
}
.dis-inblock {
    display: inline-block;
}
.dis-block {
    display: block;
}
.ver-mid{
    vertical-align: middle;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-text{
    cursor: text;
}
.cursor-no-allow{
    cursor: not-allowed;
    color: #999999!important;
}
/*单行省略*/
.e1 {
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}
/*多行省略*/
.e2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.e3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pos-rel {
    position: relative;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex-1{
    flex: 1;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-btw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*头部样式 start*/
.header{
    min-height: 412px;
    background: url("./top_bg.png") top center no-repeat;
    background-size: 100% 412px;
}
.header-logo{
    margin-top: 100px;
    margin-bottom: 25px;
}
.search-box{
    width: 652px;
    height: 62px;
    background-color: #ffffff;
    border-radius: 31px;
    border: solid 1px #93c6ff;
    padding: 6px;
}
.search-btn{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 97px;
    height: 50px;
    line-height: 50px;
    background-color: #2775cc;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
}
.search-input{
    height: 50px;
    padding: 0 27px;
    font-size: 18px;
    color: #2775cc;
}
.nav-box{
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px 0;
    margin-top:55px;
}
.nav-box .nav{
    background-color: #2775cc;
    padding: 0 5px 0 10px;
    position: relative;
    height: 62px;
}
.nav-item-box{
    display: flex;
    justify-content: space-between;
}
.nav-item{
    font-size: 24px;
    line-height: 62px;
    color: #ffffff;
    min-width: 128px;
    padding: 0 15px;
    text-align: center;
}
.nav-item:first-of-type{
    flex: none;
}
.nav-item.cur,.nav-item:hover{
    background-color: #428fe4;
    border-radius: 10px;
    height: 72px;
    line-height: 72px;
    margin-top: -5px;
    font-weight: bold;
    color: #ffffff;
}
.nav-before,.nav-after{
    position: absolute;
    width: 7px;
    height: 100%;
    left: -7px;
    top: 0;
    background-color: #2775cc;
}
.nav-after{
    left: auto;
    right: -7px;
}
.nav-before:before,.nav-after:before{
    content: "";
    width: 7px;
    height: 3px;
    background: url("nav_arrow1.png");
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
}
.nav-before:after,.nav-after:after{
    content: "";
    width: 7px;
    height: 3px;
    background: url("nav_arrow2.png");
    background-size: 100% 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.nav-after:before{
    background: url("nav_arrow2.png");
    transform: rotate(180deg);
}
.nav-after:after{
    background: url("nav_arrow1.png");
    transform: rotate(180deg);
}
/*头部样式 end*/
.ct-box{
    background: url("./ct_bt_bg.png") center bottom no-repeat;
    background-size: 100% 465px;
    padding-bottom: 72px;
    min-height: 500px;
}
.swiper{
    position: relative;
    overflow: hidden;
}
.com-tab-item{
    padding-top: 15px;
}
.list-item{
    font-size: 18px;
    line-height: 53px;
    padding-left: 14px;
    position: relative;
}
.list-item:before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #b0bdcb;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.list-item a{
    width: 75%;
}
.list-item a:hover{
    color: #2775cc;
}
.list-item .time{
    font-size: 16px;
    color: #999999;
}
/*底部样式 start*/
.footer{
    background-color: #2775cc;
    padding: 17px 0 35px;
    color: #ffffff;
}
.footer-link{
    line-height: 34px;
    border-bottom: 1px solid rgba(221, 237, 255, 0.41);
    padding-bottom: 10px;
}
.footer-link-label{
    font-size: 18px;
    font-weight: bold;
    margin-right: 45px;
    padding-left: 17px;
}
.footer-link-label img{
    vertical-align: middle;
    margin-right: 10px;
}
.footer-link-item{
    width: 350px;
    background-color: rgba(255, 255, 255, 0.09);
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px 0 34px;
    position: relative;
    margin-bottom: 5px;
}
.footer-link-item:before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-link-item:not(:nth-of-type(3n)){
    margin-right: 4px;
}
.footer-link-ct{
    height: 39px;
    overflow: hidden;
}
.footer-link-open{
    cursor: pointer;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    transition: all .3s;
}
.footer-link.open .footer-link-open{
    transform: rotate(180deg);
}
.footer-link.open .footer-link-ct{
    height: auto;
}
.footer-desc{
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #ededed;
}
.footer-desc a{
    color: #ededed;
}
.footer-desc-a{
    margin-right: 12px;
}
.footer-dzjg img,.footer-dzjg{
    display: block;
}
.footer-desc-lf{
    padding-top: 7px;
}
/*底部样式 end*/
.local{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 15px 28px;
    background: url("pos_icon.png") left center no-repeat;
    border-bottom: 2px solid rgba(6, 98, 177, 0.1);
}
.local a{
    color: #666666;
}
.list-ct{
    padding: 0 19px;
}
.gl-list .list-item:nth-of-type(5n+1){
    margin-top: 15px;
}
.gl-list .list-item:nth-of-type(5n){
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(175, 175, 175, 0.2);
}
.gl-list .list-item a{
    width: 90%;
}
.pages{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.pages a{
    font-size: 14px;
    color: #697387;
    min-width: 35px;
    line-height: 30px;
    background-color: #f9f9f9;
    border: solid 1px #f0f0f0;
    text-align: center;
    padding: 0 8px;
    border-radius: 2px;
}
.pages li:not(:last-of-type){
    margin-right: 10px;
}
.pages .page-active a,.pages a:hover{
    background-color: #2775cc;
    color: #ffffff;
}
.info-title{
    padding: 20px 20px;
    margin: 0;
    line-height: 1.5;
    font-size: 26px;
    text-align: center;
    border-top:2px solid #458fce;
}
.info-title-desc{
    padding:0 20px 20px 20px;
    text-align:center;
    border-bottom:1px dotted #458fce;
    font-size: 12px;
}
.info-text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
}
.info-text *{
    max-width: 100%!important;
}
.info-list-unstyled{
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    line-height: 28px;
    font-size: 14px;
}
.info-xgxw{
    margin-top: 20px;
    font-size: 14px;
}
.info-xgxw-label{
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    height: 26px;
    display: flex;
}
.info-xgxw-label-text{
    height: 26px;
    border-bottom: 1px solid #2775cc;
    color: #2775cc;
}
.info-list{
    margin-top: 10px;
}
.info-list .list-item,.info-list-unstyled .list-item{
    line-height: 30px;
    font-size: 14px;
}
.info-detail:not(:last-child){
    margin-right: 6px;
}
.sf-param{
    padding: 10px 0 0;
    font-size: 14px;
}
.sf-param>span{
    margin-bottom: 10px;
    display: inline-block;
}
.ml10{
    margin-left: 10px;
}
.search-tip{
    line-height:24px;
    background-color:#eee;
    padding:0 5px;
    font-size: 14px;
}
.list-unstyled{
    line-height: 1.5;
}
.s-result li {
    margin-top: 8px;
}
.sr-title{
    font-size: 16px;
}
a.sa {
    color: #00c;
}
.highlight {
    font-style: normal;
    color: #c00;
}
.sr-desc {
    margin-top: 3px;
    font-size: 14px;
}
.sr-footer {
    margin-top: 3px;
    font-size: 12px;
}
.time-input{
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    padding: 0 5px;
    width: 100px;
    height: 23px;
}
.no-data{
    font-size: 15px;
    line-height: 50px;
    color: #666666;
    text-align: center;
}
@media screen and (max-width: 768px){
    .info-detail:not(:last-child){
        margin-right: .06rem;
    }
    .no-data{
        line-height: .8rem;
        font-size: .3rem;
    }
    body{
        min-width: auto;
    }
    .container{
        width: 100%;
        padding: 0 .25rem;
    }
    .header{
        text-align: center;
        background-size: auto 100%;
        min-height: auto;
    }
    .header-logo{
        margin-top: 1rem;
        margin-bottom: .3rem;
    }
    .header-logo img{
        width: 6rem;
    }
    .search-box{
        width: 6rem;
        margin: auto;
        height: auto;
        padding: .05rem;
        border-radius: .42rem;
    }
    .search-input{
        height: .7rem;
        font-size: .32rem;
        padding: 0 .3rem;
        width: 82%;
    }
    .search-btn{
        width: 27%;
        height: .7rem;
        line-height: .7rem;
        font-size: .32rem;
    }
    .nav-box{
        margin-top: .5rem;
        padding: .3rem 0;
    }
    .nav-item-box{
        overflow-x: auto;
        height: .9rem;
        transform: translateY(-.05rem);
    }
    .nav-before, .nav-after{
        width: .14rem;
    }
    .nav-before{
        left: -.14rem;
    }
    .nav-after{
        right: -.14rem;
    }
    .nav-before:before, .nav-after:before{
        width: .14rem;
        height: .06rem;
        top: -.06rem;
    }
    .nav-before:after, .nav-after:after{
        width: .14rem;
        height: .06rem;
        bottom: -.06rem;
    }
    .nav-box .nav {
        height: .8rem;
        padding: 0 .1rem;
    }
    .nav-item{
        font-size: .34rem;
        line-height: .8rem;
        padding: 0 .2rem;
        min-width: auto;
        white-space: nowrap;
    }
    .nav-item:not(:last-of-type){
        margin-right: .1rem;
    }
    .nav-item.cur, .nav-item:hover{
        line-height: .9rem;
        height: .9rem;
        border-radius: .1rem;
        margin-top: 0;
    }
    .ct-box{
        min-height: 5rem;
        padding-bottom: .8rem;
        background-size: 250% auto;
    }
    .com-tab-item{
        padding-top: .2rem;
    }
    .list-item{
        font-size: .32rem;
        line-height: .8rem;
        padding-left: .2rem;
    }
    .list-item:before{
        width: .06rem;
        height: .06rem;
    }
    .list-item a{
        width: 72%;
    }
    .list-item .time{
        font-size: .3rem;
    }
    .footer{
        padding: .25rem 0 .3rem;
    }
    .footer-link{
        line-height: .6rem;
        padding-bottom: .15rem;
    }
    .footer-link-label{
        font-size: .32rem;
        margin-right: .3rem;
        padding-left: .1rem;
    }
    .footer-link-label img{
        margin-right: .1rem;
        width: .3rem;
    }
    .footer-link-item:not(:nth-of-type(3n)){
        margin-right: 0;
    }
    .footer-link-item {
        width: 4.2rem;
        font-size: .3rem;
        padding: 0 .2rem 0 .4rem;
        margin-bottom: .1rem;
    }
    .footer-link-item:before{
        width: .06rem;
        height: .06rem;
        left: .2rem;
    }
    .footer-link-open {
        width: .6rem;
        margin-right: 0;
    }
    .footer-link-ct{
        height: .7rem;
    }
    .footer-desc{
        padding-top: .1rem;
        font-size: .3rem;
        line-height: .6rem;
    }
    .footer-desc-lf{
        width: 83%;
    }
    .footer-desc-rt{
        padding-top: .75rem;
    }
    .footer-desc-rt img{
        width: .9rem;
    }
    .local{
        font-size: .3rem;
        padding: .15rem .4rem;
        background-size: .22rem auto;
    }
    .gl-list .list-item a{
        width: 74%;
    }
    .pages{
        margin-top: .5rem;
    }
    .pages li:not(:last-of-type){
        margin-right: .1rem;
    }
    .pages a{
        min-width: .7rem;
        padding: 0 .1rem;
        border-radius: .04rem;
        line-height: .6rem;
    }
    .pages li{
        display: none;
    }
    .pages .page-previous,.pages .page-next{
        display: block;
    }
    .info-title{
        padding: .25rem;
        font-size: .4rem;
    }
    .info-title-desc{
        padding: 0 .25rem .25rem;
    }
    .info-text{
        margin-top: .3rem;
        font-size: .28rem;
    }
    .info-list-unstyled{
        margin-top: .3rem;
        font-size: .28rem;
        line-height: .5rem;
    }
    .sf-param{
        padding: .15rem 0 0;
        font-size: .28rem;
    }
    .sf-param>span{
        margin-bottom: .15rem;
        width: 100%;
        margin-left: 0;
    }
    .sf-param>span:first-of-type,.sf-param>span:nth-of-type(2){
        width: auto;
    }
    .sf-param>span:nth-of-type(2){
        margin-left: .15rem;
    }
    .search-tip{
        line-height: .48rem;
        font-size: .28rem;
    }
    .s-result li{
        margin-top: .2rem;
    }
    .sr-title{
        font-size: .32rem;
    }
    .sr-desc{
        margin-top: .05rem;
        font-size: .28rem;
    }
    .sr-footer{
        margin-top: .05rem;
        font-size: .24rem;
    }
}