.maincontent {
    width: 70%;
    margin: 30px 15% 30px 15%;
    flex-wrap: wrap;
}

.topbd {
    height: 7px;
    border-radius: 30px;
}

.topbd1 {
    background: #de6328;
}

.title1 {
    color: #de6328;
}

.topbd2 {
    background: #467ba4;
}

.title2 {
    color: #467ba4;
}

.topbd3 {
    background: #92ad75;
}

.title3 {
    color: #92ad75;
}

.topbd4 {
    background: #d3ad43;
}

.title4 {
    color: #d3ad43;
}

.mitem {
    width: 47%;
    margin-bottom: 40px;
}

.itemcont {
    width: 98%;
    margin-left: 1%;
    padding: 20px;
    background: white;
}

.yjt {
    margin-left: 10px;
    width: 20px;
}

.time {
    text-align: right;
    font-size: 16px;
    margin-top: 25px;
}

.title, .content {
    font-size: 16px;
    line-height: 25px;
}

.content {
    font-size: 15px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #bac5c7;
    margin: 20px 0 20px 0;
}