/* 新闻详情 */
/* 面包屑导航 */
.newsBox .breadcrumb {
    background: none;
    justify-content: flex-end;
}

.newsContent {
	content: '';
	clear: both;
	display: block;
}
.cl::after {
	content: '';
	clear: both;
	display: block;
	line-height: 0;
	visibility: hidden;
}

/* 新闻详情 */
.newsContent .newsDetail {
    float: left;
    width: calc(100% - 22% - 10px);
    padding-bottom: 5%;
	padding-right: 10px;
}

.newsContent .newsDetail .newsTitle {
    padding-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
}

.newsContent .newsDetail .newsTitle h2 {
    font-size: 34px;
}

.newsContent .newsDetail .newsTitle p {
    line-height: 30px;
}

.newsContent .newsDetail .newsTitle p span {
    margin-right: 20px;
}

.newsContent .newsDetail .newsArticle {
    margin-top: 4%;
    padding-bottom: 3%;
    border-bottom: 1px solid #e5e5e5;
}

.newsContent .newsDetail .newsArticle P {
    /*text-indent: 2em;*/
}

.newsContent .newsDetail .newsArticle img {
    height: auto !important;
}

.newsContent .newsDetail .news-page {
    padding-top: 2%;
}

.newsContent .newsDetail .news-page a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #999;
}

.newsContent .newsDetail .news-back {
    margin-top: 3%;
}

.newsContent .newsDetail .news-back a {
    display: block;
    width: 135px;
    text-align: center;
    line-height: 40px;
    background: #00a0d9;
    color: #fff;
    margin: 0 auto;
    border-radius: 8px;
}
/* 推荐资讯 */
.newsContent .hotNews {
    float: right;
    width: 22%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
    padding: 2%;
}

.newsContent .hotNews h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8%;
}

.newsContent .hotNews .list li {
    padding-bottom: 10%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10%;
}

.newsContent .hotNews .list li:hover .img img {
    transform: scale(1.1);
}

.newsContent .hotNews .list li a {
    display: block;
}

.newsContent .hotNews .list li a .img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 5%;
}

.newsContent .hotNews .list li a .img img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    transition: all .3s;
}

.newsContent .hotNews .list li a p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

@media screen and (max-width: 780px) {
	.newsContent .newsDetail {
		float: none;
		width: 100%;
		padding: 0 2%;
	}
	.newsContent .hotNews {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 5%;
	}
}
