.news-sec1 {
    height: 300px;
    background: url("../assets/images/news/back.jpg") no-repeat top center / 1920px;
    padding-top: 150px;
}
.news-sec1 h1{
    margin: 0;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
}
.news-sec2-list {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 300px;
}
.news-sec2-list .news-sec2-item {
    padding: 40px 0;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-sec2-item .sec2-item-img {
    width: 220px;
    height: 155px;
    float: left;
    background: #000000;
}
.news-sec2-item .sec2-item-img > a {
    display: block;
    width: 220px;
    height: 155px;
    margin: 0;
}
.news-sec2-item .sec2-item-img > a img {
    display: block;
    width: 220px;
    height: 155px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.news-sec2-item .sec2-item-img > a:hover img {
    opacity: .5;
}
.news-sec2-item .sec2-item-intro {
    width: 660px;
    height: 155px;
    float: left;
    position: relative;
}
.news-sec2-item .sec2-item-intro .intro-title {
    display: block;
    color: #000000;
    font-size: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-sec2-item .sec2-item-intro .intro-detail {
    margin: 15px 0 0;
    color: #aaaaaa;
}
.news-sec2-item .sec2-item-intro .intro-datetime {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #aaaaaa;
    font-size: 12px;
}
/*内容页样式*/
.news-detail .news-title{
    padding: 40px 40px 40px 0;
}
.news-detail .news-title p.news-time{
    margin-top: 20px;
    color:#999999;
}
.news-detail .detail{
    text-indent: 2rem;
    line-height: 2rem;
    color: #777777;
}
.news-detail .image{
    text-align: center;
    margin-bottom: 20px;
}
.news-detail .image img{
    width: 100%;
}
.news-detail .image+p.imgIntro{
    text-align: center;
    color: #777777;
}
.news-detail .news-title-inner h5{
    margin-top: 50px;
    font-size: 1.2rem;
}