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