/*=========index-top========*/

/*分类页面css*/
html,body{
	height:100%;
}
.container{ width:100%; padding:0; overflow:hidden; margin:auto; background-color: #f8f8f8; height:100%;overflow-y:scroll}


.category1{ height:100%; float:left; width:25%;background-color:#fff;}
.category1 ul{width:100%; overflow:hidden;}
.category1 li{ width:100%;height:50px;line-height:50px;background-color: #fff;border-top: 1px solid #f4f4f4;font-size: 16px; overflow:hidden; text-align:center; cursor: pointer}
.category1 li.cur{color:#DE3535; border-left:2px solid #DE3535; background:#f8f8f8}
.category1 li.cur:before{ position:absolute; right:0; top:50%; margin-top:-5px; content:''; display:block;display: inline-block;border-width: 6px;border-color: transparent #fff transparent transparent;border-style: dashed solid dashed dashed;}

.category2{ float:left; width:95%;  }
.category2 dl{ width:95%; margin:auto;overflow:hidden;}
.category2 dl span{ display:block; width:100%; height:100px; overflow:hidden; position:relative; margin-top:8px;}
.category2 dl span img{ display:block; width:100%; height:auto}
.category2 dl span em{ display:block; width:10px; font-size:12px; height:60px; position:absolute; right:0px; bottom:0px;
 padding:25px 10px 25px 10px;background-color:rgba(27,27,27,0.5); color:#FFF; font-style:normal; line-height:150%; font-family:'宋体';} 

.category2 dt{ width:100%; height:20px;margin-top:10px; margin-bottom:10px;}
.category2 dt a{ display:block; height:20px;font-size:12px; line-height:20px;color:#999;}
.category2 dd{ width:100%; overflow:hidden;}

.fenimg{ width:100%; overflow:hidden;}
.fen_img{width:33.3%; overflow:hidden;float: left; margin:0px; margin-bottom:5px;}
.fen_img a{ display:block; width:90%;height:80px; margin:auto;overflow:hidden; background:#FFF; padding-top:3px;}
.fen_img a span{ display:block; width:100%; height:70px;}
.fen_img a span img{ display:block; width:70px;height:70px; margin:auto;}
.fen_img a em{ display:block; width:90%; height:30px; margin:auto; text-align:center;font-size:14px; color:#999; line-height:30px;}

.fen{float:left; overflow:hidden;text-align:left; }
.fen a{margin-left:10px;display:block;  height:25px; line-height:25px; border:1px solid #e5e5e5;margin-bottom:5px; text-align:center;font-size:12px; color:#999; background:#FFF;padding:0 15px;}