
.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: -4px;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;}

.contInfo{width: 96%;margin:0 auto;}
.contInfo>h1{text-align: center;font-size: 24px;color:#333;border-bottom:1px solid #ccc;padding: 20px 0;}
.contInfo .info{width: 100%;}
.contInfo .info .date{font-size: 14px;color:#999;text-align: right;line-height: 38px;}
.info>div{width:100%;overflow: hidden;}
.info>div img{max-width:100%; }

.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){

}