.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);
}


.cpxq ul{

    width: 100%;
    height: auto;

}
.cpxq ul li{
    width: 22%;
    float: left;
    border-bottom:2px #1d1d1d solid;
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    text-align: center;

}
.cpxq2 ul li{
    width: 22%;
    float: left;
    border-bottom: 1px #767373 solid;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.cpxq2 .kuandu{
    width: 10%;
    text-align: center;
}
.cpxq2 .miaoshu{line-height: 30px;}

.cpxq .kuandu{
    width: 10%;
    text-align: center;
}

@media (max-width: 767px) {

    .cpxq ul li{
        width: 21%;
        float: left;
        text-align: center;
        border-bottom:2px #1d1d1d solid;
        font-size: 11px;
        font-weight: 700;
        padding-left: 10px;

    }
    .cpxq2 ul li{
        width: 21%;
        float: left;
        border-bottom: 1px #767373 solid;
        font-size: 12px;
        padding:0;
        text-align: center;
        line-height: 60px;
        white-space: nowrap; /* 禁止文本换行 */
        overflow: hidden; /* 隐藏溢出的内容 */
        text-overflow: ellipsis; /* 显示省略号 */
    }

    .cpxq2 .kuandu{
        width: 14%;
        text-align: center;
    }
    .cpxq2 .miaoshu{line-height: 30px;}

    .cpxq .kuandu{
        width: 14%;
        text-align: center;
    }
}