@charset "utf-8";


.main_container{}
.main_left{width: 270px;position: relative}
.main_right{width: 880px;margin-left: 50px}

/* 本例子css */
.tab_container{background: url("/static/images/dotbg_03.png") }
.tab_container .hd{ height:52px;  background:#FFFFFF;  border-bottom:4px solid #169ada;  position:relative; }
.tab_container .hd ul{ }
.tab_container .hd ul li{ float:left;width: 271px;height: 52px;line-height: 52px ; cursor:pointer; margin-right: 8px;border-top-right-radius: 15px;border-top-left-radius: 15px;text-align: center;font-family: 'Verdana'}
.tab_container .hd ul li.on{  }
.tab_container .bd .article_content{  zoom:1;  }

/* 下面是前/后按钮代码，如果不需要删除即可
.tab_container .arrow{  position:absolute; right:10px; top:0; }
.tab_container .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.tab_container .arrow .next{ background-position:0 -50px;  }
.tab_container .arrow .prevStop{ background-position:-60px 0; }
.tab_container .arrow .nextStop{ background-position:-60px -50px; }
*/

.blue_line{height: 3px;background: #0039a0;clear: both}















