﻿@charset "utf-8";
/* CSS Document */
/*基础制作页面组件*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, fieldset, input, textarea, label, ul, ol, dl, li, dt, dd { margin:0; padding:0; border:0; list-style:none; font-weight: normal; }
html { height:100%; }
li { list-style-type:none; }
a { text-decoration:none; outline:none; color:#333;}
a:hover { text-decoration:underline; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; clear:both; }
fieldset, img { border:0; }
.none { display:none; }
.clear { clear:both; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
q:before, q:after { content:''; }
a img { border:none; }
.overhidden { overflow:hidden; _display:inline-block; }
.fl {float:left}
.fr {float:right}

/*边距*/
.mt10{margin-top:10px; display:inherit}
.mt5{margin-top:5px; display:inherit}
.pb10{padding-bottom:10px;}
/*板块布局*/
#container{ width:981px; margin:259px auto 0; background:#fff; text-align:left;} 
#container_show{ width:981px; margin:280px auto 0; background:#fff; text-align:left;} 
#dw{ background-image:url(http://www.locpg.hk/static/imgs/dh_bg2.jpg); background-repeat:no-repeat; width:981px; height:38px; line-height:38px; font-size:12px; color:#000; text-indent:30px;}
#dw a{ color:#000000}
#topIframe{ position:absolute; left:0; top:0;}
.webpage_content { width: 100%; } 
/* 2栏目布局layout_col2 */ 
.layout_col2{ overflow:hidden; _display:inline-block;} 
.layout_col2 .col_main{ padding:30px;} 
/* 2栏目布局宽窄 */ 
.col2_ls .col_left{ width:658px; float:left} 
.col2_ls .col_right{ width:316px; float:right} 
.main{ background-image:url(http://www.locpg.hk/static/imgs/bg_spd.jpg); background-position:left top; background-repeat:no-repeat; border:1px solid #efefef;}
/* 图片标题摘要 */ 
.img_title { padding-bottom:25px; margin-bottom:15px; overflow:hidden; display:inherit; width:100%; background-image:url(http://www.locpg.hk/static/imgs/bg_sp.jpg); background-position:bottom center; background-repeat:no-repeat; } 
.img_title .img { float:left; margin-right:20px; display:inline; position:relative; } 
.img_title .border { padding:5px; border:1px solid #ccc;} 
.img_title .info {color:#666; } 
.img_title .info h2 a { line-height:20px; font-size:20px; font-family:"微软雅黑";} 
.img_title .info p{ text-indent:26px;}
.img_title .info p a { color:#666; line-height:18px; font-size:13px; } 
.it_noborder{  border-bottom:none; padding-bottom:0;} 
.img_title .bg { height:50px; background-image:url(http://www.locpg.hk/static/imgs/bofang.png); background-repeat:no-repeat; width:50px;  z-index: 10; position:absolute; left:110px; top:48px; } 
