/* start */
.banner{
    width:100%;
    height:342px;
    overflow: hidden;
}
.banner img{
    width:100%;
    height:100%;
}
.main-container{
    margin:50px 0;
}
.article{
    flex:1;
}
.article-title{
    text-align:center;
}
.article-title{
    margin:32px 0 23px;
}
.article-info{
    margin-bottom:40px;
    text-align:center;
}
.article-content p{
    line-height:32px;
    text-indent: 2em;
}
.article-content img{
    margin:20px auto;
    /*width:100%;*/
}




.article-more{
    margin-top:40px;
    padding-left:150px;
    line-height:30px;
}
.article-more a{
    color:#333;
}
.article-more a:hover{
    color:#1DA2DB;
}
/* end */