body{
	color: #f4cc6a;
    background: #000;
    background: url(../img/background5.jpg) no-repeat;
	width: 1188px;
    height: 548px;
    display: table;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.header{
	margin-top:10px;
	margin-bottom:10px;
}
.header .logo{
	width:250px;
	left: 450px;
}
.header ul {
    width: auto !important;
	margin-top:10px;
}
.header li a {
	color: #f4cc6a;
	border-bottom:0px;
}

.header li a:hover {
	color: #fff4d9;
}

.header li a span {
	color: #f4cc6a;
}

.header li a span:hover {
	color: #fff4d9;
}

.content div ul li {
	background: #000;
	border:0px;
	border-bottom: 1px solid rgba(244,204,106,0.5);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.content div ul li span  {
	background: rgb(201 201 201);
	color:#000;
	font-weight: 400;
}
.new {
	background: rgba(0,0,0,0.3);
}

.content-text {
	color:#ffffff;
}

.content-text:hover {
	color:#fff4d9;
	text-decoration:none;
}

.section-title{
	font-size:16px;
	border-bottom: 1px solid #7a4e21;
	padding-bottom:10px;
	margin-bottom:10px;
}