.w1200{
    width: 1200px;
    margin: 0 auto;
}
.tab-wrapper {
    overflow: hidden;
	box-shadow: 10px 11px 13px -10px rgba(0, 0, 0, .5) 
}

.tab-wrapper li {
    width: 360px;
    height: 112px;
    margin-bottom: 9px;
    background: url('../images/tab-button.png') no-repeat;
	color: #ffffff;
	font-weight: 500;
}
.tab-wrapper li a{
	color: #ffffff;
	cursor:pointer;
}

.tab-wrapper li.active {
    background: url('../images/tab-button-active.png') no-repeat;
}
.tab-wrapper .tab-buttons li a {
    width: 280px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

.tab-wrapper li.no-margin {
    margin: 0;
}
.tab-buttons {
    line-height: 34px;
    font-size: 24px;
	background-color: #61060a;
	
}

.tab-buttons .active {
    color: rgb(255, 255, 255);
}


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.box01 {
	float: left;
	width: 279px;
	box-shadow: 9px 9px 8px -9px rgba(0, 0, 0, .5) ;
	border-radius: 0px 0px 8px 8px;
	margin-left: 28px;
}
.box01 .tupian{
	width: 279px;
	height: 157px;
	border-radius: 8px 8px 0px 0px;
}
.box01 .tupian img{
	width: 279px;
	height: 157px;
	border-radius: 8px 8px 0px 0px;
}
.box01 .jctjxia{
	width: 279px;
	height: 135px;
	background: url('../images/jctjxia.png') no-repeat top center;
	position: relative;
}
.box01 .jctjxia .wenzi{
	color: #FFFFFF;
	width: 248px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 16px;
	line-height: 30px;
}
.box01 .jctjxia .wenzi a{
	color: #FFFFFF;
}

.box01 .jctjxia .dianzan{
	bottom: 14px;
	right:62px;
	position: absolute;
	
}

.vote{
	display: block;
	background: url(../images/dbai.png) no-repeat center;
    right: 24px;
    width: 19px;
    height: 18px;
	cursor:pointer;
	position: absolute;
	bottom: 17px;
	z-index: 999;
}
.likevote{
	display: block;
	background: url(../images/dhong.png) no-repeat center;
    right: 24px;
    width: 19px;
    height: 18px;
	cursor:pointer;
	position: absolute;
	bottom: 17px;
	z-index: 999;
}