﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    background: #f9f9f9;
}

.main {
    width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 70px;
}

.title {
    width: 100%;
    font-size: 34px;
    text-align: center;
    padding: 45px 0;
    background: url(/uploads/image/cinews/inform.png) no-repeat center;
}

.main a:nth-last-child(1) .news {
    border-bottom: none;
}

.news {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-top: 19px;
}

.leftcontent {
    flex: 1;
    height: 100px;
    text-align: center;
    padding-top: 20px;
    border-right: 2px solid #f2f2f2;
}

.rightcontent {
    flex: 5;
    padding-left: 50px;
    padding-top: 15px;
}

    .rightcontent header {
        font-size: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.date {
    display: flex;
    flex-direction: column;
}

.content {
    margin-top: 24px;
    font-size: 14px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main a {
    text-decoration: none;
    color: #333;
}

.main .news:hover {
    color: #ff9900 !important;
}

.morenews {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    background-color: #f9f4ed;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: 85px;
}

.newstime {
    font-size: 14px;
    color: #7f7f7f;
    padding-left: 18px;
}

.main .news:hover .newstime {
    color: #ff9900 !important;
}

.main .news:hover .content {
    color: #ff9900 !important;
}
