.jzdh {
    display: flex;
    line-height: 50px;
    font-size: 18px;
    height: 50px;
    margin-bottom: 55px;
    border-bottom: solid 1px #ddd;
    justify-content: center;
}
.jzdh li {
    padding-left: 40px;
    position: relative;
}
.jzdh li .dot {
    background: #ccc;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    left: 20px;
}
.jzdh .active a {
    border-bottom: #0067AC solid 2px;
    display: block;
    line-height: 50px;
    color: #0067AC;
}
.select-menu {
    width: 100%;
    height: 50px;
    left: 0;
    z-index: 2;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    display: block;
}
@media screen and (min-width: 768px){
    .select-menu {
        display: none;
    }
}
.Tmenu, .Tmenu2 {
    width: 95%;
    margin: 0 auto;
    z-index: 99;
    float: left;
    text-align: center;
}
.Tmenu {
    width: 100%;
    position: relative;
}
.Tmenu h2, .Tmenu2 h2 {
    width: 100%;
    line-height: 2.8em;
    text-align: center;
    color: #888;
    font-size: 1.2em;
    cursor: pointer;
    background-size: 4%;
    font-weight: normal;
}
.Tmenu h2 em, .Tmenu2 h2 em {
    display: inline-block;
    position: absolute;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-size: 100%;
}
.sideMenu, .sideMenu2 {
    width: 100%;
    display: none;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .95;
    background: #eee;
    z-index: 9999;
    border-bottom: #eee solid 1px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}
.sideMenu li {
    border-bottom: dotted 1px #ddd;
}
.sideMenu li a {
    color: #fff;
    font-size: 16px;
}
.clear {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.news-list-gg li {
    width: 100%;
    height: 56px;
    color: #888;
    font-size: 16px;
    line-height: 56px;
    border-bottom: #e5e5e5 dashed 1px;
}
.news-list-gg li a {
    color: #444;
}
#pages {
    margin: 60px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#pages a {
    display: block;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
}
#pages a {
    display: block;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
}
#m-more {
    width: 100%;
    height: 45px;
    color: #888;
    border: solid 1px #ddd;
    margin-top: 15px;
    float: left;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    #m-more {
        display: none;
    }
}
