.news-list {
    margin: 0 -15px;
}
.news-list .item {
    width: 25%;
    padding: 0 15px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    margin: 0 auto 40px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 320px;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.news-list .box:hover .txt {
    background: #F2FAF6;
}
.news-list .date {
    display: inline-block;
    color: #FFF;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    background: rgba(0,110,156,0.8);
    padding: 4px 10px 8px;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    font-family: "Sen", sans-serif;
    position: absolute;
    left: 10px;
    top: 10px;
    white-space: nowrap;
}
.news-list .date small {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: 1px;
    color:  #FFF;
    font-family: "Sen", sans-serif;
    font-weight: bold;
}
.news-list .date span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: 0;
    color:  #FFF;
    font-family: "Sen", sans-serif;
}
.news-list li .news-text {
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    box-sizing: border-box;
    padding: 20px 30px;
    width: 100%;
}
.news-list .name {
    color: #474747;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
    transition: all .3s ease;
    margin-bottom: 5px;
}
.news-list .box:hover .name {
    color: #006E9C;
}
.news-list .description {
    color: #868686;
    letter-spacing: 0;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.news-header {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
}
.news-header .date {
    display: inline-block;
    color: #FFF;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    background: rgba(0,110,156,0.8);
    padding: 4px 10px 8px;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    font-family: "Sen", sans-serif;
    white-space: nowrap;
}
.news-header .date small {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: 1px;
    color:  #FFF;
    font-family: "Sen", sans-serif;
    font-weight: bold;
}
.news-header .date span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: 0;
    color:  #FFF;
    font-family: "Sen", sans-serif;
}
.news-header .title {
    color: #393939;
    font-size: 20px;
    font-size: 20px;
    line-height: 36px;
    margin: 15px 0;
    transition: all .3s ease;
    line-height: 1.5;
    font-weight: bold;
}
.news-detail {
    padding-bottom: 20px;
}
section.content .news-list li .news-text{
    background: #f7f7f7;
    padding: 15px 15px;
}
@media screen and (max-width: 1000px) {
    .news-list .item {
        width: 33.33%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .news-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .box {
        margin-bottom: 20px;
    }
    .news-list .pic {
        float: none;
        width: auto;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-list li .news-text {
        padding: 15px 15px;
    }
    .news-list .date {
        font-size: 20px;
        width: 60px;
        height: 60px;
        padding: 5px 10px 5px;
    }
    .news-list .date small {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
    .news-list .date span {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        font-size: 20px;
        width: 60px;
        height: 60px;
        padding: 5px 10px 5px;
    }
    .news-header .date small {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
    .news-header .date span {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
    .news-header .title {
        font-size: 16px;
        margin: 10px 0 10px;
    }
}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}