﻿/* ========== 列表页Banner ========== */
.asan-list_banner {
    height: 158px;
    background: #e2ecfa;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.asan-list_banner img {
    height: 158px;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    position: relative;
    z-index: 0;
}

.asan-list_banner_tit {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-top: 50px;
    margin-left: 20px;
    position: absolute;
    top: 0;
    z-index: 9;
}

/* ========== 列表页主体 ========== */
.asan-list_body {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.asan-list_content {
    width: 100%;
    height: auto;
    min-height: 740px;
    padding: 30px 0;
    position: relative;
    margin-top: -40px;
}

.asan-list_right {
    margin: 0 auto;
    padding: 0 0 30px;
    min-height: 600px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 位置栏 */
.asan-list_location {
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: 0 20px 10px 20px;
    color: #999;
    border-bottom: 1px solid #999;
    padding: 0 10px;
    font-size: 14px;
}

.asan-list_location a {
    color: #999;
    text-decoration: none;
}

/* 列表内容 */
.asan-page_con {
    padding: 15px 170px 0;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 24px;
}

#mycontent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mycontent ul li {
    font-size: 14px;
    color: #888;
    border-bottom: 1px dotted #cccccc;
    margin: 0 10px;
    padding: 10px 0;
}

#mycontent ul li a {
    color: #2b2b2b;
    display: block;
    line-height: 20px;
    text-decoration: none;
}

#mycontent a:hover {
    color: #830606;
}

.list1_time {
    float: right;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px;
}

/* 计数 */
.list-num {
    height: 30px;
    float: left;
    position: relative;
    margin: 20px 0 0 20px;
}

.list-num p {
    line-height: 30px;
    color: #666;
}

.list-num span {
    line-height: 20px;
    padding: 0 4px;
    color: #830606;
}

/* 分页 */
.newListSeach {
    float: right;
}

.pagination {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination > li {
    display: inline-block;
    margin: 0 4px;
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
    display: block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
}

.pagination > li > a:hover {
    background: #830606;
    color: #fff;
    border-color: #830606;
}

.pagination > .active > a {
    background-color: #830606;
    border-color: #830606;
    color: #fff;
    cursor: default;
}

/* ========== 响应式适配 ========== */
@media screen and (max-width: 767px) {
    .asan-list_banner img {
        width: 120%;
        position: relative;
        left: -10%;
    }

    .asan-list_banner_tit {
        display: none;
    }

    .asan-page_con {
        padding: 15px;
        box-sizing: border-box;
    }

    .w1440 {
        padding: 0;
    }
}