@CHARSET "UTF-8";

.teamjoinin {
	border:1px solid #3db1fa;
	background-color: #fff;
	line-height:40px;
	font-size:19px;
	border-radius:5px;
	float:right;
	width:100px;
	color:#3db1fa;
	margin-top:8px;
}
.teamjoinin:hover{
	background-color:#3db1fa;
	color:white;
}
.teamline {
	background-color:#999999;
	width:100%;
	height:2px;
}
.teamtitle {
	color:#3DB1FA;
	font-size:35px;
	width:150px;
	border-bottom:#3DB1FA 2px solid;
	margin-top:-62px;
}
.teampersonname {
	width:60px;
	 height:14px;
	 line-height:14px;
	 font-size:14px;
	 margin-top:8px;
	 color:#000;
	 overflow:hidden;
}

.teamstate {
	width:180px; 
	height:15px;
	line-height:15px;
	font-size:15px;
	margin-top:8px;
}

.teamsubject {
	width:180px; 
	height:18px;
	line-height:18px;
	font-size:18px;
	margin-top:8px;
	color:#000;
	overflow:hidden;
}
 .row .teampersonlist {
	width:60px; 
	height:74px;
	margin-left:10px;
}
 .row .teamprojectlist {
	width:180px; 
	height:120px;
	margin-left:10px;
}