.newsItem{
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.leftItem{
    position: relative;
    margin-bottom: 15px;
}
.leftItem .date{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    color: rgb(34,73,148);
    text-align: center;
}
.leftItem .date span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
.leftItem .date p{
    margin: 0;
    border-bottom: 2px solid rgb(34,73,148);
}
.itemImg{
    width: 100%;
    height: 130px;
    object-fit: cover;
    transition: all .3s ease;
}
.newsTitle{
    height: 25px;
    line-height: 25px;
    color: rgb(34,73,148);
    font-size: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    margin: 20px 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsItem:hover .newsTitle{
    font-weight: 600;
}
.newsItem:hover .itemImg{
    transform: scale(1.02);
}
.newsInfo{
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hotNewsList{
    min-height: 400px;
    margin-bottom: 20px;
    padding-bottom: 60px;
    border: 1px solid #ddd;
}
.pagination{
    margin: 0 20px 40px 0;
}
.hotHeader{
    margin: 0 0 6px;
    padding: 15px;
    font-size: 18px;
    color: rgb(34,73,148);
    background-color: rgb(248,248,248);
}
.hotHeader img{
    width: 23px;
    margin-right: 6px;
    vertical-align: -3;
}
.hotNewsItem{
    position: relative;
    display: block;
    height: 80px;
    padding: 6px 6px 6px 90px;
}
.leftImg{
    position: absolute;
    width: 70px;
    height: 70px;
    top:6px;
    left: 10px;
    object-fit: cover;
}
.hotNewsItem .newsTitle{
    margin: 0 0 10px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}
.hotNewsItem:hover .newsTitle{
    color: rgb(34,73,148)
}
.hotNewsItem .date{
    color: #666;
}

/** 详情页 */
#detailHeader{
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(84,112,175);
}
#detailHeader h2{
    line-height: 30px;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(84,112,175);
    text-align: center;
}
#detailHeader span{
    margin-right: 15px;
    color: #666;
}
.detailContainer{
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.detailContainer> p{
    margin-bottom: 16px;

    font-family: 宋体;
    overflow-x: hidden;
}



.detailContainer span img,.detailContainer p img{
    /*width: 90%;
    margin-bottom: 15px; */
}

.subMenuItem{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.subMenuImg{
    position: relative;
}
.subMenuImg img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.subMenuImg .imgTitle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(0,0,0,.5);
}
.subMenuItem .col-md-9{
    margin-top: 10px;
    padding-left: 15px;
}
.subMenuItem a{
    display: inline-block;
    line-height: 30px;
    margin: 0 6px;
    color: #555;
    font-size: 18px;
}
.subMenuItem a:hover{
    color: rgb(34,73,148);
}
@media (max-width: 992px) {
    .subMenuItem .col-md-9{
        padding-left: 0;
    }

}
@media (max-width:760px) {
    .detailContainer img{
        width:100%;
    }

}
