a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-bottom: none;
}

@keyframes fadeIn {
    from {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}

.list-container-1 {
    width: 100%;
    height: 234px;
    background: url("../img/index-bk.png?v=219221") no-repeat;
    background-size: cover;
    padding: 0px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.con-1-view {
    width: 1000px;
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: column;
}

.con-1-view .breadcrumb {
    color: #FFFFFF;
    font-size: 15px;
    user-select: none;
}

.con-1-view .breadcrumb .link {
    cursor: pointer;
}

.con-1-view .active {
    color: #FFFFFF;
}


.con-1-title-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 53px 0 33px 0;
}

.con-1-title-view .title-1 {
    color: #FFFFFF;
    font-size: 36px;
}

.con-1-title-view .title-2 {
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.con-1-title-view .title-2 .title-2-text {
    margin: 2px 10px 0 10px;
}

.con-1-title-view .title-2 .title-2-line {
    height: 2px;
    width: 94px;
    background: #FFFFFF;
}


.list-container-2 {
    width: 1000px;
    display: flex;
    justify-content: flex-start;
    margin-top: -25px;
}

.list-container-2 .left {
    border-radius: 10px;
    width: 240px;
    padding: 40px 0 40px 0;
    min-height: 500px;
    height: 500px;
    max-height: 500px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #CCCCCC;
}

.list-container-2 .right {
    margin-left: 8px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    min-height: 580px;
}

.list-container-2 .left .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #151515;
    font-size: 16px;
    width: 176px;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
}

.list-container-2 .left .menu-item .img {
    width: 16px;
    height: 16px;
    background: url("../img/arrow-dark.png") no-repeat;
    background-size: cover;
}

.list-container-2 .left .active {
    color: #FFF;
    background: #B94534 !important;
}

.list-container-2 .left .menu-item:hover {
    color: #FFF;
    background: #B94534;
    opacity: 0;
    animation: fadeIn 2s forwards;
}

.list-container-2 .left .active .img, .list-container-2 .left .menu-item:hover .img {
    width: 16px;
    height: 16px;
    background: url("../img/arrow-light.png") no-repeat;
    background-size: cover;
}

.list-container-2 .right > div {
    width: 760px;
    background: #FFF;
    color: #151515;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: self-start;

}

.list-container-2 .right .r-title-view {
    height: 56px;
    padding: 0px 16px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    width: calc(100% - 32px);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    border-top-left-radius: 10px;
    border-top-right-radius:  10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:  0px;

}

.list-container-2 .right .r-img-view {
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.list-container-2 .right .r-img-view img {
    width: 712px;
    height: 209px;

}

.list-container-2 .right .r-info-title {
    font-size: 18px;
    margin-top: 36px;
    font-weight: 600;
    margin-left: 24px;
}

.list-container-2 .right .r-info-contacts {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
    margin-left: 24px;
}
.list-container-2 .right .r-info-line {
    display: block;
    width: calc(100% - 48px);
    margin: 16px 24px;
    height: 2px;
    border-bottom: 1px dashed #656565;
}

.list-container-2 .right .r-info-text {
    margin: 16px 24px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    text-indent:2em;
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
}

.list-container-2 .right .r-info-text p {
    padding: 0;
    margin: 0;
}
.list-container-2 .right .r-info-text a {
}
.list-container-2 .right .r-info-text .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 25px;
}
.list-container-2 .right .r-info-text .img img  {
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
}
.list-container-2 .right .r-info-text .img .img-desc  {
    margin-top: 5px;
    margin-bottom: 25px;
    text-align: center;
}
.list-container-2 .right .r-info-text ul  {
    margin-left: 30px;
}
.list-container-2 .right .r-info-text ul>li {
    position: relative;
}
.list-container-2 .right .r-info-text ul>li::before {
    content: ''; /* 使用空内容 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 设置左侧位置 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 调整垂直位置 */
    width: 10px; /* 圆点宽度 */
    height: 10px; /* 圆点高度 */
    background-color: black; /* 圆点颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}


.r-info-text .gj-jh-list {
    margin-top: 10px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: normal;
    text-indent: initial;
    width: 100%;
}

.r-info-text .gj-list-header {
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    background-color: #F7F8FA;
    display: flex;
}
.r-info-text .gj-list-header>div {
    color: #767C81;
}
.r-info-text .gj-list-item .a000-text {
    letter-spacing: 1px;
    padding: 0px 8px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    height: 24px;
    display: flex;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.to-info {
    cursor: pointer;
    text-decoration: underline;
    width: 170px;
    display: flex;
    justify-content: center;
}
.to-info:hover {
    color: #32ADE6;
    text-decoration: underline;

}
.gj-list-item {
    display: flex;
    align-items: center;
    line-height: 25px;
    padding: 6px 0px;
}
.gj-list-item>div {
    display: flex;
    justify-content: center;
}
.gj-list-item>div:nth-child(1) {
    width: 170px;
}
.gj-list-item>div:nth-child(2) {
    width: 120px;
}
.gj-list-item>div:nth-child(3) {
    text-align: center;
    flex: 1;
}
.gj-list-item>div:nth-child(4) {
    width: 100px;
}
.gj-list-item>div:nth-child(5) {
    width: 110px;
}
.gj-list-item:nth-child(odd) {
    background-color: #F7F8FA; /* 奇数行背景色 */
}

.gj-list-item:nth-child(even) {
    background-color: #ffffff; /* 偶数行背景色 */
}

/* 表1国家标准 7列布局样式 */
.bj-bz-item>div:nth-child(1) {
    width: 5%;
}
.bj-bz-item>div:nth-child(2) {
    width: 15%;
}
.bj-bz-item>div:nth-child(3) {
    width: 13%;
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
}
.bj-bz-item>div:nth-child(4) {
    width: 15%;
}
.bj-bz-item>div:nth-child(5) {
    width: 12%;
}
.bj-bz-item>div:nth-child(6) {
    width: 12%;
}
.bj-bz-item>div:nth-child(7) {
    width: 10%;
}

/* 表2国家标准计划 6列布局样式 */
.gj-jh-item>div:nth-child(1) {
    width: 5%;
}
.gj-jh-item>div:nth-child(2) {
    width: 26%;
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
}
.gj-jh-item>div:nth-child(3) {
    width: 13%;
}
.gj-jh-item>div:nth-child(4) {
    width: 17%;
}
.gj-jh-item>div:nth-child(5) {
    width: 15%;
}
.gj-jh-item>div:nth-child(6) {
    width: 15%;
}

.news-list {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    padding-top: 20px;
    margin-bottom: 70px;
}

.news-list a {
    font-size: 15px;
    padding: 10px;
    margin: 0 10px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #151515;
}

.news-list .light {
    background: #FFFFFF;
}

.news-list .dark {
    background: #EEF1F7;
}


.news-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    padding-top: 40px;
}

