@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style-type:none;}
*{font-family:"微软雅黑"; font-style:inherit; font-weight:inherit; vertical-align:baseline;}
body{background-color:#fff;}
.clear{clear:both;}
.h20{width:100%; height:20px;}

/*reset*/
a{color:#333;text-decoration:none;}   
a:hover{color:#f12d37;}

/*footer*/
.footer {margin-top:50px;}

/*pic*/
.cont{width:1280px;margin:0 auto;overflow:hidden; padding:0;}

.model{width:1300px; margin:0 auto; padding:10px 0; overflow:hidden;}
.model .nav{width:100%; padding-left:8px;height:50px;}

.model .nav h2{float:left; width:100%; font-size:18px; color:#333; text-align:left;line-height:50px; height:50px;font-weight:normal;}
.model .nav h2 a{color:#333;text-decoration:none;}
.model .nav h2 a:hover{color:#333;text-decoration:underline;}
.model .nav h2 .circle{background-color:#f12d37; width:6px; height:6px; display:inline-block;border-radius:50%; margin-right:8px; margin-left:8px; margin-bottom:2px;}

.piclist{width:1300px; height:auto; overflow:hidden; padding:0; margin:0 auto;}
.piclist .pic{float:left; padding:5px; position:relative; margin:0px;width:250px; height:220px;}
.piclist img{border-radius:8px; padding:0px; width:224px; height:126px;}

/*鼠标滑过阴影*/
.piclist img:hover{-webkit-box-shadow:0 1px 6px 0 rgba(0,0,0,.2); box-shadow:0 1px 6px 0 rgba(0,0,0,.2); border-radius:8px;}

.piclist h3{text-align:left; color:#333; font-size:16px; font-weight:normal; line-height:36px; width:222px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.piclist h3 a{color:#333; text-decoration:none;}
.piclist h3 a:hover{color:#f12d37; text-decoration:none;}
.piclist span.time{display:block;color:#ccc; font-size:14px;line-height:21px; text-align:left;}

.paging{text-align:center;margin:30px auto;}
.paging a{border:1px solid #ddd;border-right:none; color:#666; display:inline-block; width:50px;height:45px; line-height:45px;font-size:12px;text-align:center;}
.paging a:last-child{border-right:1px solid #ddd;}
.paging a:hover{background:#efefef; text-decoration:none;}
.paging a.now {color:#fff; background:#666; border:1px solid #666;}