﻿@charset "utf-8";
.top-img img {
    max-width: 1920px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
.center {
}

.center-wrap {
    width: 1280px;
    margin: 0 auto;
    min-height: 602px;
    overflow: hidden;
}

.main-wrap {
    margin: 10px auto 10px;
}

.left-box {
    height: 45px;
    line-height: 39px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
}

.left-nav-tit {
    float: left;
    min-width: 112px;
    padding: 0 20px;
    text-align: center;
    background: #ecf2f6;
    margin-right: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #015697;
    color: #fff;
    font-weight: bold;
}

.left-box>ul {
    display: flex;
    float: left;
}

.left-nav-item {
    display: inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 38px;
    padding: 0px 10px;
    margin: 0 6px;
    line-height: 38px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #000;
    border-bottom: solid 1px #e1e1e1;
}

.left-nav-item:hover,
.left-nav-item.on {
    background-color: #24689c;
    color: #fff;
}

.right-msg {
    margin-left: 21%;
    overflow: hidden;
}

.location {
    width: 100%;
    height: 51px;
    line-height: 57px;
    color: #000;
}

.location-img {
    float: left;
    width: 31px;
    height: 57px;
    background: url(location.png) no-repeat center;
}

.location,
.location a {
    font-size: 11pt;
    color: #000;
}

.location a:hover {
    color: #0068b7;
}

.list-wrap {
    width: 100%;
    margin: 20px auto 40px;
}

.list-item {
    background: url("list-item-bg.png") left center no-repeat;
    padding-left: 23px;
    height: 40px;
    line-height: 40px;
}

.list-item-tit {
    max-width: 80%;
    font-size: 16px;
    color: #494949;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item .time {
    color: #0068b7;
}

.list-line {
    height: 1px;
    border-top: 1px dashed #dddddd;
    margin: 20px 0;
}

.list-item:hover .list-item-tit {
    color: #015697;
    /* font-weight: bold; */
}


/* 忙鈥撯�∶� */

.aritcle-wrap {
    margin-top: 0px;
    margin-bottom: 15px;
    min-height: 600px;
/*     background: url(xl_bg.png) #fff top repeat-x; */
    padding: 0 0 10px 0;
}

.article {
    width: 100%;
    /* padding: 0 18px; */
    margin: 0 auto;
    background: url(xl_bg.png) #fff top repeat-x;
    padding: 20px 50px;
}

.article-title {
    font-size: 23px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.article-msg {
    text-align: center;
    font-size: 15px;
    color: #707070;
    line-height: 30px;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}

.article-msg span {
    padding: 0 5px;
}

.article-link {
    margin: 30px 0;
}

.article-link div {
    margin: 15px 0;
}

.article-link a {
    color: #676767;
}

.article-link a:hover {
    color: #0068b7;
}


/* 氓鈥郝久р�扳�∶ニ嗏�斆÷� */

.img-list-wrap>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
}

.img-list-item {
    width: 45%;
    margin-top: 30px;
    float: left;
}

.img-list-item:nth-child(even) {
    margin-left: 84px;
}

.img-list-item img {
    width: 100%;
    height: 100%;
}

.article-context p,
.article-context span,
.article-context a {
    font-size: 13.5pt !important;
    line-height: 30pt !important;
}

.article-context img {
    display: inline-block;
    margin: 0 auto;
}