@charset "gb2312";
/* CSS Document */

.pabs{position:absolute;}
.prel{position:relative; }

/*第1个的选项卡*/
.tab1{width:33.3%; text-align:center; float:left;cursor:pointer;  color:#3d3d3d;    border-bottom: 1px solid #0256ff;}
.tab2{width:33.3%; text-align:center; float:left;cursor:pointer;  color:#3d3d3d; }
.tab3{width:33.3%;text-align:center; float:left;cursor:pointer;  color:#3d3d3d;  }

#TabCon1{width:100%;}
#TabCon2{width:100%;}
#TabCon3{width:100%;}

.xixi1{width:100%; cursor:pointer;border-bottom: 1px solid #eee;}
.xixi2{width:100%;cursor:pointer;border-bottom: 1px solid #eee;}
.xixi3{width:100%;border-bottom: 1px solid #eee; }




/**第2个的选项卡通知公告选项卡**/



.tab4{ float:left;cursor:pointer; color:#333; font-weight:bold; }
.tab5{ float:left;cursor:pointer; color:#999; font-weight:bold; }
.tab6{ float:left;cursor:pointer; color:#999; font-weight:bold; }
.tab7{ float:left;cursor:pointer; color:#999; font-weight:bold; }
#TabCon4{width:100%; }
#TabCon5{width:100%; }
.xixi4{ width:100%;}
.xixi5{ width:100%;}
.cAL1More{right:0.05rem;text-align:right; top:0.63rem;}




@media (max-width: 800px) {
.tab1{width:33.3%; }
.tab2{width:33.3%; }
.tab3{width:33.3%;}
.cAL1More{top:1.2rem;}






}