﻿.ce_list{
    clear: both;
    padding: 25px 0px 0px 0px;
	width:100%;
	margin:0px auto;
    /*margin-right: -15px;
    margin-left: -15px;*/
	
}

.ce_title{
    text-align: center;
    height: 40px;
}
.ce_title a{
    color: #2F2F2F;
}
.ce_title a:hover{
    text-decoration: none;
    color:#f3770e;
}

.ce_img{
	margin-bottom:20px;
}
.ce_img img{

}
/*小屏幕样式*/
@media screen and (max-width: 768px) {
   /*手机-*/
    .ce_img {
  
    }
}


