/* 公共样式 */
body {
    min-width: 1200px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-family: "微软雅黑";
    background: #deecfb;
}

@keyframes roll {
    from {
        transform: scale(5);
        opacity: 0;
    }

    70% {
        transform: scale(.8);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigger {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ml20 {
    margin-left: 20px;
}

.ml5 {
    margin-left: 5px;
}

.fl {
    float: left;
}

a:hover {
    color: #004fd1;
}

/* ***********************header*********************** */
.header {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 99;
}

.top {
    width: 100%;
    height: 80px;
    list-style: 80px;
    background-color: #ffffff;
}

.top img {
    width: auto;
    height: 48px;
    margin-top: 15px;
    margin-left: 30px;
}

.banner {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: auto;
}

/* ******************************content****************************** */
.container {
    width: 100%;
    height: auto;
    padding: 0;
    background: url('10475183.png') no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 100px;
}

.plateCont {
    height: auto;
    overflow: hidden;
    margin: 80px auto 0;
}

.ColumnName {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.ColumnName img {
    width: 100%;
    height: 100%;
}
.ColumnNameImg{
    display: block;
}
.ColumnNameImgMo{
    display: none;
}
.palteList {
    height: auto;
    padding: 80px 60px 40px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 30px;
    margin-top: 25px;
    box-sizing: border-box;
}
.palteList ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid #e8dcc4;
}
.palteList ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #004fd1;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 20px;
}

.pageOnePubtime {
    float: right;
    color: #757575;
}

/* ******************************footer***************************** */
.footer {
    width: 100%;
    overflow: hidden;
}

.footer .footer-bottom {
    width: 100%;
    overflow: hidden;
    padding: 35px 0px 50px 0px;
    background: #014d94;
}

.footer .footer-bottom .ft-left {
    width: 180px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.footer-dzjg img {
    width: 160%;
    margin: -9px 0px 0px -15px;
}

.footer-dzjg {
    width: 50px;
    overflow: hidden;
    margin-top: 65px;
}

.footer-zfwzzc {
    width: 110px;
    overflow: hidden;
    margin-top: 68px;
}

.footer .footer-bottom .ft-center {
    width: 553px;
    height: 180px;
    float: left;
    margin-left: 38px;
}

.footer .footer-bottom .ft-center p {
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.footer .footer-bottom .ft-center p b {
    color: #fff;
}

.footer .footer-bottom .ft-right {
    width: 415px;
    height: 180px;
    float: left;
    padding-left: 6px;
}

.footer .footer-bottom .ft-right ul li {
    width: 113px;
    overflow: hidden;
    float: left;
    margin-left: 25px;
    color: #fff;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.footer .footer-bottom .ft-right ul li img {
    width: 110px;
}

.footer .footer-bottom .ft-right ul li span {
    display: inline-block;
    margin-top: 32px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.pos-ewm-box {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: url(#) center;
}

.pos-ewm-box .ewm-img-box {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}

.pos-ewm-box .ewm-img-box img {
    width: 100% !important;
    height: 100%;
}

.close-btn {
    display: inline-block;
    padding: 6px 10px 8px 10px;
    margin: 10px auto;
    line-height: 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #014d94;
}
/* ******************************二级页****************************** */
.contBox{
    margin: 50px auto;
}
.path {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-bottom: 1px #eee solid;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.listCont {
    min-height: 300px;
    margin: auto;
    padding: 20px 30px;
    background-color: #ffffff;
}

.listCont ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.listCont ul li a {
    width: 80%;
    display: inline-block;
    overflow: hidden;
}

.publishTime {
    float: right;
}

/* ******************************文章页****************************** */
.mainText {
    background-color: #ffffff;
    min-height: 300px;
    padding: 0 30px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.contentTitle {
    width: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
}

.textTitle {
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    padding: 20px 0;
}

.source {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}

.source span {
    margin-right: 20px;
}

.contentMain {
    padding: 30px 0;
    line-height: 2.2;
}
.contentMain img{
    max-width: 1000px;
}
.contentMain video,table{
    max-width: 1000px;
}
/* 二维码 */
.sjsm {
    text-align: center;
    padding: 20px 30px;
}

.sjsm p {
    color: #999;
    font-size: 1.4rem;
    font-size: 14px;
}


/* =================================== WAP端样式 ================================*/
@media only screen and (max-width:1024px) {

    /* 公共样式 */
    body {
        min-width: 100%;
        font-size: 0.24rem;
        color: rgb(51, 51, 51);
        background: #deecfb;
    }

    .w1200 {
        width: 95%;
        margin: 0 auto;
    }


    .fl {
        float: left;
    }

    a:hover {
        color: #257bd4;
    }

    .ml23 {
        margin-left: 0.28rem;
    }

    .ml5 {
        margin-left: 0;
    }

    /* ***********************header*********************** */
    .header {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 99;
    }

    .top {
        width: 100%;
        height: 0.8rem;
        list-style: 0.8rem;
        background-color: #ffffff;
    }

    .top img {
        width: auto;
        height: 0.5rem;
        margin-top: 0.15rem;
        margin-left: 0.35rem;
    }

    .banner {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    /* ***********************container*********************** */
    .container {
        width: 100%;
        height: auto;
        padding: 0;
        background: url('10475183.png') no-repeat bottom center;
        background-size: 100%;
        padding-bottom: 0.5rem;
    }

    .plateCont {
        height: auto;
        overflow: hidden;
        margin: 0.4rem auto 0;
    }

    .ColumnName {
        width: 100%;
        height: 0.8rem;
        line-height: normal;
        overflow: hidden;
        text-align: center;
    }
    .ColumnName img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
    .ColumnNameImg{
        display: none;
    }
    .ColumnNameImgMo{
        display: block;
    }

    .palteList {
        height: auto;
        padding: 0.8rem 0.3rem 0.4rem;
        box-sizing: border-box;
        background: #ffffff;
        border-radius: 0.3rem;
        margin-top: 0.2rem;
        box-sizing: border-box;
        position: relative;
    }

    .palteList ul li {
        height: 0.55rem;
        line-height: 0.55rem;
        padding-left: 0.3rem;
        position: relative;
        border-bottom: 1px solid #e8dcc4;
    }
    .palteList ul li a {
        display: inline-block;
        width: 4.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .palteList ul li::after {
        content: '';
        width: 0.1rem;
        height: 0.1rem;
        display: block;
        background: #004fd1;
        border-radius: 50%;
        position: absolute;
        left: 0.1rem;
        top: 0.22rem;
    }

    .pageOnePubtime {
        float: right;
        color: #757575;
    }

    /* ******************************footer***************************** */
    .footer {
        width: 100%;
        overflow: hidden;
    }

    .footer .footer-bottom {
        width: 100%;
        overflow: hidden;
        padding: 0.3rem 0.2rem;
        background: #014d94;
        box-sizing: border-box;
    }

    .footer .footer-bottom .ft-left {
        width: 180px;
        height: 180px;
        overflow: hidden;
        float: left;
        display: none;
    }

    .footer-dzjg img {
        width: 160%;
        margin: -9px 0px 0px -15px;
    }

    .footer-dzjg {
        width: 50px;
        overflow: hidden;
        margin-top: 65px;
    }

    .footer-zfwzzc {
        width: 110px;
        overflow: hidden;
        margin-top: 68px;
    }

    .footer .footer-bottom .ft-center {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 0;
    }

    .footer .footer-bottom .ft-center p {
        line-height: 0.4rem;
        font-size: 0.23rem;
        color: #fff;
    }

    .footer .footer-bottom .ft-center p b {
        color: #fff;
    }

    .footer .footer-bottom .ft-right {
        width: 415px;
        height: 180px;
        float: left;
        padding-left: 6px;
        display: none;
    }

    .footer .footer-bottom .ft-right ul li {
        width: 113px;
        overflow: hidden;
        float: left;
        margin-left: 25px;
        color: #fff;
        text-align: center;
        font-size: 0;
        cursor: pointer;
    }

    .footer .footer-bottom .ft-right ul li img {
        width: 110px;
    }

    .footer .footer-bottom .ft-right ul li span {
        display: inline-block;
        margin-top: 32px;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }

    .pos-ewm-box {
        display: none;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: url(#) center;
    }

    .pos-ewm-box .ewm-img-box {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
    }

    .pos-ewm-box .ewm-img-box img {
        width: 100% !important;
        height: 100%;
    }

    .close-btn {
        display: inline-block;
        padding: 6px 10px 8px 10px;
        margin: 10px auto;
        line-height: 14px;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        background: #014d94;
    }
    /* ******************************二级页****************************** */
    .contBox{
        margin: 0 auto 0.5rem;
    }
    .path {
        width: 100%;
        height: 0.7rem;
        line-height: 0.7rem;
        background-color: #ffffff;
        border-bottom: 1px #eee solid;
        padding-left: 20px;
        font-size: 0.26rem;
        box-sizing: border-box;
    }

    .path a {
        font-size: 0.26rem;
    }

    .listCont {
        min-height: 300px;
        margin: auto;
        padding: 0.3rem;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .listCont ul li {
        position: relative;
        margin: 0 0 0.3rem;
        padding-left: 0.3rem;
        font-size: 0.28rem;
    }

    .iconNewsList {
        width: 0.08rem;
        height: 0.08rem;
        background: #bd000e;
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
    }

    .listCont ul li a {
        width: 65%;
        display: inline-block;
        overflow: hidden;
    }

    .publishTime {
        text-align: right;
    }

    /* ******************************文章页****************************** */
    .mainText {
        background-color: #ffffff;
        min-height: 300px;
        padding: 0 0.2rem 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .contentTitle {
        width: auto;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1px #ddd dotted;
        overflow: hidden;
    }

    .textTitle {
        box-sizing: border-box;
        color: #000;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 0.28rem;
        font-weight: bold;
        overflow: hidden;
        padding: 0.3rem 0;
    }

    .source {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0 0 0.3rem;
        overflow: hidden;
    }

    .source span {
        margin-right: 20px;
    }

    .contentMain {
        padding: 0.2rem 0;
        line-height: 2.2;
    }
    .contentMain img{
        max-width: 100%;
    }
    .contentMain video,table{
        max-width: 100%;
    }
    /* 二维码 */
    .sjsm {
        display: none;
    }

    .sjsm p {
        color: #999;
        font-size: 1.4rem;
        font-size: 14px;
    }

}