.top-img {
    width: 100%;
    height: 400px;
    background: url(../image/banner1.png) rgb(251, 173, 173) no-repeat center;
    margin: 0 auto;
}

.main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 720px;
    position: relative;
}

.main-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.main-box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main-msg {
    overflow: hidden;
}

.left-nav {
    float: left;
    width: 23%;
    margin-top: 10px;
    position: relative;
}

.left-nav-tit {
    /* height: 86px; */
    text-align: center;
    line-height: 86px;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.nav-tit-top {
    width: 100%;
    height: 81px;
    background-color: #1b6d2d;
}

.nav-tit-bottom {
    width: 100%;
    height: 36px;
    background-color: #dcdcdc;
}

.nav-tit-name {
    width: 235px;
    height: 71px;
    position: absolute;
    top: 30%;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    background-color: #f39800;
    line-height: 71px;
}

.left-nav-item {
    width: 296px;
    height: 65px;
    text-align: center;
    line-height: 65px;

    background-color: rgb(245, 245, 245);
    position: relative;
}

.left-nav-item a {
    color: rgb(100, 100, 100);
}

.left-nav-item a::after {
    content: " >>";
    /* font-size: 15px; */
    font-weight: bold;
    position: absolute;
    margin-left: 5px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.left-nav-item:hover,
.left-nav-item a.on {
    background-color: rgb(220, 220, 220);
}

.left-nav-item:hover a::after,
.left-nav-item a.on::after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.left-nav-img {
    margin: 30px 0;
    width: 296px;
    height: 338px;
    overflow: hidden;
}

.left-nav-img img {
    width: 296px;
    height: 338px;
}

/* 右侧信息 */

.right-msg {
    width: 77%;
    float: right;
}


/*  */

.right-location {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.62);
    height: 51px;
    line-height: 57px;
    border-bottom: 1px solid #888;
    margin-top: 26px;
    color: #000;
    margin-left: 38px;
}

.location-img {
    width: 31px;
    height: 57px;
    background: url(../image/location-icon.png) no-repeat center;
}


.location-img {
    text-align: center;
    float: left;

}

.right-location,
.right-location a {
    font-size: 20px;
    color: #000;
}

.p-l {
    padding-left: 15px;
}

.right-location span:last-child a,
.right-location a:hover {
    color: #1b6d2d;
}


/* 文章内容 */

.center-box {
    width: 100%;
    margin-top: 7px;
    /* background-color: #fff; */
    padding-top: 20px;
    padding-bottom: 33px;
    margin-bottom: 44px;
    padding: 20px 15px;
    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);
}

/* 日期 */

.date {
    left: 7px;
    width: 75px;
    height: 78px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    float: left;
    position: relative;
    background-color: #1b6d2d;
    color: #fff;
}

.date .mouth {
    font-size: 16px;
    /* width: 60px; */
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #75787c;
}

.date .mouth {
    
}

.date .day {
    font-size: 27px;
    font-weight: bold;
    line-height: 46px;
}


.center-item-msg {
    max-width: 88%;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    margin-left: 100px;
}
.center-item-tit {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    max-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.center-item-content {
    font-size: 14px;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    color: #757575;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.center-item-msg.active,
.center-item-msg:hover {
    color: #1b6d2d;
}




/* 文章 */
.article {
    box-sizing: border-box;
    width: 100%;
    padding: 0 58px;
    margin: 0 auto;
}

.article-title {
    text-align: center;
    margin: 15px auto;
    font-size: 21px;
    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: #1b6d2d;
}

.pb_sys_style3 .p_no_d {
    border:1px solid #1b6d2d !important;
    background-color: #1b6d2d !important;
}