.news_wrap{width: 100%;background-color: #F5F5F5;}

/*左侧二级菜单部分*/
/*最新内容部分*/
.last_news{margin: 0 20px 20px;}
.last_news .news_img{width: 240px;height: 160px;float: left;}
.last_news .news_img img{width: 100%;height: 100%;}
.last_news .news_right{float: right;width: 470px;}
.last_news .news_right h3{font-weight: bold;font-size: 18px;cursor: pointer;}
.last_news .news_right>p{color: #333;font-size: 14px;line-height: 25px;margin-bottom: 5px;}
.last_news .ln_content{text-indent: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
/*新闻列表部分*/
.right_news .news_list{margin: 0 20px;height: 350px;}
.right_news .news_list li{line-height: 35px;width: 100%;cursor: pointer;}
.right_news .news_list li:nth-child(2n){background-color: #F5F5F5;}
.right_news .news_list li a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:80%;display:block;font-size: 14px;color: #333;}
/*分页*/
.right_news .news_page{text-align: center;margin-top: 15px;}
.right_news .news_page li{margin: 10px 10px;font-size: 12px;display: inline-block;}
.right_news .news_page .page_li span{margin-right: 5px;font-size: 12px;cursor: pointer;color: #5a5a5a;}
.right_news .news_page .page_li .now_page{color: #3366FF;}
.right_news .news_page .all_page span{margin: 0 4px;font-size: 12px;}
.right_news .news_page .to_page input{border: 1.5px solid #dddcdd;margin: 0 5px;width: 30px;text-align: center;font-size: 12px;}
.right_news .news_page .sure{margin-right: 0;}
.right_news .news_page .sure img{vertical-align: middle;}
