body {
    background:#f1f1f1;
}
.newstext {
    margin-top: 20px;
}

.page_content {
    margin-top: 25px;
}

article {
    background: #fff;
    padding: 20px 15px;
}

.f1 {
    background: #fff;
    margin-bottom: 20px;
}

.f1 a {
    display: block;
}

.f1 a p {
    line-height: 42px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600;
}

.f1 a p i{
    display: inline-block;
    border-right: 1px solid #eee;
    width: 42px;
    text-align: center;
    font-style: normal;
    margin-right: 10px;
}

.f1 a img {
    padding: 15px 20px;
    display: block;
    width: 100%;
}

.f2 {
    background: #fff;
}

.f2 h3 {
    border-bottom: 1px solid #eee;
    line-height: 42px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
}

.f2 ul {
    list-style: circle;
    padding-left: 2em;
    padding-right: 10px;
}

.f2 ul li {
    border-bottom: 1px solid #f1f0f0;
}

.f2 ul li a {
    color: #444;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 43px;
}

@media screen and (max-width: 768px) {
    .page_content .container {
        padding: 0;
    }
}