main {
    padding: 20px 0px;
}

/* 小标题 */
#newmsg_nav {
    text-align: center;
}

#newmsg_title {
    display: inline-block;
    text-align: center;
    font-size: 0px;
    border: 1px solid #3A7062;
}

#newmsg_title a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    color: #3A7062;
    height: 60px;
    display: inline-block;
    width: 160px;
    text-align: center;
}

#newmsg_title a:hover {
    background-color: #3A7062;
    color: #fff;
    transition: all 0.8s;
}

.dangqian {
    color: #fff !important;
    background-color: #3A7062;

}

/* 内容列表 */
#newmsg_list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

#newmsg_list li {
    width: 1200px;
    height: 150px;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: all 0.4s;
    padding: 20px;
    cursor: pointer;
}

#newmsg_list li:hover {
    transition: all 0.4s;
    box-shadow: 13px 16px 38px -11px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 13px 16px 38px -11px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 13px 16px 38px -11px rgba(0, 0, 0, 0.31);
}

#newmsg_list li:hover #newmsg_list_txt_title {
    font-weight: bold;
}

#newmsg_list_time {
    margin-top: 10px;
    width: 90px;
    height: 90px;
    float: left;
    text-align: center;
    color: #3A7062;
    padding-right: 20px;
    border-right: 1px solid #78b4a4;
    margin-right: 30px;
}

#newmsg_list_time p:first-child {
    font-size: 50px;
}

#newmsg_list_txt_title {
    line-height: 50px;
    font-size: 18px;
}

#newmsg_list_txt_xiangqing {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
    color: rgb(86, 86, 86);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 分页 */
#fenye {
    text-align: center;
}

#fenye span {
    color: #3A7062;
    border: 1px solid #3A7062;
    padding: 2px 5px;
    cursor: pointer;
    margin: 0px 5px;
    font-size: 12px;
}

#fenye span:first-child,
#fenye span:last-child {
    background-color: #3A7062;
    color: #fff;
}

#dierye {
    display: none;
}