.main{
    /* border: 1px solid red; */
    width: 1200px;
    /* 测试 */
    /* height: 1600px; */
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
}
.title{
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
.subtitle{
    /* float: left; */
    border-bottom: 1px solid #e6e6e6;
    /* height: 50px; */
    padding-bottom: 20px;
}
.times{
    margin-right: 60px;
}
.text{
    margin-top: 30px;
}
.timeImg{
    margin-right: 10px;
    margin-top: -5px;
}

/* 底部样式 */
.news_bottom{
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
    /* margin-bottom: 30px; */
    /* line-height: 40px; */
}
.pages_box{
    border: 1px solid black;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pages_box>.top{
    padding: 20px;
    cursor: pointer;
}

.pages_box>.bottom{
    padding: 0 20px;
    cursor: pointer;
}

.news_right{
    border: 1px solid red;
}

.fll{
    float: left;
}
.flr{
    float: right;
}
@media (max-width:768px) {
    .main{
        width: 100%;
    }
}