
.download-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 38px;
}

.download-main > div:first-child {
    width: 169px;
    border-top: 4px solid #8e9295;
    padding-top: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #464648;
}

.download-main > div:last-child, .download-main > .proSider, .download-main .probox-right {
    width: calc(100% - 169px - 11px);
    margin-left: 11px;
}

.download-table {border-spacing: 0;width: 100%;}
.download-table th { background: #073e1e; line-height: 100%; font-size: 18px; color: #fff; padding: 12px 10px; text-align: center;}
.download-table td { text-align: left; color: #6f6f6f; font-size: 18px; padding: 8px 10px; border-bottom: 1px solid #e8e8e8;}
.download-table td:nth-of-type(1) { font-weight: bold; color: #073e1e;}
.download-table td a { color: #909294;}
.download-table td a:hover {opacity: 0.6;}
.download-table td i {font-size: 28px;}

@media only screen and (max-width: 980px) {
	
.download-main > div { width: 100% !important;}
	.download-main > div:first-child {margin-left: 0px; padding:10px 0;}
	.download-main > div:last-child, .download-main > .proSider {margin-left: 0px;}
}