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;
    background-color: #3A7062;
    height: 60px;
    display: inline-block;
    width: 160px;
    text-align: center;
    color: #fff;
}


/* 考古内容 */
#kaogu {
    width: 1200px;
    margin-top: 70px;
    text-align: center;
    margin-bottom: 100px;
}

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

#kaogu 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;
}

#kaogu 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;
}

/* 考古列表内容 */
#kaogulist {
    width: 100%;
    text-align: center;
    font-size: 0px;
}

#kaogulist li {
    text-align: center;
    display: inline-block;
    width: 380px;
    height: 340px;
    margin-bottom: 30px;
    cursor: pointer;
}

#kaogulist li:nth-child(3n-1) {
    margin-bottom: 30px !important;
    margin: 0px 30px;
}

#kaogulist_img {
    width: 380px;
    height: 287px;
    overflow: hidden;
}

#kaogulist li p {
    font-size: 20px;
    text-align: left;
    transition: all 0.3s;
    margin-top: 10px;
}

#kaogulist_img img {
    width: 380px;
    transition: all 0.3s;
    height: 290px;
}

#kaogulist li:hover p {
    box-sizing: border-box;
    padding-left: 30px;
    transition: all 0.3s;
}

#kaogulist li:hover img {
    transform: translate(0px, 0px) scale(1.2) rotate(0deg);
}