.article_info{
    width: 100%;
    height: auto;
    background: #f9f9f9;
}
.article_div{
    letter-spacing:0.1em;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
section{
    width: 1200px;
    margin: 50px auto 0 ;
    display: flex;
    justify-content: space-between;
}
.section-left{
    width: 868px;
}
.section-right{
    width: 302px;
}
h1{
    font-size: 22px;
}
.article-title{
    border-bottom:1px solid #eee;
}
.article-title>p{
 padding: 10px 0 20px;
 color: #999;
 font-size: 12px;
}
.article-title>p>span:not(:last-child){
    padding-right: 10px;
    
}
.article-title>p>span:not(:last-child)::after{
    padding-left: 10px;
    content: "丨";
    color: #999;
}
.article-content>div{
    color: #666;
    font-size: 14px;
    padding: 20px 0;
    line-height: 28px;
    letter-spacing:0.1em;

}
.article-content>div>p{
    margin: 30px 0;
}
.keywords{
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}
.keywords>p>span{
    background: #fafafa;
    border: 1px solid #eee;
    padding: 1px 7px;
    border-radius: 3px;
    margin-right: 10px;
   
}
.line_01{
    padding: 0 20px 0;
    margin: 20px 0 0;
    line-height: 1px;
    border-left: 320px solid #EEE;
    border-right: 320px solid #EEE;
    text-align: center;
    color: #ccc;
}
.page{
    margin: 20px 0 40px;
    font-size: 18px;
}
.page>p{
    line-height: 40px;
}
.page span{
    color: #0da574;
    font-weight: 600;
    
}
.article-list{
    padding-bottom: 80px;
}
.article-list>p{
 font-weight: bold;
 font-size: 18px;
}
.article-list>div{
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
}
.article-list>div>div{
    flex-basis: 47.5%;
    display: flex;
    padding-top: 20px;
}
.article-list>div>div>a>img{
    padding-right: 15px;
    max-width: 145px;;
}
.article-list>div>div>div{
    padding: 5px 0;
    line-height: 21px;
    font-size: 14px;
}
.article-list>div>div>div>p:first-child{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.article-list>div>div>div>p:nth-child(2){
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    
}
.article-list>div>div>div>p:last-child{
    font-size: 12px;
    color: #ccc;
}


.section-right>div>p>span{
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom:#0da574 3px solid;
  }
.section-right>div>p{
    width: 100%;
    border-bottom: #eee 1px solid;
    margin-bottom: 18px;
}
.section-right>div li{
    color: #333;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.section-right>div li:before{
    content: "\2022";    
    color: #999;     
    font-size: 16px;
    padding-right: 15px;
}
.section-phone{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.section-phone>div:first-child{
    background-color: #0da574;
    width: 30%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    
}
.section-phone>div:first-child>img{
    margin: 2px auto;
    display: block;
}
.section-phone>div:first-child>span{
    padding-bottom: 6px;
    display: block;
}
.section-phone>div:last-child{
    width: 70%;
    border: #eee 1px solid;
    border-left:none;
}
.section-phone>div:last-child>div{
    width: 80%;
    margin: 5px auto;
}
.section-phone>div:last-child p{
    color: #ff9a2d;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    white-space:nowrap; 
}
.section-phone>div:last-child p:first-child{
    border-bottom: #eee 1px solid;
}
/*手机端*/

@media screen and (max-width: 640px)  {
    
        
        .article_div{
            width: 98%;
            font-size: 0.25rem;
            line-height: 0.4rem;
        }
        .article-title>p{
            font-size: 0.19rem;
            padding: 0.1rem;
        }
        .article-content>div{
            font-size: 0.28rem;
            padding:0.1rem 0;
            line-height: 0.4rem;
        }
    .article-content>div img{
        max-width: 100%;
        object-fit: cover;
    }
        .line_01{
            border-left: 2.5rem solid #EEE;
            border-right: 2.5rem solid #EEE;
        }
        .page{
            font-size: 0.3rem;
            margin:0.2rem 0
        }
        .article-list>div{
            display: block;
        }
        .article-list>div>div>div{
            padding: 1px 0;
            position: relative;
        }
        .article-list {
            padding-bottom: 0.5rem;
        }
        .section-right{
            width: 100%;
            margin-bottom: 0.6rem;
        }
        .section-right>div>p>span{
            font-size: 0.31rem;
        }
        .section-phone{
            margin: 0.5rem 0 1.3rem ;
            display: none;
        }
        section{
            width: 98%;
            display: block;
            margin: 0 auto;
        }
        .article-title>p>span:not(:last-child) {
            padding-right: 0.1rem;
            display: inline-block;
        }
        .section-left{
            width: 98%;
            margin: 0 auto;
        }
        .section-right>div>p {
            margin-bottom: 3px;
        }
        .section-right>div li {
            line-height: 0.5rem;
        }
        .article-title {
            margin: 0 auto ;
            width: 98% ;
            text-align: center ;
            line-height: 0.4rem;
            padding: 0.2rem 0 0px 0 ;
        }
        h1{
            font-size: 0.35rem;
        }
        .article-content>div>p{
            margin: 0.2rem 0;
        }
        .keywords{
            font-size: 0.2rem;
        }
    .article-list>div>div>div>p:first-child{
        font-size: 0.3rem;
    }
    .article-list>div>div>div>p:nth-child(2){
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 16px;
        font-size: 0.25rem;
    }
    .article-list>div>div>div>p:last-child {
        font-size: 12px;
        color: #ccc;
        position: absolute;
        bottom: 5px;
    }
    .article-list>div>div>a>img {
        padding-right: 15px;
        max-height: 107px;
        object-fit: cover;
    }
       
}