.cus-container {
    width: 1200px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

body {
 
}

.mainTitle-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainTitle-flex .main-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 30px;
    color: #242424;
}

.mainTitle-flex .seeAll {
    display: flex;
    align-items: center;
    margin-left: 4px;
    cursor: pointer;
    color: #666666;
}

.mainTitle-flex .seeAll img {
    margin-left: 4px;
    margin-top: 1px;
}

.mainTitle-flex .seeAll:hover {
    opacity: 0.6;
}

#common-bg {
    width: 100%;
    background-size: 100% 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
}

/* 分页样式 */
.pagenation-container {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagenation-container #page-sum {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 24px;
}

.pagenation-container a {
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    margin-left: 8px;
    color: #000000;
    background: #FFFFFF;
    padding: 8px 12px;
}

.pagenation-container .layui-laypage {
    margin: 0;
}

.pagenation-container .layui-laypage a {
    padding: 2px 12.1px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 3px;
}

.pagenation-container .layui-laypage-curr,
.pagenation-container .layui-laypage-spr {
    margin-left: 8px;
    padding: 2px 12.1px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 3px;
}

.pagenation-container .layui-laypage-spr {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    padding: 2px 11px;
}

.pagenation-container .current {
    background: #087CD6;
    color: #FFFFFF;
    border-color: #087CD6;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    margin-left: 8px;
}

.pagenation-container .first,
.pagenation-container .last {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    background: transparent;
}

.pagenation-container a:hover {
    color: #087CD6;
}

.pagenation-container .current:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

/* 面包屑样式 */
.router-box {
    display: flex;
    align-items: flex-end;
}

.router-box .normal-router {
    font-size: 14px;
    color: #666666;
}

.router-box .layui-icon {
    margin: 0 4px;
}

.router-box .last-router {
    color: #242424;
}

/* 表格样式 */
.regListTable {
    width: 100%;
}

.regListTable thead th {
    background: #F5F5F5;
    font-size: 14px;
    padding: 10px 20px;
    text-align: left;
}

.regListTable td {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 24px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: top;
    transition: ease .4s;
    color: #2e2e2e;
    text-align: center;
}

.regListTable td.text-alignLeft {
    text-align: left;
}

.regListTable td.text-alignRight {
    text-align: right;
}

.regListTable tr:hover td {
    background: #d2e9fd;
}

.regListTable a:hover {
    color: #2e2e2e;
}

.regListTable-jc {
    width: 100%;
}

.regListTable-jc thead th {
    background: #d9d9d9;
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    text-align: left;
}

.regListTable-jc td {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 24px;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: top;
    transition: ease .4s;
    color: #2e2e2e;
    text-align: center;
}

.regListTable-jc td.text-alignLeft {
    text-align: left;
}

.regListTable-jc td.text-alignRight {
    text-align: right;
}

.regListTable-jc tr:hover td {
    background: #d2e9fd;
}

.regListTable-jc em {
    color: #E1251B;
    font-weight: bold;
    font-style: normal;
}

.regListTable-jc a:hover {
    color: #2e2e2e;
}

.cus-loading {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #666666;
}

.cus-loading i {
    font-size: 28px;
    margin-bottom: 6px;
}

.content-container a {
    width: 100%;
}

.detail-container .content-box .articleBox p {
    text-indent: 0em !important;
}

.layui-layer-btn0 {
    background-color: #FFFFFF !important;
    color: #333333 !important;
    background-color: #EEEEEE !important;
}

.layui-layer-btn1 {
    background-color: #1e9fff !important;
    color: #fff !important;
}

#_span_jiucuo {
    position: static;
}


/* 关怀版样式 start */
.care_html_box {
    width: 100% !important;
}

.care_html_box {
    display: none;
}

.useOldFixed .normal_html_box {
    display: none;
}

.useOldFixed .care_html_box {
    display: block;
}
/* 关怀版样式 end */