
.news_list{width: 100%;padding:0 10px;box-sizing: border-box;}
.news_list li{cursor: pointer;overflow: hidden;padding-left: 8px; position: relative;border-bottom:1px dashed #ccc;line-height: 26px;font-size: 14px;color:#333;margin-bottom: 10px;}
.news_list li:before{position:absolute;top:50%;margin-top: -2px;left:0;content:"";width: 3px;height: 3px;background-color: #333;display: inline-block;}
.news_list li>span{width: 80%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: inline-block;}
.news_list li>i{float: right;}
.news_list li:last-child{border:none;}

.detInfo{margin-bottom: 40px;}

.btn_box{width: 100%;text-align: right;}
.btn_box>a{margin-left: 20px;display: inline-block;width: 53px;height: 53px;border-radius: 50%;background: #c5c5c5;text-align: center;line-height: 53px;}
.btn_box>a.prev img{transform: rotate(-180deg);}
.btn_box>a:hover{background: -webkit-linear-gradient(to right, #0bd7fc , #3a82f8);background: -o-linear-gradient(to right, #0bd7fc , #3a82f8);background: -moz-linear-gradient(to right, #0bd7fc , #3a82f8);background: linear-gradient(to right, #0bd7fc , #3a82f8); }


@media only screen and (max-width: 1270px){
	
}