@charset "utf-8";
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 !important;visibility: visible !important;
}
.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;    
}
.top-btn-wza{ display:none;}
@media screen and (max-width: 767px) {
.top-btn-wza{ display:inline-block; background-color: #ec940a;border-radius: 5px;font-size: 16px;color: #fff !important;overflow: hidden;height: auto;box-sizing: border-box;line-height:2.5;box-shadow: 0 0 5px rgb(0 0 0 / 5%);padding: 0 15px; position:absolute; right:20px; top:40px;}

}

@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;}

}

