﻿/*
 * @Descripttion: 公共二级页-css
 * @Author:
 * @Date: 2022-09-14 11:18:34
 * @LastEditTime: 2023-01-30 15:57:21
 * @FilePath: \cms-xyzg-YingKou\cms\cms_css\commonList.css
 */

.commonListBox {
    min-height: 750px;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 63px;
    padding: 0 30px 44px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
}

.commonListBox .bottom {
    display: flex;
}

.commonListBox .bottom .left .leftContain {
    display: flex;
    flex-direction: column;
    width: 265px;
    min-height: 620px;
    background: #F1F8FF;
    padding: 30px 26px;
}

.commonListBox .bottom .left .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1A7CE7;
}

.commonListBox .bottom .left .list .isActiveTab {
    color: #fff;
    background: #1A7CE7;
}

.commonListBox .bottom .left .list .isNotActiveTab {
    color: #333333;
    background: #fff;
}

.commonListBox .bottom .left .list .isNotActiveTab:hover {
    color: #1A7CE7;
}



.commonListBox .bottom .left .list .oneList {
    height: 45px;
    border-radius: 6px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}


/* 右侧 */
.commonListBox .bottom .rightContain {
    position: relative;
    flex: 1;
    overflow: hidden;
    padding-left: 30px;
}

.commonListBox .bottom .right .title {
    border-bottom: 1px solid #ECECEC;
    display: flex;
}

.commonListBox .bottom .right .title .titleContain {
    border-bottom: 2px solid #1A7CE7;
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #1A7CE7;
}

.commonListBox .bottom .right ul {
    padding-top: 4px;
    width: 845px;
}

.commonListBox .bottom .right ul li {
    padding: 14px 0;
    width: 845px;
    border-bottom: 1px dashed #ACACAC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.commonListBox .bottom .right ul li .leftNews {
    display: flex;
    align-items: center;
}

.commonListBox .bottom .right ul li .leftNews a {
    width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commonListBox .bottom .right ul li .dot {
    width: 6px;
    height: 6px;
    background: #1A7CE7;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.commonListBox .bottom .right ul li .rightTime {
    font-size: 14px;
    color: #999999;
}

.commonListBox .bottom .right ul li:last-child {
    border-bottom: none;
}

.commonListBox .bottom .right .pagination {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}