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;

}

#diancang {
    width: 1200px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

#kaogu {
    width: 1200px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 100px;
}

#diancang h1 {
    text-align: center;
    color: #396D60;
    margin-bottom: 70px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
}

#diancang h1::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    margin-left: -40px;
    margin-top: 5px;
    background: url("../images/bg3.png") no-repeat center;
}

#diancang h1::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-top: 5px;
    background: url("../images/bg4.png") no-repeat center;
}

/* 典藏列表 */
#diancang_list {
    text-align: center;
}

#diancang_list ul {
    text-align: center;
}

#diancang_list ul li {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 380px;
    background-color: #C6DBD6;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}


#diancang_list ul li:nth-child(4n-2) {
    margin: 0px 40px;
}

#diancang_list ul li:nth-child(4n-1) {
    margin-right: 40px;
}

#diancang_list ul li img {
    width: 150px;
    margin-top: 50px;
}

#diancang_list ul li .time {
    position: absolute;
    width: 100%;
    bottom: 70px;
}

#diancang_list ul li .name {
    position: absolute;
    width: 120px;
    font-size: 18px;
    font-weight: bold;
    color: #396D60;
    border: 2px solid #396D60;
    line-height: 36px;
    bottom: 10px;
    margin-left: 53px;
}

#yincangneirong {
    position: absolute;
    bottom: 380px;
    background-color: black;
    color: #fff;
    transition: all 0.4s;
    height: 380px;
    box-sizing: border-box;
    padding: 30px;
    cursor: pointer;
}

#yincangneirong h2 {
    text-align: left;
    line-height: 40px;
}

#yincangneirong h3 {
    text-align: left;
    line-height: 40px;
}

#yincangneirong p {
    text-align: left;
    line-height: 30px;
    font-size: 12px;
}

#diancang_list ul li:hover #yincangneirong {
    bottom: 0px;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.418);
}