/* 项目标题 */
.project-title {
    width: 1200px;
    margin: 40px auto 64px auto;
    border-bottom: 7px solid #ecceac;
    line-height: 60px;
    font-size: 42px;
    color: #a25b0b;
}

.project-title__line {
    width: 130px;
    height: 9px;
    background-color: #cf7e21;
    position: relative;
    top: 7px;
}

.news__bg:hover{
    background-color: #f5f5f5;
}
.news{
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    padding: 24px 14px 24px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;


    text-decoration: none;
    color: inherit;
}
.news__date{
    align-self: flex-start;
}
.news__date__month{
    font-weight: bold;
    font-size: 20px;
    color: #090909;
}
.news__date__year{
    font-size: 13px;
    color: #757575;
}
.news__cover{
    width: 221px;
    height: 152px;
    object-fit: contain;
}
.news__info{
    width: 540px;
    margin-left: 24px;
}
.news__info__title{
    line-height: 24px;
    font-size: 18px;
    color: #3d3c3b;
}
.news__info__date{
    margin-top: 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #8b8b8b;
}
.news__info__date img{
    margin-right: 5px;
}
.news__info__intro{
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #8b8b8b;
}
.news__btu{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #706f6f;
    font-size: 18px;
    color: #706f6f;
}
.news__btu img{
    margin-left: 6px;
}
.news__btu__icon--active{
    display: none;
}
.news__bg:hover .news__btu{
    background-color: #ba803d;
    border: 1px solid #ba803d;
    color: #ffffff;
}

.news__bg:hover .news__btu__icon--active{
    display: inline;
}
.news__bg:hover .news__btu__icon{
    display: none;
}

.page{
    width: 1200px;
    margin: 96px auto 70px auto;
    text-align: center;
}
.page__item{
    display: inline-block;
    width: 90px;
    height: 70px;
    margin: 0 9px 0 9px;
    border: 1px solid #ba803d;
    border-radius: 10px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    color: #ba803d;
    text-decoration: none;
}
.page__item--active{
    background-color: #ba803d;
    color: #ffffff;
}
.page__item:hover{
    background-color: #ba803d;
    color: #ffffff;
}
