[v-cloak] {
    display: none;
}

body {
    background-color: white;
}

.anniu {
    color: white;
    background: #6c757d;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    /*border-radius: 3px;*/
    cursor: pointer;
}

.anniu.active {
    background: #0551a7;

}

.no-margin-padding {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.row {
    display: flex;

    flex-wrap: wrap;

}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*.carousel-caption{*/
/*    top: 0;*/
/*}*/
@media screen and (max-width: 767px) {
    .xwnn {
        width: 90% !important;
    }

    .carousel {
        /*height: 560px;*/
    }

    .container .carousel-caption .p1 {
        font-size: 38px !important;
        line-height: 55px;

    }

    .container .carousel-caption .p2 {
        font-size: 16px !important;
        margin-top: 5% !important;
        margin-bottom: 8% !important;
    }

    #myCarousel .dibu {
        display: none;
    }

    #myCarousel .dibu .row div {
        height: 115px !important;
    }

    #myCarousel .dibu .row > div .nr {
        border-right: none !important;
    }

    .jnjs .nr {
        width: 100% !important;
        margin: 0 auto;
        /*background: white;*/
    }

    .xwzx .nr .right {
        padding: 0;
    }


    .xwzx .nr, .xwzx .xxk {
        width: 90% !important;
        margin: 0 auto;
        /*background: white;*/
    }

    .yjxm {
        width: 90% !important;
        margin: 0 auto;
    }

    .footer {
        width: 90% !important;
        margin: 0 auto;
    }

    .tit {
        font-size: 26px !important;
        margin-top: 30px;
        margin-bottom: 20px !important;
    }

    .f-ti {
        font-size: 24px !important;
    }

    .img1 {
        width: 100%;
        text-align: center;
    }

    .img1 img {
        width: 70% !important;
    }

    .nr .news {
        display: block !important;
    }

    .nr .news .bianjv {
        margin-bottom: 20px;
    }
    .xwlist .nr .nr_left,.xwlist .nr .nr_right{
        width: 100% !important;
    }
    .xwlist .list dd .right_time{
        display: none !important;
    }
    .xwlist .nr{
        width: 90% !important;
    }
    .righttime{
        display: none !important;
    }
}

.container .carousel-caption .p1 {
    font-size: 72px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: 700;
    color: #FFFFFF;
}

.container .carousel-caption .p2 {
    font-size: 28px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin-top: 5%;
    margin-bottom: 8%;
}

#myCarousel .dibu {
    width: 100%;
    background: linear-gradient(180deg, rgba(17, 43, 124, 0.7) 0%, #112B7C 100%);
    opacity: 0.9;
    position: absolute;
    bottom: 0;
}

#myCarousel1 {
    position: relative;
}

#myCarousel1 .wenzi {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#myCarousel .dibu .row > div {
    height: 130px;
    display: flex;
    align-items: center;
    /*padding: 30px;*/
}

#myCarousel .dibu .row > div .nr {
    border-right: 1px solid #D8D8D8;
}

#myCarousel .dibu .row > div:last-child .nr {
    border-right: none;
}

.sfq {
    /* 弹性布局 使页面元素水平+垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.sfq ul {
    height: 600px;
    /* 超出部分隐藏 */
    overflow: hidden;
    /* 过渡为0.3秒 */
    transition: all .3s;
}

.sfq ul li {
    /* 相对定位 */
    position: relative;
    float: left;
    list-style-type: none;
    width: 25%;
    height: 600px;
    /* 过渡为0.5秒 */
    transition: all .5s;
}

.sfq ul li .jx {
    position: absolute;
    left: 5%;
    bottom: 10%;
    padding-right: 20%;
}

.sfq ul li .jx .xs {
    display: none;
}

