.glhdlb {
    width: 1152px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    padding: 30px
}

.glhdlb .title {
    letter-spacing: 3px;
    margin: 0px 0 35px 15px;
    font-size: 14px
}

.glhdlb .content {
    overflow: hidden
}

.glhdlb .content .left {
    width: 240px;
    height: 100vh;
    float: left;
    background: #e7f3ee;
    text-align: center;
    font-size: 18px;
    margin-right: 52px
}

.glhdlb .content .left .top {
    height: 56px;
    background: #30604e;
    line-height: 56px;
    color: #ffff;
    border-bottom: 8px solid #9c8267;
    box-sizing: content-box
}

.glhdlb .content .left .column {
    margin: 0 20px;
    height: 80px;
    border-bottom: 1px solid #99cccc;
    line-height: 105px
}

.glhdlb .content .left .active {
    font-weight: bold;
    color: #30604e;
    background-image: url(arrow.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 162px 45px
}

.glhdlb .content .right {
    float: left;
    width: 860px
}

.glhdlb .content .right .main {
    font-weight: bold;
    color: #30604e;
    font-size: 24px;
    padding: 12px 10px;
    border-bottom: 3px solid #9c8267
}

.glhdlb .content .right .list {
    width: 860px;
    height: 171px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    display: flex;
    padding: 0 35px;
    padding-top: 35px;
    margin-top: 24px;
    cursor: pointer
}

.glhdlb .content .right .list img {
    width: 160px;
    height: 101px;
    margin-right: 40px
}

.glhdlb .content .right .list .card {
    width: 600px
}

.glhdlb .content .right .list .card .card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px
}

.glhdlb .content .right .list .card .card-con {
    color: #666666;
    line-height: 25px
}

.gl-footer {
    text-align: center;
    height: 72px;
    background: #30604e;
    width: 100%;
    border-top: 8px solid #9c8267;
    box-sizing: content-box;
    line-height: 72px;
    color: #ffffff
}

.gl-header {
    width: 100%;
    height: 320px;
    background-color: #30604e;
    padding-top: 90px;
    position: relative
}

.gl-header .line {
    display: flex;
    justify-content: space-between;
    width: 1152px;
    margin: 0 auto
}

.gl-header .search {
    display: flex;
    align-items: center
}

.gl-header .search input {
    width: 400px;
    height: 40px;
    background: #ffffff;
    text-indent: 10px;
    margin-right: 17px
}

.gl-header .search button {
    width: 112px;
    height: 40px;
    background: #9c8267;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px
}

.gl-header .logo {
    width: 364px;
    height: 53px
}

.gl-header .logo img {
    width: 100%;
    height: 100%
}

.gl-header .head-column {
    height: 72px;
    background: #000000;
    opacity: .5;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-family: Adobe Kaiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 72px
}

.gl-header .head-column .box {
    display: flex;
    width: 1150px;
    justify-content: space-around;
    margin: 0 auto
}

.gl-header .head-column .text {
    display: flex;
    align-items: center
}

.gl-header .head-column .text img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}