div.news-detail
{
	word-wrap: break-word;
	position: relative;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.down_version {
	color: #aeaeae;
	display:block;
	font-size: 14px;
}
	.down_version.upd {
		margin-bottom: 40px;
	}

.downloads .news-detail {
	width: 75%;
	float: left;
	padding-right: 50px;
	box-sizing: border-box;
}
.downloads .filelist {
	width: 24%;
	float: right;
}
	.filelist strong {
		font-weight: 700;
	}
	.filelist strong, .filelist a {
		line-height: 35px;
	}
	.filelist a {
		font-size: 19px;
	}
		.filelist  .button {
			line-height: unset;
		}

@media (max-width:768px){
	.downloads .news-detail {
		width: 100%;
		float: unset;
	}
	.downloads .filelist {
		width: 100%;
		float: unset;
		margin-bottom: 50px;
	}
	.filelist strong, .filelist a {
		line-height: 30px;
	}
	.filelist a {
		font-size: 16px;
	}
}