@charset "UTF-8";
/**!
* 相关文件下载
* date:2021-07-13
* author: qianyuting;
*/

/* 列表 */

.info-list {
    margin: 0 20px;
}

.list-item {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 105px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dedede;
}

.list-item:last-child {
    border-bottom: 0;
}

.list-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 21px;
    height: 19px;
    margin-top: -9.5px;
    background: url("../images/subpage/icon_folder.png") center center no-repeat;
}

.list-download {
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #106ace;
    background-color: #e6f2ff;
    border:  1px solid #b0d4fc;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-download:hover {
    color: #fff;
    background-color: #106ace;
    border:  1px solid #106ace;
}
