﻿@charset "UTF-8";

/**!
 * 首页
 * date:2021-07-28
 * author: wppei;
 */

.loc {
    padding: 17px 0 17px 27px;
    line-height: 25px;
    color: #999;
    background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
    color: #999;
}

.loc-cur {
    color: #285fb2;
}

.box-shadow {
    min-height: 1172px;
    margin-bottom: 45px;
    box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.sec-nav {
    width: 206px;
}

.sec-nav-tt {
    height: 68px;
    line-height: 68px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/list_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.sec-nav-list {
    padding: 0 20px;
}

.sec-nav-item {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #d5dae4;
}

.sec-nav-item.active .sec-nav-box,.sec-nav-item.current .sec-nav-box {
    color: #285fb2;
    font-weight: bold;
}

.sec-nav-box {
    display: block;
    padding-left: 40px;
    color: #333;
    background: url("../images/public_dianh.png") no-repeat 17px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-nav-box:hover {
    color: #285fb2;
    font-weight: bold;
}

.sec-right {
    width: calc(100% - 234px);
    margin-left: 28px;
}

.sec-right-tt {
    position: relative;
    height: 61px;
    padding-left: 20px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e3e8ef;
}

.sec-right-tt:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #285fb2;
}

.sec-right-list {
    padding: 15px 20px 0;
}

.sec-right-item {
    height: 50px;
    padding: 0 7px 0 16px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px dashed #d5dae4;
    background: url("../images/public_dian.png") no-repeat left center;
}

.sec-right-item:hover {
    background-image: url("../images/public_dianh.png");
}

.sec-right-item:hover .sec-right-name,
.sec-right-item:hover .sec-right-time {
    color: #285fb2;
}

.sec-right-time {
    color: #777;
}

.sec-right-name {
    width: calc(100% - 198px);
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pager {
    margin-top: 45px;
    margin-bottom: 25px;
}

.m-pagination-jump{
    margin-left: 36px;
}

.m-pagination-info{
    margin-left: -121px;
}

.ewb-info-hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #1b2973;
    margin:15px 20px 0px 20px;
}

.ewb-info-hd a {
    color: #333;
}

.ewb-article-info{
    margin: 20px;
}