.dashbox{
	overflow: hidden;
	display:block;
}
.vr{
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}
.vslide{
    white-space: nowrap;
	transition: all 0.2s linear;
}
.vr>.glyphicon{
	position: absolute;
    top: 50%;
    transform: translateY(50%);
	cursor: pointer;
	z-index: 1080;
}
.vr>.glyphicon-chevron-left{
    left: 0;
}
.vr>.glyphicon-chevron-right{
	right:0;
}
.vd{
	height: 157px;
	overflow: hidden;
}
.vitem{
	display: inline-block;
	width: 25%;
	padding: 0 15px;
}
.videoVisual{
	width: 100%;
	height: 128px;
	padding:5px;
	text-align: center;
}
.vd:hover>.vmore{
	transform: translateY(-128px);
	-webkit-transform:-webkit-translateY(-128px);
}
.vmore{
	transition: all 0.2s linear;
}
.vmore>h5{
	margin: 0;
    font-size: 16px;
    padding: 6px 10px;
    opacity: 0.7;
    color: inherit;
}
.vmore>p{
	border-top:1px dashed #DDD;
	margin: 0;
    font-size: 16px;
    padding: 6px 10px;
    opacity: 0.7;
    color: inherit;
	height:128px;
	white-space: pre-line;
}
.wikiVisual{
	width: 80px;
height: 80px;
display: block;
float: left;
padding-top: 10px;
padding-left: 15px;
margin-bottom: 15px;
font-size: 35px;
line-height: 35px;
}
.vicon {
    font-size: 60px;
    margin-top: 16px;
    line-height: 1;
    color: #FFF;
    padding: 12px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.wicon{
	font-size: 114px;
    line-height: 110px;
    color: #FFF;
	opacity: 0.1;
}
.wikiVisual > .vicon {
    margin-left: -35px;
}
.details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}
.title{
	padding-top: 25px;
text-align: right;
font-size: 34px;
line-height: 36px;
letter-spacing: -1px;
margin-bottom: 0px;
font-weight: 300;
color: #FFF;
}
.desc{
	color: #FFF;
opacity: 1;
text-align: right;
font-size: 16px;
letter-spacing: 0px;
font-weight: 300;
}
.wmore{
	clear: both;
display: block;
padding: 6px 10px;
position: relative;
text-transform: uppercase;
font-weight: 300;
font-size: 11px;
opacity: 0.7;
}
.more >i{
	display: inline-block;
margin-top: 1px;
float: right;
}
.blue{
	background-color: #3598DC;
}
.blue .more{
	color: #FFF;
background-color: #258FD7;
}
.red{
	background-color: #E7505A;
}
.red .more{
	color: #FFF;
background-color: #E53E49;
}
.green{
	background-color: #32C5D2;
}
.green .more{
	color: #FFF;
background-color: #2BB8C4;
}
.purple{
	background-color: #8E44AD;
}
.purple .more{
	color: #FFF;
background-color: #823E9E;
}
.black {
	background-color: #34495E;
}
.black .more{
	background-color: #2C3E50;
	color: #FFF;
}
.gray{
	background-color: #2ECC71;
}
.gray .more{
	background-color: #27AE60;
	color:#fff;
}
