.tabs-vertical{
    width: 960px;
    text-align: center;
}

/* The tabs */

.tabs-vertical ul{
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.tabs-vertical ul li a{
	width:130px;
	height:55px;
	line-height:55px;
	font-family:微软雅黑;
	font-size:13px;
	font-weight:500;
    display: block;
    text-decoration: none;
    color: #fff;
}

.tabs-vertical ul li a.tab-active {
	color:#fff;
    background-color:rgba(0, 119, 210, 0.8);
}

/* The content */

.tabs-content-placeholder{
	float:right;
	width:794px;
	height:660px;
    border-left: 1px solid #fff;
}

.tabs-content-placeholder div{
    display: none;
}

.tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tab-content-active{
	height:660px;
	width:760px;
}
.tab-content-active p{
	margin-top:0;
	font-family:微软雅黑;
	font-size:24px;
	font-weight:400;
    color: #fff;
    text-align: left;
}