#news{
    position: relative;
    top: 80px;
}
.news-nav {
    display        : flex;
    justify-content: center;
    margin-top     : 40px;
    width: 1200px;
    position: relative;
    left: calc(50% - 600px);
}

#news-nav1 {
    margin    : 0px 20px;
    margin-top: 3px;
    font-size : 14px;
    cursor    : pointer;
   
}
.news-initcolor{
    color: rgb(51, 153, 254)
}

.news-content {
    display: none;
    width  : 100vw;
}

.news-active {
    display: block;
}

.news-cut {
    width           : 100vw;
    height          : 1px;
    background-color: #ddd;
    margin-top      : 30px;
}

.news-item-box {
    width: 1200px;
    position: relative;
    left: calc(50% - 600px);
    display  : flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news-item {
    margin-top     : 30px;
    
  
    width          : 600px;
    display        : flex;
    justify-content: space-around;
}

.news-img {
    width        : 280px;
    height       : 170px;
    border-radius: 5px;
    overflow     : hidden;
}

.news-img img {
    width : 100%;
    height: 100%;
}

.news-text {
    width     : 280px;
    word-break: break-all;
}

.news-text-title {
    font-weight: bold;
    height: 25px;
    overflow: hidden;
}

.news-text-info {
    font-size    : 13px;
    overflow     : hidden;
    white-space  : wrap;
    text-overflow: ellipsis;
    height: 105px;
    padding: 5px 0px;
}

.news-more {
    width     : 280px;
    font-size : 13px;
    color     : rgb(65, 158, 254);
    cursor    : pointer;
    text-align: right;
	margin-top: 10px;
}


.news-detail-active {
    width: 1200px;
    /* position: relative; */
    /* left: calc(50% - 600px); */
    margin: 30px auto;
}

.news-detail-active-title {
    width: 1200px;
    /* position: relative; */
    /* left: calc(50% - 600px); */
    display       : flex;
    flex-direction: column;

}

.news-detail-active-title div:nth-of-type(1) {
    width: 100%;

    font-weight   : bold;
    letter-spacing: 2px;
}

.news-detail-active-title div:nth-of-type(2) {
    font-size: 8px;
    width    : 100%;
}

.news-detail-active-cut {
    width           : 1200px;
    height          : 1px;
    background-color: #bbb;
    margin          : 30px 0px;
}

.news-detail-active-content {
    text-indent: 32px;
}

.news-detail-active-img {
    width   : 500px;
    /* height  : 300px; */
    overflow: hidden;
    margin  : 20px auto;
}

.news-detail-active-img img {
    width : 100%;
    height: 100%;
}

.news-detail-active-btn {
    width: 1200px;
    /* position: relative;
    left: calc(50% - 600px); */
    text-align: center;
    font-size : 10px;
}

.news-detail-active-btn button {
    width        : 55px;
    height       : 30px;
    border       : none;
    border-radius: 6px;
    margin       : 20px;
}

.news-detail-active-btn button:nth-of-type(1) {
    color           : white;
    background-color: rgb(65, 158, 254);
}
footer{
    margin-top: 100px;
}
.am-pagination{
    margin-top: 60px;
    width: 1200px;
    position: relative;
    left: calc(50% - 600px);
    display: flex;
    justify-content: center;
}
.news-height{
	min-height:400px;
}


/* ----------------------分页样式----------------- */
