/* .main{
    width: 1160px;
    padding: 0 20px;
} */
.top-news{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-news>.cover{
    width: 553px;
    height: 276px;
    overflow: hidden;
    position: relative;
}
.top-news>.cover>img{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hot-news-list{
    height: 276px;
    width: 553px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.hot-news{
    background-color: #dfdfdf;
    width: 100%;
    height: 48%;
    overflow: hidden;
}
.hot-news>a{
    color: #272727;
    display: block;
    padding: 30px 20px;
}
.hot-news .title{
    font-size: 16px;
    margin-bottom: 14px;
}
.hot-news .title>span{
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid;
    margin-right: 6px;
}
.hot-news .des{
    font-size: 12px;
    line-height: 14px;
}

.news-list{
    padding-top: 55px;
}
.news-item>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid;
    margin-bottom: 26px;
}
.news-item .date{
    width: 88px;
    height: 88px;
    text-align: center;
    color: #272727;
    border: 1px solid;
}
.news-item .date>div:first-child{
    font-size: 24px;
    padding-top: 17px;
    padding-bottom: 8px;
    width: 27px;
    margin: 0 auto;
    border-bottom: 2px solid #FFFFFF;
}
.news-item .date>div:last-child{
    font-size: 16px;
    padding-top: 10px;
}
.news-item .message{
    width: 972px;
    padding: 18px 13px;
}
.news-item .message .title{
    font-size: 16px;
    margin-bottom: 15px;
}
.news-item .message .title span{
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid;
    margin-right: 6px;
}
.news-item .message .des{
    font-size: 12px;
    line-height: 16px;
}
.news-item:hover .date{
    color: #FFFFFF;
    background-color: #ff0000;
    border-color: #ff0000;
}
.news-item:hover .message{
    background-color: #f6f6f6;
}
#pagination-list{
    margin: 60px auto;
}

/********新闻详情**********/
.new-detail{
    margin-bottom: 60px;
}
.new-detail .title{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.new-detail .time{
    font-size: 14px;
    color: #333333;
}
.new-detail .detail{
    margin-top: 50px;
    /* font-size: 16px;
    color: #666666;
    line-height: 30px; */
}
/* .new-detail .detail img{
    display: block;
    max-width: 700px;
    margin: 20px auto;
} */
.new-detail .prvenestnews{
    font-size: 18px;
    margin-top: 24px;
}
.new-detail .prvenestnews a{
    color: #2c68ff;
}