body{
    min-width: 1272px;
}
.inner {
    width: 100%;
    max-width: 1460px;
    margin: auto;
    padding: 0 24px;
    position: relative;
}

.inner.flex {
    display: flex;
}

.inner.item-center {
    align-items: center;
}

.inner.space-between {
    justify-content: space-between;
}

.header {
    height: 80px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    transition: all .2s;
}

.header:hover {
    background: #fff;
}

.header.white {
    background: #fff;
}

.header .inner {
    max-width: 100%;
    min-width: 1224px;
    transition: all .2s;
}

.header.white .inner {
    /*max-width: 1460px;*/
}

.header .logo {
    height: 45px;
    flex-shrink: 0;
    display: block;
    background-image: url("../images/logo.png");
    background-size: 45px 45px;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-indent: 55px;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;

}

.header.white .logo, .header:hover .logo {
    color: #333;
}

.nav {
    display: flex;
}

.nav li {
    padding: 0 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.nav li .parent {
    line-height: 80px;
    display: block;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 500;
}

.header.white .nav li .parent, .header:hover .nav li .parent {
    color: #333;
}
.nav li i {
    color: #fff;
    font-size: 20px;
    transition: all .5s;
}
.header.white .nav li i{
    color: #333;
}
.nav li:hover i {
    color: #009900;
    transform: rotateX(180deg);
}
.header .fold{
    display: none;
}
.nav li .children {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    border-top: 5px solid #009944;
    padding: 12px 24px;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    animation-name: animate-dropdown;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    display: none;
    top: 76px;
    left: 12px;
    z-index: 99;
}

.nav li .children:before {
    position: absolute;
    content: '';
    border-bottom: 8px solid #009944;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -11px;
    left: 24px;
}


.nav li .children a {
    white-space: nowrap;
    line-height: 2.4;
    display: block;
}

.nav li:hover .parent {
    color: #009944;
    animation-name: animate-flop;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}


.nav li:hover .children {
    display: block;
}

.header.white .nav li:hover .parent, .header:hover .nav li:hover .parent {
    color: #009944;
}

.header .language {
    height: 36px;
    display: flex;
    align-items: center;
    line-height: 34px;
    background: rgba(0, 0, 0, .3);
    border-radius: 36px;
    white-space: nowrap;
    padding: 0 8px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.language i {
    font-size: 24px;
    color: #fff;
    padding: 0 8px;
}

.language a {
    color: #fff;
    margin: 0 8px;
    position: relative;
    font-size: 14px;
    white-space: normal;
    display: block;
}

.language a:hover {
    color: #009944;
}

.header.white .language, .header:hover .language {
    border-color: #f0f0f0;
    background: #fff;
}

.header.white .language a, .header:hover .language a {
    color: #333;
}

.header.white .language a:hover, .header:hover .language a:hover {
    color: #009944;
}

.header.white .language i, .header:hover .language i {
    color: #333;
}

.language a.active {
    color: #fff !important;
    background: #009944;
    border-radius: 20px;
    line-height: 20px;
    height: 20px;
    padding: 0 12px;
    cursor: default;
}

.swiper-banner,
.swiper-home{
    height: 100vh;
}

.swiper-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-banner .swiper-slide .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-banner .swiper-slide .text div {
    width: 100%;
}

.swiper-banner .swiper-slide .text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    display: block;
    text-align: center;

}

.swiper-banner .swiper-slide .text h3 {
    color: #fff;
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: 300;
}

.swiper-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: relative;
}
.swiper-page .inner{
    padding: 0 56px;
}
.swiper-banner-pagination .swiper-pagination-bullet{
    margin: 12px !important;
    position: relative;
}
.swiper-banner-pagination .swiper-pagination-bullet-active:after{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #009944;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
}


.swiper-about {
    padding-left: 40%;
}

.swiper-about h2 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 36px;
}

.swiper-about .number {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    color: #fff;
    padding-bottom: 36px;
}

.swiper-about .number li {
    position: relative;
    background: #009944;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0;
}

.swiper-about .number li span {
    display: block;
    text-align: center;
}

