@charset "utf-8";
/* CSS Document */

.tabox2 ul,ol { 
	list-style:none;
    float: left;
	margin: 0;
	padding: 0;
}
.tabox2 li {
	list-style:none;
    float: left;	
	margin: 0;
	padding: 0;
}

/**/
.tabox2 {width:575px; padding-top:5px;}
.tabox2 .hd{overflow:hidden;}
.tabox2 .hd li {position:relative;text-align:center;float:left;cursor:pointer; color:#d6000e; margin-right:10PX; font-weight:600;padding:5px 20px; }
.tabox2 .hd li a {color:##d6000e;}
.tabox2 .hd li.on{color:#FFF; background:#d6000e; border-radius:5px 5px 0 0;}
.tabox2 .hd li.on a {color:#fff;}

.tabox2 .bd {height:220px;}

.tabox2 .bd .n_list  { width:570px; border:1px solid #d6000e; overflow:hidden; background:#f8f8f8; }
.tabox2 .bd .n_list ul  { padding:15px 20px 15px 12px; }
.tabox2 .bd .n_list ul li  { height:36px; line-height:36px; color:#024fa9;}
.tabox2 .bd .n_list ul li span { float: right;/*使span元素浮动到右面*/ text-align: right;/*日期右对齐*/ padding-top:1px; font-size:12px; color: #898989;} /*注意:span一定要放在前面,反之会产生换行*/

.tabox2 .lh{overflow:hidden;width:1002px;}
.tabox2 .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;}*/

.tabox2 .bd .shenpan{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	/*border: 1px solid blue;*/
}

.tabox2 .bd .shenpan-left, .shenpan-right{ position: relative; overflow: hidden;height: 380px;padding: 5px 5px 5px 5px;}
.tabox2 .bd .shenpan-left{ width: 490px; float: left;}
.tabox2 .bd .shenpan-right{ width: 490px; float: right;}
.tabox2 .bd .shenpan ul{}
.tabox2 .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%;}
.tabox2 .bd .shenpan ul li.last{border-bottom: #FFF;}
.tabox2 .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; }
.tabox2 .bd .shenpan ul li a:visited{ background-color: #f9f9f9; }
.tabox2 .bd .shenpan ul li a:hover{ background-color: #f9f9f9;  color: #000000;}
.tabox2 .bd .shenpan ul li a:active{ outline: none; }
.tabox2 .bd .shenpan span{ width:80px; height:22px;position:absolute; right:0px; bottom:4px;}
.tabox2 .bd .shenpan span.time{
  font-size: 12px;
  font-family:'Arial,sans-serif'
  font-weight: bold;  
}
.tabox2 .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;
}


/**/

