
.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: 866px;
}
.section-left>article li{
    display: flex;
    justify-content: start;
    padding: 30px 0;
    border-bottom: #eee 1px solid;

}
.section-left>article li>div:first-child{
    min-width: 270px;
    max-width: 270px;
    max-height: 184px;
    overflow: hidden;
}
.section-left>article li>div:first-child>img{
    width: 100%;
}
.section-left>article li:first-child{
    padding-top: 0px;
}
.section-right{
    width: 302px;
}
.section-left-text{
    padding:20px 0 20px 30px;
    min-width: 564px;
}
.section-left-text>p:first-child{
    font-weight: bold;
    font-size: 16px;
}
.section-left-text>p:nth-child(2){
    letter-spacing:0.1em;
    margin: 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
.section-left-text>p:last-child{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
}
.section-left-text>p:last-child img{
    vertical-align: text-top;
    padding-right: 3px;
}
.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: 16px;
    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;
}
.article-page{
    padding: 40px 0 80px;
}
.demo{
    text-align: center;
}

.dede-page{

}
.spage-number li {
    margin: 0 5px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px 14px;
    line-height: 33px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    border-radius: 50%;
}
.spage-number li:last-child{
    border: none;
}
.spage-number li.thisclass {
    background: #0da574;
    color: #fff;
    border-color: #07a0c3;
    z-index: 3;
}
.spage-number li.next,.spage-number li.last,.spage-number li.start,.spage-number li.end{
    border-radius: 25px;
}
/*手机端*/

@media screen and (max-width: 640px)  {
    
        .article_div{
            width: 98%;
            font-size: 0.1rem;
            line-height: 0.4rem;
        }
        section{
            width: 98%;
            display: block;
            margin: 0 auto;
        }
        .section-left>article li>div>img{
            width: 3rem;
        }
        .section-left{
            width: 100%;
        }
        .section-left-text{
            padding: 0 0 0 0.1rem;
            min-width: 60%;
            max-width: 60%;
        }
        .section-left-text>p:first-child{
            font-size: 0.22rem;
        }
        .section-left-text>p:nth-child(2){
            margin: 0.1rem 0;
            font-size: 0.18rem;
            display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        }
        .section-left-text>p:last-child{
            font-size: 0.18rem;;
            flex-direction:column;
        }
    .section-left-text>p:last-child>span:last-child{
        line-height: 0.3rem;
        display: block;

    }
    .section-left-text>p:last-child>span:last-child>img{
        max-height: 0.2rem;
        vertical-align: middle;
    }
        article{
            margin-top: 0.3rem;
        }
        .section-right{
            width: 100%;
            margin-bottom: 0.6rem;
        }
        .article-page{
            padding: 0.5rem 0 0.3rem;
        }
        .section-phone{
            margin:0.3rem 0 0.6rem;
            display: none;
        }
        .section-right>div>p {
            margin-bottom: 3px;
        }
        .section-right>div li {
            line-height: 0.5rem;
        }
        .section-left>article li{
            padding: 0.3rem 0;
        }
    .section-left>article li>div:first-child {
        min-width: 40%;
        max-width: 100%;
        max-height: 2rem;
        overflow: hidden;
    }

}