﻿.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;
}
/* bookBox */
#bookBox .wall { position: relative; overflow: hidden; display: block; }
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article { position: relative; margin: 15px; }
#bookBox .wall-column .album_box { box-shadow: 0 0 10px #c0c0c0; }
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }



@media screen and (max-width: 1280px) {
	#bookBox .wall-column { width: 50%; }
}
@media screen and (max-width: 640px) {
	#bookBox .wall-column { width: 100%; }
}