first commit
This commit is contained in:
@@ -0,0 +1,470 @@
|
||||
/*文章整体布局定义*/
|
||||
#article_left{
|
||||
float: left;
|
||||
width: 216px;
|
||||
}
|
||||
#article_middle{
|
||||
float: left;
|
||||
width: 573px;
|
||||
padding:0 6px;
|
||||
}
|
||||
#article_right{
|
||||
float: right;
|
||||
width: 195px;
|
||||
}
|
||||
#article_c_main
|
||||
{
|
||||
float:right;
|
||||
width:767px;
|
||||
}
|
||||
#main_right
|
||||
{
|
||||
float:right;
|
||||
width:767px;
|
||||
}
|
||||
#main_bg
|
||||
{
|
||||
background:url(images/main_bg_img.gif) repeat-x;
|
||||
padding:16px 0 0;
|
||||
min-height:50px;
|
||||
}
|
||||
.two_list /*二列式*/
|
||||
{
|
||||
float:left;
|
||||
width:49.2%;
|
||||
margin-left:4px;
|
||||
height:345px;
|
||||
}
|
||||
.c_main_box
|
||||
{
|
||||
clear:none;
|
||||
}
|
||||
#main_bg #main_bg
|
||||
{
|
||||
background:none;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
/*文章内容定义*/
|
||||
.c_daohang{
|
||||
background: url(images/conv_daohang_bg.gif) no-repeat;
|
||||
height:20px;
|
||||
}
|
||||
.c_daohang_sp{
|
||||
padding-left:26px;
|
||||
color:#2d6ec3;
|
||||
}
|
||||
.c_article_list
|
||||
{
|
||||
}
|
||||
.c_article_list dt li
|
||||
{
|
||||
float:left;
|
||||
}
|
||||
.c_article_list dt li span
|
||||
{
|
||||
display:block;
|
||||
background: url(images/list_dtbtbg_r.gif) no-repeat right top;
|
||||
}
|
||||
.c_article_list dt li span a
|
||||
{
|
||||
display: block;
|
||||
background: url(images/list_dtbtbg_l.gif) no-repeat left top;
|
||||
padding:4px 8px 0 8px;
|
||||
font: normal normal bold 14px/150% auto;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
color:#3164b3;
|
||||
}
|
||||
.c_article_list dt
|
||||
{
|
||||
height:24px;
|
||||
background: url(images/invest_title2bg.gif) repeat-x;
|
||||
border-bottom:#d6dee7 1px solid;
|
||||
overflow:hidden;
|
||||
padding-left:27px;
|
||||
border:#d6dee7 1px solid;
|
||||
}
|
||||
.c_article_list dd, .childclass_content
|
||||
{
|
||||
padding:8px 15px 9px;
|
||||
background: url(images/Gen_list_bg.gif) repeat-x;
|
||||
}
|
||||
.c_article_list dd ul li, .childclass_content ul li
|
||||
{
|
||||
background: url(images/Gen_list_line.gif) no-repeat left bottom;
|
||||
padding:6px 0px 0px 28px;
|
||||
height:24px;
|
||||
font: normal normal normal 14px/120% Arial, "simsun" ,Helvetica,sans-serif;;
|
||||
color:#921313;
|
||||
}
|
||||
.c_article_list dd li a, .childclass_content li a
|
||||
{
|
||||
color:#366aa3;
|
||||
font: normal normal normal 14px/120% auto;
|
||||
}
|
||||
.c_article_search
|
||||
{
|
||||
background: url(images/article_search_bg.gif) no-repeat left;
|
||||
border-right:1px solid #d6dee7;
|
||||
height:31px;
|
||||
padding:6px 0 0 70px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.daohang
|
||||
{
|
||||
background:#f2f8fe;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.daohang dt
|
||||
{
|
||||
height:26px;
|
||||
}
|
||||
.daohang li
|
||||
{
|
||||
padding:5px 0px 0px 33px;
|
||||
height:22px;
|
||||
background: url(images/daohang_icon.gif) no-repeat 9px 8px;
|
||||
border-bottom:#fff 1px solid;
|
||||
}
|
||||
.daohang ul
|
||||
{
|
||||
padding:10px 12px 10px 12px;
|
||||
width:190px;
|
||||
border-left:#9ac3ea 1px solid;
|
||||
border-right:#9ac3ea 1px solid;
|
||||
border-bottom:#9ac3ea 1px solid;
|
||||
}
|
||||
.daohang a
|
||||
{
|
||||
font-size:13px;
|
||||
color:#3669a0;
|
||||
}
|
||||
.daohang a:hover
|
||||
{
|
||||
color:#255892;
|
||||
}
|
||||
.article_l_title{
|
||||
height:26px;
|
||||
background: url(images/inter_titlebg.gif) no-repeat;
|
||||
}
|
||||
.article_l_title a
|
||||
{
|
||||
float:left;
|
||||
font: normal normal bold 14px/120% auto;
|
||||
color:#FFFFFF;
|
||||
height:21px;
|
||||
padding:5px 0px 0px 51px;
|
||||
display:inline;
|
||||
}
|
||||
.article_l_title a:hover
|
||||
{
|
||||
color:#FFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
.article_icon0 a{background: url(images/over2icon.gif) no-repeat 12px 0px;}
|
||||
.article_icon1 a{background: url(images/over1icon.gif) no-repeat 22px 9px;}
|
||||
|
||||
|
||||
.article_l_list
|
||||
{
|
||||
background-color:#f9fcff;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
.article_l_list ul
|
||||
{
|
||||
clear:both;
|
||||
}
|
||||
.article_l_list dd
|
||||
{
|
||||
padding:8px 5px 8px 5px;
|
||||
border-left:#9ac3ea 1px solid;
|
||||
border-right:#9ac3ea 1px solid;
|
||||
border-bottom:#9ac3ea 1px solid;
|
||||
}
|
||||
.article_l_list li
|
||||
{
|
||||
background: url(images/invest_lite_icon.gif) no-repeat 8px 12px;
|
||||
padding:2px 0px 0px 20px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.article_l_list ul li a
|
||||
{
|
||||
color:#366aa3;
|
||||
}
|
||||
|
||||
.login_class
|
||||
{
|
||||
padding:0px 18px 0px 18px;
|
||||
color:#777777;
|
||||
}
|
||||
|
||||
|
||||
.r_newpic_list
|
||||
{
|
||||
margin-bottom:3px;
|
||||
}
|
||||
.r_newpic_list dt
|
||||
{
|
||||
height:20px;
|
||||
background: url(images/Gen_r_list_title.gif) no-repeat;
|
||||
padding:6px 0 0 25px;
|
||||
}
|
||||
.r_newpic_list dt a, .r_newpic_list dt a:hover
|
||||
{
|
||||
color:#3d72b4;
|
||||
font: normal normal bold 14px/120% auto;
|
||||
text-decoration:none;
|
||||
}
|
||||
.r_newpic_list dd
|
||||
{
|
||||
background:#f2f8fe;
|
||||
border-left:#9ac3ea 1px solid;
|
||||
border-right:#9ac3ea 1px solid;
|
||||
border-bottom:#9ac3ea 1px solid;
|
||||
width:193px;
|
||||
padding:5px 0;
|
||||
}
|
||||
.r_newpic_list dd li
|
||||
{
|
||||
padding:5px 0;
|
||||
}
|
||||
.imgclass, .titleclass
|
||||
{
|
||||
text-align:center;
|
||||
}
|
||||
.r_button
|
||||
{
|
||||
height:44px;
|
||||
margin-bottom:3px;
|
||||
|
||||
}
|
||||
|
||||
/* 文章内容页 */
|
||||
#content_right
|
||||
{
|
||||
float: right;
|
||||
width: 257px;
|
||||
}
|
||||
#content_center
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/* 右侧最新图片 */
|
||||
.content_r_newspic
|
||||
{
|
||||
background: url(images/newspic_bg.gif) repeat-x;
|
||||
margin-bottom: 4px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.content_r_newspic dt
|
||||
{
|
||||
background: url(images/newpic_icon.gif) no-repeat 21px 15px;
|
||||
padding: 10px 0 0 40px;
|
||||
height: 30px;
|
||||
}
|
||||
.content_r_newspic dt a, .content_r_newspic dt a:hover
|
||||
{
|
||||
color: #33578e;
|
||||
font: normal normal bold 14px/150% Arial, "宋体" ,Helvetica,sans-serif;
|
||||
text-decoration:none;
|
||||
}
|
||||
.content_r_newspic dd
|
||||
{
|
||||
padding: 0 8px 0 9px;
|
||||
}
|
||||
.content_r_newspic dd li
|
||||
{
|
||||
float: left;
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
height: 89px;
|
||||
}
|
||||
.content_r_newspic dd li a
|
||||
{
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
padding-top: 3px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* 右侧搜索引擎 */
|
||||
.content_r_search
|
||||
{
|
||||
background: url(images/arti_search_bg.gif) repeat-x;
|
||||
height: 84px;
|
||||
margin-bottom: 4px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.content_r_search dd
|
||||
{
|
||||
background: url(images/arti_search_icon.gif) no-repeat 17px 15px;
|
||||
padding: 17px 0 0 40px;
|
||||
}
|
||||
.r_search_input
|
||||
{
|
||||
float: left;
|
||||
padding-left: 13px;
|
||||
width: 134px;
|
||||
}
|
||||
|
||||
/* 右侧相关文章 */
|
||||
.content_r_about
|
||||
{
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.content_r_about dt
|
||||
{
|
||||
background: url(images/arti_r_title_bg.gif) no-repeat;
|
||||
height: 26px;
|
||||
}
|
||||
.content_r_about dt a, .content_r_about dt a:hover
|
||||
{
|
||||
color: #fff;
|
||||
font: normal normal bold 14px/150% Arial, "宋体" ,Helvetica,sans-serif;
|
||||
text-decoration:none;
|
||||
display: block;
|
||||
padding: 3px 0 0 45px;
|
||||
}
|
||||
.content_r_about dd
|
||||
{
|
||||
padding: 8px;
|
||||
border-left: #91bce9 1px solid;
|
||||
border-right: #91bce9 1px solid;
|
||||
border-bottom: #91bce9 1px solid;
|
||||
background: #f2f8fe;
|
||||
}
|
||||
.content_r_about dd li
|
||||
{
|
||||
background: url(images/conv_lite_icon_04.gif) no-repeat 10px 10px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.content_r_about dd li a
|
||||
{
|
||||
color: #366aa3;
|
||||
}
|
||||
|
||||
/* 文章内容页正文 */
|
||||
.content_contmain
|
||||
{
|
||||
border: #bcd0e7 1px solid;
|
||||
width: 650px;
|
||||
margin-bottom: 15px;
|
||||
padding: 30px 40px 10px 40px;
|
||||
|
||||
}
|
||||
.c_title_text
|
||||
{
|
||||
font: normal normal bold 26px/100% "黑体", "宋体" ,Helvetica,sans-serif;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.c_title_author
|
||||
{
|
||||
border-top: #ccc 1px solid;
|
||||
border-bottom: #ccc 1px solid;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
padding-top: 3px;
|
||||
}
|
||||
.c_title_author
|
||||
{
|
||||
color: #999;
|
||||
}
|
||||
.c_bot_text
|
||||
{
|
||||
text-align: right;
|
||||
color: #777;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* 文章一列式 */
|
||||
.childclass_title_border
|
||||
{
|
||||
background:url(images/c_zsdt_bg.gif) repeat-x;
|
||||
color:#fff;
|
||||
padding-left:10px;
|
||||
height:21px
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
line-height:21px;
|
||||
}
|
||||
.childclass_title_border a
|
||||
{
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
line-height:21px;
|
||||
}
|
||||
.s_classlist_title
|
||||
{
|
||||
background:url(images/invest_title2bg.gif) repeat-x bottom;
|
||||
height:25px;
|
||||
line-height:25px;
|
||||
font-weight:bold;
|
||||
border:1px solid #d6dee7;
|
||||
color:#3d72b4;
|
||||
}
|
||||
.s_classlist_title_r, .s_classlist_text_r
|
||||
{
|
||||
float:right;
|
||||
width:100px;
|
||||
}
|
||||
.s_classlist_title_l, .s_classlist_text_l
|
||||
{
|
||||
float:left;
|
||||
padding-left:20px;
|
||||
width:537px;
|
||||
}
|
||||
.s_classlist_title_c, .s_classlist_text_c
|
||||
{
|
||||
float:right;
|
||||
width:100px;
|
||||
}
|
||||
.s_classlist_text
|
||||
{
|
||||
background: url(images/Gen_list_line.gif) no-repeat left bottom;
|
||||
height:30px;
|
||||
}
|
||||
.s_classlist_text_l
|
||||
{
|
||||
padding:6px 0px 0px 28px;
|
||||
font: normal normal normal 14px/120% Arial, "simsun" ,Helvetica,sans-serif;;
|
||||
color:#921313;
|
||||
}
|
||||
.s_classlist_text_l a
|
||||
{
|
||||
color:#366aa3;
|
||||
font: normal normal normal 14px/120% auto;
|
||||
}
|
||||
.s_classlist_text_c, .s_classlist_text_r
|
||||
{
|
||||
color:#555;
|
||||
font: normal normal normal 14px/120% auto;
|
||||
padding:6px 0 0;
|
||||
}
|
||||
.a_photo_list li
|
||||
{
|
||||
float:left;
|
||||
width:24%
|
||||
}
|
||||
.class_content ul li
|
||||
{
|
||||
padding:6px 0 0 28px;
|
||||
}
|
||||
.c_main_box
|
||||
{
|
||||
border:none;
|
||||
}
|
||||
.c_content_text ol li
|
||||
{
|
||||
list-style-type:decimal;
|
||||
}
|
||||
.c_content_text ul li
|
||||
{
|
||||
list-style-type:disc;
|
||||
}
|
||||
Reference in New Issue
Block a user