.news-list:after{
								content: '';
								display: block;
								clear: both;
							}
							.news-list{
								position: relative;
							}
							.shuxian{
								position: absolute;
								width: 1px;
								height: 70%;
								border-right: 1px dashed #dcdcdc;
								margin: auto;
								left: 0;
								right: 0;
								top: 0;
								bottom: 0;
							}
							.bottoma{
								display: block;
								margin: 20px auto 0px;
								width: 128px;
							  	height: 33px;
							  	line-height: 33px;
							  	border-width: 1px;
							  	border-color: rgb(204, 204, 204);
							  	border-style: solid;
							  	border-radius: 5px;
							  	transition: 0.2s;
							}
							.bottoma:hover{
								background: #dd2727;
								color: #fff;
								border-color: #dd2727;
							}
							.news-list .bottom_li{
								float: left;
								width: 560px;
								position: relative;
								box-sizing:border-box;  
								-moz-box-sizing:border-box;
								-webkit-box-sizing:border-box;
								padding-left: 20px;
							}
							.news-list .bottom_li a{
								display: block;
								height: 40px;
								line-height: 40px;
							}
							.news-list .bottom_li a:hover span{
								color: #dd2727;
							}
							.news-list .bottom_li a:after{
								content: '';
								display: block;
								clear: both;
							}
							.news-list .bottom_li a .title{
								font-size: 16px;
								color: #404040;
								width: 400px;
								float: left;
								overflow: hidden;
								text-overflow:ellipsis;
								white-space: nowrap;
								text-align: left;
							}
							.news-list .bottom_li a .time{
								font-size: 16px;
								color: #aaaaaa;
								float: right;
							}
							.news-list .bottom_li:before{
								content: '';
								height: 4px;
								width: 4px;
								background: #dd2727;
								position: absolute;
								top: 18px;
								left: 0px;
							}
							.news-list .bottom_li:nth-child(2n+1){
								float: right;
							}
							.clear_new:after{
								content: '';
								clear: both;
								display: block;
							}
							.bottom_left{
								width: 560px;
								float: left;
							}
							.bottom_right{
								width: 560px;
								float: right;
							}