.news-content .list {
    width: 1230px;
    height: auto;
    background: none;
    margin: auto;
    align-content: center;
    padding-top: 45px;
}
.news-content .list .item {
    padding-top: 35px;
    padding-left: 30px;
    width: 380px;
    height: 270px;
    background: #FFFFFF;
    float: left;
    margin: 15px;
}
.news-content .list .item .news-title {
    font-weight: normal;
    color: #212121;
    line-height: 20px;
    margin-bottom: 30px;
    height: 18px;
    font-size: 18px;
    color: #212121;

}
.news-content .list .item .news-txt {
    width: auto;
    height: 70px;
    font-size: 14px;
    font-weight: normal;
    color: #A9A9A9;
    line-height: 24px;
    margin-bottom: 20px;
}
.news-middle{
    width: 320px;
    height: 1px;
    background: #DDDDDD;
    float: right;
}
.news-content .list .item .day {
    font-size: 48px;
    font-family: Arial;
    font-weight: 400;
    color: #212121;
    height: 48px;
    line-height: 48px;
    margin: 20px 0 0;
}
.news-content .list .item .ym {
    width: 62px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.news-icon{
    float: right;
    margin-top: -50px;
    margin-right: 28px;
    font-size: 24px;
}

.pcClient {
    display: block;
    background: #F8F9FB;
}
.news-content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: auto;
}
.news-fr{display: inline-block;width: 100%;}