.communist {
    background: url(../../img/website/nav_hover.png) center no-repeat;
}
.backing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/website/ny_bg.jpg) center no-repeat;
    background-size: cover;
}
.back {
    overflow: auto;
    width: 100%;
    height: 100%;
}
.mengbantop {
    position: absolute;
    top: 0;
    right: 0;
    width: 960px;
    height: 25px;
    background-color: #901413;
    z-index: 99;
}
.mengbanbottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 960px;
    height: 25px;
    background-color: #901413;
    z-index: 99;
}
.main {
    position: relative;
    width: 1210px;
    height: auto;
    margin: 125px auto 135px;
    z-index: 98;
}
.mainnav {
    position: fixed;
    top: 125px;
    overflow: auto;
    width: 250px;
    background-color: #d55f00;
}
.mainnavtitle {
    width: 100%;
    height: 160px;
    background: url(../../img/website/zcl_top_bg.jpg) center no-repeat;
    background-size: cover;
}
.mainnavtitleh {
    width: 100%;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #fff;
    line-height: 130px;
    text-align: center;
}
.mainnavtitlep {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.mainnavcon {
    width: 100%;
    height: inherit;
}
/* 主容器 */
.mainnavlist {
    min-height: 60px; /* 图片中的标准行高 */
    padding: 8px 24px; /* 匹配图片的左右间距 */
    border-bottom: 1px solid rgba(255,255,255,0.2); /* 图片中的分隔线 */
    display: flex;
    align-items: center;
    background: #d34e08; /* 图片中的橙红背景色 */
    cursor: pointer;
    transition: background 0.2s;
}

.mainnavlistshow {
    background-color: #d34e08;
}
.mainnavlist:hover {
    background-color: #d34e08;
}
/* 图标精准还原 */
.mainnavlistpic {
    width: 16px; /* 匹配图片中的三角图标尺寸 */
    height: 16px;
    margin-right: 12px; /* 图标文字间距 */
    background: url(../../img/website/zcl_top_xz.png) no-repeat;
    background-size: contain;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)); /* 图片中的微投影 */
}
.mainnavlistpicnone {
    float: left;
    width: 20%;
    height: 100%;
    background: none;
}
/* 文字精确对齐 */
.mainnavlistword {
    font-size: 18px; /* 完全匹配图片字号 */
    color: #fff;
    line-height: 1.4; /* 图片中的行距比例 */
    letter-spacing: 0.5px; /* 精确字间距 */
    white-space: normal;
    word-break: break-all; /* 强制换行匹配图片断词效果 */
    flex: 1;
    padding: 2px 0; /* 补偿行高 */
}
/* 多行文字特殊处理 */
.mainnavlistword br { /* 匹配图片中的强制换行 */
    display: block;
    content: "";
    margin-bottom: 4px;
}

/* 精确适配多行场景 */
@media (max-height: 800px) { /* 匹配图片中的屏幕比例 */
    .mainnavlist {
        min-height: 54px;
        padding: 6px 20px;
    }

    .mainnavlistword {
        font-size: 16px;
    }
}

.maincon {
    overflow: auto;
    float: right;
    width: 960px;
    height: 100%;
    background-color: #901413;
}
.maincon::-webkit-scrollbar {
    display: none;
}
.mainconpic {
    display: block;
    width: 100%;
    height: 250px;
}
.maincontentnone {
    display: none;
}
.maincontent {
    display: block;
    width: 100%;
    height: 100%;
}
.mainconlistdl {
    width: 888px;
    height: 163px;
    margin: 0 auto;
    padding: 25px 0;
    border-bottom: solid 2px #740403;
}
.mainconlistdt {
    display: inline-block;
    width: 300px;
    height: 100%;
    margin-right: 20px;
    vertical-align: top;
}
.mainconlistdtimg {
    width: 100%;
    height: 100%;
}
.mainconlistdd {
    display: inline-block;
    width: 563px;
    height: 100%;
}
.mainconlistddtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    height: 48px;
    font-size: 18px;
    color: #fff;
    line-height: 68px;
    letter-spacing: 3px;
}
.mainconlistddtext {
    overflow: auto;
    width: 100%;
    height: 40px;
    margin: 20px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
.mainconlistddtext::-webkit-scrollbar {
    display: none;
}
.mainconlistddbottom {
    width: 100%;
    height: 35px;
}
.mainconlistddbottomspan {
    float: left;
    width: 104px;
    height: 100%;
    background-color: #d55f00;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.mainconlistddbottomspan:hover {
    background-color: #d34e08;
}
.mainconlistddbottomstrong {
    float: right;
    width: 200px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: right;
}
.newmaincon {
    float: right;
    width: 925px;
    height: auto;
}
.kongabai {
    float: right;
    width: 100%;
    height: 135px;
}
.newmainconpic {
    /*display: block;*/
    width: 100%;
    height: 250px;
}

.newmaincontentnone {
    /*display: none;*/
}

.newmaincontent {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.newmaincontenttop {
    width: 840px;
    height: 125px;
    margin: 0 auto;
    border-bottom: dotted 2px #666;
}

.newmaincontenttitle {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    height: 80px;
    font-size: 24px;
    color: #000;
    line-height: 100px;
    text-align: center;
}

.newmaincontenttopline {
    width: auto;
    height: 45px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 35px;
    text-align: center;
}

.newmaincontenttoplinetime {
    /*margin-right: 50px;*/
    margin-right: 0px;
}

.newmaincontenttoplinepeople {
    margin-right: 40px;
}

.newmaincontentwrap {
    width: 780px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 50px;
}

.newmaincontentwraptext {
    width: 100%;
    height: auto;
    margin: 15px 0;
    font-size: 14px;
    color: #000;
}

.newmaincontentwrapimg {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
}
.newmaincontent img {
    width: 100% !important;
}