a:link { text-decoration:none ; }
a:visited { text-decoration:none ; }
a:active { text-decoration:none ; }
a:hover { text-decoration:none; }
.wg-exhibitions {
	min-width:1060px;
	padding-top:0px;
	overflow:hidden;
}

.wg-exhibitions .title {
	width:100%;
	padding:0px;
	background-color:transparent;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
}
.wg-exhibitions .title a {color: #6b6b6b; font-size:14px; }
.wg-exhibitions .title .eng {width:100%;	
	display:inline-block;
	font-size:22px;
	color:#1d1d1d;
	font-weight:bold;
	margin-top:15px;
}

.wg-exhibitions .articles {
	padding:0 0;
}
.wg-exhibitions .articles > ul {
	margin:0; padding:0;
	list-style:none;
}
.wg-exhibitions .articles > ul > li {
	display:inline-block;
	width: 196px;
  margin-top: 20px;
  margin-bottom: 10px;
	float:left;
	padding:0px 0px; 
	background-color:#ffffff;	  
}
.wg-exhibitions .articles > ul > li:nth-child(1){margin-left:0;margin-right:0; }
.wg-exhibitions .articles > ul > li:nth-child(2){margin-left:20px;;margin-right:20px; }
.wg-exhibitions .articles > ul > li:nth-child(3){margin-left:0px;;margin-right:20px; }
.wg-exhibitions .articles > ul > li:nth-child(4){margin-right:20px;margin-left:00px; }
.wg-exhibitions .articles > ul > li:nth-child(5){margin-left:0;margin-right:0;}

.wg-exhibitions .articles > ul > li:nth-child(6){margin-left:0;margin-right:0;}
.wg-exhibitions .articles > ul > li:nth-child(7){margin-left:20px;;margin-right:20px; }
.wg-exhibitions .articles > ul > li:nth-child(8){margin-left:0px;;margin-right:20px; }
.wg-exhibitions .articles > ul > li:nth-child(9){margin-right:20px;margin-left:00px; }
.wg-exhibitions .articles > ul > li:nth-child(10){margin-left:0;margin-right:0;}


.wg-exhibitions .link-gallery {
	width: 100%;
    height: 100%;   
    border: 0px #08f solid;
    font-size: 12px;
    color: #fff;
	
	
}
.wg-exhibitions .link-gallery2{
	
	background-color:#404040;
	border:0px #404040 solid;
	padding:0px 0px;
	font-size:12px;
	color:#fff;
	
}
.wg-exhibitions .link-home {
	display:inline-block;
	background-color:#ffffff;
	border:1px #404040 solid;
	padding:0px 0px;
	font-size:12px;
	color:#404040;
	
}
.wg-exhibitions .exh-table{
	width: 100%;}
.wg-exhibitions .exh-table td {
	padding:0px;
	vertical-align:top;
	height:0px;
}

.wg-exhibitions .exh-img-wrap {
	position:relative;
	width:100%;
	height: 240px;
	
	border:0px #d9d9d9 solid;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wg-exhibitions .exh-img-wrap > div {
	
	width:100%;
	height:100%;
	
}
.wg-exhibitions .exh-img-wrap > div img{width:100%; height:295px; }
.wg-exhibitions .exh-info {
	vertical-align:top;
}
.wg-exhibitions .exh-info ul {
	margin:0; padding:0;
	list-style:none;
}
.wg-exhibitions .exh-info ul li {
	font-size:11px;
	padding:0px 0;
}
.morebtnbox{display:none;}
.imgurlbox{ background-repeat: no-repeat; background-position: center; position:relative;}
.imgurlbox .caption {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color:rgba(39,39,39,0.3);
	color:#fff;
	padding:10px 0;
	display:none;
}
.imgurlbox:hover .caption {
	display:block;
}
.imgurlbox .caption > div {
	padding:2px;
	text-align:center;
}

.imgurlbox .caption .title, .imgurlbox .caption .date, .imgurlbox .caption .author, .imgurlbox .caption .place {
display: inline-block; width: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


.imgurlbox .caption .title {
	font-size:14px;
	font-weight:bold;
}
.imgurlbox .caption .date {
	font-size:12px;
	font-weight:normal;
}
.imgurlbox .caption .author {
	font-size:12px;
	font-weight:bold;
}
.imgurlbox .caption .place {
	font-size:12px;
	font-weight:normal;
}