.news-list {
    margin: 0 -25px;
}
.news-list .item {
    width: 25%;
    padding: 0 25px;
}
.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 .pic {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px  0;
}

.news-list .box:hover .pic {
    opacity:0.5;
    transition: all .3s;
}

.news-list .date {
    display: inline-block;
    color: #555;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    border: solid 1px #535353;
    padding: 5px 0px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 60px;
    height: 72px;
    margin: 0 10px 0 0;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
}
.news-list .date small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
    color:  #555;
}
.news-list li .news-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}
.news-list .name {
    color: #212121;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 25px;
    max-height: 25px;
}
.news-list a:hover .name {
    text-decoration: underline;
}

.news-list .description {
    color: #444;
    font-weight: 14px;
    line-height: 1.45;
    letter-spacing: 0;
    max-height: 44px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 32px;
}
.news-header .date {
  display: inline-block;
  color: #555;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  border: solid 1px #535353;
  padding: 5px 0px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 60px;
  height: 72px;
  margin: 0 10px 0 0;
  border-radius: 10px;
  font-family: 'Lato', sans-serif;
}
.news-header .date small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1px;
  color:  #555;
}
.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #1f1f1f;
    font-size: 17px;
    margin: 30px 0 0 0;
    display: block;
    background: #ececec;
    border-bottom: dotted 1px #000;
    box-sizing: border-box;
    padding: 12px 10px;
}
.news-detail {
    padding-bottom: 20px;
    max-width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .news-list .item {
        width: 33.33%;
    }
    .news-list .item:nth-child(4n+1) {
        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(3n+1) {
        clear: none
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .box {
        max-width: 320px;
        text-align: center;
    }
    .news-list .pic {
        float: none;
        width: auto;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-list .date {
        position: static;
        height: auto;
        font-size: 35px;
        margin: 0 0 6px;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 88px;
        height: 80px;
        font-size: 28px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 14px 0 0;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
    .news-header .title {

        text-align: center;
    }
}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}
