.main {
    width: 1000px;
    font-family: "Times New Roman", Times, serif;
}

.main h3 {
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.main .editor,
.main .time {
    display: inline-block;
    color: #cfcfcf;
    font-size: 18px;
    margin-bottom: 30px;
}

.main .text {
    line-height: 36px;
    color: #1e1e1e;
}

.h150 {
    height: 150px;
    width: 100%;
}

.text_bottom {
    color: #b7b7b7;
    line-height: 35px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
}

.read_more {
    font-size: 22px;
    margin-bottom: 30px;
}

.read_more_main {
    margin-bottom: 120px;
}

.read_more_main a {
    display: block;
    float: left;
    width: 309px;
    margin-bottom: 25px;
    margin-right: 36px;
}

.read_more_main a:nth-child(3n) {
    margin-right: 0;
}

.read_more_main a .img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.read_more_main a .img img {
    width: 100%;
    height: 100%;
}

.read_more_main a p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}