.container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container .content .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.container .content .right {
    width: 12.2395vw;
    min-width: 200px;
    margin-left: 2vw;
}

.container .content .right .mL {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    margin-bottom: 1vw;
}

.container .content .right .mL a {
    display: block;
    width: 100%;
    padding: 0.7vw;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.5em;
    color: #111111;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.container .content .right .mL a.active {
    color: #fff;
    background-color: #A0131A;
}

.container .content .right .mL a:last-child {
    border-bottom: none;
}

.news-us {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
    padding: 4% 0;
}
.news-us .news-line {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news-us .news-line img{
    width: 20px;
    height: 41px;
    margin-right: 20px;
}

.news-us .news-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 3% 0;
    justify-content: center;
}
.news-us .news-line .news-title {
    font-size: 26px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}
.news-us .news-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 5vw;

}

.news-us .news-item .cover-img {
    width: 10vw;
    height: 10vw;
    max-width: 200px;
    min-width: 100px;
    max-height: 200px;
    min-height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.news-us .news-item .case-desc {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.news-us .news-item .dh {
    position: absolute;
    right: 20px;
    width: 20px;
}

.news-us .news-item .case-desc .name {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.news-us .cover-p {
    position: relative;
    overflow: hidden;
}
.news-us .news-item .case-desc .work {
    color: #9A9A9A;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 15px;
    align-items: center;
    margin-bottom: 5px;
}


.news-us .news-item .article-title {
    color: #36332E;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px 0;
}

.news-us .news-item .article-time {
    color: #9A9A9A;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 10px 10px;
    flex-direction: row;
}

.news-us .news-item .article-time img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}

.box-shadow {
    box-shadow: 0 0 13px 2px #dbdbdb;
}

.box-shadow:hover {
    box-shadow: 0 0 13px 2px #999;
}

.modal {
    background-color: #fff;
    margin: auto;
    max-width: 1400px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 1600px) {
    .modal {
        max-width: 1160px
    }
}

.modal-close {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 35px;
    top: 35px;
    transition: transform .4s ease
}

.modal-close img {
    fill: rgba(0, 0, 0, .5);
    height: 1em;
    width: 1em
}

.modal-close:hover {
    transform: rotate(90deg)
}

@media screen and (max-width: 1200px) {
    .modal-close {
        right: 25px;
        top: 25px
    }
}

.modal-wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    overflow: auto;
    padding: 3vw;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 77777;
}

.modal-wrap.hide {
    display: none !important;
}

.modal-wrap.active {
    display: flex !important;
}

.modal-mask {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.modal-content {
    min-height: 180px;
    padding: 80px 60px;
    display: flex;
    flex-direction: row;
}

.modal-content .photo {
    width: 45%;
    margin-right: 40px;
}

.modal-content .photo img {
    width: 100%;
    height: auto;
}

.modal-content .info {
    flex: 1;
}

.modal-content .info .name {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    padding: 0.5em 0;
    color: #00427C;
}

.modal-content .info .post {
    font-size: 20px;
    margin-bottom: 2em;
    color: #00427C;
}

.modal-content .info .intro {
    white-space: pre-line;
}

@media screen and (max-width: 1200px) {
    .modal-content {
        padding: 60px 30px
    }
}

.modal-content p {
    min-height: 1em
}

.modal-dialog {
    font-size: 14px
}

.modal-dialog h3 {
    font-size: 1.25em;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.modal-dialog .moup-dialog-close {
    background-color: #004269
}

.modal-dialog .moup-dialog-content {
    max-width: 320px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}


@media (max-width: 1000px) {
    .news-us .news-item {
        width: calc((100% - 40px) / 3);
    }
    .news-us .news-line .news-title {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .news-us .news-item {
        margin-right: 0;
    }
    .news-us .news-item .dh {
        right: 15px;
        width: 15px;
    }
    .news-us .news-item .case-desc .name {
        font-size: 17px;
    }
    .news-us .news-item .case-desc .work {
        font-size: 13px;
    }
    .modal-content {
        flex-direction: column;
    }
    .modal-content .info .name {
        font-size: 17px;
    }
    .modal-content .info .post {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .modal-content .photo {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .news-us .news-line .news-title {
        font-size: 18px;
    }
}

