/* 顶部banner */

.news_banner {
    height: 300px;
    position: relative;
}
.news_banner .ban_img{
    width: 1920px;
    margin: auto;
    overflow: hidden;
}
.news_banner .ban_img img{
    width: 1920px;
    height: 300px;
    object-fit: cover;
}
.news_banner .tit {
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: -190px;
}

.news_banner i {
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    position: absolute;
}


/* 列表页块 */

.boxbk {
    background-color: rgb(245, 245, 245);
}

.g12-section2-1 {
    clear: both;
}

.g12-section2-1::after {
    display: block;
    clear: both;
    content: "";
}

.g12-section2-1 .main-left {
    float: left;
    width: 240px;
    overflow: hidden;
}

.g12-section2-1 .main-left .title {
    height: 105px;
    width: 240px;   
    color: #fff;
    line-height: 105px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #0f3368;
}

.g12-section2-1 .main-left .menu {
    min-height: 220px;
    margin-bottom: 15px;
    padding: 17px 0 10px 0px;
    background-color: white;
    line-height: 40px;
}

.g12-section2-1 .main-left .menu li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
}

.g12-section2-1 .main-left .menu li.on {
    background-color: #fff;
    line-height: 40px;
}

.g12-section2-1 .main-left .menu li.on a {
    font-weight: bold;
    color: #337ac8;
    text-align: center;
}

.g12-section2-1 .main-left .menu li:first-child.on {
    margin-top: 0;
}

.g12-section2-1 .main-left .menu a {
    text-align: center;
    color: #666;
    display: block;
}

.g12-section2-1 .main-left .menu a:hover {
    font-weight: 700;
    color: #337ac8;
}

.g12-section2-1 .main-right {
    float: left;
    width: 908px;
    margin-left: 30px;
}


/* 面包线 */

.g12-pbpossw {
    width: 100%;
    height: 80px;
}

.g12-pbpos {
    width: 1200px;
    height: 80px;
    line-height: 80px;
}

/* .g12-pbpos a {
    color: rgb(185, 185, 185);
} */

.g12-pbpos .homea {
    color: rgb(185, 185, 185);
    font-weight: 600;
    display: inline-block;
    background: url("index_icon.png") no-repeat left center;
    background-size: 20px;
    padding-left: 20px;
}


/* 列表表头 */

.g-titleLine {
    border-bottom: #e5e5e5 1px solid;
    clear: both;
    height: 44px;
    margin-left: 3px;
}

.g-titleLine::after {
    display: block;
    clear: both;
    content: "";
}

.g-titleLine b {
    font-size: 20px;
    color: #337ac8;
    height: 41px;
    line-height: 41px;
    border-bottom: #337ac8 3px solid;
    display: block;
    float: left;
    padding-top: 2px;
}

.g-titleLine .more {
    float: right;
    line-height: 41px;
    color: #999;
}

.g-titleLine .more:hover {
    color: #53ae47;
}


/* 列表页码 */

.g12-prvNxt {
    width: 903px;
    height: 30px;
    padding: 20px 0 60px;
    text-align: center;
    margin-left: 182px;
    margin-top: 50px;
}

.g12-prvNxt a {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    border: #e5e5e5 1px solid;
    line-height: 30px;
    margin: 0 3px;
    text-align: center;
    color: #999;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.g12-prvNxt a:hover,
.g12-prvNxt a.on {
    background-color: #53ae47;
    border-color: #53ae47;
    color: #fff;
}

.g12-prvNxt .disabled {
    background-color: #eeeeee !important;
}

.g12-prvNxt .disabled:hover {
    color: #53ae47;
}


/* 动态信息列表 */

.right_item {
    width: 905px;
    min-height: 530px;
    margin-top: 2px;
}

.ri_li {
    height: 46px;
    line-height: 26px;
    border-bottom: 1px dotted rgb(216, 214, 214);
    font-size: 16px;
    color: #333333;
}


/* ul */

.dian {
    margin-bottom: 20px;
    padding-left: -10px;
}

.dian li img {
    width: 25px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-top: 11px;
}

.li_date {
    color: #888888;
}

.rfr {
    float: right;
    overflow: hidden;
    margin-top: 10px;
    color: rgb(131, 131, 131);
}

.rfl {
    float: left;
    overflow: hidden;
    margin-top: 10px;
    width: 740px;
    white-space: nowrap;
    text-overflow: ellipsis;
}