/*左侧导航*/
.leftNav {
    padding-right: 20px;
}

.leftNav h5 {
    line-height: 60px;
    border-bottom: 2px solid #3b914d;
    font-size: 20px;
    color: #3b914d;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: center;
}

.leftNav h5 a {
    color: #3b914d;
}

.leftNav ul {
    padding-bottom: 28px;
}

.leftNav ul li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.leftNav ul li.current {
    background: #3b914d;
}

.leftNav ul li.current span {
    color: #fff;
}

.leftNav ul li span {
    font-size: 16px;
    color: #434343;
    line-height: 50px;
    font-weight: bold;
}

/*右侧内容*/
/*当前位置*/
.locationBox {
    height: 40px;
    float: right;
}

.locationBox a, .locationBox span {
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.bigBox {
    /*box-shadow: -1px 1px 5px #E2E2E2;*/
    min-height: 500px;
    padding: 20px 20px 110px;
    overflow-y: scroll
}

/*头部*/
.mechanismHead {
    border-bottom: 2px solid #d2d0d0;
}

.mechanismHead h5 {
    color: #3b914d;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: -1px;
    letter-spacing: .8px;
    font-weight: normal;
}

/*栏目列表模版列表*/
.columnConBox ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.columnConBox ul li {
    border-bottom: 1px solid #CCCCCC;
    margin-left: 20px;
    line-height: 48px;
    overflow: hidden;
    height: 143px;
    padding: 15px 0;
    background: #fff;
}

.columnConBox ul li .timeBox {
    width: 55px;
    background: #edeaea;
    text-align: center;
    line-height: 50px;
    color: green;
    margin: 43px auto;
    display: inherit;
    font-size: 16px;
}

.columnConBox ul li a {
    display: block;
    overflow: hidden;
}

.columnConBox ul li a img {
    width: 258px;
    height: 145px;
}

.columnConBox ul li a h5 {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.columnConBox ul li a p {
    color: #999;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: .5px;
    display: flex;
    text-align: justify;
}

.columnConBox ul li a p span {
    color: #999;
    flex: 1;
    font-size: 13px;
    line-height: 25px;
}

/*图集*/
.columnImgBox {
}

.columnImgBox ul {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.columnImgBox ul li {
    width: 266.5px;
    margin-right: 30px;
    float: left;
}

.columnImgBox ul li:nth-child(3n) {
    margin-right: 0;
}

.columnImgBox ul li a img {
    width: 100%;
    height: 166.5px;
}

.columnImgBox ul li a p {
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    white-space: nowrap;
    text-align: center;
}

/*加载更多*/
.loadMore {
    background: #3b914d;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto;
    width: 18%;
}

.loadMore span {
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    letter-spacing: 1px;
}

/*子栏目*/
.erColumnBox {
    background: #FFFFFF;
}

.erColumnBox a {
    line-height: 40px;
    font-size: 15px;
    display: block;
}