.articles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.art_location {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECF0F5;
}
.art_video{
    width:800px;
    margin-top:20px;
}
.art_pic {
    margin-top:20px;
}
.art_pic .art_pic_list ul li{
    width:800px;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:10px 0;
}
.art_pic .art_pic_list ul li span{
    max-width:800px;
    word-break: break-word;
}
.art_pic .art_pic_list ul li img{
    max-width:800px;
}
.art_location .leader_loca_title {
    width: 1260px;
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.art_location a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-left: 4px;
    margin-right: 4px;
}

.art_location span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/cms_files/webhangzhourendawang/pubtplobject/defaultSet/690916/img/loca_left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.art_location .loca_location {
    width: 20px;
    height: 20px;
    background-image: url(/cms_files/webhangzhourendawang/pubtplobject/defaultSet/690916/images/location.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.art_content {
    width: 1260px;
    display: flex;
    margin-top: 40px;
    margin-bottom: 60px;
}

.art_article {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.art_article .article_title {
    width: 720px;
    font-size: 32px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    text-align: center;
}

.art_article .article_time {
    display: flex;
}

.art_article .article_time span {
    margin: 20px 10px 20px 10px;
}

.art_article .article_slices {
    width: 800px;
    height: 8px;
    background-image: url(/cms_files/webhangzhourendawang/pubtplobject/defaultSet/690916/img/slices.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.art_article .article_article {
    margin-top: 20px;
    font-size:24px;
}
.art_article .article_article  p{
       margin: 24px 0;
        font: size 24px;;
}
.art_article .article_article img {
    display: block;
    margin: 40px auto;
}

.art_more {
    width: 420px;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    align-items: center;
    margin-top:0px;
}

.art_more .art_more_img {
    height: 160px;
}

.art_more .art_more_img img {
    width: 100%;
    height: 100%;
}

.art_more .more_common {
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 300px;
    margin-top: 20px;
    background: #ECF0F5;
    align-items: center;
}

.more_common_list {
    width: 380px;
}

.art_more .more_common .more_common_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.art_more .more_common .more_common_title span {
    font-size: 26px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.art_more .more_common .more_common_title a {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.art_more .more_common .more_common_cont {
    height: 70px;
    margin-top: 14px;
}

.art_more .more_common .more_common_cont:nth-child(2) {
    border-bottom: 1px solid #DADADA;
}

.art_more .more_common .more_common_cont:nth-child(3) {
    border-bottom: 1px solid #DADADA;
}

.art_more .more_common .more_common_cont span {
    display: block;
    width: 380px;
    height: 48px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}