/* 侧边导航 */
.side-menu_wrap {
    padding: 20px 0;
    box-sizing: border-box;
    width: 200px;
    background-color: #fff;
}
.side-menu_wrap a:hover {
    text-decoration: none;
}
.side-menu_first,
.side-menu_second{
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #3D3D3D;
    cursor: pointer;
    width: 200px;
    height: 40px;
    line-height: 40px;
}
.side-menu_second {
    font-size: 14px !important;
}
.side-menu_second {
    padding-left: 60px;
}
.side-menu_first:hover,
.side-menu_second:hover {
    background-color: #E6F7FF;
    color: #1890FF;
}
.side-menu_first a,
.side-menu_second a{
    text-decoration: none;
}
.side-menu_first:hover::after,
.side-menu_second:hover::after {
    content: '';
    position: absolute;
    right: 0;
    width: 3px;
    height: 40px;
    background-color: #1890FF;
}
.side-menu_active-parent  {
    color: #1890FF;
}
.side-menu_active {
    background-color: #E6F7FF;
    color: #1890FF;
}
.side-menu_active::after {
    content: '';
    position: absolute;
    right: 0;
    width: 3px;
    height: 40px;
    background-color: #1890FF;
}
.fold-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
}

/* 中间新闻 */
.news-container {
    margin-left: 20px;
    padding: 20px;
    box-sizing: border-box;
    width: 0;
    flex: 1;
    background-color: #fff;
}

.news-container_top,
.news-container_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-container_mid {
    margin: 20px 0;
    width: 100%;
}

.news-container_item {
    padding: 10px 0;
    box-sizing: border-box;
    width: 48%;
    min-height: 200px;
}

.news_top {
    margin: 10px 0 8px;
    display: flex;
}
.news_top_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
    margin-right: 10px;
}
.news_top_right {
    width: 180px;
}
.news_top_title a {
    font-size: 14px;
    font-weight: 500;
    color:#3D3D3D;
}
.news_top_date {
    margin: 4px 0;
    font-size: 12px;
    color:#AFAFAF;
}
.news_top_content {
    font-size: 12px;
    color:#AFAFAF;
}
.news_top_tags {
    margin-top: 4px;
}
.news_wrap {
    padding: 10px 0;
    box-sizing: border-box;
}
.news_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.news_item a {
    color:#3D3D3D;
}
.news_title {
    flex: 1;
}
.news_date {
    width: 140px;
    text-align: right;
    color:#AFAFAF;
    font-size: 12px;
}
/* 新闻栏目页 */
.news-list_item {
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px dashed #AFAFAF;
}
.news-list_item:first-child {
    border: none !important;
}
.cover-news_item {
    display: flex;
}
.cover-news_left {
    width: 180px;
}
.cover-news_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-left: 10px;
}
.cover-news_title a {
    font-size: 16px;
    font-weight: 500;
    color:#3D3D3D;
}
.cover-news_date {
    margin: 8px 0;
    font-size: 12px;
    color:#AFAFAF;
}
.cover-news_summary {
    font-size: 12px;
    color:#AFAFAF;
}
.cover-news_tags {
    text-align: right;
}
.no-cover-news_title a {
    font-size: 16px;
    font-weight: 500;
    color:#3D3D3D;
}
.no-cover-news_summary {
    margin: 8px 0;
    font-size: 12px;
    color:#AFAFAF;
}
.no-cover-news_footer {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.no-cover-news_date {
    width: 140px;
    font-size: 12px;
    color:#afafaf;
}
.no-cover-news_tags {
    flex: 1;
    text-align: right;
}

/* 右侧内容区 */
.right-content_wrap {
    width: 300px;
}
.hot-tags_wrap {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.hot-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hot-tags_item {
    width: calc(100% / 3);
    text-align: center;
    margin-top: 30px;
}
.hot-tags_text {
    display: inline-block;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 4px;
    min-width: 60px;
    font-size: 14px;
}
.hot-news_wrap {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.hot-news {
    margin-top: 40px;
}
.hot-news_item {
    margin-top: 24px;
}
.hot-news_item a {
    font-size: 14px;
    color:#3D3D3D;
}
/* 新闻详情 */
.news-detail_wrap {
    padding: 20px;
    box-sizing: border-box;
}
.news-detail_title {
    font-size: 16px;
    font-weight: bold;
}
.news-detail_info {
    margin: 10px 0;
    color:#AFAFAF;
}
.news-detail_date {
    margin-right: 20px;
    font-size: 12px;
}
.news-detail_source {
    font-size: 12px;
}
.news-detail_content {
    margin-top: 20px;
    width: 100%;
}
.news-navigation a {
    color: #3D3D3D;
}