﻿@charset "utf-8";
/*---------------------------------------------------------
list styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 10px auto;
}

.list_info a:hover,
.list_left .list_left_content .title_content li a:hover,
.same_list .list_content .content_info li:hover span:first-of-type {
    text-decoration: underline;
}

.list_left .list_left_content .list_content li a:hover,
.list_right .list_content .content_info li:hover span:first-of-type {
    color: #ff0000;
}

/* 当前位置 */
.list_info {
    margin-bottom: 10px;
}

/* 列表左侧 */
.list_left {
    width: 22%;
    background: #eaf1f9;
    padding-left: 12px;
}

.list_left .list_left_content .list_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    background: #0664c3;
    padding-left: 20px;
}

.list_left .list_left_content .title_content {
    font-size: 16px;
    margin: 10px 0 0;
}

.list_left .list_left_content .title_content li {
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #b6cae3;
}


.list_left .list_left_content .title_content li a {
    color: #13498A;
}

.list_left .list_left_content .list_content {
    padding: 8px;
}

.list_left .list_left_content .list_content li {
    line-height: 34px;
    background: url(xy_sfj_artarrow.gif) left center no-repeat;
    padding-left: 10px;
}

.list_left .list_left_content .list_content li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_left .list_left_content .list_content li img {
    margin: 0 3px;
    vertical-align: middle;
}

/* 列表右侧 */
.list_right {
    width: 77%;
    border: 1px solid #c6ddf1;
}

.list_right .list_title {
    line-height: 36px;
    background: #eaf1f9;
    font-size: 20px;
    font-weight: bold;
    color: #069;
    padding-left: 20px;
}

.list_right .list_content ul {
    border-bottom: #e8e8e8 1px dotted;
    margin: 0px 5px;
    padding: 8px;
}

.list_right .list_content .content_info li {
    line-height: 36px;
    background: url(xy_sfj_multipage.gif) left center no-repeat;
    padding-left: 15px;
}

.list_right .list_content .content_info li a {
    display: flex;
    justify-content: space-between;
}

.list_right .list_content .content_info li span:first-of-type {
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.list_right .list_content .content_info .time {
    color: #999;
}

/* 通用-栏目页 */
.same_list {
    border: none;
}

.same_list .list_content {
    border: 1px solid #c6ddf1;
    margin-bottom: 10px;
}

.same_list .list_content .list_title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 10px;
}

.same_list .list_content .list_title a {
    font-weight: normal;
    color: #069;
}

.same_list .list_content .content_info li {
    background: none;
    padding: 0;
}

.same_list .list_content .content_info li span:first-of-type::before {
    content: "";
    width: 2px;
    height: 2px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.same_list .list_content .content_info li:hover span:first-of-type {
    color: #333;
}

.same_list .list_content .content_info li .time {
    font-size: 15px;
}

/* 通用-列表分页 */
.list_right .list_content .page {
    line-height: 28px;
    text-align: center;
    margin: 15px 0;
}

.list_right .list_content .page span {
    margin: 0 5px;
}

.list_right .list_content .page a {
    display: inline-block;
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    margin: 0 5px;
    padding: 0 10px;
}

.list_right .list_content .page a:hover {
    background: #fff;
    color: #333;
}

.list_right .list_content .page .curr {
    background: #5A85B2;
    color: #fff;
    font-weight: bold;
}