main{padding:0 0 40px;background-color:#f4f4f4}main .main-center{justify-content:space-between}main .main-center .left-nav ul li{padding:20px 60px;border:1px solid #ffffff;font-size:18px;color:#ffffff;background:#018700;transition:all .6s ease;border-radius:4px}main .main-center .left-nav ul li:hover{background:#fc8c12}main .main-center .left-nav ul .active-li{background:#fc8c12}main .main-center .right-cont{width:80%;min-height:500px;flex-wrap:wrap}main .main-center .right-cont .main-title{width:100%}main .main-center .right-cont .news{width:100%}main .main-center .right-cont .news .news-item{margin:0 10px 10px;float:left;background-color:#ffffff;padding:10px;border-radius:4px;width:48%;height:120px;transition:all .6s ease}main .main-center .right-cont .news .news-item:hover{background-color:#018700}main .main-center .right-cont .news .news-item:hover h5,main .main-center .right-cont .news .news-item:hover p,main .main-center .right-cont .news .news-item:hover h4{color:#ffffff !important}main .main-center .right-cont .news .news-item:hover h5::before{background-color:#ffffff !important}main .main-center .right-cont .news .news-item:hover .date{color:#ffffff !important}main .main-center .right-cont .news .news-item .data{display:flex;flex-direction:column;align-items:center;margin-right:20px}main .main-center .right-cont .news .news-item .data img{width:150px;height:100%;border-radius:4px;border:1px solid #ececec}main .main-center .right-cont .news .news-item .msg h4{font-size:18px;color:#333333}main .main-center .right-cont .news .news-item .msg p{margin-top:10px;font-size:14px;line-height:20px;color:#8e8787;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}main .main-center .right-cont .news .news-item .msg .date{margin-top:6px;align-items:flex-end;font-size:12px;color:#8e8787}