.download_content{
    width:1200px;
    margin: auto;
    margin-bottom:100px;
}

.down_title{
    font-size:24px;
    font-weight: normal;
    line-height: 24px;
    margin: 80px 0 40px;
}

.download_list ul li{
    padding:20px 0;
    border-bottom: 1px solid #dfdfdf;
}
.download_list ul li>a{
    display: flex;
    align-items: center;
    width: 100%;
}
.download_list ul li>a>span{
    display: inline-block;
    font-size: 16px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    background-color: #c9141d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.download_list ul li p{
    display: inline-block;
    font-size: 16px;
    /* width: 60px; */
    /* text-align: center; */
    line-height: 30px;
    margin-left: 10px;
    color: #767676;
}