body {
    background-color: #ececec;
}
a{
    color: #000;
}
a:hover{
    color: #ff9d00;
}
.news-row,.notice-row{
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content:space-between;
}
.row-title{
    font-size:36px ;
    font-family: yanzhenqin;
}
.row-more{
    padding-top: 30px;
    padding-right: 10px;
}
.news-row,.news-list{
    margin-top: 120px;
}
.notice-row{
    margin-top: 30px;
}

.news-box{
    margin: 0 auto;
    width: 80%;
    border-top: 2px solid #916060;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    overflow: hidden;
}

.left-pic{
    margin-top: 10px;
}

.news-pic{
    width: 440px;
    height: 330px;
    margin-top: 10px;
}

.news-title{
    width: 440px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}
.news-info{
    width: 440px;
    text-indent:25px;
}

.notice-box{
    margin: 0 auto;
    width: 80%;
    border-top: 2px solid #916060;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.notice-content{
    width: 440px;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
}

/* 列表页 */

.news-list{
    width: 800px;
    margin: 120px auto 0 auto;
    font-size: 18px;
}
.list-box{
    display: flex;
    justify-content: space-between;
    line-height: 38px;
}
.list-bottom{
    font-size: 14px;
    color: #5e5e5e;
    text-align: right;
}
.profile{
    margin-top: 30px;
    min-height: auto;
}
.profile-content h2:after{
    content: none;
}