﻿@charset "utf-8";
/* CSS Document */
/*频道页、栏目页、内容页的框架样式*/
body{
background-image:url(/Skin/govdemo/imgs/body_bg.jpg);
background-repeat:repeat-x;
}

a{
color:#787878;
}

#box{
background-image:url(/Skin/govdemo/imgs/box_bg.jpg);
background-position:top right;
background-repeat:no-repeat;
width:982px;
padding-left:9px;
padding-right:9px;
margin-left:auto;
margin-right:auto;
}

#top{
height:102px;
background-image:url(/Skin/govdemo/imgs/top_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
}

#logo{
height:29px;
}

#logo a{
color:#FFAFAF;
}

#logo ul li{
width:485px;
height:29px;
float:left;
color:#FFAFAF;
font-size:13px;
font-weight:bold;
line-height:29px;
}

#logo .lir{
text-align:right;
}

#banner{
background-image:url(/Skin/govdemo/imgs/banner_bg.jpg);
background-position:bottom right;
background-repeat:no-repeat;
height:73px;
}

#sub_nav{
background-image:url(/Skin/govdemo/imgs/navbg.jpg);
background-repeat:repeat-x;
height:54px;
line-height:28px;
color:#FFFFFF;
border-top:2px solid #C30204;
border-left:1px solid #C3C3C3;
border-right:1px solid #C3C3C3;
border-bottom:1px solid #C3C3C3;
margin-bottom:4px;
}

#sub_nav .title{
padding-left:12px;
line-height:25px;
font-size:12px;
font-weight:bold;
color:#C13026;
height:25px;
}

#loginbar{
color:#58595B;
font-weight:bold;
width:385px; 
height:27px;
line-height:27px;
float:right; 
}

#loginbar div a.gray{
color:#58595B;
font-weight:normal;
}

#loginbar div a.red{
color:#C30204;
font-weight:normal;
}

#loginbar div{
float:left;
padding-left:3px;
padding-right:3px;
text-align:center;
}

#loginbar .inp{
color:#787878;
width:60px;
height:16px;
border:1px solid #CACACA;
}

#loginbar input{
margin-top:3px;
}

#main{
background-color:#D9D9D9;
background-image:url(/Skin/govdemo/imgs/main_bg.jpg);
background-repeat:repeat-x;
background-position:top;
padding:3px;
}

#main_l{
width:709px;
color:#787878;
background-color:#FFF;
float:left;
margin-bottom:3px;
}

#main_r{
width:263px;
color:#787878;
float:right;
margin-bottom:3px;
}

#bottom{
height:80px;
color:#939598;
background-color:#f5f5f5;
}

#bottom a{
color:#939598;
}

#bottom .links{
font-weight:bold;
text-align:center;
padding-top:20px;
}

#bottom .copy{
text-align:center;
padding-top:5px;
}
/*----------------------补充部分----------------------------*/
/*-圈子调用-*/
#showteam09 li{
float:left;
width:200px;
height:75px;
overflow:hidden;
}
#showteam09 li div{
float:left;
width:55px;
height:55px;
border:2px #999999 dotted;
padding-left:5px;
padding-top:5px;
overflow:hidden;
}

#showteam09 li ul{
float:left;
margin-left:8px;
width:120px;
height:60px;

}
#showteam09 li ul li{
width:100%;
height:auto;
padding-top:3px;
}
#showteam09 li ul li a{
color:black;

}
#showteam09 li ul li a:hover{
background-color:#999;
color:#fff;

}