body,
div,
img,
span,
p,
a,
header,
footer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

a{
    color:#333;
    text-decoration: none;
}

a:hover{
    color:#0154A4;
}

.header-bottom {
    width: 100%;
    background-color: #0178DC;
	position: relative;
}

.header-bottom-box {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.header-bottom-title {
    font-size: 18px;
    color: #fff;
    width: calc(100% / 6);
    min-width: 4.5em;
    float: left;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.default-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.default-newslist .index-ul{
    display: none;
}
.default-newslist .index-ul.active{
    display: block;
}
.default-newslist{
    margin-bottom: 10px;
}
.index-ul table,.index-ul tr,.index-ul td,.index-ul tbody{
    display: block;
    width:100%;
}

.xxgk_article{
    border-spacing: 0;
    width:100% !important;
    border-collapse: collapse;    
}

    .footer-box {
        width: 100%;
        background-color: #0057A7;
    }

    .footer-box a:hover {
        color:#fff;
    }
    
    .footer-content {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
    }
    
    .footer-content-left {
        display: inline-block;
        width: 630px;
        vertical-align: top;
        position: relative;
    }
    
    .footer-content-right {
        width: 540px;
        display: inline-block;
    }
    
    .footer-text {
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        max-width: 600px;
    }
    
    .footer-text a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-content-left-imgs {
        font-size: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    .footer-content-left-imgs img {
        margin: 0 10px;
    }

    .footer-content-left-left {
        /*position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);*/
    }
    
    .footer-content-left img {
        /*position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);*/
    }
    
    .footer-line {
        display: inline-block;
        height: 120px;
        width: 1px;
        background-color: #fff;
        margin: 0 20px;
    }
    
    .footer-right-imgbox {
        display: inline-block;
        text-align: center;
        width:128px;
    }
    
/*    .footer-right-imgbox:nth-child(2) {
        margin: 0 22px;
    }*/
    
    .footer-right-imgbox img {
        width: 100px;
        height:100px;
        display: block;
        margin:0 auto 10px auto;
    }
    
    .footer-right-imgbox-text {
        font-size: 16px;
        color: #fff;
    }
    
    .footer-content2 {
        display: none;
    }

#zoom{ word-wrap: break-word;}
.older .footer-box{ color:#fff; background-color: #0057A7;}
.older .footer-box a{ color:#fff;}
.older .footer-content{display:block !important;width:1200px !important; margin:0 auto; padding:.36rem !important; overflow:hidden;}
.older .footer-content2{display:block !important;padding:0.3rem;width:100%;max-width:1200px;margin:0 auto}
.older .footer-content-left{width:100% !important;height:auto !important;position:relative}
.older .footer-content-right{margin-top:0.2rem;width:100% !important}
.older .footer-text{display:block !important;font-size:0.32rem !important;line-height:0.6rem !important;max-width:100% !important}
.older .footer-content-right{text-align:center;display:none !important}
.older .footer-content-right img{height:1rem}

@media screen and (max-width: 767px) {
.LCtop{ display:none;}
.footer-content-left-left{ width:100%; transform:none; position:relative;}
.hui-content-box-top{height:auto !important; overflow:hidden;}
.hui-content-box-top a{ width:49% !important; margin:0 2% 2% 0 !important;}
.hui-content-box-top a:nth-of-type(2n){ margin:0 0 2% 0 !important;}
.hui-content-box-top img{ width:100%; height:auto;}

.footer-box{ color:#fff; background-color: #0057A7;}
.footer-box a{ color:#fff;}
.footer-content{display:block !important; width:100% !important; padding:.36rem;}
.footer-content2{display:block !important;padding:0.3rem;width:100%;max-width:1200px;margin:0 auto}
.footer-content-left{width:100% !important;height:auto !important;position:relative}
.footer-content-left-left{width:100%;transform:none;position:relative}
.footer-content-right{margin-top:0.2rem;width:100% !important}
.footer-text{display:block !important;font-size:0.3rem !important;line-height:0.6rem !important;max-width:100% !important}
.footer-content-right{text-align:center; display:none;}
.footer-content-right img{height:1rem}

.UseInMobile .footer-content{ padding:.36rem .36rem 1.6rem;}
}

