/*download*/
.download{padding:20px 0 30px;}
.download .dl_list{}
.download .dl_list table{width:100%;}
.download .dl_list table thead{background:#e4e7ec;}
.download .dl_list table thead th{height:45px;line-height:45px;border-right:1px solid #FFF;text-align:center;}
.download .dl_list tbody td{height:52px;line-height:52px;text-align:center;border-bottom:1px dashed #E7E7E7;}
.download .dl_list tbody tr td:first-child{text-align:left;padding-left:20px;background:url(ser22.png) no-repeat left center;background-size:auto 17px;}
.download .dl_list .dlicon{width:118px;height:34px;line-height:34px;background:url(dlicon.png) no-repeat 15px center #C40000;display:block;background-size:auto 16px;border-radius:3px;color:#FFF;margin:0 auto;text-align:left;padding-left:38px;}
/*1200以上屏幕*/
@media screen and (max-width:1546px){

}
@media screen and (max-width:1246px){

}
@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:667px){
	.download .dl_list table thead th:nth-child(2),.download .dl_list table thead th:nth-child(3),.download .dl_list table thead th:nth-child(4){display:none;}
	.download .dl_list table thead th:first-child{width:calc(100% - 150px)!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.download .dl_list tbody td:nth-child(2),.download .dl_list tbody td:nth-child(3),.download .dl_list tbody td:nth-child(4){display:none;}
	.download .dl_list tbody tr td:first-child{background:url(ser22.png) no-repeat left 15px;background-size:auto 17px;}
	.download .dl_list tbody td{line-height:22px;font-size:13px;height:auto;padding:7px 0;}
}
@media screen and (max-width:499px){

}