.arc_con .ar_con {
    padding: 30px 0px 10px 0px;
    border-radius: 0 0 10px 10px;
}

.con_article {
    line-height: 30px;
    font-size: 16px;
}

/* PC正文 */
#contentText p,#contentText div {
    width: 100%;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 12px;
    text-indent: 2em;
    color: #000;
}

#contentText p {
    word-break: break-all;
}

#contentText h2,#contentText h3 {
    width: 100%;
    text-indent: 2em;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    clear: both;
    color: #000;
    padding-bottom: 12px;
}

#contentText strong {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    clear: both;
    color: #000;
    padding-bottom: 12px;
}

#contentText p a {
    color: #3366cc;
}

#contentText p a:hover {
    color: #e00;
}

#contentText img {
    max-width: 100%!important;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

#contentText iframe {
    width: 100%!important;
    height: 480px!important;
}

#contentText table {
    width: 100%!important;
}

#contentText table td ,#contentText table th {
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 2px;
}

#contentText tbody tr:nth-child(1) td,#contentText table th {
    font-weight: bold;
}



.ar_title {
    margin-bottom: 20px;
}

.ar_title h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.art_info {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 30px;
}

.art_info #zuozhe {
    display: none;
}

.art_info span {
    font-size: 13px;
    color: #999;
}

.art_info time {
    margin-right: 20px;
}

.art_info_xz {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    background: #44b449;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
}

.art_info_xz em {
    font-size: 13px;
    margin-right: 6px;
}

.art_info_xz:hover {
    background: #ff5c16;
}
