@charset "utf-8";
.down_box{
	padding: 40px 0 40px;
}
.down_box .container{
	background: transparent;
}
.down_list{

}
.down_list .item{
	position: relative;
	overflow: hidden;
	float: left;
	width:50%;
	/*background-color: #F5F5F5;*/
	margin-bottom: 8px;
	padding:8px;
}
.down_list .item .pad_box{
	height: 60px;
	border-radius: 10px;
	padding:0 30px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.down_list .item:last-child{
	margin-bottom: 0;
}
.down_list .item:hover .pad_box{
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}
.down_list .word_icon,
.down_list .word_tit{
	float: left;
}

.down_list .word_icon{
	width:22px;
	height:26px;
	background: url(../imgs/word.png) no-repeat center center ;
	background-size: contain;
	margin-top: 16px;
}
.down_list .word_tit,
.down_list .word_load{
	font-size: 14px;
	line-height: 60px;
}
.down_list .word_tit{
	color: #666;
	width:calc( 100% - 175px );
	padding-left: 15px;
	transform: translateY(-20px);
}
.down_list .word_load{
	margin-top: 15px;
	color: #A0A0A0;
	float: right;
	border:1px solid #D2D2D2;
	width:100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background:#fff url(../imgs/download.png) no-repeat 20px center;
	background-size: 18px auto;
	text-indent: 45px;
	transition: background-color 0.3s , color 0.3s , border-color 0.3s;
}
.down_list .item .word_load:hover{
	/*border-color: #0284F2;*/
	border-color: #01AEF0;
	/*background-color: #0284F2;*/
	background-color: #01AEF0;
	color: #fff;
	background-image:url(../imgs/download_hover.png);
}
.down_list .word_load_xs{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	text-indent: -9999px;
}
@media (min-width: 1200px){

}
@media (max-width:1199px){

}
@media (max-width: 991px){

}
@media (max-width: 830px){
	.down_list .item{
		width:100%;
		margin-bottom: 0;
	}
}
@media (max-width: 767px){
	.down_box{
		padding:0px 0 0px;
	}
	.down_list .word_tit{
		width:calc( 100% - 22px );
	}
}