.sfq ul li.active .jx .xs {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.sfq ul li .jx .p1 {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.sfq ul li .jx .p3 {
    font-size: 14px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 350;
    color: #FFFFFF;
}

/*.sfq ul li p {*/
/*    !* 绝对定位 *!*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    !* 文字遮罩层 *!*/
/*    background-color: rgba(0, 0, 0, .3);*/
/*    transition: all .3s;*/
/*}*/

/*.sfq ul li:hover p {*/
/*    font-size: 20px;*/
/*}*/

.sfq ul li {
    width: 20%;
}

.sfq ul li.active {
    width: 40%;
}

.sfq ul li.active img {
    width: 100%;
    height: 100%;
}

/*!* 鼠标移入时让当前的宽度变为640px *!*/
/*.sfq ul li:hover {*/
/*    width: 70%;*/
/*}*/
ul, li {
    margin: 0;
    padding: 0;
}

.jnjs {
    width: 100%;
    /*height: 804px;*/
    background-image: url("../img/bg_01.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
}

.jnjs .nr {
    width: 70%;
    margin: 0 auto;
    /*background: white;*/
}

.xwzx {
    padding-top: 50px;
    background-color: #F7F7F7;
    padding-bottom: 50px;
}

.xwzx .nr {
    width: 80%;
    margin: 0 auto;
    /*background: white;*/
}

.hm-sec4 {
    width: 100%;
    background-color: #0551a7;
    position: relative;
    overflow: hidden;
    /*height: 1000px;*/
}

.hm-sec4 .hm-but {
    background-color: #fff;
    color: #0551a7;
}

.hm-but {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0551a7;
    color: #fff;
    width: 175px;
    height: 54px;
    font-size: 16px;
    border-radius: 30px;
}

.hm-sec4 .bag {
    left: 0;
    bottom: -30%;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
    z-index: 99;
}

.btn-info {
    color: #fff;
    background-color: #0551a7;
    /*background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;*/
    /*border-color: #17a2b8;*/
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary {
    color: #fff;
    background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
    border-color: #6c757d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary {
    color: #fff;
    /*background: #13b1b5 linear-gradient(180deg, #36bdc0, #13b1b5) repeat-x;*/
    /*border-color: #13b1b5;*/
    background-color: #0551a7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover {
    color: #fff !important;
    background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
    border-color: #545b62 !important;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff !important;
    background-color: #0551a7 !important;
    /*background: #0f8f92 linear-gradient(180deg, #33a0a3, #0f8f92) repeat-x !important;*/
    /*border-color: #0e8487 !important;*/
}

.xwzx .nr .list .p1 {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
}

.xwzx .nr .list .p2 {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #767676;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.xwzx .nr .list .p3 {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #AAAAAA;
}

.xwzx .nr .list:hover {
    border-bottom: 2px solid #112B7C;
}

.xwzx .nr .list:hover .p1 {
    color: #112B7C;
}

.hzjg {
    padding-top: 50px;
    background-color: white;
    padding-bottom: 50px;
}

.hzjg .yi {
    width: 5400px;
    margin-top: 0;
    overflow: hidden;
    animation: move 90s linear infinite normal;
    animation-fill-mode: forwards;
}

.hzjg .yi .card {
    float: left;
    width: 210px;
    height: 66px;
    padding: 0 16px;
    border-radius: 8px;
}

.hzjg .yi .card img {
    width: 100%;
}

@keyframes move {
    0% {
        transform: translateX(-2106px);
    }

    100% {
        transform: translateX(0);
    }
}

.hzjg .er {
    width: 5400px;
    margin-top: 32px;
    overflow: hidden;
    animation: reverseMove 90s linear infinite normal;
    animation-fill-mode: forwards;
}

.hzjg .er .card {
    float: left;
    width: 210px;
    height: 66px;
    padding: 0 16px;
    border-radius: 8px;
}

.hzjg .er .card img {
    width: 100%;
}

@keyframes reverseMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2106px);
    }
}

.hzjg .san {
    width: 5400px;
    margin-top: 32px;
    overflow: hidden;
    animation: move 90s linear infinite normal;
    animation-fill-mode: forwards;
}

.hzjg .san .card {
    float: left;
    width: 210px;
    height: 66px;
    padding: 0 16px;
    border-radius: 8px;
}

.hzjg .san .card img {
    width: 100%;
}

.nr .news {
    display: flex
}

/*.xwzx .nr .right:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 28%;*/
/*    display: block;*/
/*}*/

.xwzx .tab-list dl {
    padding-top: 0px;
    padding-left: 8px;

}

.xwzx .tab-list dt:first-child {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    background: url(../../assets/img/newspaper.png) no-repeat left center;
    background-size: 15px 15px;

}

.xwzx .tab-list dt a {
    color: #333;
    font-weight: normal;
}

.xwzx .tab-list dt:first-child a {
    color:#0551a7;
}

/*.dot {*/
/*    display: block;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*}*/
.xwzx .tab-list dt {
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
    background: url(../../assets/img/newspaper.png) no-repeat left center;
    background-size: 15px 15px;
}

.tab-ul .more {
    float: right;
    border-bottom: 2px solid transparent;
    height: 40px;
    font-size: 18px;
    padding: 0 23px;
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
    color: #0551a7;

}

dl {
    margin-bottom: 0px !important;
}

.lefttitle {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.righttime {
    width: 15%;
    padding-right: 23px;
    text-align: right;
    color: #999;
}
.tab-list dt:first-child a{
    font-weight: bold;
}
.tab-list dt:first-child a .lefttitle{
    width: 75%;
}
.tab-list dt:first-child a .righttime{
    width: 25%;
}

.tab-list dt a:hover{
    color: #0551a7;
}

.xwlist .nr{
    margin: 0 auto;
    width: 80%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

.xwlist .nr .nr_left,.xwlist .nr .nr_right{
    background: #fff;
    border: 1px solid #ececec;
    border-top-width: 2px;
    border-top-color: #0551a7;
    width: 49.5%;
    padding: 0 20px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}
.xwlist .nr .box_3,.xwlist .nr .box_4{
    padding-bottom: 0px;
}

.xwlist .nr .title-tab{
    position: relative;
    z-index: 2;
    min-height: 53px;
    line-height: 28px;
    margin-top: 10px;
}
.xwlist .nr .title-tab b{
    color: #0551a7;
    font-size: 18px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
}

.xwlist .nr .title-tab a{
    float: right;
    color: #0551a7;
    padding-right: 14px;
    margin-top: 2px;
}

.xwlist .nr .box_1 .title-tab b{
    background-image: url("../../assets/img/kpjy.png");
    background-size: 20px 20px;
}

.xwlist .nr .box_2 .title-tab b{
    background-image: url("../../assets/img/sshd.png");
    background-size: 20px 20px;
}

.xwlist .nr .box_3 .title-tab b{
    background-image: url("../../assets/img/bbyq.png");
    background-size: 20px 20px;
}

.xwlist .nr .box_4 .title b{
    color: #0551a7;
    font-size: 18px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background: url("../../assets/img/fwdt.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px;
}

.ytable{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
.ytable-cell a{
    color: #333333;
}

.xwlist .list dt .pic{
    width: 180px;
}
.xwlist .list dt .pic img{
    height: 70px;
}
.xwlist .list dt .txt{
    padding-left: 1vw;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
.xwlist .list dt{
    margin-bottom: 16px;
}
.xwlist .list dt .txt .dot{
    font-weight: bold;
    font-size: 18px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xwlist .list dd .left_title{
    width: 80%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xwlist .list dd .right_time{
    color: #999;
    width: 20%;
    text-align: right;
    padding-right: 14px;
}

.xwlist .list dd{
    line-height: 41px;
    font-size: 14px;
}
.xwlist .list dd:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.xwlist .list dd a{
    color: #333;
    font-weight: normal;
    background: url(../../assets/img/sanjiao.png) no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
}
.xwlist .list dd a:hover{
    color: #0551a7;
}

.xwlist .nr .box_4 .title{
    position: relative;
    z-index: 2;
    min-height: 53px;
    line-height: 28px;
    margin-top: 10px;

}
.ul, .ul li {
    list-style: none;
}
.xwlist .nr .box_4 ul{
    border: 1px solid #f0f0f0;
    border-top: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.xwlist .nr .box_4 ul li{
    float: left;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: table;
    position: relative;
    table-layout: fixed;
    background: #0551a7;
    width: 50%;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
}
.xwlist .nr .box_4 ul li:nth-child(2){
    background: rgb(19,119,145);
}
.xwlist .nr .box_4 ul li:nth-child(3){
    background: rgb(19,119,145);
}
.xwlist .nr .box_4 ul li:nth-child(2n) a{
    border-left: 1px solid #f0f0f0;
}

.xwlist .nr .box_4 ul li a{
    display: table-cell;
    vertical-align: middle;

}
.xwlist .nr .box_4 ul li .icon img{
    width: 80px;
    height: 80px;
}
.xwlist .nr .box_4 ul li aside{
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
}