/* News */

.LRContainer {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	position: relative;
	/*text-align: center;*/
}

/* clearfix */
.LRContainer:before,
.LRContainer:after {
    content: "";
    display: table;
}
.LRContainer:after {
    clear: both;
}

@keyframes start {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}


@-webkit-keyframes start {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

.LRContainer .LRItem[data-state="init"] {
	display: none;
}

.LRContainer .LRItem[data-state="start"]  {
	display: block;
	animation: start 0.5s;
	-webkit-animation: start 0.5s;
}

.LRContainer .LRItem[data-state="move"]  {
	transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
	-webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}

.LRItem {
	background-color: #fff;
	float: left;
	/*padding: 10px;
	margin: 10px;
	padding-bottom: 30px;*/
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	overflow: hidden;
	/*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;*/
	cursor: pointer;
    margin: 20px;
    position: relative;  
}

@media all and (min-width: 961px) {
    .LRItem {
        width: 28%;
    }
}

@media all and (max-width: 960px) {
    .LRItem {
        width: 92%;
    }
}

.LRItem[data-state="start"] {
	    animation: start 0.5s;
    -webkit-animation: start 0.5s;
}

.LRItem:hover, .LRItem:focus {
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
}

.LRItem img {
	vertical-align: bottom;
    width: 100%;
    height: auto;
    /*max-height: 340px;*/
}

.LRItem .ThemeImg {
    /*padding-bottom: 0%;
    height: 100%;*/
    width: 100%;
    position: relative;
}

.LRItem .ThemeText span {
    padding-left: 10px;
}

.LRItem .ThemeText .LRName {
    background-color: rgba(30,30,30,0.6);
    /*padding-top: 10px;*/
    /*background-color: #990000;*/
    padding: 10px;
    position: absolute;
    color: #fff;
    /*z-index: 100;*/
	overflow: hidden;
    left: 0;
    height: 60px;
    width: 101%;
    display: table;
    /*bottom: 0px;*/ /*comment for new design */
    bottom: 0;
    /*line-height: 1.3em;*/
    /*text-align: center;*/
    vertical-align: middle;
}

.LRItem .ThemeText .LRName span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:100%;
    /*text-align: center;*/
}

.LRItem .ThemeText .LRCategory {
    background-color: rgba(30,30,30,0.6);
    /*background-color: #990000;*/
    position: absolute;
    color: #fff;
    /*z-index: 100;*/
	overflow: hidden;
    left: 0;
    height: 30px;
    width: 101%;
    display: table;
    top: 0px;
    /*bottom: 6%;*/
    line-height: 1.3em;
    /*text-align: center;*/
}

.LRItem .ThemeText .LRCategory span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:100%;
    /*text-align: center;*/
}


/*
.ExhibitionItem .captionSlide {
	height: 30px;
    width: 100%;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
}

.ExhibitionItem:hover .captionSlide {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
*/

.first-NewsItem {
	clear: both;
}

/*
#NewsModal:before {
	content: '';
	display: inline-block;
	height: 20%;
	vertical-align: middle;
	margin-right: -4px;
}

#NewsModal .modal-title {
	font-weight: 600;
	text-align: center;
}

#NewsModal .modal-body img {
    width: 90%;
}

#NewsModal .modal-body div.ImgCaptionDiv {
    border-left: 5px solid #666;
    padding: 10px;
    margin: 10px;
    margin-left: 0px;
}
*/

/*.exhibitionBlock {
    padding-top: 10px;
    padding-bottom: 15px;
}*/

/*.ActName {
    font-size: 22px;
    font-weight: 600;
}*/

.LRImgBlock {
    width: 100%;
    padding-bottom: 80px;
}

.LRImgBlock img.LRImgBlockImg {
    width: 100%;
}

/*.LRImgBlock:first-child img.LRImgBlockImg {
    padding-top: 0px;
}*/

@media all and (min-width: 961px) {
    .LRImgBlock {
        width: 48%;
        display: inline-table;
        padding: 20px;
        padding-bottom: 80px;
    }
}

@media all and (max-width: 960px) {
    .LRImgBlock {
        width: 100%;
    }
}

.LRImgBlock span.LRImgCaption {
    display: inline-block;
    border-left: 2px solid #999;
    padding: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.LRVideoTable thead th {
        white-space: nowrap;
}

.LRVideoTable .LRVideoYoutube,
.LRVideoTable .LRVideoTudou {
    font-size: 20px;
}