.banner {
    width: 100%;
    height: 500px;
    background: url('/static/images/home/news/banner.jpg');
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.position {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(41,40,40,1);
}
.position a {
    color: rgba(41,40,40,1);
}
.position span {
    color: rgba(153,153,153,1);
}
.title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: rgba(41,40,40,1);
}
.date {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color:rgba(102,102,102,1);
}
.content {margin-top: 30px;font-size: 17px;text-align: justify;line-height:1.8;}
.content a{font-size:17px;color:#129aee}
.content * img,.content img{max-width:100% !important;display:block;margin:0 auto;}
.content p,.content center {font-size: 17px;text-align: justify;line-height:1.8;margin:20px 0;-webkit-margin-before: 1em;-webkit-margin-after: 1em;}