﻿@charset "utf-8";

/* TongYong  通用 */
*{margin:0;padding:0;font-size:12px;font-family:Arial, Helvetica, sans-serif;}
body{background:url(../images/pagebg.gif) repeat-x;}


/* ChangYongMoRen 常用默认  */
a:link{font-size:12px;color:#000;text-decoration:none;}
a:visited{font-size:12px;color:#000;text-decoration:none;}
a:hover{font-size:12px;color:#0983c9;text-decoration:underline;}
a:active{font-size:12px;color:#000;text-decoration:none;}

ul li{list-style:none;}
img{border:0;}

div.clearboth{height:0;font-size:0;clear:both;overflow:hidden;display:block;}

/* 2011.1.19新增爆破学堂手机端  */
/* 2011.1.19新增爆破学堂手机端  登录首页CSS*/
.h_l span{float:right;background:url(../images/phone_icon.png) no-repeat;padding:2px 0 2px 16px;margin:13px 20px 0 0;}
.h_l span a{text-decoration:underline !important;line-height:18px;}
.h_l span a:hover{text-decoration:none !important;}
.h_l_left span{float:left;background:url(../images/phone_icon.png) no-repeat;padding:2px 0 2px 16px;margin:0 20px 0 0;}
.h_l_left span a{text-decoration:underline !important;line-height:18px;}
.h_l_left span a:hover{text-decoration:none !important;}
