/* CSS Document HTML Elements 前端样式*/
@charset "utf-8";
/*********************
	团购汽车首页样式
*********************/

/*** 页面整体背景图案  ***/
body{ background:url(http://17qiche-stor.stor.appsina.com/tgou/bodybg.png) repeat;}
.tuan2_container {
    margin: 11px auto 0;
    width: 973px;
}
.tuan2_box {
    background: none repeat scroll 0 0 #FDFAF3;
    border: 1px solid #BFD9E9;
    float: left;
    height: 410px;
    margin: 0 20px 11px 0;
    padding: 15px;
    position: relative;
    width: 279px;
}
.okinfo {
    border: 1px solid #FF9F06;
}
.tuan2_box .view {
    background: url("../images/tuan2_img.gif") no-repeat scroll -101px -139px transparent;
    bottom: 52px;
    display: block;
    height: 40px;
    position: absolute;
    right: -4px;
    width: 90px;
}
.tuan2_box h2 {
    color: #333333;
    font: bold 20px/20px 'Microsoft YaHei','SimHei';
    padding-bottom: 12px;
}
.tuan2_box h2 span{float:left;}
.tuan2_box h2 span img{filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}
.tuan2_box h2 a{float:right; margin-right:10px; line-height:40px;}
.tuan2_box .pic {
    border: 1px solid #CCCCCC;
    height: 179px;
    margin: 0 auto;
    overflow: hidden;
    width: 278px;
}
.tuan2_box .models {
    border-bottom: 1px solid #E6E2D9;
    color: #333333;
    font: 14px/22px 'Microsoft YaHei','SimHei';
    height: 59px;
    overflow: hidden;
    padding: 10px 0 10px 52px;
}
.tuan2_box .models b {
    display: inline;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: -52px;
}
.tuan2_box .models i {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}
.tuan2_box p {
    line-height: 24px;
    padding-top: 10px;
}
.tuan2_box p span {
    color: #333333;
    display: block;
    font-family: 'Microsoft YaHei','SimHei';
    font-size: 14px;
}
.tuan2_box p b {
    color: #FF6501;
    font-size: 22px;
    font-weight: bold;
    padding-right: 5px;
}
.tuan2_box p i {
    font-weight: bold;
}
.remain_time i span {
    display: inline;
}
.pic_1 img {
    border: 1px solid #CCCCCC;
    margin-left: 30px;
}

/*论坛信息*/
.forumdata {margin-top:10px; border-top:1px solid #E6E2D9;}
.threadinfo {margin-top:5px;}
.threadinfo li{
	clear: both;
    display: inline;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 2px 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

/*最新报名列表*/
.newsignup {
	width:973px;
	margin:0 auto;
	height:20px;
	line-height:20px;
}
.newsignup span{
	float:left;
	width:110px;
	height:20px;
	font-size:14px;
	border:1px solid #BFD9E9;
	border-right:none;
}
.newsignup span i{
	height:20px;
	line-height:20px;
	width:18px;
	vertical-align:2px;
}
.newsignup span strong{
	height:18px;
	line-height:20px;
	vertical-align:5px;
}
.newsignup ul{
	float:right;
	width:861px;
	overflow:hidden;
	height:20px;
	line-height:20px;
	border:1px solid #BFD9E9;
	border-left:none;
}

/*返回首页*/
#gohome{display:none;}