.atlas-focus{ height: 550px;margin-top: 25px; }
.atlas-focus img{ width: 100%;height: 100%; }
.focus-list{ margin-top: 20px; }
.focus-list ul{ width: 1300px; }
.focus-list li{ float: left;width: 390px;margin-right: 15px;background-color: #eee; }
.focus-list li a:hover{ text-decoration: none; }
.focus-list li img{ float: left;width: 155px;height: 155px;margin-right: 20px; }
.focus-list li h3{ font-size: 16px;color: #ee4433;margin-top: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-right: 15px;font-weight: normal; }
.focus-list li h4{ font-size: 16px;color: #333;margin-top: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-right: 15px;font-weight: normal; }
.focus-list li p{ font-size: 12px;color: #999;margin-top: 10px;padding-right: 20px;line-height: 19px;height: 60px;overflow: hidden; }
.atlas-news{ margin-top: 30px;width: 1200px; }
.atlas-news-title{ height: 50px;line-height: 50px;font-size: 24px;color: #333;margin-bottom:10px; }
.atlas-news-title span{ border-left: 4px solid #3d79dd;height: 23px;line-height: 23px;display: inline-block;padding-left: 15px; }
.atlas-news-title .more{ float: right;font-size: 14px;font-weight: normal;color: #5892f3; }

/*修改*/
.atlas-news-col1{ width: 315px;position: relative;float: left;margin-right:15px; }
.atlas-news-col1 img{ width: 315px;height: 420px; }
.atlas-news-col1 p{ width: 295px;line-height: 20px;position: absolute;bottom: 0;left: 0;background-color: rgba(0,0,0,.7);color: #fff;padding: 10px; }
.atlas-news-col2{ float: left;width: 870px;overflow: hidden; }
.atlas-news-col2 ul{ width: 920px; }
.atlas-news-col2 li{ position: relative;margin-bottom: 15px;width: 280px;float: left;margin-right: 15px; }
.atlas-news-col2 img{ width: 280px;height: 202px; }
.atlas-news-col2 p{ line-height: 20px;position: absolute;bottom: 0;left: 0;background-color: rgba(0,0,0,.7);color: #fff;padding: 10px;height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 260px; }
.mr0{ margin-right: 0; }
.mr15{ margin-right: 15px; }

/*幻灯*/
.atlas-focus-slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.atlas-focus-slideBox .hd{ overflow:hidden; position:absolute; left:50%; bottom:15px; z-index:1;background-color: rgba(0,0,0,.7);padding: 5px 0 5px 8px;border-radius: 12px;margin-left: -44px; }
.atlas-focus-slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.atlas-focus-slideBox .hd ul li{ float:left; margin-right:8px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%; }
.atlas-focus-slideBox .hd ul li.on{ background:#5892f3; color:#fff; }
.atlas-focus-slideBox .bd{ position:relative; height:100%; z-index:0;   }
.atlas-focus-slideBox .bd .tempWrap,.atlas-focus-slideBox .bd .tempWrap ul{ height: 100%; }
.atlas-focus-slideBox .bd li{ zoom:1; vertical-align:middle;height: 100%; }
.atlas-focus-slideBox .bd img{ width:100%; height:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.atlas-focus-slideBox .prev,
.atlas-focus-slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.atlas-focus-slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.atlas-focus-slideBox .prev:hover,
.atlas-focus-slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.atlas-focus-slideBox .prevStop{ display:none;  }
.atlas-focus-slideBox .nextStop{ display:none;  }