@charset "UTF-8";

.topMainDiv {
    display: flex;
}

.contentDiv {
    margin-top: 74px;
}

.menuLeft {
    width: 200px;
    height: 740px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    float: left;
    padding: 16px;
    box-sizing: border-box;
}

.menuRight {
    width: 1048px;

    padding: 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    float: right;
    overflow: auto;
}

.menuLink {
    width: 168px;
    height: 60px;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #667085;
    line-height: 60px;
    text-align: center;
}

.linkHover {
    font-weight: 500;
    color: #095CD0;
    background: rgba(9, 92, 208, 0.1);
    border-radius: 4px 4px 4px 4px;
}

.contentDivMsg {
    height: 96px;
    margin: 32px auto 43px auto;
    background: #FFFFFF;
    display: flex;
}

.contentDivMsg div {
    flex: auto;
    text-align: center;
    margin: 25px 0 0 0;
}

.contentDivMsg div p:nth-child(1) img {
    width: 16px;
    height: 16px;
    float: left;
}

.contentDivMsg div p:nth-child(1) span {
    float: left;
    margin: 0 0 0 6px;
}

.contentDivMsg div p:nth-child(1) {
    height: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #667085;
    line-height: 16px;
    display: inline-block;
}

.contentDivMsg div p:nth-child(2) {
    height: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #101828;
    line-height: 16px;
    margin: 12px 0 0 0;
}

.contentDivMsg div::after {
    content: '|';
    float: right;
    width: 1px;
    height: 24px;
    color: #EAECF0;
    margin: -35px 0 0 0;
}

.contentDivMsg div:last-child::after {
    content: '';
}

.divNameList1 {
    width: 100%;
    float: left;
    height: 72px;
    border-bottom: 1px solid #EAECF0;
    ;
}

.divNameList1 a {
    float: left;
    width: 90%;
    height: 72px;
    font-weight: 500;
    font-size: 16px;
    color: #101828;
    line-height: 72px;
}

.divNameList1 span {
    float: left;
    width: 10%;
    height: 72px;
    font-weight: 400;
    font-size: 16px;
    color: #667085;
    line-height: 72px;
}

.divNameList {
    width: 320px;
    height: 154px;
    background: #F8FAFC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 0 12px 12px 0;
    padding: 16px;
    box-sizing: border-box;
}

.divNameList:nth-child(3n) {
    margin: 0 0px 12px 0;
}

.divNameList p:nth-child(1) {
    width: 100%;
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    color: #101828;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
}

.divNameList p:nth-child(2) {
    width: 100%;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    color: #667085;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
}

.newsDetail {
    width: 100%;
    height: 32px;
    font-weight: 500;
    font-size: 24px;
    color: #101828;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    float: left;
    margin: 0 0 32px 0;
}
.newsContent{
    height: 630px;
    overflow: auto;
    float: left;
