
.content{
    padding-bottom: 120px;
    &.hasColor{
        background: rgba(223, 38, 22, 0.04);
    }
}
@media (max-width: 767px) {
    .content{
        padding-bottom: 50px;
    } 
}

.content1{
    position: relative;
    .contentInfo{
        background: #ffffff;
        .textBox{
            width: 100%;
            max-width: 820px;
            margin: auto;
            margin-top: 40px;
            .text{
                font-size: 20px;
                color: #515356;
                text-align: center;
                line-height: 40px;
                font-weight: 300;
                span{
                    font-weight: 500;
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .content1{
        .contentInfo{
            .textBox{
                margin-top: 20px;
                .text{
                    font-size: 16px;
                    line-height: 30px;
                    span{
                        font-weight: 500;
                    }
                }
            }
        }
    }
}

.content2{
    background: url(https://www.fesco.com.cn/webfile/gxntd/assets/images/js-pic1.jpg);
    background-size: cover;
    padding-bottom: 85px;
    .infoList{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 40px;
        .infoBox{
            width: 45%;
            max-width: 580px;
            position: relative;
            display: flex;
            align-items: center;
            padding: 15px;
            padding-right: 40px;
            background: rgba(147, 201, 255, 0.15);
            border-radius: 150px;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 35px;
            .icon{
                padding: 15px;
                border: solid 1px rgba(255, 255, 255, 0.1);
                border-radius: 100%;
                width: 120px;
            }
            .info{
                margin-left: 25px;
                .t1{
                    height: 21px;
                    display: block;
                }
                .t2{
                    opacity: 0.8;
                    font-size: 14px;
                    color: #FFFFFF;
                    line-height: 24px;
                    font-weight: 300;
                    margin-top: 8px;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .content2{
        .infoList{
            .infoBox{
                width: 100%;
            }
        }
    }
}
@media (max-width: 767px) {
    .content2{
        background: url(https://www.fesco.com.cn/webfile/gxntd/assets/images/js-pic1_m.jpg);
        background-size: cover;
        padding-bottom: 35px;
        .infoList{
            margin-top: 20px;
            .infoBox{
                width: 100%;
                padding: 20px;
                padding-left: 15px;
                border-radius: 50px;
                margin-left: 0;
                margin-right: 0;
                margin-bottom: 15px;
                .icon{
                    padding: 8px;
                    width: 80px;
                }
                .info{
                    margin-left: 15px;
                    .t1{
                        height: 18px;
                    }
                    .t2{
                        font-size: 13px;
                        line-height: 22px;
                    }
                }
            }
        }
    }
}

.content3{
    .info{
        width: 100%;
        margin-top: 70px;
        display: block;
    }
}
@media (max-width: 767px) {
    .content3{
        .info{
            margin-top: 20px;
        }
    }
}

.content4{
    background: url(https://www.fesco.com.cn/webfile/gxntd/assets/images/js-pic1.jpg) left bottom;
    background-size: cover;
    .info{
        width: 395px;
        margin: auto;
        margin-top: 70px;
        .button{
            background: url(../images/btnBg1.png);
            background-size: 100% 100%;
            .txt{
                color: #333436;
            }
        }
        .tip{
            font-size: 15px;
            color: #8A8D92;
            text-align: center;
            line-height: 30px;
            font-weight: 300;
            margin-top: 10px;
        }
    }
}
@media (max-width: 767px) {
    .content4{
        .info{
            width: 100%;
            margin-top: 30px;
            .button{
                width: 290px;
                height: 50px;
                margin: auto;
                .txt{
                    font-size: 16px;
                    line-height: 24px;
                }
                .arrow{
                    width: 24px;
                    height: 24px;
                    margin-top: -12px;
                }
            }
            .tip{
                font-size: 12px;
                line-height: 24px;
                margin-top: 10px;
            }
        }
    }
}

.content5{
    .newsCellList{
        margin-top: 50px;
    }
    .pagination{
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .content5{
        .newsCellList{
            margin-top: 20px;
        }
        .pagination{
            margin-top: 20px;
            .M-box{
                .txt{
                    display: none;
                }
                .jump-ipt{
                    display: none;
                }
                .jump-btn{
                    display: none;
                }
            }
        }
    }
}