.gl .container:nth-child(1) {
    margin-bottom: 30px;
}
.gl .container:nth-child(1) a:last-child{
    margin-bottom: 0;
}
.gl-top {
    display: flex;
    background: #f9f9f9;
    margin-bottom: 50px;
}

.gl-top .left {
    width: 52.5%;
    padding: 60px 75px 0 60px;
}

.gl-top .right {
    width: 47.5%;
    overflow: hidden;
}

.gl-top .right img {
    width: 100%;
    transition: .4s;
}

.gl-top .left div {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}

.gl-top .left div p:nth-child(1) {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}

.gl-top .left div p:nth-child(2) {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-bottom: 25px;
}

.gl-top .left > p:nth-child(2) {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gl-top .left > a:nth-child(3) {
    width: 170px;
    height: 50px;
    line-height: 47px;
    border: 1px solid #4d7a7c;
    background: #4d7a7c;
    display: block;
    color: #fff;
    text-align: center;
    transition: .4s;
    border-radius: 25px;
}

.gl-top:hover .left > a:nth-child(3) {
    background: rgba(0,0,0,0);
    color: #4d7a7c;
}

.gl-top:hover img {
    transform: scale(1.1, 1.1);
}

.gl-div {
    display: flex;
    align-items: center;
    padding: 40px 65px;
    background: #f9f9f9 !important;
    margin-bottom: 50px;
    transition: .4s;
}

.gl-div > p {
    width: 12.9%;
    font-size: 34px;
    color: #333333;
    line-height: 1;
    margin-bottom: 0;
}

.gl-div > p span {
    font-size: 20px;
    color: #666666;
    display: block;
    margin-top: 20px;
    text-align: right;
    padding-right: 45px;
}

.gl-div div {
    width: 80.6%;
    padding-left: 50px;
    padding-right: 55px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.gl-div div p:nth-child(1) {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gl-div div p:nth-child(2) {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gl-div i {
    text-align: right;
    width: 6.5%;
    font-size: 40px;
    color: #cccccc;
    transition: .4s;
}

.gl-div:hover div p:nth-child(1) {
    color: #4d7a7c;
}

.gl-div:hover i {
    color: #82c460;
}

.gl-div:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
