
.section_bg{
	width: 100%;
	height: 216px;
	background: url(../images/news_log/section_bg.jpg) no-repeat center;
}

.sec_content{
	width: 1510px;
	padding: 50px 0;
}

.version_list{
	width: 700px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.version{
	margin-bottom: 30px;
}
.version_cover{
	width: 326px;
	height: 200px;
	border: 6px solid #b4b4b4;
}
.version_cover img{
	width: 100%;
	height: 100%;
}
.log_info{
	width: 260px;
	height: 210px;
	overflow: auto;
}
.log_info{
	width: 260px;
	height: 210px;
}
.log_info h4{
	font-size: 16px;
	margin: 12px 0;
}
.log_info p{
	font-size: 14px;
	font-weight: bold;
}
.log_list li{
	margin-top: 12px;
}
.log_list li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	line-height: 16px;
}
.log_list li a:hover{
	color: #b2b2b2;
}
.log_list li i{
	display: block;
	font-weight: normal;
}
/*自定义滚动条样式*/
.log_info::-webkit-scrollbar { /*滚动条整体部分*/
	width: 10px;
}
.log_info::-webkit-scrollbar-thumb{ /*滚动条滑块*/
	border-radius: 5px;
	background: linear-gradient(to right,#9b9b9b 0%,#eee 60%,#9b9b9b 100%);
}
.log_info::-webkit-scrollbar-track{ /*滚动条滑动轨道*/
	border-radius: 5px;
	background-color: #eee;
	box-shadow: 3px 3px 3px #ccc inset;
}
.log_info::-webkit-scrollbar-button{ /*滚动条两端按钮*/
	display: none;
}

/*v13.0.13*/
.log_details{
	width: 700px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.log_details h3{
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.log_details h4{
	font-size: 15px;
	margin-bottom: 12px;
}
.log_details p{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-indent: 2em;
	margin-bottom: 14px;
}


@media only screen and (max-width: 1600px){

.sec_content{
	width: 1180px;
	padding: 40px 0;
}

}