.inner-wrap {
    width: 86%;
    margin: 0 auto;
    max-width: 1400px;
}
.index-more {
    font-family: 'BEBAS';
    text-transform: uppercase;
    display: inline-block;
    width: 200px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 12%;
    transition: all 0.5s;
    background: #bc9f5f;
}
.news-details {
	padding: 0 0 3% 0; 
	margin-top:45px;
	text-align: center;
}
.news-details img
{
	margin-top: 20px;
	max-width: 100%;
	position: relative;
	left: -2em;
}
.news-details .inner-wrap {
	min-height: 600px;
	margin: 0 auto;
	background: #fff;
}
.news-details-title {
	border-bottom: 1px solid #eeeeee;
	padding: 2% 3%;
	margin-bottom: 4%;
}
.news-details-title h1 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 3%;
}
.news-details-title p {
	font-size: 13px;
}
.news-details-title span {
	color: #666;
	font-size: 13px;
	margin: 0 4px;
}
.news-details-title img {
	margin-left: 5%;
	vertical-align: middle;
	left: 0;
	margin-top: 0;
}
.news-details-con {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5%;
	padding:0 3% 5% 3%;
}
.news-details-con video
{
	max-width: 820px;
    border: 1px solid #eee;
    padding: 5px;
    background: #f8f8f8;
    /*background:  url(../img/banner4.jpg) no-repeat center;
    background-size: cover;*/
}
.news-details-con > p {
	text-indent: 2em;
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 42px;
}
.news-details-con div {
	text-align: center;
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin: 1%;
}
.news-details-con div.one {
	width: 100%;
}
.news-details-con div img {
	max-width: 72%;
	display: inline-block;
}
.news-details-con div p {
	margin-top: 2%;
	line-height: 23px;
	color: #333;
	letter-spacing: 0.4px;
}
.news-details-back {
	text-align: center;
	margin-top: 5%;
}
.news-details-back a {
	display: inline-block;
	background: #00467e;
	color: #fff;
	margin-top: 0;
}