.news-container{display: flex; height: 100%; margin-top: 30px; margin-bottom: 50px;}
.left-container{display: flex; width: 300px; height: 100%;}
.menu-container{display: flex; width: 290px; height: 100%; flex-direction: column; box-shadow: 0 0 10px #b1dbbd; padding: 10px 30px; box-sizing: border-box;}
.menu-container .title{height: 60px; line-height: 60px; font-size: 24px; color: #107b2d; font-weight: bold; text-align: center;}
.menu{width: 100%; height: 100%;}
.menu li{border-bottom: #d5d5d5 1px solid; display: block; width: 100%; height: 60px; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box;}
.menu li:first-child{border-top: #107b2d 2px solid;}
.menu-container a{display: flex; width: 100%; height: 40px; font-size: 18px; color: #202020; align-items: center; justify-content: center;}
.menu-container a:hover,.menu-container a.active{background: #107b2d; color: #ffffff;}
.right-container{width: calc(1200px - 300px); display: flex; justify-content: flex-end;}
.content-container{width: 96%; box-shadow: 0 0 10px #b1dbbd; padding: 10px 30px; box-sizing: border-box; overflow: hidden;}
.content-container img{max-width: 100%; max-height: 100%;}