
.section_bg{
	width: 100%;
	height: 216px;
	background: url(../images/program_download/section_bg.jpg) no-repeat center;
}

.sec_content{
	width: 1510px;
	padding: 50px 0;
}

.version_list{
	width: 1000px;
	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%;
}
.program_info{
	width: 600px;
}
.program_list{
	width: 100%;
}
.program_list,
.program_list tr,
.program_list th,
.program_list td{
	border-collapse: collapse;
	border: 1px solid #3d3d3d;
	text-align: center;
}
.program_list th{
	height: 30px;
}
.program_list td{
	line-height: 28px;

}
.program_list td a{
	text-decoration: underline;
	color: #ec5044;
}
.myDiv{
	margin-bottom: 60px;
}


@media only screen and (max-width: 1600px){

.sec_content{
	width: 1180px;
	padding: 40px 0;
}

}