/**/
#newsStyle{
    border-bottom: 2px solid #02acc5;
    color: #02acc5;
}
/*Title*/
.newsTitle{
    float: left;
    width: 100%;
    height: 198px;
    background-color: #2a2d32;
}
.newsTitle .title{
    overflow: hidden;
    width: 1200px;
    height: 198px;
    margin: 0 auto;
}
.newsTitle .title h1{
    padding-top: 118px;
    font-size: 16px;
    color: white;
}
.newsTitle .title h2{
    font-size: 16px;
    color: white;
    margin-top: 2px;
}
/*newsContainer*/
.newsContainer{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.newsContainer .newsName{
    margin-top: 56px;
}
.newsContainer .newsName h1{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.newsContainer .newsName .iconBox{
    margin-top: 16px;
    width: 1200px;
    background: url("../images/newsIcon.png") no-repeat left center;
}
.newsContainer .newsName .iconBox span{
    font-size: 14px;
    color: #676767;
    margin-left: 28px;
}
.newsContainer .newsDetail{
    margin-top: 28px;
}
.newsContainer .newsDetail p{
    line-height: 28px;
    font-size: 14px;
    color: #a1a1a1;
    margin-bottom: 16px;
}
/*img*/
.imgBox{
    width: 1200px;
    height: 620px;
    margin: 60px auto 90px;
}
.imgBox img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}