.swiper-about .number b {
    font-size: 36px;
    font-family: num;
}

.swiper-about .number cite {
    position: absolute;
    margin-top: 24px;
    font-size: 12px;
    padding-left: 6px;
    font-style: normal;
}

.swiper-about .intro {
    color: #fff;
    height: 132px;
    overflow: auto;
    padding-right: 12px;
    text-align: justify;
    text-align-last: left;
}

.swiper-about .intro::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.swiper-about .intro::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #009944;
}

.swiper-about .intro p {
    padding: 6px 0;
    line-height: 2;
}

.swiper-about .more {
    padding-top: 36px;
    display: flex;
}

.swiper-about .more a {
    width: 50px;
    height: 50px;
    background: #009944;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
}

.swiper-about .more a i {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}

.swiper-industry-nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
}

.swiper-industry-nav li {
    width: 150px;
    text-align: center;
    color: #fff;
    height: 120px;
    background: rgba(0, 0, 0, .5);
    border-radius: 100px 100px 0 0;
    padding-top: 20px;
    margin: 0 24px;
}

.swiper-industry-nav li img {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}

.swiper-industry-nav li span {
    font-size: 14px;
    color: #009944;
    line-height: 1;
}

.swiper-industry-nav li.active {
    background: #009944;
}

.swiper-industry-nav li.active img {
    color: #fff;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(100%);
}

.swiper-industry-nav li span {
    color: #fff;
}

.swiper-industry-content {
    display: flex;
}

.swiper-industry-content .industry-name {
    width: 300px;
    flex-shrink: 0;
}

.swiper-industry-content .industry-name span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #009944;
    display: block;
    border-radius: 5px;
    font-family: impact;
}

.swiper-industry-content .industry-name b {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    padding-top: 24px;
    display: block;
}

