/*========================NEWS PAGE====*/
div.news {display: flex; flex-flow: row wrap;justify-content: space-between;}
div.news div.item {width:540px; box-sizing: border-box; margin-bottom:30px;padding-top: 20px;}
div.news div.item:nth-child(1) {background:#F3F3F3;padding:20px;}
div.news div.img {width:50%; height:200px;float:left;margin-right: 20px;margin-bottom: 20px;background-size: cover;background-position: center;}
div.news div.date {color: #777; font-weight: 600; margin-bottom: 20px;}
div.news div.name {font-size: 22px; font-weight: 700;}
div.news div.text {clear:both;margin-bottom: 20px;}
div.news div.more {font-weight: 600;}
/*========================NEWS DETAIL====*/
div.detail {}
div.detail h3 {text-align:center; color:#39A206 !important; line-height: 1.5 !important;font-weight: bold !important;font-size:32px !important;text-transform: uppercase;}
div.detail  img.ava {width:100%; margin-bottom:30px;}
div.detail  img.ava.vertical {width:50%; float:left; margin-bottom:30px;margin-right:30px;}
div.detail  div.text {margin-bottom:30px; text-align: justify;}
div.detail  div.date {text-align:center; color:#777;margin-bottom:50px;font-size: 20px; font-weight: 600;}
div#comments {display:flex;justify-content: space-between;}
h3.pagelist {margin-bottom:40px;}
div.backer {text-align:right;}