
.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;
}

.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 {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 12px;
    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;*/
/*}*/



.arc_related {
    margin-top: 10px;
}

.arc_related h2,.arc_related .h2 {
    line-height: 40px;
    background: #f4f4f4;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.arc_related h2:before,.arc_related .h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    background: #ff5c16;
    width: 8px;
    height: 20px;
    border-radius: 4px;
    top: 10px;
}

.arc_related ul {
    margin-top: 20px;
}

.arc_related li {
    position: relative;
    padding-right: 60px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    float: left;
    width: 36%;
}

.arc_related li .icon-word {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #3366cc;
    background: #fff;
    color: #3366cc;
}

.arc_related li:nth-child(2n) {
    float: right;
}

.arc_related li:before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px dashed #e1e1e1;
    width: 90%;
    top: 16px;
}

.arc_related li .lb_bt {
    background: #fff;
    max-width: 79%;
    font-size: 15px;
    color: #3366cc;
    position: absolute;
    z-index: 1;
    padding-right: 10px;
}

.arc_related li .lb_bt:hover {
    color: #d2182a;
}

.arc_related li time {
    position: absolute;
    background: #fff;
    padding-left: 10px;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #999;
}