* {
	font-size: 14px;
}

.white_wine {
	height:27px;
	background:#fff;
}

.main_news_pic {
	position: relative;
	height:500px;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.main_news_pic .top_line {
	width:100%;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000; /* For ie8 */
	background: rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.top_line .back {
	width: 25px;
	float:right;
	text-align:right;
	margin-top: 5px;
	margin-right: 5px;
}

.main_news_pic .lower_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: #000; /* For ie8 */
	background: rgba(0,0,0,0.5);
	border-top: 4px solid rgb(235, 235, 235); /* For ie8 */
	border-top: 4px solid rgba(235, 235, 235, 0.5);
	border-bottom: 4px solid #F6DA92;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.main_news_pic .lower_text .title h1 {
	font-family: "MyriadProLightSemiExt";
	color: #ffffff;
	font-size: 39px;
	height: 110px;
	overflow: hidden;
	padding: 10px 10px 0px 3%;
	line-height: 50px;
	background: none;
	font-weight: normal;
	margin: 0;
}
.lower_text .title b {
	font-family: "MyriadProBoldSemiExt";
}

.main_news_pic .lower_text .date {
	font-family: "MyriadProLightSemiExt";
	font-size: 19.45px;
	background: url('../../../_images/design/iDate.png') no-repeat;
	/*margin-top: 10px;*/
	position: absolute;
	bottom:0;
	right: 0;
	line-height: 39px;
	/*margin-right: 5px;*/
	/*width: 260px;*/
	height: 37px;
	text-align: right;
	color: #c2c2c2;
	padding-left: 157px;
	padding-right: 8px;
}

.main_news_pic .lower_text .tag {
	background: url("../../../_images/design/iico_field.png") no-repeat;
	height: 70px;
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*top*/
}

.main_news_pic .lower_text .tag {
	background: url("../../../_images/design/iico_field.png") no-repeat;
	height: 70px;
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*top*/
}

.main_news_pic .lower_text .tag img {
	margin: 0 !important;
	margin-left: 7px !important;
	margin-top: 45px !important;
}

.news_text {
	padding: 20px 3% 0;
	height:100%;
	max-width: 825px;
	width:100%;
}

.news_text a {
	text-decoration: underline;
}

.news_text img:not(.static) {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding-top:25px;
}

.news_text *{
	line-height:170%;
}

.gpic {
	width: 223px;
	height: 149px;
	margin-right: 18px;
	margin-bottom: 19px;
	overflow: hidden;
}

.gpic .gimg {
	width: 223px;
	height: 149px;
	transform: scale(1);
	transition: transform 0.1s;
}

.gpic .zoom {
	display: none;
}

.gpic:hover .gimg {
	transform: scale(1.1);
}

.gpic:hover .zoom {
	display: block;
	background: url('../../../_images/design/zoom.png') 50% 50% no-repeat #000; /* For ie8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background: url('../../../_images/design/zoom.png') 50% 50% no-repeat rgba(0, 0, 0, 0.3);
	line-height: 149px;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
	top: -149px;
}

.banner {
	margin: 0 auto 20px;
	max-width: 740px;
	width: 100%;
}

.welcome {
	background: none;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

.goldbtn {
	box-shadow: 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.08);
	background: #deca8f;
	/*padding: 40px 20px;*/
	padding: 10px;
	font-size: 21px;
	text-align: center;
	/*text-transform: uppercase;*/
	width: auto;
	cursor: pointer;
	margin-bottom: 35px;
	margin-top: 25px;
	display: inline-block;
	text-decoration: none !important;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2.4px;
	line-height: 21px;
	transition: background .3s, text-decoration .3s;
	outline: none;
	border-radius: 3px;
}

.goldbtn:hover {
	/*background: #2F2F2F;*/
	/*color: #ECD178;*/
	background: #EDE18C;
	text-decoration: underline !important;
}

.redbtn {
	box-shadow: 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f82327;
	/*padding: 40px 20px;*/
	padding: 10px;
	font-size: 21px;
	text-align: center;
	/*text-transform: uppercase;*/
	width: auto;
	cursor: pointer;
	margin-bottom: 35px;
	margin-top: 25px;
	display: inline-block;
	text-decoration: none !important;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2.4px;
	line-height: 21px;
	transition: background .3s, text-decoration .3s;
	color: #fff;
	outline: none;
	border-radius: 3px;
}

.redbtn:hover {
	/*background: #2F2F2F;
	color: #ECD178;*/
	background: #f5484a;
	color: #fff;
	text-decoration: underline !important;
}
.video__adaptive.video{
	position: relative;
    padding-bottom: 52.65%;
    padding-top: 25px;
    height: 0;
	display: block;
}
.video__adaptive.video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 768px) {
	.video__adaptive.video{
		position: relative;
		padding-bottom: 52.65%;
		padding-top: 25px;
		height: 0;
	}
	.video__adaptive.video iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}