.downloadList >ul>li{padding: 5px 0;}
.downloadList >ul>li:first-child{background-color: #313347;color: #fff}
.downloadList >ul>li:nth-child(2){background-color: #D6D6D6;color: #000}
.downloadList >ul>li>ul>li{float: right;}
.ltr .downloadList >ul>li>ul>li{float: left;}
.downloadList >ul>li>ul>li{width: 15%;}
.downloadList >ul>li:nth-child(n+3){border-bottom: 1px dashed}
.downloadList >ul>li:nth-child(n+3)>ul>li{padding: 20px 0;}
.downloadList >ul>li>ul>li:last-child{padding: 5px 7%;}
.downloadList >ul>li>ul>li:first-child{width: 40%;text-align: center;}
