a {
    color: #666;
}

.header {
    margin: 0 auto;
}

.header .top-bar {
    width: 1300px;
    display: flex;
}

.header .top-bar .logo {
    padding: 1rem 0;
    color: #4bb344;
    font-size: 1.5rem;
    font-weight: bold;
}

.header .top-bar .tel {
    padding: 1rem;
}

.header .top-bar .other {
    flex: 1;
}

.header .main-nav {
    background-color: #4bb344;
}

.header .main-nav .nav {
    width: 1300px;
    margin: 0 auto;
}

.header .main-nav .nav .nav-link {
    color: #fff;
    padding: 0.8rem;
    min-width: 8rem;
    text-align: center;
}

.header .main-nav .nav .active {
    color: #4bb344;
    background-color: #fff;
}

.banner {
    margin-bottom: 1rem;
}

.content {
    margin: 0 auto;
    width: 1300px;
    margin-top: 1rem;
}

.border-box {
    border: 1px solid #eee;
}

.border-box h3 {
    color: #4bb344;
    text-align: center;
    padding: 2rem;
    font-size: 1.5rem;
}

.split-content {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    margin-top: 2rem;
}

.split-content .left {
    width: 16rem;
}

.split-content .content-box {
    flex: 1;
    margin-left: 2rem;
}

.split-content .left-menu {
    margin-bottom: 2rem;
}

.split-content .left-menu .title {
    background-color: #4bb344;
    color: #fff;
    padding: 0.5rem 1rem;
    ;
}

.split-content .left-menu .menus {
    border: 1px solid #eee;
    border-top: none;
}

.split-content .left-menu .menus a.active {
    color: #4bb344;
}

.content-text {
    padding: 1rem;
}

.content-text p {
    text-indent: 2rem;
    color: #666;
}

.split-content .content-text {
    min-height: 40rem;
}

.split-content .content-text .row {
    margin-bottom: 1rem;
}

.split-content .content-text .media {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #eee;
    color: #666;
}

.split-content .content-text .media h5 {
    color: #4bb344;
}

.border-box .box-title {
    border-bottom: 1px solid #eee;
}

.border-box .box-title span {
    border-bottom: 1px solid #4bb344;
    display: inline-block;
    padding: 1rem;
}

.box-news-body {
    min-height: 14rem;
}

.box-pics-body {
    overflow: hidden;
}

.box-pics-body .pic {
    margin: 1rem;
    float: left;
}

.box-pics-body .pic .title {
    text-align: center;
}

.box-news-body .news {
    display: flex;
    border-bottom: 1px #eee dashed;
    color: #666;
}

.box-news-body .news:last-child {
    border-bottom: none;
}

.box-news-body .news .title {
    flex: 1;
    padding: 0.7rem;
}

.box-news-body .news .date {
    padding: 0.7rem;
}

footer {
    margin-top: 1rem;
    padding: 3rem;
    text-align: center;
    background: #222;
    color: #fff;
}