.footer_public {
    width: 100%;
    height: 29.38776%;
    overflow: hidden;
    padding-top: 2.08333%;
}
.up_attachment{
   width:16px!important;
	display:inline!important;
}
.head_public {
    width: 100%;
    overflow: hidden;
}

section {
    background: #eeeeee;
}

.article_wrap {
    width:1100px;
    margin:0 auto;
    padding-top: 1%;
    background-color: white;
}

.article_wrap  .crumbs{
    margin-bottom: 3%;
    font-size: 14px;
    margin-left: 3px
}

.article_title {
    width: 90%;
    margin: 20px auto 20px;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
}

.detail_wrap {
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom:3px;
    border-bottom:1px dashed #ccc;
}

.detail_wrap .detail_left span,
.detail_wrap .social-share span {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #aaaaaa;
}
.detail_wrap .detail_left .time,
.detail_wrap .detail_left .source,
.detail_wrap .detail_left .editor{
    margin-right: 48px;
}
.article_content {
    margin-bottom: 64px;
    padding: 0 72px;
}
.article_content p{
    font-size:0.9em !important;
    line-height: 1.6 !important;
}
/*.article_content p span{*/
/*    display: inline-block;*/
/*}*/

.article_content img{
    max-width:69% !important;
    height:auto !important;
    margin:0 auto;
}

.gap_bac {
    height: 18px;
    background: #eeeeee;
}

.relative {
    padding: 16px;
}

.relative .relative_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.relative .relative_title img {
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.relative .relative_title span {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 28px;
    letter-spacing: 0px;
}

.relative .relative_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 0 3%;
    width:71%;
}

.relative .relative_news a {
    width: 100%;
    margin-bottom: 25px;
}

.relative .relative_news a li {
    display: flex;
}

.relative .relative_news li .img_detail {
    width: 35%;
    height:143px;
    flex-shrink: 0;
    margin-right: 10px;
    overflow:hidden;
}

.relative .relative_news li .img_detail img {
    width: 100%;
}

.relative .relative_news li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
}

.relative .relative_news li .text span {
    font-size: 0.725em;
    font-weight: 400;
    color: rgba(47, 45, 45, 0.6);
    line-height:2;
    text-indent:2em;
    text-align:justify;
    display:block;
}

.relative .relative_news li .text span i{
    color:red;
}



footer{
    background:#eee;
}

footer nav{
    background: #eee !important;
    margin-bottom: 0 !important;
}


@media screen and (min-width: 1536px) {
   .article_wrap{
         margin: 0 14.39583%;
         width:auto;
   }
   .relative .relative_news li .img_detail{
       height:19vh;
   }
}

img{
    max-width:80%;
}

video{
    max-width:60%;
    text-align: center;
    height: auto;
}

.article_content p{
    margin-top: 1em; margin-bottom: 1em; line-height: 1.33; 
}