.responsibility-tabbtn li {
    width: 25%;
}

/*社会公益*/
.commonweal-list{
    margin:90px 0px 100px;
}
.commonweal-list li{
    width:33.33%;
    float:left;
	padding:30px;
	position:relative;
	top:0px;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s; 
    -ms-transition: all .8s;
    transition: all .8s;
	
}
.commonweal-list li:hover{ 
    top: -6px;
    box-shadow: 2px 5px 20px rgba(88,88,88,.2);
    -webkit-box-shadow: 2px 5px 20px rgba(88,88,88,.2);
}
.commonweal-list li:hover a,.commonweal-list li:hover .commonweal-more{
	color: #0a51a7;
}
.commonweal-list li:hover .commonweal-imgbox img{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.commonweal-list li a{
    display:block;
	color: #39393a;
	text-decoration:none;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
    -ms-transition: all .5s;
    transition: all .5s;
}
.commonweal-title{
    font-size:26px;
	margin-bottom:25px;
	text-align:center;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.commonweal-info{
    font-size: 14px;
	height:55px;
	line-height: 18px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.commonweal-imgbox{
    overflow:hidden;
}
.commonweal-imgbox img{
    width:100%;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
    -ms-transition: all .5s;
    transition: all .5s;
}
.commonweal-more{
	color: #898989;
	font-size:26px;
	padding:5px 0px 10px;
	position:relative;
	text-align:center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
    -ms-transition: all .5s;
    transition: all .5s;
}
.innovate-tabnav{
    height:54px;
}
