@charset "UTF-8";
/*container*/
/*banner*/
.banner img{
    width: 100%;
}
/*banner*/
.news{
    width: 1160px;
    margin: 20px auto;
    box-shadow: 0 0 15px #ccc;
    padding: 20px;
}
.news_title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
}
.news_wrap p{
    text-indent: 2em !important;
    line-height: 1.8em;
}
/*container*/


