.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;
}
.major-title>div>p>a{
    font-weight: bold;
    font-size: 24px;
    color: #0da574;
}
.major-title{
    font-size: 14px;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    color: #999;
    
}
.major-title>div>div{
    padding-top: 5px;
}
.major-title-botton{
    align-self: flex-end;
}
.major-title-botton>a{
    vertical-align: bottom;
    font-size: 14px;
    padding: 0px 15px;
    align-self: auto;
    display: inline-block;
    line-height: 30px;
    
}
.major-title-botton>a:first-child{
border-radius: 25px;
border: 1px solid #0da574;
color: #0da574;
}
.major-title-botton>a:last-child{
    margin-left: 10px;
    border-radius: 25px;
    border: 1px solid #ff9a2d;
    color: #ff9a2d;
    }
    article{
        padding-bottom: 60px;
    }
article>div>div:last-child{
    display: flex;
    padding-top: 10px;
    padding-bottom: 40px;
    max-height: 240px;
    min-height: 240px;
}
article>div>div:last-child>div:first-child{
       width: 384px;
    overflow:hidden;
    min-width: 384px;
}
article>div>div:last-child>div:last-child{
    display: flex;
    padding: 32px 26px;
    border: 1px #eee solid;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    line-height: 27px;
    min-width: 422px;
}
article>div>div:last-child>div:last-child>p:first-child{
    margin-bottom: 10px;
}
article>div>div:last-child>div:last-child>p{
    display: -webkit-box;
-webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
article>div>div:last-child>div:last-child span{
    font-weight:bold; 
    font-size: 17px;
}
article>div>div:last-child>div:first-child>a>img{
    width:100%;
    min-width: 384px;

}
section{
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.section-left{
    width: 860px;
}
.section-right{
    width: 300px;
}
.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;
}

/*手机端*/

@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{
            width: 100%;
        }
        .major-title{
            display:block;
        }
        .major-title>div:last-child {
            align-self: end;
            padding-top: 0.1rem;
        }
        article>div>div:last-child{
          flex-direction: column;
            padding-bottom : 0.2rem;
            border-radius: 3px;
        }
        article {
            padding: 0.2rem 0;
            display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        }
        article>div{
            flex-basis: 48%;
            width: 48%;
        }
        .major-title>div>p>a{
            font-size: 0.33rem;

        }
        .major-title>div>div {
            padding-top: 0;

        }
        .major-title>div>div >span{
            display: block;
        }
        .major-title,.major-title>div:last-child>a{
            font-size: 0.2rem;
            line-height:  0.25rem;
        }
        .section-right{
            width: 100%;
            padding-bottom: 0.5rem;
        }
        article>div>div:last-child>div:first-child {
            width: 100%;
            min-width: 100%;
            max-height: 2.4rem;
        }
        article>div>div:last-child>div:last-child{
            padding: 0.1rem;
            border-radius: 0 0 7px 7px;
            font-size: 0.27rem;
            line-height: 0.4rem;
            min-width:94%;
        }
        article>div>div:last-child>div:last-child span{
            font-size: 0.3rem;
        }
        article>div>div:last-child>div:first-child>img{
            width: 100%;
            border-radius: 3px;
            min-width:100%;
        }
        .section-right>div>p {
            margin-bottom: 3px;
        }
        .section-right>div li {
            line-height: 0.5rem;
        }
        .major-title-botton{
            display: flex;
            justify-content: space-between;
            align-self:auto;
        }
        .major-title-botton>a {
            padding: 0px 0.2rem;
            align-self: auto;
            display: inline-block;
             line-height: 0.4rem; 
             font-size: 0.2rem;
        }
    article>div>div:last-child>div:last-child>p:first-child {
        min-height: 1.2rem;
    }
    article>div>div:last-child>div:first-child>a>img{
        width:100%;
        min-width: 100%;

    }
}
