/* banner */
.imglist-banner {
    width: 100%;
    height: 645px;
    background: #000 url(/uploads/image/pimages/imglist-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.imglist-banner > .container {
    margin-top: 62px;
}

.imglist-banner .current-banner-img {
    width: 813px;
    height: 520px;
}
.imglist-banner .current-banner-cover {
    width: 813px;
    height: 413px;
}
.imglist-banner .current-banner-cover img {
    width: inherit;
    height: inherit;
}
.imglist-banner .current-banner-info {
    padding: 13px 25px 16px;
    background-color: #fff;
}
.imglist-banner .current-banner-title {
    margin-bottom: 20px;
    height: 33px;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 33px;
    letter-spacing: 1px;
}
.imglist-banner .current-banner-date-source {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    opacity: 0.69;
}

.imglist-banner .banner-imglist {
    width: 367px;
    height: 520px;
}
.banner-imglist-item {
    position: relative;
    box-sizing: border-box;
    height: 96px;
    overflow: hidden;
    cursor: pointer;
}
.banner-imglist-item:hover::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: 2px solid #004fed;
}
.banner-imglist-item   .banner-imglist-item {
    margin-top: 10px;
}
.banner-imglist-item_cover {
    position: relative;
    width: 125px;
    height: 96px;
}
.banner-imglist-item_cover img {
    width: inherit;
    height: inherit;
}
.banner-imglist-item_info {
    box-sizing: border-box;
    width: 242px;
    padding: 10px 15px;
    color: #000;
    background-color: #fff;
}
.banner-imglist-item.active .banner-imglist-item_info {
    color: #fff;
    background-color: #004fed;
}
.banner-imglist-item_title {
    margin-bottom: 12px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.banner-imglist-item_date-source {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    opacity: 0.5;
}
.banner-imglist-item_source {
    width: 63%;
}

/* 列表 */

.imglist {
    margin-top: 80px;
    margin-left: -30px;
    width: 1230px;
}
.imglist_item {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 380px;
    height: 406px;
    background: #ffffff;
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
}
.imglist_item:hover {
    transform: translate(0, -8px);
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.17);
}

.imglist_item-cover {
    width: 380px;
    height: 252px;
}
.imglist_item-cover img {
    width: inherit;
    height: inherit;
}

.imglist_item-info {
    padding: 13px 22px 22px;
    background-color: #fff;
}

.imglist_item-title {
    margin-bottom: 20px;
    height: 52px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    letter-spacing: 1px;
}
.imglist_item-source {
    width: 180px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
.imglist_item-date {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
