* {
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden;
}
.info-list {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 120px;
}
.footBox {
    width: 100%;
    background: rgb(3, 26, 61);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-list-banner img {
    width: 100vw;
    object-fit: cover;
    height: 600px;
    /*height: 600px;*/
}

.info-guide {
    display: flex;
    align-items: center;
    margin-top: 30px;
    letter-spacing: 1px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.info-guide a{color: #666666;}

.info-content {
    width: 80%;
    margin: 0 auto;
}

.info-title {
    color: #1249A3;
}

.list-container {
    margin-top: 149px;
}

.list-title {
    margin-bottom: 110px;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    height: 39px;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.list-title-color {
    color: #1249A3;
}

.tab-wrap {
    display: flex;
    position: relative;
    margin-bottom: 60px;
    /*padding-bottom: 17px;*/
    border-bottom: 1px solid #EAEAEA;
}
.menuscroll{
    overflow-x: scroll;
}
.tabs__item {
    font-size: 18px;
    margin-right: 93px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 0;
    display: flex;
    text-align: center;
    white-space: nowrap;
    padding: 0 7px 10px;
    color: #000000;
}

.tab-active {
    color: #BF1B34;
    border-bottom: 2px solid #BF1B34;
}

.active-bar {
    background-color: #BF1B34;
}

.tabs__item:nth-child(2) {
    /*margin-left: 14px !important;*/
}

.active-bar {
    margin-top: 14px;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #BF1B34;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    list-style: none;
    width: 100px;
    left: 0px;
    transform: translateX(0px);
}

/*listitem*/
.info-detail-item {
    margin-top: 50px;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 24px 0;
    cursor: pointer;
}

.info-detail-item-head {
    display: flex;
    justify-content: space-between;
}

.head-col-1 {
    display: flex;
    column-gap: 19px;
}

.item-head-tags {
    width: 6px;
    height: 22px;
    background: #BF1B34;
}

.item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
}

.head-col-2 {
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.head-col-2 img {
    width: 17px;
    height: 17px;
}

.inf-main-content {
    /*width: 1185px;*/
    margin-left: 25px;
    margin-top: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-detail-item:hover .item-title {
    color: #BF1B34 !important;
}

.info-detail-item:hover .inf-main-content {
    color: #BF1B34 !important;
}

.head-col-2-time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.info-content-back {
    width: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

/*·ÖÒ³*/
.Pagination {
    margin-top: 170px;
    text-align: center;
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    justify-content: center;
}

.el-pagination .btn-prev {
    margin-right: 20px;
}

.page-btn {
    background: white;
    width: 60px;
    height: 46px;
    line-height: 46px;
    margin-right: 20px;
}

.el-pager li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    background: white;
    width: 46px;
    height: 46px;
    line-height: 46px !important;
    margin-right: 20px;
}

.el-pager li.active {
    color: white;
    background: #1249A3;
}

.el-pager li:hover {
    color: white;
    background: #1249A3;
}

.page-btn-to {
    width: 76px !important;
}

.inpu-Page-number {
    width: 46px;
    height: 46px;
    margin-right: 20px;
    background: #FFFFFF;
}

.Pagination input {
    border: 0px;
    outline: none;
    text-align: center;
}

.page-btn:hover {
    color: white;
    background: #1249A3;
}

.page-btn-other {
    padding: 0 4px;
    background: white;
    width: 60px;
    height: 46px;
    line-height: 46px;
    margin-right: 20px;
}

.indexHeader {
    z-index: 1000;
    display: flex;
    position: fixed;
    top: 0;
    width: 100vw;
    justify-content: center;
    background: rgb(18, 73, 163)
}

.tab-wrap::-webkit-scrollbar-track {
    background-color: white;
}

.tab-wrap::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.tab-wrap::-webkit-scrollbar-thumb {
    background-color: rgb(191, 191, 191);
    border-radius: 10px;
    height: 6px;
}

/*tabele*/
.tab-wrap.is-scrollable {
    padding: 0 0px;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
    color: #BF1B34;
    border-bottom: 2px solid #BF1B34 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #BF1B34;
    border-bottom: 2px solid #BF1B34 !important;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item {
    border: 0px;
}

.el-tabs__nav-scroll {
    overflow-x: scroll;
}

.el-tabs__nav-prev, .el-tabs__nav-next {
    display: none;
}

.el-tabs--border-card > .el-tabs__header, .el-tabs--border-card > .el-tabs__header .el-tabs__item, .el-tabs__item.is-active, .el-tabs--border-card {
    border: 0px;
}

.el-tabs--border-card {
    background: #FFF;
    border: 0px solid #DCDFE6;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 12%), 0 0 6px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 12%), 0 0 6px 0 rgb(0 0 0 / 4%);
}
