

/*内容区*/

.top-up {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 50px 0;
}
.top-up-title-content{
    margin-bottom: 20px;
}
.top-up-title{
    margin-bottom: 14px;
}

.top-up-title>a{
    line-height: 60px;
    text-align: center;
    vertical-align: top;
    font-size: 42px;
    font-weight: 700;
    color: rgb(187, 35, 50);
}
.top-up-sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(187, 35, 50);
    text-align: center;
    vertical-align: top;
}
.top-headline {
    overflow: hidden;
}
.top-headline-item {
    /*display: flex !important;*/
    background-color: #fff !important;
    height: 400px;
}

.top-headline-item-content {
    display: flex;
    display: -ms-flexbox;
}

.top-headline-item-img {
    flex: 1;
    -ms-flex: 1 1 0%;
    height: 400px;
    width: 640px;
    cursor: pointer;
}

.top-carousel-indicator {
    display: flex;
    display: -ms-flexbox;
    margin-top: 13px;
    margin-bottom: 40px;
}

.top-carousel-indicator-container {
    /*flex: 1;*/
    display: flex;
    display: -ms-flexbox;
    -ms-flex: 1 1 0%;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.top-carousel-indicator-container:first-child{
    width: 640px;
}

.top-carousel-indicator-item {
    margin-left: 11px;
    width: 8px;
    height: 8px;
    background: darkgrey;
    cursor: pointer;
}

.top-carousel-indicator-item.active {
    background: rgb(187, 35, 50);
}

.top-carousel-indicator-blank {
    margin-left: 30px;
}

.top-headline-content {
    min-width: 0;
    flex: 1;
    -ms-flex: 1 1 0%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;

    margin-top: 10px;
    margin-left: 30px;
    width: 30px;
}

.top-headline-content-desc {
    margin-top: 44px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; /* 每行高度 30px，5 行就是 150px */
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    max-height: 150px; /* 最高 150px */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 溢出部分用省略号表示 */
    display: -webkit-box; /* 以弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 子元素垂直排列 */
    -webkit-line-clamp: 5; /* 最多显示 5 行 */
}

.top-headline-content-line{
    margin-top: 44px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.top-headline-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.top-headline-col {
    margin-top: 25px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.top-headline-col-left {
    display: flex;
    display: -ms-flexbox;
    line-height: 30px;
    text-align: center;
}

.top-headline-col-type {
    width: 88px;
    background: rgb(254, 237, 206);
}

.top-headline-col-name {
    width: 88px;
    background: rgb(187, 35, 50);
    color: #fff;
}

.top-headline-col-right {
    display: flex;
    display: -ms-flexbox;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
    text-align: left;
    vertical-align: top;
}

.top-headline-col-middle {
    margin: 0 10px;
}

.top-headline-to {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(187, 35, 50);
    text-align: left;
    vertical-align: top;
    cursor: pointer;
}

.index-content {
    display: flex;
    display: -ms-flexbox;
}

/* 栏目新闻头部 */
.index-important-news {
    width: 800px;
    margin-right: 50px;
}

.index-content-header {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    border-bottom: 1px solid rgba(233, 233, 233, 1);
}

.index-content-header:after {
    /*content: '';*/
    /*display: block; !* 将伪元素设置为块级元素 *!*/
    /*width: 100%; !* 横线宽度与标题一致 *!*/
    /*height: 2px; !* 横线高度 *!*/
    /*background: rgb(187, 35, 50);*/
}

.index-content-header-title {
    text-align: center;
}

.index-content-header-title-text{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    margin-right: -14px; /* 整体右移 14px，抵消最后一个字符右侧间距 */
}

.index-content-header-title-text:after{
    content: '';
    display: block; /* 将伪元素设置为块级元素 */
    width: 100%; /* 横线宽度与标题一致 */
    height: 2px; /* 横线高度 */
    transform: rotate(180deg);
    background: rgb(187, 35, 50);
}

.index-content-header-title-text-child{
    padding: 0 6px 9px 6px;
}

.index-content-header-title-top-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    padding: 0 6px 9px 6px;
    display: inline-block;
    margin-right: -14px; /* 整体右移 14px，抵消最后一个字符右侧间距 */
}

.index-content-header-title:after {
    content: '';
    display: block; /* 将伪元素设置为块级元素 */
    width: 100%; /* 横线宽度与标题一致 */
    height: 2px; /* 横线高度 */
    transform: rotate(180deg);
    background: rgb(187, 35, 50);
}

.index-content-header-more {
    font-size: 14px;
    font-weight: 400;
    color: rgb(187, 35, 50);
    text-align: left;
    vertical-align: top;
    margin-right: 15px;
    cursor: pointer;
}

.index-content-list {
    min-width: 0;
}

.index-content-item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.index-content-item:not(:first-child) {
    /* 这里可以添加你想要的样式 */
    margin-top: 12px;
}
.index-content-title {
    font-size: 18px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 14px;
    margin-bottom: 8px;
    cursor: pointer;
}

.index-content-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    color: rgba(153, 153, 153, 1);
    text-align: left;
    vertical-align: top;
    margin-bottom: 18px;
}

.index-content-bottom {
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    align-self: flex-end;
    -ms-flex-item-align: end;
    margin-bottom: 10px;
}

.index-services {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    /* 先使用自定义字体，若不支持则使用系统默认无衬线字体 */
    font-family: 'YSHST', sans-serif;
    align-items: flex-end;
    -ms-flex-align: end;
}

.index-services-list {
    /* 标准语法，适用于现代浏览器 */
    overflow: auto;
    width: 450px;
}

.index-services-item {
    display: block;
    float: left;

    width: 215px;
    height: 80px;
    border-radius: 4px;
    margin-bottom: 12px;
    cursor: pointer;
}

.index-services-item:nth-child(2n+1) {
    margin-right: 20px;
}

.index-services-item-img{
    width: 215px;
    height: 80px;
    border-radius: 4px;
}

.index-services-link{

}

.index-services-link-item{
    width: 450px;
    height: 80px;
    border-radius: 4px;
    margin-bottom: 8px;

    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;

    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.index-services-link-item-img{
    width: 450px;
    height: 80px;
}

.index-information-container{
    width: 100%;
    background: rgba(250, 250, 250, 1);
    margin-top: 30px;
    padding: 30px 0;
}

.index-information-content{
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
}

.index-information{
    width: 1300px;
    margin: 0 auto;
}
.index-information{
    width: 1300px;
    margin: 0 auto;
}
.index-information-2{
    width: 1300px;
}
.index-information-list-container{
    margin-top: 30px;
    overflow: hidden;
}
.index-information-content-arrow{
    width: 30px;
    height: 80px;
    transform: rotate(180deg);
    background: rgb(187, 35, 50);
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 24px;
    cursor: pointer;
}
.index-information-content-arrow.information-button-disabled{
    background: rgba(242, 242, 242, 1);
}
.index-information-content-arrow .layui-icon{
    color: #fff;
}

.index-information-list{
    /*display: flex;*/
}
.index-information-item{
    height: 130px;
    width: 200px;
}

.index-information-item:nth-child(6n + 2),
.index-information-item:nth-child(6n + 3),
.index-information-item:nth-child(6n + 4),
.index-information-item:nth-child(6n + 5),
.index-information-item:nth-child(6n + 6) {
    margin-left: 20px;
}

.index-special{
    margin-top: 30px;
}

.index-special-list{
    height: 170px;
    border: 1px solid rgba(233, 233, 233, 1);
    box-sizing: border-box; /* 防止内边距导致宽度溢出 */

    width: 100%; /* 确保父容器占满可用宽度 */
    margin-top: 22px;
    padding: 15px 18px;

    display: flex;
    display: -ms-flexbox;
}

.index-special-swiper-container{
    height: 140px;
    margin: 0 18px;

    overflow: hidden; /* 关键：隐藏溢出内容 */
    position: relative; /* 配合滑块定位 */
    display: block;

    width: calc(100% - 96px);
}

.index-special-swiper-arrow{
    width: 30px;
    height: 140px;
    transform: rotate(180deg);
    background: rgba(242, 242, 242, 1);

    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;

    cursor: pointer;
}

.index-special-swiper-left{
}

.index-special-swiper-right{
}

.index-special-swiper-item{
    /*margin-left: 16px;*/
    border-radius: 4px;
}
.index-special-swiper-item-img{
    height: 140px;
    width: 250px;
}
.index-area-news{
    margin-top: 40px;
}

.index-content-columns{
    /*display: flex;*/
    margin-top: 30px;
    overflow: hidden;
}
.index-content-columns-item{
    float: left;
    width: 48%;
}
.index-content-columns-item:first-child,
.index-content-columns-item:nth-child(2){
    margin-top: 0;
}

.index-content-columns-item:nth-child(2n+1){
    margin-right: 50px;
}

.index-content-columns-bottom{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;
}

.index-content-column{
    -ms-flex: 1; /* IE 10 旧版语法 */
    flex: 1; /* 标准语法 */
}

.index-parallel-col{
    margin-top: 60px;
    display: flex;
    display: -ms-flexbox;
}

.index-parallel-col-item{
    flex: 1;
    -ms-flex: 1;
    min-width: 0;
}
.index-parallel-col-item:first-child {
    margin-right: 50px;
}
.index-content-simple-container{
    margin-top: 23px;
    padding: 16px;
    border: 1px solid rgba(233, 233, 233, 1);
    height: 282px;
}
.index-content-simple-title{
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}
.index-content-simple-title:before{
    content: '';
    width: 6px;
    height: 6px;

    display: inline-block;
    background: rgba(204, 204, 204, 1);

    vertical-align: middle; /* 让伪元素垂直居中 */
    margin-right: 13px; /* 给伪元素和文本之间添加间距 */
}

