@charset "utf-8";

 /*头条*/
.topic_bg {position:relative;margin-top:10px;}
.topic_border {text-align:center;}
.topic_border span{color:#fff;font: bold 20px/30px "Microsoft YaHei","黑体";margin-right:15px; padding: 6px 20px;
background: #ec0203;position: relative;top: -3px;}
.topic_border a.topic_L {color:#277ec3;font-size:26px;font-weight: bold;}
.topic_border a.topic_L :hover{ color: #ff0000; } 


/*小轮播*/
.second-slide{position:relative;float: left; width:623px; height:320px; overflow:hidden; position:relative;border: 1px solid #ddd;}
.second-slide .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1; }
.second-slide .hd ul{ overflow:hidden; zoom:1; float:left;  }
.second-slide .hd ul li{ float:left; margin-right:7px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius:50%;}
.second-slide .hd ul li.on{ background:#57b4f7; color:#fff; }
.second-slide .bd{ position:relative; height:100%; z-index:0;   }
.second-slide .bd li{ zoom:1; vertical-align:middle; }
.second-slide .bd img{ width:623px; height:320px; display:block;  }
.second-slide .bd li p{position:absolute;left:0;bottom:0;line-height: 50px;height:50px;width:623px;white-space: nowrap;overflow: hidden;padding-left: 20px}
.second-slide .bd li p i{position:absolute;left:0;top:0;display: block;width:623px;height: 50px;background: #000;opacity: .3}
.second-slide .bd li p a, .second-slide .bd li p a:visited{position: relative;color: #fff;font-size: 18px;line-height: 50px;text-align: center;}


