.newlist .layout { width: 1200px; margin: 0 auto }
.newlist .f-l { float: left }
.newlist .tip { width: 1160px; height: 54px; background-color: #fff; padding: 0 20px; line-height: 54px; margin-bottom: 20px }
.newlist .activity { font-size: 14px; color: #16D1D1; margin-right: 20px; cursor: pointer }
.newlist .activity-n { color: #333; font-size: 14px; margin-right: 20px; cursor: pointer }
.newlist .content { width: 1200px; background-color: #fff }
.newlist .list { margin: 0 30px; border-bottom: dotted 2px #e5e5e5; clear: both; padding: 30px 0 }
    .newlist .list:last-child { border-bottom: 0 }
.newlist .date { width: 100px; height: 100px; background-color: #ecf8fd; border-radius: 5px; text-align: center }
.newlist .day { font-size: 30px; color: #47beed; font-weight: bold; padding-top: 18px; padding-bottom: 10px }
.newlist .month { font-size: 16px; color: #47beed }
.newlist .newsImg img { width: 153px; height: 100px; border-radius: 5px; margin: 0 20px }
.newlist .title { font-size: 20px; cursor: pointer; line-height: 30px; max-width: 838px }
    .newlist .title:hover { color: #47beed }
.newlist .txt { max-width: 838px; margin-top: 14px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical }
