first commit
This commit is contained in:
@@ -0,0 +1,294 @@
|
||||
/* 中部整体定义 */
|
||||
#chief_left
|
||||
{
|
||||
float:left;
|
||||
width: 201px;
|
||||
}
|
||||
#chief_middle{
|
||||
float: left;
|
||||
width: 777px;
|
||||
}
|
||||
#chief_right{
|
||||
float: right;
|
||||
width: 216px;
|
||||
}
|
||||
#chief_center{
|
||||
float:right;
|
||||
width: 573px;
|
||||
display:inline;
|
||||
}
|
||||
.c_chief_c_center
|
||||
{
|
||||
clear:both;
|
||||
}
|
||||
|
||||
/* 左侧定义开始 */
|
||||
|
||||
/* 政务公开 */
|
||||
.l_zwgk_main
|
||||
{
|
||||
height:226px;
|
||||
background: url(images/zwgk_bg.jpg) no-repeat;
|
||||
}
|
||||
.l_zwgk_main dt
|
||||
{
|
||||
padding:8px 0 0 35px;
|
||||
font: normal normal bold 14px/160% auto;
|
||||
color:#FFF;
|
||||
}
|
||||
.l_zwgk_main ul
|
||||
{
|
||||
margin:8px 16px 0px 17px
|
||||
}
|
||||
.l_zwgk_main li
|
||||
{
|
||||
float:left;
|
||||
width:64px;
|
||||
border-bottom:#84add7 1px solid;
|
||||
height:22px;
|
||||
overflow:hidden;
|
||||
background: url(images/c_l1_lite_icon.gif) no-repeat 6px 8px;
|
||||
padding:2px 0px 0px 18px;
|
||||
}
|
||||
.l_zwgk_main li a
|
||||
{
|
||||
color:#d9ebff;
|
||||
text-decoration:none;
|
||||
font: normal normal bold 13px/140% auto;
|
||||
}
|
||||
.l_zwgk_main li a:hover
|
||||
{
|
||||
color:#d9ebff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
/* 左侧定义结束 */
|
||||
|
||||
/* 中部居中定义开始= */
|
||||
.c_daohang{
|
||||
background: url(images/conv_daohang_bg.gif) no-repeat;
|
||||
width:777px;
|
||||
height:20px;
|
||||
}
|
||||
.c_daohang_sp{
|
||||
padding-left:26px;
|
||||
color:#2d6ec3;
|
||||
}
|
||||
|
||||
/* 政务动态 */
|
||||
.c_zwsz_main
|
||||
{
|
||||
background-color:#f0f4fb;
|
||||
height:224px;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
.c_zwsz_l
|
||||
{
|
||||
float:left;
|
||||
margin:20px 0px 0px 8px;
|
||||
background-color:#fff;
|
||||
width:240px;
|
||||
height:184px;
|
||||
overflow:hidden;
|
||||
display:inline;
|
||||
}
|
||||
.c_zwsz_r
|
||||
{
|
||||
float:right;
|
||||
width:310px;
|
||||
display:inline;
|
||||
margin-top:15px;
|
||||
}
|
||||
.c_zwsz_r_list li
|
||||
{
|
||||
padding:3px 0px 0px 15px;
|
||||
background: url(images/news_lite_icon.gif) no-repeat 0px 12px;
|
||||
font-size:13px;
|
||||
color:#9e0000;
|
||||
}
|
||||
.c_zwsz_r_list li span a, .c_zwsz_r_list li span a:hover
|
||||
{
|
||||
color:#9e0000;
|
||||
}
|
||||
.c_zwsz_r_list li a
|
||||
{
|
||||
color:#366aa3;
|
||||
font: normal normal normal 13px/160% auto;
|
||||
|
||||
}
|
||||
|
||||
/* 通用列表1 */
|
||||
.c_chief_list
|
||||
{
|
||||
border:#d6dee7 1px solid;
|
||||
margin-bottom:2px;
|
||||
clear:both;
|
||||
}
|
||||
.c_chief_list a.c_chief_title_span
|
||||
{
|
||||
display:block;
|
||||
width:75px;
|
||||
margin:0 0 0 30px;
|
||||
font: normal normal bold 14px/150% auto;
|
||||
text-align:center;
|
||||
padding-top:4px;
|
||||
height:20px;
|
||||
color:#3164b3;
|
||||
background: url(images/chief_titlespan.gif) no-repeat bottom;
|
||||
text-decoration:none;
|
||||
}
|
||||
.c_chief_list dt
|
||||
{
|
||||
height:24px;
|
||||
background: url(images/invest_title2bg.gif) repeat-x;
|
||||
border-bottom:#d6dee7 1px solid;
|
||||
}
|
||||
.c_chief_list dd
|
||||
{
|
||||
padding:10px 0;
|
||||
height:100px;
|
||||
}
|
||||
.c_chief_list li
|
||||
{
|
||||
float:left;
|
||||
background: url(images/invest_lite_icon.gif) no-repeat 15px 12px;
|
||||
padding:0px 0px 0px 28px;
|
||||
width:255px;
|
||||
height:25px;
|
||||
}
|
||||
.c_chief_list li a
|
||||
{
|
||||
color:#366aa3;
|
||||
}
|
||||
|
||||
/* 通用列表2(共用缩小) */
|
||||
.c_chief_list_s
|
||||
{
|
||||
float:left;
|
||||
width:283px;
|
||||
border:#dccdae 1px solid;
|
||||
clear:none;
|
||||
overflow:hidden;
|
||||
}
|
||||
.c_chief_list_s dt
|
||||
{
|
||||
background: url(images/chief_title2bg.gif) repeat-x;
|
||||
}
|
||||
.c_chief_list_s a.c_chief_title_span_s
|
||||
{
|
||||
background: url(images/chief_titlespan2.gif) no-repeat bottom;
|
||||
color:#cc2e09;
|
||||
}
|
||||
.c_chief_list_s_r
|
||||
{
|
||||
float:right;
|
||||
}
|
||||
.c_c_c_main
|
||||
{
|
||||
height:300px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
/* 中部居中定义结束 */
|
||||
|
||||
/* 右侧定义开始= */
|
||||
.chief_r_title{
|
||||
height:26px;
|
||||
background: url(images/chief_titlebg.gif) no-repeat;
|
||||
}
|
||||
.chief_r_title a
|
||||
{
|
||||
float:left;
|
||||
font: normal normal bold 14px/120% auto;
|
||||
color:#FFFFFF;
|
||||
height:21px;
|
||||
padding:5px 0px 0px 51px;
|
||||
display:inline;
|
||||
}
|
||||
.chief_r_title a:hover
|
||||
{
|
||||
color:#FFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
.chief_icon0 a{background: url(images/over2icon.gif) no-repeat 12px 0px;}
|
||||
.chief_icon1 {background: url(images/chief_icon1.gif) no-repeat 12px 12px;}
|
||||
.chief_icon2 a{background: url(images/chief_icon2.gif) no-repeat 18px 1px;}
|
||||
.chief_icon3 a{background: url(images/chief_icon3.gif) no-repeat 18px 1px;}
|
||||
.chief_icon4 a{background: url(images/chief_icon4.gif) no-repeat 18px 1px;}
|
||||
.chief_icon5 a{background: url(images/chief_icon5.gif) no-repeat 18px 1px;}
|
||||
.chief_icon6 a{background: url(images/chief_icon6.gif) no-repeat 18px 1px;}
|
||||
.chief_icon7 a{background: url(images/chief_icon7.gif) no-repeat 18px 1px;}
|
||||
.chief_icon8 a{background: url(images/chief_icon8.gif) no-repeat 18px 1px;}
|
||||
|
||||
.chief_r_zfjg li
|
||||
{
|
||||
float:left;
|
||||
width:82px;
|
||||
height:25px;
|
||||
white-space:nowrap;
|
||||
background:none;
|
||||
}
|
||||
.chief_r_zfjg li a
|
||||
{
|
||||
color:#c00;
|
||||
}
|
||||
.chief_r_zfjg dd
|
||||
{
|
||||
height:240px;
|
||||
}
|
||||
|
||||
.r_ldzc_l
|
||||
{
|
||||
float:left;
|
||||
padding:7px 0px 0px 6px;
|
||||
width:60px;
|
||||
height:78px;
|
||||
overflow:hidden;
|
||||
display:block;
|
||||
background:#eeeeee;
|
||||
}
|
||||
.r_ldzc_r
|
||||
{
|
||||
float:left;
|
||||
padding:7px 0px 0px 16px;
|
||||
width:122px;
|
||||
font: normal normal normal 12px/150% auto;
|
||||
display:block;
|
||||
}
|
||||
.r_ldzc_r a
|
||||
{
|
||||
color:#000;
|
||||
}
|
||||
.chief_r_list
|
||||
{
|
||||
background-color:#f9fcff;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
.chief_r_list ul
|
||||
{
|
||||
clear:both;
|
||||
}
|
||||
.chief_r_list dd
|
||||
{
|
||||
padding:8px 5px 8px 5px;
|
||||
border-left:#9ac3ea 1px solid;
|
||||
border-right:#9ac3ea 1px solid;
|
||||
border-bottom:#9ac3ea 1px solid;
|
||||
}
|
||||
.chief_r_list ul li
|
||||
{
|
||||
background: url(images/invest_lite_icon.gif) no-repeat 8px 12px;
|
||||
padding:2px 0px 0px 20px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.chief_r_list ul li a
|
||||
{
|
||||
color:#366aa3;
|
||||
}
|
||||
|
||||
.login_class
|
||||
{
|
||||
padding:0px 18px 0px 18px;
|
||||
color:#777777;
|
||||
}
|
||||
/* 右侧定义结束= */
|
||||
Reference in New Issue
Block a user