.news-container{display: flex; height: 100%; margin-top: 30px; margin-bottom: 50px; flex-direction: column;}
.curr-pos{font-size: 14px;}
.content-container{width: 100%; box-shadow: 0 0 10px #b1dbbd; padding: 10px 30px; box-sizing: border-box; overflow: hidden; margin-top: 15px;}
.content-container .title{height: 80px; line-height: 80px; font-size: 24px; font-weight: bold; text-align: center; border-bottom: #d5d5d5 1px solid;}
.content-container .date{width: 100%; height: 30px; font-size: 14px; color: #d5d5d5; text-align: center;}
.content-container .content-box{width: 100%; height: 100%; font-size: 16px; color: #202020;}
.content-container .content-box img{max-width: 100%; max-height: 100%;}