/*.content_holder{
	padding-top: 117px;
}*/
.banner.news_banner{
	background-image: url(../images/news/news-banner.jpg);
}



@media (max-width:768px){
	.banner.news_banner{
		background-image: url(../images/news/news-banner-mobile.jpg);
		height: 0;
		padding-bottom: 50%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	div.banner.promotions_banner{
		/*background-image: url(../images/news/promotions-banner-mobile.jpg);	*/
		height: 0;
		padding-bottom: 50%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
}
.banner.promotions_banner{
	background-image: url(../images/news/promotions-banner.jpg);	
}
.container.news_container{
	padding: 0 90px;
}
.news_content.news_list img{
	max-width: 100%;
	max-height: 264px;
}

.news_content .row{
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.news_content .col-sm-12{
	padding-top: 20px;
}
.news_content.content{
    padding: 37px;
}
.news_title{
    color: #003162;
    font-weight: 800;
    font-size: 15px;
}
.news_date{
	color: #666;
 font-size: 15px;
}
.news_des{
	margin-top: 20px;
}
.news_des p{
	text-align: justify;
}
.news_image{
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}
.upper_path_map{
	position: relative;
}
.bak_like{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-top: 14px;
}
.bak_like > div{
    padding: 8px 0;
    text-align: right;
}
.slider_row li{
	text-align: center;
	background-color: #F5F5F5;
}
.bx-wrapper img{
	margin: 0 auto;
}
.slider_row{
	margin: 50px 0 10px;
}
div.bx-wrapper div.bx-controls-direction a{
	margin-top: 0;
	top: 0;
	height: 100%;
    text-indent: -100px;
    z-index: 100;
}
div.bx-wrapper a.bx-prev, div.bx-wrapper a.bx-next{
	background-image   : url(../images/news/arrow-left.png);
	background-repeat  : no-repeat; 
	background-position: center;
	background-color   : #E6E6E6;
	left               : 0;
	width              : 50px;
}
@media(max-width:768px){
	div.bx-wrapper a.bx-prev, div.bx-wrapper a.bx-next{
		background-color: transparent;
	}
}
div.bx-wrapper a.bx-next{
	background-image: url(../images/news/arrow-right.png);
	left: auto;
	right: 0;
}
div.bx-wrapper .bx-prev:hover,div.bx-wrapper .bx-next:hover{
	background-position: center;
}
.news_detail_des{
	padding-bottom: 80px;
}
.promotion_list.news_content img{
	max-width: 100%;
	max-height: 470px;
}
.promotions_box{
	display: inline-block;
}
.promotion_list a:hover .promotions_box{
	border: 4px solid #003162;
}
.promotion_list .promotions_box{
	border: 4px solid #EFEFEF;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	
	background-color: #EFEFEF;
}
.promotion_list .promotions_box:hover{
	background-color: #003162;
}



.promotion_list a:hover .promotions_box_bottom{
	background-color: #003162;
}
.promotion_list .promotions_box_bottom{
	padding: 8px 10px 8px;
	background-color: #EFEFEF;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	
}
.promotion_list .promotions_box_bottom span{
	display: block;
	padding: 3px 0;
	font-size: 15px;
	color: #666;
	height: 72px;
	
}
.promotion_list a:hover .promotions_box_bottom span{
	color: #FFF;
}
.promotion_list .promotions_box_bottom span:first-child{
	font-weight: 600;
	color: #003162;
	
}
/*.promotion_list .promotions_box_bottom span{
	color: #EFEFEF;	
}*/
.promotion_list a{
	text-decoration: none;
}
.news_content.promotion_list .row{
	border-bottom:none
}
.promotion_list .page_row{
    padding: 40px 0;
}
.news_content.promotion_list .row >div{
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width:600px){
	.container.news_container{
		padding: 0 20px;
	}
	.news_content.content{
		padding: 0;
		padding-top: 30px;
	}
}

.promotions-detail-img{
	max-width: 100%;
	border: 4px solid #ECECEC;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.promotions-detail-content h3{
	margin: 0;
}
.promotions-detail-content h3+p{
	margin-bottom: 20px;
	
}

.publish_box{
	position: relative;
	border:4px solid #eee;
	border-radius:4px;
}
.publish_box:hover{
	border-color:#003162;
}
.publish_box:hover .promotions_box_bottom{
	
	background-color: #003162;
}
.publish_box:hover .promotions_box_bottom span{
	color: #FFF;
}

.download_box{
	/*display         : none;*/
	width           : 100%;
	height          : 100%;
	position        : absolute;
	background-color: rgba(0,0,0,0.5);
	top             : 0;
	left            : 0;
}
.publish_box:hover .download_box{
	display: block;
}

.download_box .btn-website{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
}
.bg-blue{
	background-color: #003162;
	padding         : 10px 20px;
	color           : #fff;
	font-size       : 16px;
	letter-spacing  : 2px;
	margin-bottom   : 20px;
	display         : inline-block;
}
div.row.row-search{
	padding-bottom: 0;
}
.row.row-search a{
	color  : #BCBCBC;
	margin : 1em 0;
	display: block;
}
.news_banner.banner-search{
	background-image: url(../images/search/search-banner.jpg);
}
@media (max-width:768px){
	.news_banner.banner-search{
		background-image       : url(../images/search/search-banner-mobile.jpg);
		-webkit-background-size: cover;
		-o-background-size     : cover;
		background-size        : cover;
		height                 : 0;
		padding-bottom         : 50%;
	}
	
}














