body {
    width: 100%;
    height: 100%;
}

.page-box {
    /*width: 1420px;*/
    width: inherit;
    height: inherit;
    background-image: url(/images2/bg_top.png);
    background-repeat: repeat-x;
}

.top {
    height: 200px;
    background-repeat: no-repeat;
}

.top-time {
    height: 40px;
    color: #ffffff;
    margin: 0 auto;
    text-align: right;
    line-height: 40px;
}

.top-background {
    height: 160px;
    margin: 0 auto;
    background: url(/images2/top_logo_bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.top-logo {
    width: 1000px;
    height: inherit;
    margin-left: 20px;
    background-image: url(/images2/logo.png);
    background-repeat: no-repeat;
}

.nav {
    height: 60px;
    /*background-color: #05499a;*/
    color: #fff;
    background-image: url("/images2/nav_bg.png");
}

.nav a {
    height: inherit;
    background-color: inherit;
    color: inherit;
    font-size: 18px;
}

.nav-item {
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    line-height: 60px;
}

.nav-item a {
    margin: 0 auto;
    color: inherit;
}

.content {
    margin: 0 auto;
}

#loop-carousel a img {
    width: 1200px;
}

.news-image-container {
    width: 760px;
    height: 465px;
    display: inline-block;
}

.news-right-container1 {
    width: 430px;
    height: 465px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    align-items: stretch;
}

.loop-news-title {
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 80px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.6);
}

.loop-news-title a {
    color: #fff;
}

#loop-img-news img {
    width: 100%;
}

.news-title-bar {
    width: 100%;
    line-height: 56px;
    border-bottom: 1px solid #df0707;
    background-color: #f2f2f2;
}

.news-title-bar-title {
    display: inline-block;
    width: 125px;
    height: 58px;
    font-size: 18px;
    background-color: #df0707;
    color: white;
    font-weight: 700;
    text-align: center;
}

.news-right-content-list {
    width: inherit;
    background-color: #f2f2f2;
    height: calc(100% - 58px);
}

.news-right-content-list .news-right-content-list-date {
    position: absolute;
    right: 10px;
    bottom: 0;
    background-color: #f2f2f2;
    opacity: 1;
}

.news-right-content-list ul li {
    height: 100px;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px #fff solid;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

.news-right-content-list ul li:last-child {
    border-bottom: 0;
}

.news-right-content-list ul li a {
    font-size: 16px;
}

.news-title-bar-jump {
    position: absolute;
    right: 5px;
}

.link-bar {
    width: 100%;
    line-height: 56px;
    border-bottom: 2px solid #df0707;
}

.link-bar-span {
    display: inline-block;
    width: 125px;
    height: 56px;
    font-size: 18px;
    background-color: #ffffff;
    color: #df0707;
    border-bottom: 2px #df0707 solid;
    text-align: center;
}

.link-info-list {
    width: 95%;
    font-size: 18px;
    margin-left: 20px;
    height: 60px;
    line-height: 60px;
}

.link-info-list a {
    display: inline-block;
    margin-right: 20px;
}

.news-content-list ul li {
    height: 60px;
    text-align: left;
    line-height: 50px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

.news-content-list .news-content-list-title {
    white-space: nowrap; /* 强制单行显示 */
    text-overflow: ellipsis; /* 超出部分省略号表示 */
    overflow: hidden; /* 超出部分隐藏 */
    width: 1070px; /* 设置显示的最大宽度 */
    display: inline-block; /* 将 span 转换为行内块级元素 */
    vertical-align: top;
}

.news-content-list .news-content-list-date {
    float: right;
}

.bottom {
    width: 100%;
    height: 140px;
    text-align: center;
    border-top: 2px #df0707 solid;
    background-color: #f2f2f2;
    padding-top: 20px;
    margin-top: 20px;
}

.bottom div {
    font-size: 16px;
    margin: 0 auto;
    line-height: 50px;
}

/* 中心简介页面样式*/
.panel-row {
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: stretch;
}

.panel-row:last-child {
    margin-bottom: 20px;
}

.label-title {
    background-color: #f2f2f2;
}

.label-title-left {
    display: block;
    width: 120px;
    height: 60px;
    float: left;
    left: 10px;
    color: red;
    line-height: 60px;
    border-top: 2px red solid;
    text-align: center;
    font-weight: 700;
    background-color: #ffffff;
    margin-left: 2px;
}

.label-container-6 {
    display: inline-block;
    width: 575px;
    margin-left: 10px;
    vertical-align: top;
}

.label-container-12 {
    margin-left: 10px;
}

.label-content {
    padding: 36px;
    line-height: 36px;
    border: 2px #f2f2f2 solid;
    border-top: 0 #f2f2f2 solid;
}

.label-container-6 .label-content {
    min-height: 360px;
}

.label-content-zxld {
    line-height: 60px;
    padding-left: 70px;
}

/*列表页样式*/
.news-list-container {
    min-height: 600px;
    background-color: #ffffff;
}
.news-list-container .news-list {
    min-height: 600px;
    background-color: #ffffff;
}
.news-list li {
    padding-left: 50px;
    margin-top: 20px;
    margin-right: 20px;
}
.news-list-container .news-list .news-list-title {
    white-space: nowrap; /* 强制单行显示 */
    text-overflow: ellipsis; /* 超出部分省略号表示 */
    overflow: hidden; /* 超出部分隐藏 */
    width: 970px; /* 设置显示的最大宽度 */
    display: inline-block; /* 将 span 转换为行内块级元素 */
    vertical-align: top;
}
.news-list-container .news-list .news-list-date {
    float: right;
}
.list-page-container {
    text-align: center;
    margin-top: 20px;
}
/*文章页*/
.news-info {
    min-height: 400px;
    background-color: #ffffff;
}
.news-info .news-title {
    min-height: 100px;
    padding-top: 25px;
    width: 1160px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    border-bottom: 2px #f2f2f2 solid;
}
.news-info .news-text {
    min-height: 200px;
    width: 1000px;
    margin: 0 auto;
    padding: 50px;
    line-height: 32px;
}
.news-info .news-text table {
    margin: 0 auto;
}
.news-info .news-source {
    font-size: 1em;
    color: #666666;
    height: 30px;
    display: block;
    line-height: 30px;
}
/*补充样式*/
.nav-item .layui-inline {
    min-width: 140px;
    text-align: center;
}
.nav-item {
    padding-top: 1px;
    line-height: 58px;
}
.nav-item .layui-inline:hover {
    background-color: #538ec6;
}
/*图片新闻补充样式*/
.news-image-container .layui-carousel-ind {
    width: 120px;
    position: absolute;
    bottom: 50px;
    right: 2px;
    top: unset;
}
.news-image-container .layui-carousel-ind ul{
    background-color: unset;
}
.news-image-container .layui-carousel-ind ul:hover {
    background-color: unset;
}
.news-image-container .layui-carousel-ind ul li::before {
    content: unset;
}
.news-text p {
    margin-bottom: 1em;
}
