﻿@charset "utf-8";
/*---------------------------------------------------------
list styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.list_left {
    width: 19%;
    height: fit-content;
    border: 1px solid #E8E8E6;
    margin-top: 6px;
}

.list_right {
    width: 76%;
}

.list_left .list_title {
    font-size: 18px;
    font-weight: bold;
    color: #D10000;
    line-height: 36px;
    padding-left: 25px;
}

.list_left .title_content {
    width: 88%;
    margin: 8px auto 10px;
}

.list_left .title_content li {
    line-height: 36px;
    border-bottom: 1px dashed #DDDDDD;
    padding-left: 27px;
    background: url(xy_czj_k2.jpg) 6px center no-repeat;
}

/* 通用-当前位置 */
.list_right .list_info {
    height: 36px;
    line-height: 36px;
    background: url(xy_czj_jyfc_title.jpg) no-repeat;
    background-size: 100% 100%;
}

.list_right .list_info .info_left {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: url(xy_czj_title11_cen.jpg) no-repeat;
    background-size: 100% 100%;
}

.list_right .list_info .info_right {
    padding-top: 3px;
}

/* 栏目页、列表页右侧列表 */
.list_right .list_content {
    border: 1px solid #E8E8E6;
    padding: 30px 16px;
}

.list_right .list_content .same_list {
    border: 1px solid #dddddd;
    padding: 1px;
    margin-bottom: 30px;
}

.list_right .list_content .same_list:last-of-type {
    margin: 0;
}

.list_right .list_content .same_list .same_title {
    line-height: 34px;
    background: #fff6d4 url(xy_czj_zy_zfjg_list.jpg) no-repeat;
    background-size: 100% 100%;
}

.list_right .list_content .same_list .same_title span:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 11px;
}

.list_right .list_content .same_list .same_title .same_more a {
    color: #D10000;
    margin-right: 15px;
}

.list_right .list_content .same_list .same_content,
.list_right .list_content .same_list .same_img {
    padding: 15px 10px;
}

.list_right .list_content .same_list .same_content li,
.list_right .list_content .content_info li {
    line-height: 40px;
    background: url(xy_czj_k2.jpg) left center no-repeat;
    padding-left: 15px;
}

.list_right .list_content .same_list .same_content li a,
.list_right .list_content .content_info li a {
    display: flex;
    justify-content: space-between;
}

.list_right .list_content .same_list .same_content li:hover span:first-of-type,
.list_right .list_content .content_info li:hover span:first-of-type {
    color: #D10000;
}

.list_right .list_content .same_list .same_content .time,
.list_right .list_content .content_info .time {
    color: #999;
}

/* 通用-列表分页 */
.list_right .list_content .page {
    line-height: 20px;
    text-align: center;
    margin: 20px 0;
}

.list_right .list_content .page span {
    margin: 0 5px;
}

.list_right .list_content .page a {
    display: inline-block;
    border: 1px solid #DDDDDD;
    color: #696969;
    padding: 2px 5px;
    margin: 0 4px;
}

.list_right .list_content .page a:hover {
    background: #F0F0F0;
    color: #D10000;
}

/* 专题专栏-栏目首页 */
.same_img .tab {
    height: 160px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.same_img .tab .gundong_content ul {
    width: 1200px;
    height: 160px;
    overflow: hidden;
}

.same_img .tab .gundong_content ul li {
    float: left;
    width: 170px;
    text-align: center;
    font-size: 14px;
    margin: 5px 7px 5px 0;
}

.same_img .tab .gundong_content ul li a img {
    width: 166px;
    height: 126px;
    padding: 2px;
    border: 1px solid #ddd;
}