.news-info .title {
    text-align: center;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-info .title-2 {
    margin: 20px;
    padding: 10px 20px;
    font-size: 15px;
    color: #999999;
    background: #EEF1F7;
    width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-list .news-title{
    white-space: nowrap;      /* 保持文本在一行内显示 */
    overflow: hidden;         /* 超出容器的文本隐藏 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}

.news-info .content {
    margin-left: 20px;
    width: calc(100% - 40px);
}
.news-info .content img,.news-info .content video{
    max-width: 100%;
}
.fh-list {
    cursor: pointer;
    user-select: none;
    padding: 8px;
    background-color: #EEF1F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.fh-list img  {
    width: 16px;
    height: 16px;
}
.fh-list span  {
    font-size: 16px;
    margin-left: 6px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #B94534 !important;
}
.layui-laypage a:hover {
    color: #B94534 !important;
}
.layui-laypage-skip button {
    background-color: #B94534 !important;
    color: white !important;
    font-weight: bold !important;
}
.layui-laypage .layui-laypage-spr {
    margin-left: 10px !important;
}
.layui-laypage a {
    margin-left: 10px !important;
    background-color: #EBEDF0 !important;
}
.layui-laypage select {
    background-color: #EBEDF0 !important;
}
.layui-laypage .layui-laypage-curr {
    margin-left: 10px !important;
}
