/*详情页-推荐新闻*/
.tjxwList {
	width: 100%;
	background: linear-gradient(to bottom, #e9f2f9, #e9f1f5);
	float: right;
	padding: 0.4rem 0 0.25rem;
	margin-top: 1rem;
}

.tjxwList h3 {
	font-size: 0.325rem;
	color: #000;
	line-height: 0.375rem;
	border-left: 0.0625rem solid #005bac;
	padding-left: 0.3875rem;    margin-bottom: 0.1375rem;
}

.tjxwList ul {
	padding: 0 0.5rem 0 0.475rem;
}

.tjxwList li {
	border-bottom: 1px solid #e0e0e0;
}

.tjxwList li span,
.tjxwList li a {
	display: block;
	font-size: 0.25rem;
	line-height: 0.4rem;
}

.tjxwList li span {
	color: #015cab;
	font-weight: bold;padding-top:0.45rem;
}

.tjxwList li a {
	color: #090909;
	text-align: justify;padding:0.1625rem 0 0.425rem 0;
}

.tjxwList li:last-child {
	border-bottom: 0;
}


.w1500 {
	display: flex;
	justify-content: space-between;
}

.tjxw-box {
	width: 5rem;
}

.con-box {
	width: 12.787rem;
}

.zzry-box {
	padding-bottom: 0.8135rem;
}

@media screen and (max-width:992px){
.breadcrumb-small-box > span {display:flex;height:0}

.w1500{flex-direction: column;}
.con-box,.tjxw-box{width:100%;}

.tjxwList h3{font-size:0.8rem;line-height:1.5}
.tjxwList h3{border-left: 0.2rem solid #005bac;}
.tjxwList li span, .tjxwList li a{font-size:0.6rem;line-height:normal;}

}