.main-banner {
    padding-top: 88px;
}
.main-content {
    background-color: white;
    padding: 0;
}
.nav-menu-bar {
    position: fixed;
    top: 44px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    z-index: 30;
    background-color: #10953E;
    display: flex;
    justify-content: space-between;
}
.nav-menu-bar a {
    padding: 0 15px;
    color: white;
}
.nav-menu-bar .active {
    background-color: #0d8336;
}
.main-content .tab-bar {
    width: 100%;
    height: 44px;
}
.tab-bar ul {
    overflow-x: auto;
    display: flex;
    box-shadow: 0 2px 4px 0 rgba(225,225,225,0.5);
    padding: 0 10px;
    justify-content: space-around;
}
.tab-bar ul li {
    line-height: 44px;
    white-space: nowrap;
}
.tab-bar ul .cur {
    border-bottom: 3px solid #259A52;;
}
.main-content .press-content {
    padding: 10px;
}
.press-content .news-item {
    height: 100px;
}
.press-content a {
    margin-top: 10px;
    display: block;
}
.press-content a:first-child {
    margin-top: 0;
}
.news-item .cover {
    float: left;
    width: 150px;
    height: 100px;
}
.news-item .detail {
    padding-top: 4px;
    padding-left: 14px;
    float: left;
    width: 200px;
}
.news-item .detail .title {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-item .detail .description {
    font-size: 10px;
    color: #8A8A8A;
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news-item .detail .time {
    margin-top: 10px;
    color: #10953E;
}
.news-item .detail .detail-icon {
    position: absolute;
    right: 16px;
    margin-top: -16px;
}
.footer-content {
    margin-top: 0;
}