@ chartset "utf-8";
*{margin:0; padding:0; box-size:border-box;}
/*列表页--文章列表页*/
.listBox{padding:15px 15px 15px 15px;}
.listBox ul{list-style:none;}
.listBox ul li{width:100%; height:150px; padding:12px 5px 12px 5px; border-bottom: 1px dashed #ccc; clear:both;}
.listBoxImg{width:150px; height:120px; padding:5px; overflow:hidden; float:left; border:1px solid #dae1f2;}
.listBoxImg:hover{border:1px solid #7a96cc; box-shadow:0 0 2px rgba(0,0,0,0.2)}
.listBoxImg a{display:block; width:100%; height:100%; overflow:hidden;}
.listBoxImginner{width:100%; height:100%; overflow:hidden; float:left;}
.listBoxImginner img{width:100%; height:100%; object-fit: cover; float:left; transition:all 0.5s;}
.listBoxImginner img:hover{transform:scale(1.1);}
.listBoxLiRight{height:150px; width:calc(100% - 160px);max-width:607px; float:left; padding:0 0 0 8px; word-break:break-all; /*支持IE，chrome，FF不支持*/word-wrap:break-word;/*支持IE，chrome，FF*/}
.listBoxTitle{height:25px; width:100%; font-size:14px;}
.listBoxTitle h2 a{display:block; height:25px; width:100%; font-size:16px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.listBoxInfo{height:20px; width:100%; line-height:20px; font-size:12px; color:#999; overflow:hidden;}
.listBoxInfo span{padding:0 10px 0 0; color:#999;}
.listBoxInfo span a{color:#999;}
.listBoxInfo span i{padding:0 2px 0 0;}
.listBoxIntro{height:74px; width:100%; line-height:23px; overflow:hidden; font-size:12px;}

/* 列表页--翻页 */
.pageListBox{width:100%; height:25px; margin-top: 15px;text-align: center;}
.pageFist,.pageUp,.pageOther,.pageNext,.pageLast{display: inline-block;margin-right: 5px;padding: 2px 6px;border: 1px solid #ddd;font-size: 12px;}
.thisPage{display: inline-block;margin-right: 5px;padding: 2px 6px;background: #3d6dcc;color: #FFF;border: 1px solid #5298FF;font-size: 12px;}
.pageListBox a:hover{background: #3d6dcc; color:#FFF; text-decoration:none;}


/*下载模板列表页*/
.softListBox{padding:15px 15px 15px 15px;}
.softListBox ul{list-style:none;}
.softListBox ul li{width:100%; height:48px; padding:12px 5px 12px 5px; border-bottom: 1px dashed #ccc; clear:both;}
.softListBoxistBoxImg{width:50px; height:50px;}
.softListBoxImg img{width:48px; height:48px; border:1px solid #dae1f2; float:left;}
.softListBoxLiRight{height:48px; width:556px; float:left; padding:0 0 0 8px; overflow: hidden;white-space: nowrap;word-break:break-all; /*支持IE，chrome，FF不支持*/word-wrap:break-word;/*支持IE，chrome，FF*/}
.softListBoxTitle{height:24px; width:556px; font-size:16px;}
.softListBoxInfo{height:24px; width:556px; line-height:24px; font-size:12px; color:#999;}
