
.module.mcounter ul.content_list li p.number .counterDX {
    color: #333;
}

.module.mcounter {
    padding: 60px 0 40px;
}
.module.mcounter ul.content_list li div {
    border-right: rgba(0, 0, 0, 0.1) 1px solid;
}
#indexPage #mpage {
    margin-bottom: 100px;
}
#indexPage #mpage .wrapper li .fimg {
    height: 400px;
}

#mpage .module-content .des-wrap {
    float: right;
    z-index: 5;
    padding: 100px 60px 0;
    line-height: 28px;
    color: #9c9c9c;
    width: 650px;
    height: 400px;
    box-sizing: border-box;
    background-color: #fff;
}

#indexPage #mpage a.more {
    bottom: 10px;
}

#indexPage #mpage .wrapper li {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 480px;
}

.Pagespartner #partnerlist {
    padding: 100px 0 0;
}
.Pagespartner .partneritem {
    float: left;
    width: calc(100% / 6);
    margin-bottom: 30px;
}

#sitecontent {
    min-height: 100vh;
}

#indexPage #mslider ul li .description {
    padding: 100px;
}
#indexPage #mslider ul li p.title {
    font-size: 48px;
    margin-bottom: 7px;
}

#projectlist .projectitem a .project_info p.subtitle {
    height: auto;

    max-height: 20px;
    display: none;
}

#projectlist .projectitem a .project_info {
    display: flex;
    align-items: center;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#projectlist .projectitem a .project_info div {
    margin: 0;
    top: auto;
}

#projectlist .projectitem a .project_info .description {
    bottom: 4px;
}

#mpage .content .header p.title {
    color: #626262;
}

.npagePage #projectlist .projectitem a .project_info .description {
    bottom: -4px;
}

/* 语言切换按钮 */

.lang-tab {
    display: flex;
    float: right;
    color: #4d4d4d;
    /* height: 72px; */
    align-items: flex-start;
    padding-top: 8px;
    margin-left: 10px;
}

.lang-btn {
    display: block;
    padding: 0 10px;
    border: 2px solid #4d4d4d;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    transition: 0.36s ease;
}

.lang-btn:hover {
    color: #fff;
    background-color: #4d4d4d;
}
