i {
    font-style: normal;
}

.center {
    width: 1400px;
    margin: 0 auto;
}

.content {
    width: 960px;
}

.content-ul {
    box-shadow: 0 2px 10px rgb(0, 0, 0, .08);
}

.content-ul li {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 30px 30px;
}

.content-ul li:not(:first-child) {
    margin-top: 1px;
}

.content-ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.li-txt {
    width: 900px;
}

.li-txt h2 {
    font-size: 24px;
    font-weight: bold;

    line-height: 1;
    color: #333;
    width: 400px;
}

.li-txt p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    max-height: 54px;
    overflow: hidden;
}

.li-txt span {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-top: 20px;
}

.content-ul li:hover {
    background-color: #fbfbfb;
}

.content-ul li:hover .li-txt h2 {
    color: #4289ff;
}


.title {
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 3px solid #4289ff;
}


.date {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.date span {
    display: block;
    /*align-items: center;*/
    margin: 0 30px 0 0 !important;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    box-sizing: border-box;
    padding-left:28px;
}
.date span.fl{
    background: url(../images/date.png) no-repeat;
    background-size:  18px 18px;
}
.date span.fr{
    background: url(../images/browse.png) no-repeat;
    background-size:  22px 14px;
    background-position: 0 center;
}


p.news-subtitle {
    color: #4289ff !important;
    box-sizing: border-box;
    line-height: 21px;
}
p.news-subtitle.hot {
}


.news-subtitle span {
    font-size: 12px;
    color: #999;
}


.news ul li em{
    display: block;
    float: left;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.news ul li:nth-child(n+4) em{
    color: #ff9c00;
}


