body{
	font-family: "Microsoft YaHei";
}
ul,ol,li,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
.main{
	width:730px;
	}
.tab-title{
	height:24px;
	line-height:24px;
	border-bottom:1px solid #E2E2E2;
	width:420px;
	}
.tab-title ul li{
	float:left;
	font-size: 15px;
    cursor: pointer;
	width:80px;
	line-height:20px;
	}
.tab-detail{
	display:none;
	}
.current{
	color:#1B50A0;
	font-weight:bold;
	}
.tab-more li{
	display:none;
	line-height:20px;
	}
.tab-more li a{
	font-size: 13px;
    color: #999;
	}
.tab-content{
	width:420px;
	}
.tab-detail ul li span{
	float:right;
	color: #999;
	font-size: 13px;
	line-height:28px;
	}
.tab-detail ul li{
	background: url(list_pic.png) no-repeat left center;
	}
.tab-detail ul li a{
	padding-left: 10px;
	color: #333;
	display: block;
    line-height: 28px;
    font-size: 13px;
	}
	
.main-right{
	width:290px;
	}
.main-title{
	height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #E2E2E2;
    width: 290px;
	}
.main-title h2{
	font-size: 15px;
    cursor: pointer;
	color: #1B50A0;
	line-height:20px;
	}
.main-title span{
	font-size: 13px;
    color: #999;
	display:block;
	line-height:20px;
	}
.main-content ul li{
	background: url(list_pic.png) no-repeat left center;
	}
.main-content ul li a {
    padding-left: 10px;
    color: #333;
    display: block;
    line-height: 28px;
    font-size: 13px;
}