/* 中间内容 */
.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 0 0 1%;
}

.main-right-column {
    width: 12.1%;
    height: 100%;
    margin-top: 1.4444vh;
    margin-left: -0.55%;
    overflow-y: scroll;
}

.main-right-column::-webkit-scrollbar {
    width: 0 !important;
}

.column-list1>li {
    margin-bottom: 2.2222vh;
}

.column-list1>li>a {
    display: block;
    padding: 2px 1.0417vw 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;
}

.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.88vw;
    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: 84%;
}

.info-list li {
    padding: 0.5556vh 0;
}

.info-list .li-line {
    padding-bottom: 1.7778vh;
    margin-bottom: 1.1111vh;
    border-bottom: 1px dashed #ccc;
}

.info-list .li-line:nth-child(3n) {
    padding-bottom: 0.6667vh;
    margin-bottom: 0;
    border-bottom: none;
}

.info-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-list li a .a-title {
    width: 75%;
    display: flex;
    align-items: center;
}

.info-list li a .a-title img {
    width: 9px;
    height: 7px;
    margin-right: 7px;
}

.info-list li a .a-title p {
    font-size: 0.8333vw;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list li a .time {
    font-size: 0.8333vw;
    color: #999999;
}

.info-list li a:hover .a-title p,
.info-list li a:hover .time {
    color: #E11119;
}



/* 栏目选中样式 */
.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 {
    margin-bottom: 0;
}

#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;
}