@charset "utf-8";
/* CSS Document */


.publicTop{ background:url(../images/contact_bg.jpg) no-repeat center top; 
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;}
	


.lcn-lst{ overflow:hidden}
.lcn-lst ul{ padding:12px; overflow:hidden}
.lcn-lst li{float: left;width:33.333333%;cursor: pointer;}
.lcn-lst .l-fl{margin:12px;background:#f6f6f6; border:1px #eee solid;height:124px;padding:24px;  overflow:hidden}
.lcn-lst .l-fl h2{margin-bottom: 12px;line-height: 28px;font-size: 16px;color: #333;font-weight: normal;}
.lcn-lst .l-fl p{line-height: 24px;font-size: 14px;color: #666;}





/*响应式*/
@media screen and (max-width: 679px) {


.lcn-lst ul{ padding:0 6px  6px; overflow:hidden}
.lcn-lst li{float: left;width:100%;cursor: pointer;}
.lcn-lst .l-fl{margin:6px;height:auto;padding:12px; overflow:hidden}
.lcn-lst .l-fl h2{margin-bottom:6px;font-size: 14px}
.lcn-lst .l-fl p{font-size: 12px;}

}

@media screen and (min-width:680px) and (max-width: 1079px) {


.lcn-lst ul{ padding:0 6px 6px; overflow:hidden}
.lcn-lst li{float: left;width:50%;cursor: pointer;}
.lcn-lst .l-fl{margin:6px;height:auto;padding:12px; height:124px;overflow:hidden}
.lcn-lst .l-fl h2{margin-bottom:6px;font-size: 14px}
.lcn-lst .l-fl p{font-size: 12px;}


}

@media screen and (min-width:1080px) {


.lcn-lst ul{ padding:0 6px 6px; overflow:hidden}
.lcn-lst li{float: left;width:33.33333%;cursor: pointer;}
.lcn-lst .l-fl{margin:6px;height:auto;padding:12px; height:124px;overflow:hidden}
.lcn-lst .l-fl h2{margin-bottom:6px;font-size: 14px}
.lcn-lst .l-fl p{font-size: 12px;}

}

@media screen and (min-width:1200px) {

.lcn-lst ul{ padding:0px 12px 12px; overflow:hidden}
.lcn-lst li{float: left;width:33.33333%;cursor: pointer;}
.lcn-lst .l-fl{margin:12px;height:auto;padding:24px; height:124px;overflow:hidden}
.lcn-lst .l-fl h2{margin-bottom:12px;font-size: 16px}
.lcn-lst .l-fl p{font-size: 14px;}


}

@media screen and (min-width:1400px) {.


.lcn-lst ul{ padding:0px 12px 12px; overflow:hidden}
.lcn-lst li{float: left;width:33.33333%;cursor: pointer;}
.lcn-lst .l-fl{margin:12px;height:auto;padding:24px; height:124px;overflow:hidden}
.lcn-lst .l-fl h2{margin-bottom:12px;font-size: 16px}
.lcn-lst .l-fl p{font-size: 14px;}

}


