/* 中间内容 PC端 */
.main {
    display: flex;
    width: 100%;
    height: 74%;
    padding-left: 2.3%;
    padding-right: 3.4%;
}


/* 左侧装饰图 */
.main-left {
    width: 22%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 右侧栏目信息 */
.main-right {
    display: flex;
    justify-content: space-between;
    width: 78%;
    padding: 1.8889vh 3.5% 0 1%;
}

.main-right-column {
    width: 12.7%;
    height: 100%;
    margin-top: 1.4444vh;
    overflow-y: scroll;
    position:relative;
    left:-0.3%
}

.main-right-column::-webkit-scrollbar {
    width: 0 !important;
}

.column-list1>li {
    margin-bottom: 2.2222vh;
}

.column-list1>li>a {
    display: block;
    padding: 2px 0.5vw 2px 0;
    border-right: 2px solid #000;
}

.column-list1>li>a>p {
    font-size: 1.0417vw;
    color: #333333;
    /* line-height: 22px; */
    line-height: 2.4444vh;
    text-align: right;
    word-wrap: break-word;
    margin-left: -6px;
}

.column-list1>li>a:hover {
    border-right: 2px solid #E11119;
}

.column-list1>li>a:hover p {
    color: #E11119;
}

.column-list2 {
    display: none;
}

.column-list2 li a {
    display: block;
    /* padding: 15px 0; */
    padding: 1.6667vh 0;
    border-bottom: 1px solid #000;
}

.column-list2 li a p {
    font-size: 0.8854vw;
    color: #333333;
    /* line-height: 19px; */
    line-height: 2.1111vh;
    text-align: right;
}

.column-list2 li a:hover p {
    color: #E11119;
}

.column-list3 {
    display: none;
}

.column-list3 li a {
    /* padding: 10px 0; */
    padding: 1.1111vh 0;
}

.column-list3 li a p {
    font-size: 0.8333vw;
    color: #333333;
    /* line-height: 18px; */
    line-height: 2vh;
    text-align: right;
}

.main-right-info {
    width: 90%;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    position: relative;
    left: 3%;
}

.main-right-info::-webkit-scrollbar {
    width: 0 !important;
}

.info-box-title {
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.info-box-title a {
    display: inline-block;
}

.info-box-title a p {
    font-size: 22px;
    font-weight: bold;
    color: #E11119;
    line-height: 24px;
}

.info-box-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.info-box-list li {
    width: 14.5833vw;
    margin-right: 1%;
}

.info-box-list li:nth-child(4n) {
    margin-right: 0;
}

.info-box-list li a {
    display: block;
    /* height: 300px; */
}

.info-box-list li a img {
    /* width: 14.5833vw;
    height: 32.1vh; */
    /* object-fit: cover; */
    width: 100%;
    height: 100%;
}

.info-box-list li a p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 10px;
}

/* 中间内容 移动端 */
.main-phone {
    display: none;
}



/* 栏目选中样式 */
.column-list1 .active a {
    border-right: 2px solid #E11119;
}

.column-list1 .active a p {
    color: #E11119;
}

.column-list2 .li-check a p {
    color: #E11119;
}



/* 分页样式 */
#pages a.previous,
#pages a.next {
    width: 35px;
}

#pages span {
    border: 1px solid #E11119;
    background-color: #E11119;
}

#pages a:hover {
    border: 1px solid #E11119;
    background-color: #E11119;
}