body {
    font-family: Microsoft YaHei;
    margin: 0px;
}

.border {
    border: 1px solid #000;
}


/* * {
    transition: all 0.1s;
} */

a {
    text-decoration: none;
}


.logo {
    width: 176px;
    position: fixed;
    /* position: absolute; */
    top: 26px;
    left: 91px;
}

.main {
    /* height: 1000px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-left {
    display: inline-block;
    width: 400px;
    height: 960px;
    overflow: hidden;
    position: sticky;
    top: 0px;
}

.main-center {
    display: inline-block;
}

.catalogue {
    margin-top: 120px;
    display: flex;
    justify-content: center;
}

.catalogue-left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    /* line-height: 32px; */
}

.catalogue-right {
    display: flex;
    flex-direction: column;
}

.catalogue-right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292525;
    /* line-height: 36px; */
}

.main-right {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-right: 5%;
    /* height: 1000px; */
}

.texttitle {
    /* height: 92px; */
    margin-top: 120px;
}

.texttitle p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
    margin: 37px 0px 20px;
}

.texttitle span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292525;
    line-height: 32px;
}

.textmain {
    padding-top: 50px;
}

.textmain p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292525;
    line-height: 32px;
}

.textmain p img{
    width: 100%;
}
.tab {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* height: 40px; */
}

.tab span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5A8B8;
    line-height: 32px;
}

.tab-left {
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40%;
}

.tab-right {
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40%;
}

.new {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 120px;
}

.reversediv {
    width: 46%;
    margin-right: 5%;
}

.newslist {
    height: 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #EEEFF6;
    border-top: 1px solid #EEEFF6;
}

.newslist p {
    margin: 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 32px;
}

.newslist button {
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #A5A8B8;
    border-radius: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5A8B8;
    padding: 0px 10px;
}

.newslist span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292525;
}

@media (max-width: 1199px) {
    .main-left {
        display: none;
    }
    .main-right {
        width: 100%;
        margin-right: 0%;
    }
    .texttitle {
        margin-top: 0px;
    }
    .textmain {
        padding-top: 5px;
    }
    .catalogue-right {
        flex-direction: row;
    }
    .catalogue-right p {
        margin-left: 20px;
    }
    .reversediv {
        width: 100%;
        margin-right: 0%;
    }
    .newslist {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        justify-content: space-around;
    }
    .newslist button {
        margin-left: 1%;
    }
    .newslist span {
        margin-left: 1%;
        font-size: 14px;
    }
}

@media (min-width: 996px) {
    .main-center {
        width: 10%;
        display: inline-block;
    }
    .catalogue {
        margin-top: 120px;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 996px) {
    .sub-group-list {
        background-color: #fff;
    }
    .mobileframe {
        width: 90%;
        margin: 0px auto;
    }
    /* 导航996 */
    .title {
        height: 100px;
    }
    .logo {
        width: 122px;
        top: 35px;
        left: 20px;
    }
    /*  */
    .logo {
        width: 122px;
        top: 35px;
        left: 20px;
    }

    .newslist {
        flex-direction: column;
        align-items: flex-start;
    }
    
}

@media (max-width:700px) {
    .info-title {
        font-size: 16px;
    }
    .info-content {
        font-size: 10px;
    }
}