119 lines
1.8 KiB
CSS
119 lines
1.8 KiB
CSS
@charset "utf-8";
|
|
/* ==专题定义== */
|
|
#main_right
|
|
{
|
|
float:right;
|
|
width:767px;
|
|
}
|
|
#main_bg
|
|
{
|
|
background:url(images/main_bg_img.gif) repeat-x;
|
|
padding:16px 0 0;
|
|
min-height:50px;
|
|
}
|
|
|
|
|
|
/* 专题图文 */
|
|
.special_photo_list, .special_photo_list ul, .special_class dl, .special_class dt, .special_class dd
|
|
{
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.special_photo_list li
|
|
{
|
|
padding: 0px;
|
|
margin: 5px 0px;
|
|
list-style: none;
|
|
width: 188px;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
.special_photo_list li img
|
|
{
|
|
border: 1px solid #ccc;
|
|
width: 160px;
|
|
height: 120px;
|
|
}
|
|
.class_page
|
|
{
|
|
clear:both;
|
|
}
|
|
.c_main .class_page
|
|
{
|
|
clear:none;
|
|
}
|
|
/* 专题栏目列表 */
|
|
.special_class
|
|
{
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
width: 49.3%;
|
|
border: #d6dee7 1px solid;
|
|
margin-right:2px;
|
|
}
|
|
.special_class dl
|
|
{
|
|
margin: 2px;
|
|
}
|
|
.special_class dt, .special_class dt a
|
|
{
|
|
font: normal normal bold 13px/24px Arial,"宋体",Helvetica,sans-serif;
|
|
}
|
|
.special_class dt
|
|
{
|
|
background: url(images/invest_title2bg.gif) repeat-x;
|
|
border-bottom: 1px solid #d6dee7;
|
|
clear: both;
|
|
}
|
|
.special_class dt a
|
|
{
|
|
padding: 5px 20px;
|
|
color:#3a5995;
|
|
}
|
|
.special_class dd
|
|
{
|
|
padding: 5px 5px 15px 5px;
|
|
height: auto!important;
|
|
height: 60px;
|
|
min-height: 60px;
|
|
}
|
|
.special_class li
|
|
{
|
|
width: 33%;
|
|
float: left;
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
.special_class li a
|
|
{
|
|
padding-left: 12px;
|
|
background: url(images/icon_02.gif) no-repeat left 0px;
|
|
}
|
|
.special_class li a:hover
|
|
{
|
|
background: url(images/icon_02_hover.gif) no-repeat left 0px;
|
|
}
|
|
.speciallist_class li
|
|
{
|
|
width: 99%;
|
|
float: left;
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
.speciallist_class dt
|
|
{
|
|
|
|
}
|
|
.speciallist_class dt a
|
|
{
|
|
padding: 5px 20px;
|
|
background: url(images/icon_01.gif) #fff no-repeat left 6px;
|
|
}
|
|
|
|
.class_content ul li
|
|
{
|
|
padding:6px 0 0 28px;
|
|
line-height:24px;
|
|
}
|