.news-list {
    margin: 0 -10px -15px;
}
.news-list .item {
    width: 50%;
    padding: 0 10px;
}
.news-list .item a {
    margin: 0 auto 15px;
    position: relative;
}
.news-list .date {
    display: inline-block;
    float: left;
    color: #fff;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #4BA2E0;
    border: 3px solid #B5DCFD;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 13px;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.news-list .date span {
    display: block;
    color: #7DD9FF;
}
.news-list .txt {
    margin-left: 90px;
    padding: 8px 0;
    position: relative;
}
.news-list .txt:before {
    content: "";
    background: url(../images/news/arrow.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -5px;
}
.news-list .title {
    color: #333;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list a:hover .title {
    text-decoration: underline;
}
.news-list .description {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-date,
.news-title,
.news-share {
    display: block;
    text-align: center;
}
.news-date {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
}
.news-title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 10px 0;
}
.content-share {
    margin-bottom: 40px;
}
.editor {
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .news-list .item {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 400px) {
    .news-list .item a {
        text-align: center;
    }
    .news-list .date {
        float: none;
    }
    .news-list .txt {
        margin: 0;
        padding: 24px 0 0;
    }
    .news-list .txt:before {
        top: 7px;
        left: 50%;
        margin: 0 0 0 -5px;
        background-position: 0 100%;
    }
}