@charset "utf-8";

.source {
    color: #797575;
    font-size: 0.3rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 5px;
    line-height: 2;
}

.source span {
    display: block;
}

.summary {
    font-size: 0.3rem;
    color: #565758;
    line-height: 2;
    margin: 0.1rem 0;
}
.eadit-content img{max-width: 100%;
    width: auto;
    max-height: 4rem;
    height: auto;
    text-align: center;}

.pagae_content-2 .page_title {
    font-size: 0.4rem;
    line-height: 1.5;
    color: #333;
    height: auto !important;
    font-weight: 500;
    text-align: center;
    font-weight: bold;
}

.pagae_content-2 .eadit-content {
    color: #303133;
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 0.3rem;
    overflow: hidden;
    word-break: break-all;
    margin: 0 auto;
    padding: 0;
    text-indent: 2em;
}

.pagae_content-2 .eadit-content img {
    max-width: 100% !important;
    /*max-height: 100% !important;*/
    object-fit: contain !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.pagae_content-2 .eadit-content .btn {
    font-size: 0.2rem !important;
    padding: 0.1rem 0.15rem !important;
    border-radius: 0.1rem !important;
    text-decoration: none !important;
}

.detail-call a {
    width: 4.5rem;
    margin: 0 auto 0.5rem;
}

.detail-call a p {
    font-size: 0.35rem;
    margin: auto;
}

.detail-call a p .bi {
    width: 1.5em;
    height: 1.5em;
}


/* 分页 */
.ed_pages {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border: 1px solid #0751bb;
    height: 30px;
    line-height: 30px;
    width: max-content;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 5px;
}


.ed_page_btn {
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #0751bb;
    border-right: 1px solid #0751bb;
    cursor: pointer;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
}

.ed_pages .ed_pages_item {
    text-align: center;
    display: inline-block;
    color: #58595a;
    font-size: 14px;
    background: #e8e9ec;
    border-right: 1px solid #0751bb;
    cursor: pointer;
    width: 60px;
}

.ed_pages .ed_pages_item:last-child {
    border-right: 0;
}

.ed_pages .ed_pages_item.cur {
    background: #4c92f7;
    color: #fff;
}

.ed_pages .ed_pages_item.active {
    background: #0751bb;
    color: #fff;
}

.xq_lb {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xq_lb p {
    font-size: 16px;
}

.xq_lb p a {
    font-size: 16px;
    color: #c46e20;
    margin-left: 10px;
}

.mv_cont {
    text-align: center;
    margin: 15px 0;
}

.dv_cont #Flash1{
    width: 100%;
    min-height: 2rem;
    box-shadow: 1px 1px 5px 1px #fbfbfb;
    border: 1px solid #e5e5e5;
}
/* ========== Pic ========= */
.desc_pic{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    vertical-align: middle;
}
.desc_pic img{
    max-width: 100%;
    width: auto;
    max-height: 4rem;
    height: auto;
    text-align: center;
}
