﻿.case-classify-b-a{height:200px;overflow:hidden}.case-classify-b-a_h{height:auto}.videoHot{background:#ece9f0;border-radius:5px;padding:10px 5px;margin-bottom:40px}.videoHotPc{width:50%;box-sizing:border-box;padding:0 5px}.photo{}.photo a{ display:block; background-repeat:no-repeat; background-position:50%; background-size: cover}.photo a img{width:100%;}.videoHotTl{margin:5px 0;line-height:20px;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.videoHotTl a{color:#654981;font-size:18px;font-weight:700}.videoTag{display:inline-block;background:url(/images/20/new/news_09.png) no-repeat left center;padding-left:22px;line-height:20px;color:#332541;font-size:16px;margin-bottom:5px}.videoHotText{color:gray;font-size:16px;line-height:18px;height:36px;overflow:hidden}.videoHotPc a:hover{opacity:.8}.videoHotSj{display:none;position:relative}.videoHotSJLi{padding:0 10px}.videoAll li{padding:0 5px;margin-bottom:20px}.service-tl-line{background:#654981}.service-tl{padding:10px 0}.case-classify-b-a a{width:auto}@media(max-width:767px){.videoHotPcNr{display:none}.videoHotSj{display:block}.videoHotSJLi{padding-bottom:35px}.videoHotSj .flex-control-nav{bottom:5px!important}.videoAll li{padding:0 10px;margin-bottom:10px}.case-list-search{display:block}}
#album-info{
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#album-info::after {
	content: '';
	flex-grow: 999999999;
	-moz-flex-grow: 999999999;
	-ms-flex-grow: 999999999;
	-o-flex-grow: 999999999;
	-webkit-flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}
.album_box {
	position: relative;
	height: 350px;
	flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	-webkit-flex-grow: 1;
	background-color: #fff;
	transition:all ease-in-out 0.3s;
}
.album_box img{
	max-width: 100%;
	min-width: 100%;
	height: 350px;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	vertical-align: bottom;
}
.album_box ,
.album_box img{
	height:350px;
}
@media screen and (max-width: 1366px) {
	.album_box ,
	.album_box img{
		height:230px;
	}
	
}
@media screen and (max-width: 1280px) {
	.album_box ,
	.album_box img{
		height:180px;
	}

}
@media screen and (max-width: 480px) {
	.album_box ,
	.album_box img{
		height:130px;
	}
}
