.bigitem {max-width: 1000px; width: 80%; margin: 0 auto; background-color: #fff;}
H1 {text-transform: uppercase; padding: 5px 10px;}
.datum {margin: 0px 5px 15px; padding: 5px 5px 10px; border-bottom: 2px solid #e0dbd9; font-size: 16px; font-weight: 700; display: block; text-align: right;}
.lead {display: block; margin-top: 25px; font-weight: bold; font-style: italic; padding: 5px 10px;}
.lead > IMG {float: left; margin: 0 15px 15px -14px; border-radius: 0px 15px 15px 0px; box-shadow: 3px 5px 5px #999;}
.bigitem .main {font-family: Arial; font-weight: normal; padding: 5px 10px;}
.imageWrapper {display: block; width: 100%; height: auto; position: relative;}
#youtubeWrapper {position: absolute; top: 10px; left: 0; width: 100%; height: 450px; background: #000000; z-index: 20; display: none;}

.divider {position: relative; z-index: 1; text-align: center;}
.divider::before {
    border-top: 2px solid #e0dbd9;
    top: calc(50% - 2px / 2);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.divider span {
    font-size: 23px;
    color: #252322;
    padding: 0 14px 0 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
}

.recommend .container {display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 15px;}
.recommend .item {width: 185px; border: 0; background: transparent;}
.recommend .item .text {padding: 5px 0px; font-size: 15px;}

a.video-thumbnail {
	position:absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100px;
	height: 60px;
	background: url(../../../template/images/YouTube_play.png) no-repeat;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	z-index: 10;
	background-size: contain;
	display: none;
}
a.video-thumbnail:hover {
	background: url(../../../template/images/YouTube_play_red.png) no-repeat;
	background-size: contain;
	opacity: 1.0;
}
span.video-thumbnail {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 50px;
	height: 30px;
	background: url(../../../template/images/YouTube_play.png) no-repeat;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	z-index: 100;
	background-size: contain;
	display: block;
}
a:hover span.video-thumbnail {
	background: url(../../../template/images/YouTube_play_red.png) no-repeat;
	background-size: contain;
	opacity: 1.0;
}

@media (min-width: 926px)
.news-nav-buttons {
    width: 108%;
    margin: 45px -4%;
}
.news-nav-buttons {
    display: table;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 45px;
    margin-bottom: 45px;
}

.news-button {
    position: relative;
    display: table-cell;
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.news-prev-button {
    left: 20px;
}
.news-next-button {
    right: 20px;
}
.news-next-button a:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2c93d9;
    right: -20px;
    position: absolute;
}
.news-prev-button a:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #2c93d9;
    left: -20px;
    position: absolute;
}
.news-button a, .news-button a:visited {
    background: #2c93d9;
}

.news-button a:visited, .news-button a:hover {
    color: #fff;
}
.news-button a {
    display: block;
    line-height: 40px;
    background: #2c93d9;
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 40px;
}
.news-page-count {
    display: inline-block;
    font-weight: bold;
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #252322;
}