.swiper-industry-content .industry-intro {
    color: #fff;
    line-height: 2;
    text-align: justify;
    text-align-last: left;
}
.swiper-industry-content .industry-intro p{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-industry-content .industry-intro .sub-list {
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.swiper-industry-content .industry-intro .sub-list a {
    background: rgba(0,0,0,.5);
    border:1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 0 18px;
    border-radius: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 12px 24px 12px 0;
    font-size: 14px;
}

.swiper-industry-content .industry-intro .sub-list a i {
    font-size: 24px;
}

.swiper-industry-content .industry-intro .sub-list a:hover {
    background: #009944;
    color: #fff;
}
.swiper-news{
    border-radius: 5px;
    overflow: hidden;
}

.swiper-news-group{
    display: flex;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.swiper-news-group .news-focus{
    width: 448px;
    height: 348px;
    background: rgba(255,255,255,.9);
    flex-shrink: 0;
    transition: all .3s;
    padding: 24px;
    position: relative;
}
.swiper-news-group .news-focus .thumb{
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 3px;
}
.swiper-news-group .news-focus p{
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 12px;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    color: #fff;
    border-radius: 0 0 3px 3px;
}
.swiper-news-group .news-focus:hover{
    background: #fff;
}
.swiper-news-group .news-focus img{
    width: 400px;
    height: 300px;
    object-fit: cover;
    transition: all .8s;
}
.swiper-news-group .news-focus:hover img{
    transform: scale(1.1);
}
.swiper-news-group .news-list{
    background: rgba(255,255,255,.9);
    height: 348px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.swiper-news-group .news-list a{
    display: flex;
    border-left: 1px solid rgba(0,0,0,.1);
    padding: 24px;
    align-items: center;
}
.swiper-news-group .news-list a:nth-child(1),
.swiper-news-group .news-list a:nth-child(2){
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.swiper-news-group .news-list a .date{
    background: #009944;
    width: 80px;
    height: 125px;
    flex-shrink: 0;
    border-radius: 3px;
    font-family: num;
    text-align: center;
}
.swiper-news-group .news-list a .date .day{
    font-size: 36px;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    line-height: 75px;
}
.swiper-news-group .news-list a .date .month{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 50px;
}
.swiper-news-group .news-list a .content{
    width: 100%;
    padding-left: 24px;
}
.swiper-news-group .news-list a .title{
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    margin-bottom: 6px;
}
.swiper-news-group .news-list a .desc{
    color: #666;
    font-size: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.swiper-news-group .news-list a:hover{
    background: #fff;
}

.swiper-news-nav {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.swiper-news-nav li {
    padding: 0 24px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.swiper-news-nav li:hover {
    color: #009944;
}
.swiper-news-nav a {
    margin-left: auto;
    width: 50px;
    height: 50px;
    display: block;
    background: #009944;
    color: #fff;
    border-radius: 5px;
}
.swiper-news-nav a i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 24px;
}
.swiper-news-nav li.active {
    background: #009944;
    color: #fff;
    border-color: #009944;
    font-weight: bold;
}


.swiper-page-footer {
    height: 100vh;
}
.swiper-page-footer .inner{
    max-width: 100% !important;
}
.swiper-page-footer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-page-footer .footer-flex{
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.swiper-page-footer .footer-flex .slogan{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.8);
    font-size: 2vw;
    text-align: center;
}

.footer{
    background: #f0f0f0;
    padding: 24px 0;
    border-top: 1px solid #f0f0f0;
}
.footer .copyright{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.footer .copyright a{
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.swiper-page-footer .footer{
    background: rgba(0,0,0,.5);
    border-top: none;
}
.swiper-page-footer .footer .copyright{
    color: rgba(255,255,255,.8);
}
.swiper-page-footer .footer .copyright a{
    color: rgba(255,255,255,.8);
}
.icon-list {
    display: flex;
    margin-left: auto;
}

.icon-list li {
    padding-left: 24px;
    position: relative;
}

.icon-list li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
}

.icon-list li a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 5px;
}

.icon-list li:hover a {
    background: #009944;
}


.icon-list li .qrcode {
    position: absolute;
    width: 144px;
    height: 164px;
    top: -196px;
    right: -6px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 12px;
    animation-name: animate-dropdown;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    display: none;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.icon-list li .qrcode img {
    height: 120px;
    width: 120px;
}

.icon-list li:hover .qrcode {
    display: block;
}

.icon-list li .qrcode:after {
    content: ' ';
    position: absolute;
    bottom: -7px;
    right: 10px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #fff;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.banner{
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 300px;
    color: #fff;
}
.banner h3{
    font-weight: 400;
    font-size: 36px;
}


.sub-nav{
    height: 80px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.sub-nav a{
    display: block;
    font-size: 20px;
    line-height: 79px;
    margin-right: 48px;
    position: relative;
}
.sub-nav a.active{
    color: #009900;
    font-weight: bold;
}
.sub-nav a.active:after{
    content: ' ';
    height: 3px;
    width: 100%;
    background: #009900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-content{
    padding: 24px 0;
    min-height: 50vh;
}
.page-content p{
    padding: 12px 0;
}
.page-content img{
    max-width: 100%;
    height: auto;
}
.page-content h1,
.page-content h2{
    color: #009900;
}
.page-content video{
    width: 100%;
    border-radius: 5px;
}
.list-one {
    background: #fff;
    overflow: hidden;
}

.list-one li {
    overflow: hidden;
    display: flex;
    padding: 24px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.list-one li:not(:nth-child(1)){
    margin-top: 24px;
}
.list-one li .img {
    width: 240px;
    height: 135px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 24px;
}

.list-one li .img img {
    width: 240px;
    height: 135px;
    transition: all 1s;
    object-fit: cover;
}

.list-one li:hover .img img {
    transform: scale(1.1);
}

.list-one li:hover a b {
    color: #009900;
}

.list-one li .text {
    width: 100%;
}

.list-one li .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
    color: #333;
}

.list-one li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    padding: 0;
}
.list-one li .text span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
}

.list-one li .text span .iconfont {
    font-size: 20px;
}

.list-one li .text span .iconfont:nth-child(2) {
    padding-left: 24px;
}

.list-two{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.list-two a{
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    transition: all .5s;
}
.list-two a:hover{
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    transform: translate3d(0, -6px, 0);
}
.list-two a b{
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 24px;
    font-size: 18px;
    background: #f8f8f8;
    color: #009900;
}
.list-two a span{
    color: #666;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 12px 24px;
    line-height: 2;
    font-size: 16px;
}
.paging {
    display: flex;
    padding-top: 24px;
    justify-content: center;
    align-items: center;
}

.paging a, .paging span {
    border: #f0f0f0 1px solid;
    padding: 6px 12px;
    margin: 0 6px;
    background: #fafafa;
    display: block;
    border-radius: 5px;
    min-width: 36px;
    text-align: center;
    font-size: 14px;
}

.paging a:hover {
    background: #fff;
}

.paging a.current, .paging .current {
    background: #009900;
    color: #fff;
    border: #009900 1px solid;
}

.paging span {
    margin: 0 6px;
    display: block;
}


.text-list li {
    display: flex;
    border-bottom: 1px dotted #f0f0f0;
    line-height: 48px;
    width: 100%;

}

.list-three {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.list-three a {
    width: 100%;
    margin: 0 0 24px 0;
    display: block;
}

.list-three a img {
    width: 100%;
    height: 75%;
    object-fit: cover;
    border-radius: 5px;
}


.list-three a span {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.footer-link {
    background: #f8f8f8;
    border-top: 1px solid #f0f0f0;
    padding: 48px 0;
}
.footer-link .inner{
    display: flex;
}
.footer-link li{

    width: 100%;
}
.footer-link b {
    font-size: 20px;
    padding: 6px 0;
}

.footer-link a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.chairman{
    display: flex;
}
.chairman-intro{
    background-image: url("/images/marks.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding:96px 72px 0 0;
    width: 100%;
    margin-left: 72px;
}
.chairman-photo{
    width: 240px;
    flex-shrink: 0;
}
.chairman-photo img{
    border-radius: 5px;
}


.time-line-box ul:after {
    content: '';
    background: url(/images/timeline.png) repeat-x left bottom;
    height: 52px;
    width: 1000%;
    position: absolute;
    left: -536px;
    z-index: 1;
}
.time-line-box ul li {
    float: left;
    width: 211px;
    position: relative;
    padding-top: 176px;
    padding-bottom: 0;
    padding-left: 0;
    z-index: 2;
}
.time-line-box ul li:after {
    content: '';
    height: 124px;
    border-left: #dddddd 2px solid;
    position: absolute;
    top: 52px;
    left: 0;
}
.time-line-box ul li dl {
    padding-left: 25px;
}
.time-line-box ul li dl dt {
    font-size: 22px;
    color: #009900;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.time-line-box ul li dl dt:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #009900;
    position: absolute;
    left: -32px;
    top: 0;
    border: rgba(255,255,255,.5) 4px solid;
}
.time-line-box ul li dl dd {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
}
.time-line-box ul li dl dd:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #009900;
    position: absolute;
    left: 0;
    top: 7px;
}
.time-line-box ul li:first-child {
    margin-left: 95px;
}
.time-line-box ul li:last-child {
    margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
    padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
    top: auto;
    bottom: -51px;
    height: 76px;
    z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
    left: -34px;
}

.time-line-box ul li:nth-child(2n) .timeline-content {
    position: absolute;
    left: 0;
    bottom: 10px;
    border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
    border-left: #2DA891 2px solid;
}
.time-line-box ul .item-this .timeline-content {
    border-left: #2DA891 2px solid !important;
}

.article-detail-title {
    font-size: 24px;
    line-height: 1.2;
    padding: 24px 0;
    font-weight: bold;
    text-align: center;
}

.article-detail-info {
    border-top: 1px dotted #f0f0f0;
    display: flex;
    align-items: center;
    color: #555;
    padding:  24px 0;
    font-size: 14px;
    line-height: 24px;
    justify-content: center;
}

.article-detail-info .iconfont {
    font-size: 16px;
}

.article-detail-info .iconfont:nth-child(2) {
    padding-left: 24px;
}