@charset "utf-8";
/* CSS Document */
/*==============  弹出框style 2014/7/1  =============*/

.lt {float:left;}
.rt {float:right;}

.pop{overflow:hidden; background:#fff;border:2px solid #adadad;width:600px;text-align:left;box-shadow:0 0 5px #555; display:none;}
.pop_title {height:38px;line-height:38px;background:url(../images/pop_title_bg.gif) repeat-x;padding:0 15px;}
.pop_title a {float:right;background:url(../images/pop_close.gif) no-repeat;width:14px;height:14px;line-height:100px;display:block;overflow:hidden;margin-top:12px;}
.pop_title a:hover {background-position:0 -14px;}
.pop_title h6 {font:16px/37px "Microsoft Yahei", "宋体";color:#333;}

.anli_con {padding:15px;font-size:14px;font-family: "微软雅黑";}
.anli_con p{line-height:21px;margin-bottom:10px;}
.anli_con table{width:100%;border-collapse:collapse;}
.anli_con table thead td{background:#f4f4f4;font-size:14px;font-family: "微软雅黑";}
.anli_con table td{border:1px #ddd solid;line-height:27px;padding:5px 10px;font-size:14px;font-family: "微软雅黑";}








