.subtitle {
    padding-top: 1.4rem;
}

.news-list,
.news_body {
    padding: 0 2.1rem;
}

.list {
    text-align: center;
}

/* 块列表 */
.show_list_block a {
    display: block;
    width: 22%;
    margin-left: 3%;
    margin-top: 0.4rem;
    float: left;
    position: relative;
    /* border-radius: .1rem;
    border: 1px solid #f3f3f3;
    box-shadow:#f3f3f3 0 0 .2rem; */
    overflow: hidden;
    padding: 0.05rem 0.1rem;
}
.show_list_block a:nth-of-type(4n + 1) {
    clear: both;
}
.show_list_block a li {
    position: relative;
}
/* .show_list_block a:hover {
	transform: scale(1.02);
	transition: all .4s linear;
} */
.show_list_block a .title {
    text-align: center;
    padding: 0.1rem 0;
}
.show_list_block a .icon {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}
.show_list_block a .filesize {
    color: #707070;
}

.show_list_block li:nth-of-type(4n + 1) {
    margin-left: 0;
    clear: both;
}

/* 行列表 */
.show_list_line a {
    clear: both;
}
.show_list_line li {
    margin-top: 0.4rem;
    text-align: center;
    position: relative;
    border-radius: 0.1rem;
    border: 1px solid #f3f3f3;
    box-shadow: #f3f3f3 0 0 0.2rem;
    overflow: hidden;
    padding: 0.1rem 0.2rem;
}

.show_list_line li:hover {
    transform: scale(1.02);
    transition: all 0.4s linear;
}
.show_list_line li .content {
    font-weight: 600;
    text-align: left;
    margin-left: 0.2rem;
    float: left;
    height: 100%;
}
.show_list_line li .icon {
    width: 3rem;
    float: left;
    height: 100%;
}
.show_list_line li .title {
    height: 100%;
    padding-left: 0.2rem;
    text-align: left;
}
.show_list_line li .filesize {
    color: #707070;
    margin-top: 0.3rem;
    padding-left: 0.2rem;
    font-weight: 400;
}

.subtitle {
    padding-top: 0.6rem;
}

.subtitle:nth-of-type(1) {
    padding-top: 1.4rem;
}
