.center-content {
    /* margin-top: 50px; */
    text-align: center;
}

.center-content img {
    width: 1142px;
}

.center-content p {
    padding-top: 57px;
    font-size: 24px;
    color: #666666;
    line-height: 55px;
}

.center-desc-img {
    text-align: center;
}

.center-desc {
    padding-top: 114px;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 75px;
    margin-bottom: 30px;
}

.center-desc p {
    text-align: center;
    /* font-size: 30px; */
    /* font-weight: 400; */
    color: #333333;
    /* line-height: 50px; */
}

.center-contact {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 161.5px;


}

.center-contact p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}

.wximg {}

.wximg img {
    margin-top: 53.5px;
    width: 180px;
}

.wximg .leader {
    margin-top: 17px;
    font-size: 20px;
    color: #666666;
}

footer .inner {
    width: 1200px;
    margin: 0 auto;
}

footer .logo-wrap {
    font-size: 12px;
    margin-left: 220px;
}

footer .logo-wrap p {
    margin-top: 18px;
    text-align: center;
}

footer .inner .line {
    width: 1px;
    height: 154px;
    margin: 0 50px 0 60px;
    background-color: #fff;
}

footer .right-info .top {
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 35px;
}

.right-info a {
    color: #fff;
}

footer .right-info p {
    font-size: 14px;
    margin-bottom: 22px;
}

.footwrap {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.int {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}

.midInt {
    margin-top: 63px;
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 55px;
}

.descFlex {
    display: flex;
    justify-content: space-between;
}

.descFlex2 {
    display: flex;
    justify-content: space-around;
}

.descBox {
    width: 227px;
    height: 322px;
    background: #F4F5F5;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.descBox img {
    margin-top: 42px;
    width: 67px;
    height: 67px;
}

.iconTitle {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 28px;
}

.iconInt {
    width: 180px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
}

.serBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serBox img {
    width: 80px;
    height: 80px;
}

.innerTitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}

.innerInt {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    font-size: 13px;
    color: #555555;
    /* line-height: 25px; */
}

.innerInt span {
    margin-bottom: 10px;
}

.indexNews {
    width: 1200px;
    margin: 30px auto;
}

.consult {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.consult a {
    width: 550px;
    margin-bottom: 25px;
    display: flex;
}

.text-inner {
    margin-left: 14px;
    padding: 8px 0;
}

.text-inner h3 {
    font-size: 16px;
    color: var(--light-text);
}

.text-inner .time {
    font-size: 14px;
    margin-top: 9px;
}



.content {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    position: relative !important;

}

.detail {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: var(--light-text);

}