@charset "utf-8";

.news-banner{
    width:100%;
    height:534px;
    background: url(../images/news-banner.png) center;
}

p{ margin:0px; padding:0px;}

.news-cont{
    width:985px;
    margin:0 auto;
    margin-top:60px;
}

.news-cont-part hr{
    margin-bottom: 40px;
    width:985px;
}

.news-cont-title{
    font-size:24px;
    font-family:'Arial';
    width:985px;
    margin:0 auto;
    text-align:center;
    color:#e40000;
    font-weight: bold;
}

.news-cont-date{
    margin-top:25px;
}

.news-cont-date p{
    float:left;
    width:350px;
    margin-bottom: 15px;
    text-align: right;
}

.news-cont-text{
    margin-bottom:100px;
    margin-top: 30px;
}

.news-cont-text-cont{
    width:755px;
    margin:0 auto;
    margin-top:30px;
}

.news-cont-text-cont p{
    text-indent:2em;
    font-size:14px;
    margin-bottom:30px;
    line-height:30px;
}

.news-cont-text-imgs{
    width:855px;
    margin:0 auto;
    margin-top:20px;
}

.news-cont-text-imgs img{
    width:856px;
    margin-bottom: 10px;
}