@charset "utf-8";
/* CSS Document */

.tabox1 ul,ol { list-style:none; float: left; margin: 0; padding: 0;}
.tabox1 li { list-style:none; float: left;	margin: 0;	padding: 0;}

/**/
.tabox1 {width:448px; border:1px solid #e8e8e8;}
.tabox1 .hd{overflow:hidden; border-bottom:2px solid #267ddd; background: #eeeeef;}
.tabox1 .hd li {position:relative;height:36px;line-height:36px;text-align:center;width:100px;float:left;font-size:16px;font-family: "Microsoft YaHei";cursor:pointer;color:#666666;background: #eeeeef;}
.tabox1 .hd li.on{width:100px; background:#267ddd; color:#FFF;font-size:16px;font-family: "Microsoft YaHei";}
.tabox1 .hd li.on a {color:#FFF;font-size:16px;font-family: "Microsoft YaHei";font-weight:0;}

.tabox1 .bd {width:408px; height:265px;}

.tabox1 .bd .n_list  {  padding:10px 20px; }
.tabox1 .bd .n_list ul  { padding-top:2px; }
.tabox1 .bd .n_list ul li  { width:100%; height:38px; line-height:38px; border-bottom:1px dotted #d9d9d9; }
.tabox1 .bd .n_list ul li span { float: right;/*使span元素浮动到右面*/ text-align: right;/*日期右对齐*/ padding-top:1px; font-size:12px; color: #898989;} /*注意:span一定要放在前面,反之会产生换行*/

.tabox1 .lh{overflow:hidden;width:1002px;}
.tabox1 .lh li{width:100%;padding:0 10px;float:left;}
/*.tabox1 .lh li .p-img{width:100%;height:132px;padding:30px 13px 0 13px;margin:0 auto;text-align:center;}
.tabox1 .lh li .p-name{height:36px;line-height:18px;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.tabox1 .lh li .p-price{color:#999;}
.tabox1 .lh li .p-price strong{color:#c00;font-size:14px;font-family:verdana;}*/

.tabox1 .bd .shenpan{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	/*border: 1px solid blue;*/
}

.tabox1 .bd .shenpan-left, .shenpan-right{ position: relative; overflow: hidden;height: 370px;padding: 5px 5px 5px 5px;}
.tabox1 .bd .shenpan-left{ width: 490px; float: left;}
.tabox1 .bd .shenpan-right{ width: 490px; float: right;}
.tabox1 .bd .shenpan ul{}
.tabox1 .bd .shenpan ul li{;position:relative; width: 475px;   padding: 3px 5px 3px 5px;height:56px; border-bottom: dashed 1px #e3e3e3;background: url('../img/icon_01.png') no-repeat;background-position:0% 25%;}
.tabox1 .bd .shenpan ul li.last{border-bottom: #FFF;}
.tabox1 .bd .shenpan ul li a{ display: block;width: 100%; height:52px; padding: 0px 5px 3px 5px;color: #666666; font-size:16px; font-family:microsoft YaHei; }
.tabox1 .bd .shenpan ul li a:visited{ background-color: #f9f9f9; }
.tabox1 .bd .shenpan ul li a:hover{ background-color: #f9f9f9;  color: #000000;}
.tabox1 .bd .shenpan ul li a:active{ outline: none; }
.tabox1 .bd .shenpan span{ width:80px; height:22px;position:absolute; right:0px; bottom:4px;}
.tabox1 .bd .shenpan span.time{
  font-size: 12px;
  font-family:'Arial,sans-serif'
  font-weight: bold;  
}
.tabox1 .bd .shenpan span.badge{
  width:25px; 
  min-width: 10px;
  padding: 0px 5px;
  font-size: 12px;
  font-family:'Arial,sans-serif'
  font-weight: bold;
  color: #fff;
  text-align:center;  
  background-color: #5eb95e;
}


/**/

