main .banner img{
    width: 100%;
}

main .news-box{
    margin-top: 225px;
    margin-bottom: 190px;
}

main .news-box .news-item{
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    border-bottom: 2px solid #dfdfdf;
    margin-top: 90px;
}

main .news-box .news-item:nth-of-type(even){
    flex-direction: row-reverse;
}

main .news-box .news-item .news-text .news-title{
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid #61bf2e;
    padding-bottom: 8px;
    margin-bottom: 45px;
}

main .news-box .news-item .news-text .news-title .news-index{
    width: 63px;
    height: 50px;
    line-height: 50px;
    background-color: #61bf2e;
    color: white;
    font-size: 26px;
    border-radius: 10px;
    text-align: center;
}

main .news-box .news-item .news-text span{
    margin: 0 8px;
}

main .news-box .news-item .news-text .news-tit{
    font-size: 26px;
    margin-left: 10px;
    color: #336666;

}

main .news-box .news-item .news-text{
    width: 41%;
}

main .news-box .news-item .news-text p{
    text-indent: 2em;
    line-height: 32px;
    color: #888;
}

main .news-box .news-item .news-text .news-tit span{
    color: #61bf2e;
    margin: 0;
}