article {
    width: 100%;
}

.r_con {
    width: 100%;
    padding-left: 324px;
    margin-top: 22px;
}

.r_con .ad {
    /* border-bottom: 2px solid rgb(235, 235, 235); */
    /* padding-bottom: 22px; */
}

.r_con .ad a {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-family: 微软雅黑;
}

.r_con .ad a:nth-child(1) {
    background: url("/_upload/tpl/05/59/1369/template1369/images/home_icon.png") left center no-repeat;
    padding-left: 26px;
}

.r_con .content h1 {
    color: rgb(5, 85, 176);
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    line-height: 38px;
}

.r_con .content .item_info {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgb(238, 238, 238);
}

.r_con .content .item_info span {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-family: 微软雅黑;
    /* margin-left: 28px; */
    line-height: 28px;
}

.r_con .content .item_info span:nth-child(1) {
    margin-left: 0px;
}

.r_con .content .item_info span:nth-child(3) {
    background: url("/_upload/tpl/05/59/1369/template1369/images/look_icon.png") left center no-repeat;
    padding-left: 20px;
}

.r_con .content .item_content {
    margin-top: 40px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-family: 微软雅黑;
    line-height: 40px;
    text-indent: 2em;
}

.wp_articlecontent img {
    width: auto;
    max-width: 720px;
}

@media screen and (max-width: 768px) {
    .wp_articlecontent img {
        max-width: 100%;
    }
}

.wp_articlecontent span {
    color: rgb(34, 34, 34);
    font-size: 16px !important;
    font-family: 微软雅黑 !important;
    line-height: 40px !important;
    text-indent: 2em !important;
}

.wp_articlecontent p {
    color: rgb(34, 34, 34);
    font-size: 16px !important;
    font-family: 微软雅黑 !important;
    line-height: 40px !important;
    text-indent: 2em !important;
}

@media screen and (min-width: 1200px) {
    article {
        min-height: 520px;
    }
}

@media screen and (max-width: 640px) {
    .r_con {
        width: 100%;
        padding-left: 0px;
        margin-top: 22px;
    }
}