.top-img {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: url(../images/banner.jpg) no-repeat center;
}

.main-wrap {
    width: 100%;
    margin: 40px auto;
    min-height: 400px;
}

.main {
    width: 1280px;
    margin: 0 auto;
}


/* nav */

.left-nav {
    float: left;
    width: 22%;
    margin-right: 4%;
}

.nav-tit {
    background-color: #00479d;
    padding: 0px 5px 0px 30px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    border-bottom: 3px solid rgb(255, 174, 0);
}

.left-nav ul {
    margin-top: 20px;
}

.nav-tit-chilw {
    font-size: 16px;
    padding: 0px 5px 0px 30px;
    color: #000;
    border: 0px solid rgb(220 220 220);
    line-height: 60px;
    background-color: #ffffff;
}
.nav-tit-chil {
    font-size: 16px;
    padding: 0px 5px 0px 30px;
    color: #000;
    border: 1px solid rgb(220 220 220);
    line-height: 60px;
    background-color: #efefef;
}

.nav-tit-chil:hover {
    background-color: #0051b4;
    color: #fff;
}

.nav-tit-chil.on {
    background-color: #0051b4;
    color: #fff;
}


/* content */

.right-content-sp {
    width: 100%;
}
.right-content {
    width: 74%;
    margin-left: 26%;
}
.location-wrap {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.loaction-tit {
    font-size: 23px;
    color: #00479d;
}

.location {
    float: right;
    font-size: 14px;
}

.list-wrap {
    width: 100%;
    margin-top:7px;
}

.list-item {
    padding: 0 20px;
    border-left: 5px solid #00479d;
    margin: 10px auto;
}

.list-item-tit {
    width: 80%;
    font-size: 18px;
    line-height: 40px;
}

.list-item-time {
    float: right;
    color: #999;
    line-height: 40px;
}


/* content */


/* 文章内容 */

.center-box {
    width: 100%;
    margin-top: 7px;
    /* background-color: #fff; */
    padding-bottom: 33px;
    margin-bottom: 44px;
    box-sizing: border-box;
}

.center-item {
    margin-top: 20px;
    margin-left: 22px;
    position: relative;
    /* text-align: center;   */
}

.center-item {
    width: 96%;
    padding-bottom: 26px;
    border-bottom: 1px solid rgb(220, 220, 220);
}


/* 文章 */

.article {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.article-title {
    text-align: center;
    margin: 5px auto;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
}

.article-msg {
    text-align: center;
    font-size: 12px;
    color: #888888;
    line-height: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.article-link {
    margin: 30px 0;
}

.article-link div {
    margin: 15px 0;
}

.article-link a {
    color: #676767;
}

.article-link a:hover {
    color: #0c51ab;
}