a {
    text-decoration: none;
}

.page-nav {
    width         : 740px;
    height        : 60px;
    line-height   : 60px;
    vertical-align: bottom;
    margin        : 0 auto;
}

.news-title {
    margin     : 0 auto;
    width      : 740px;
    font-size  : 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 60px;
    text-align : center;
    opacity    : 1;
}

.news-tip {
    margin     : 0 auto;
    width      : 740px;
    height     : 48px;
    font-size  : 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 60px;
    opacity    : 1;
    display    : flex;
}

.news-tip img {
    height        : 20px;
    width         : 20px;
    display       : inline-block;
    vertical-align: middle;
    margin-right  : 4px;
}

.create-time,
.page-view {
    margin-right  : 100px;
    font-size     : 14px;
    font-family   : Microsoft YaHei;
    font-weight   : 400;
    line-height   : 48px;
    opacity       : 1;
    vertical-align: bottom;
}

.news-content {
    margin       : 0 auto;
    width        : 740px;
    margin-bottom: 60px;
    border-top   : 2px solid rgba(236, 236, 236, 1);
    padding-top  : 60px;
    overflow     : hidden;
}


/* 上一篇 下一篇 */

.other-news {
    width        : 740px;
    margin       : 0 auto;
    position     : relative;
    display      : flex;
    margin-bottom: 60px;
}

.other-news .tag {
    width       : 54px;
    height      : 24px;
    font-size   : 18px;
    font-family : Microsoft YaHei;
    font-weight : bold;
    line-height : 24px;
    margin-right: 20px;
}

.other-news .title,
.other-news .title a {
    max-width  : 212px;
    height     : 24px;
    font-size  : 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
}


.other-news .title a:hover {
    color: #F1B52A;
}

.pre-news {
    width      : 314px;
    height     : 24px;
    display    : flex;
    flex-shrink: 0;
}

.next-news {
    position: absolute;
    right   : 0;
}


.next-news {
    width     : 314px;
    height    : 24px;
    text-align: right;
    display   : flex;
}