﻿body {
    background-color: #ffffff !important;
}
/* 左侧导航 */
.brief-contentbox {
    margin: 10px 0 30px;
    justify-content: space-between;
}
.brief-contentbox-left {
    width: 175px;
}
.cie-menu-list li {
    margin-bottom: 10px;
}
.cie-menu-item {
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    color: #4f4f4f;
}
.cie-menu-active, .cie-menu-item:hover {
    background-color: #6b9fff;
    color: #ffffff;
}

/* 表格 */
.headlines-contentbox table {
    max-width: 90%;
    margin: 0 auto;
    table-layout: fixed;
}
.headlines-contentbox table th,
.headlines-contentbox table td {
    word-break: break-all;
    table-layout: fixed;
    white-space: normal;
}
/* .headlines-contentbox table th,
.headlines-contentbox table td {
    border: 1px solid #000000;
    text-align: center;
} */
/* 头条要闻列表 */
.brief-contentbox-right {
    width: 82%;
    margin-top: -10px;
}
.headlines-list li {
    font-size: 18px;
    color: #b4b3b3;
    padding: 20px  20px 20px 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
.headlines-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #5ea1ff;
}
.headlines-list li a {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #353535;
}
.headlines-list li a:hover {
    color: #5ea1ff;
}

/* 头条要闻正文 */
.headlines-contentbox {
    justify-content: space-between;
}
.headlines-contentbox-left {
    width: 66%;
}
.headlines-news-title-box {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.headlines-news-title {
    color: #323232;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.headlines-news-time {
    font-size: 14px;
    color: #7c7c7c;
}
.headlines-news-content {
    color: #2e2f2f;
    margin: 20px 0;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
}
.headlines-news-content p,
.headlines-news-content h1,
.headlines-news-content h2,
.headlines-news-content h3,
.headlines-news-content h4,
.headlines-news-content span,
.headlines-news-content div,
.headlines-news-content ul,
.headlines-news-content li{
    text-align: left;
}
.headlines-news-content p {
    /* padding-bottom: 10px; */
    text-indent: 2em;
    font-size: 16px !important;
    font-family: 'Microsoft Yahei' !important;
    line-height: 30px !important;
    word-break: break-all;
}
.headlines-news-content p span {
    font-size: 16px !important;
    font-family: 'Microsoft Yahei' !important;
}
.headlines-news-content table td p {
    text-indent: 0;
}
.headlines-news-content img {
    max-width: 100% !important;
    border-radius: 10px;
    height: auto !important;
    display: block;
    margin: 20px auto;
}
.headlines-news-foot {
    display: block;
    color: #6b9fff;
    text-align: center;
    position: relative;
    margin: 40px 0 50px;
}
.headlines-news-foot:before, .headlines-news-foot:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #eeeeee;
    top: 50%;
    transform: translate(0, -50%);
}
.headlines-news-foot:before {
    left: 0;
}
.headlines-news-foot:after {
    right: 0;
}
.headlines-news-foot i {
    width: 17px;
    height: 17px;
    background: url(../images/icons.png) no-repeat;
    background-position: -34px -147px;
    vertical-align: -3px;
    margin-right: 8px;
}
.headlines-content-title {
    font-size: 22px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 23px;
}
.headlines-content-title i {
    background: url(../images/icons.png) no-repeat;
    width: 29px;
    height: 32px;
    background-position: 0 -147px;
    vertical-align: -8px;
    margin-right: 8px;
}
.headlines-contentbox-right {
    width: 27%;
    padding: 20px 0 0 20px;
    border-top: 3px solid #6b9fff;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.headlines-item-list li {
    padding: 20px 30px 20px 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.headlines-item-list li h2 {
    font-size: 16px;
}
.headlines-item-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #6b9fff;
    top: 50%;
    left: -24px;
    transform: translate(0, -50%);
}
.headlines-item-list li:last-child {
    margin-bottom: 0;
}
.headlines-item-list li:hover {
    background-color: #6b9fff;
}
.headlines-item-list li:hover h2, .headlines-item-list li:hover p {
    color: #ffffff;
}
.headlines-item-list li h2 {
    color: #6b9fff;
    font-weight: 600;
}
.headlines-item-list li p {
    color: #2e2f2f;
    font-size: 14px;
    padding-top: 10px;
    line-height: 26px;
}

/* 关注二维码 */
.follow-box {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.follow-title {
    font-size: 38px;
    color: #104280;
    font-weight: bold;
    margin-top: -10px;
    letter-spacing: 1.2px;
}
.follow-title i {
    background: url(../images/icon-follow.png) no-repeat;
    width: 48px;
    height: 41px;
    vertical-align: -5px;
    margin-right: 15px;
}
.follow-code {
    text-align: center;
    margin: 0 50px;
}
.follow-code:last-child {
    margin: 0;
}
.follow-code figure {
    margin: 0 auto 10px;
    width: 105px;
    height: 105px;
    border: 2px solid #e4effd;
    padding: 2px;
    box-sizing: border-box;
}
.follow-code figure img {
    width: 97px;
    height: 97px;
}
.follow-code p {
    color: #36355f;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}