.news{
	margin-bottom:60px;
}

.news a{
	text-decoration:none;
  color:#FFF;
}

#main {
  margin-bottom:20px;
}

#main #content {
  height: 482px;
  padding-top: 0px;
}

.news h2{
	font-size:13px;
}

.icon{
	display:block;
  position:absolute;
  top:3px;
  left:75px;
}

.desc{
	margin-bottom:10px;
  position:relative;
}

.what_new li{
  margin-bottom:40px;
  float:left;
  margin-right:53px;
  overflow:hidden;
  width:200px;
  height:273px;
}

.what_new li:nth-child(4),
.what_new li:nth-child(8),
.what_new li:nth-child(12),
.what_new li:nth-child(16),
.what_new li:nth-child(20),
.what_new li:nth-child(24){
  margin-right:0;
}

.what_new .thumbnail{
  overflow:hidden;
  background-color:#fff;
  height:200px;
  margin-bottom:5px;
}

.thumbnail img{
  width:200px;
}

.what_new li a {
  background-image:none;
  background-color:transparent;
  cursor:pointer;
  display:block;
  padding-top:0px;
  transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
  text-decoration:none;
  color:#FFF;
}
.what_new li a:hover {
  background-color: #333;
  opacity:0.8;
}

#footer .copyright {
  padding-top: 0px;
}

.pager {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.pager h2 {
	font-size:15px;
	margin-bottom: 8px;
}

.pager li {
	display: inline-block;
	margin-right: 20px;
}

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

.pager .column {
	margin-bottom: 30px;
	float:left;
	width:167px;
}

.pager .column2 {
	margin-right: 38px;
}

.pager .brand li {
	position: relative;
	padding-right: 10px;
}


.pager .brand li::after {
    content: "/";
    position: absolute;
    right: 0;
}
