.content-box a,
.mobile_article_content a {
    text-decoration: underline;
    text-decoration-color: #4788d7;
    color: #4788d7;
}
video {
	max-width: 100%;
}
.mobile_article_content table {
	max-width: 100%;
}
.col-main {
	overflow: hidden;
}
.d_files {
    text-decoration: underline;
    text-decoration-color: #4788d7;
    color: #4788d7;
}

.fujian {
    padding: 20px 0;
}

.download_item {
    padding: 20px 30px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    /* margin-top: 20px; */
    display: flex;
    justify-content: space-between
}

.layui-card {
    box-shadow: none;
}

/* 移动端样式 start */
.mobile_article_container {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
}

.mobile_article_header {
    text-align: center;
}

.mobile_article_title {
    font-size: .5rem;
    line-height: 1.5;
}

.mobile_article_attr {
    color: #999;
    font-size: .3rem;
    margin: .3rem 0;
}

.mobile_article_content {
    font-size: .4rem;
    padding: 0 10px;
    line-height: 1.5;
}

.theend {
    width: 90%;
    margin: 18px auto;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 1;
}

.theend:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.theend span {
    display: inline-block;
    background: #fff;
    color: #ddd;
    font-size: .4rem;
    padding: 0 20px;
    letter-spacing: 6px;
    font-weight: 500;
}

.mobile_bottom_nav {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 10px;
}

.mobile_bottom_nav i {
    font-size: .4rem;
    vertical-align: bottom;
}

.mobile_bottom_nav a {
    color: #4788d7;
    font-size: .4rem;
}

.mobile_file_list_warp {
    margin: .3rem 0;
}

.mobile_file_list_title {
    font-size: .38rem;
    margin-bottom: .2rem;
}

.mobile_file_item {
    padding: .2rem 0;
    font-size: .3rem;
    border-bottom: 1px #eee dashed;
    display: flex;
    color: #4788d7;
}

.mobile_file_name {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}

/* 移动端样式 end */