@font-face {
   font-family: 'EurostileDemi';
   src: url( '../font/EurostileLTStd-Demi.otf');
}

@font-face {
   font-family: 'EurostileBold';
   src: url( '../font/EurostileLTStd-Bold.otf');
}

body{
	margin:0;
	font-family: 'EurostileDemi';
	font-size:12px;
	min-width:300px;
}

.header{
	margin-top:30px;
	height:100px;
	border-bottom: 4px solid #e30613;
}

.header .logoContainer{
	width:50%;
	margin:auto;
	max-width:250px;	
}

.header .logoContainer img{
	width:100%;
}

.contentWrapper{
	width:90%;
	margin:auto;
}

.articleBox{
	height:90px;
}

.articleBox .articleName{
	font-family: EurostileBold;
	color: #0095db;
	font-size:18px;
	text-transform:uppercase;
	margin-top:30px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.articleBox .articleDetailBox{
	margin-top:15px;
}

.articleBox .articleDetailBox div{
	height:50px;
	background-color:#fff;
}

.articleBox .articleDetailBox div:first-child{
	width:35%;
	float:left;
}

.articleBox .articleDetailBox div:last-child{
	width:60%;
	float:right;
}

.articleBox .articleDetailBox div span{
	position:relative;
	left:5px;
	line-height: 24px;
	color:#000;
	text-shadow:none!important;
}

.articleBox .articleDetailBox div span:last-child{
	font-size:16px;
}

.videoContainer{
	width:100%;
	margin: 10px 0;
	height:240px;
	
}

.videoContainer video{
	height:100%;
	width:100%;
}

.listDiv {
	height:65px;
	color:#fff;
	width:100%;
	clear:both;
	cursor:pointer;
	overflow:hidden;
}

.listDiv a{
	color:#fff;
	text-decoration:none;
}

.listDiv .downloadIcon{
	width:58px;
	height:55px;
	background:url('../img/download_icon.png');
	float:left;
	margin-right:10px;

}

.listDivText{
	font-size:16px;
	line-height:55px;
}

.listDiv img{
	width:100%;
	max-width:581px;
	margin-top:5px;
}

.footer{
	height:30px;
	border-top: 1px solid #e30613;
	width:100%;
	font-size:12px;
	background-color:#000;
}

.footer div:first-child{
	float:left;
	width:40%;
}

.footer div:last-child{
	float:right;
	width:40%;
	text-align:right;
}

.footer div{
	margin-top:6px;
}

.footer div a{
	color:#fff;
	text-decoration:none;
}