

/*自适应开始*/
@charset "utf-8";
@media(max-width:800px) {
.newsnav {
	width: 100%;
	height: 57px;
	line-height: 38px;
	border-bottom: 1px solid #e5e5e5;
}
.newsnav p {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #0075e3;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.newsnav span {
	display: inline-block;
	font-size: 13px;
	color: #c2c2c2;
	margin-left: 5px;
}



.tuijian ul {
	margin-top: 10px;
    width: 100%;
}
.tuijian ul li {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 12px;
	background: url(../images/li.png) no-repeat left center;
	overflow: hidden;
	box-sizing: border-box;
}
.tuijian ul li span {
	float: right;
	font-size: 14px;
	color: #b4b4b4;
	margin-left: 15px;
}
.tuijian ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tuijian ul li a:hover {
	color: #0056f9;
}
  .tuijian {
    display:block;
    overflow: hidden;
}
  
  .newsnav p::after {
    content: "";
    width: 5px;
    height: 18px;
    background: #0056f9;
    position: absolute;
    left: -5px;
    top: 11px;
}
  .list-6 li {
width: 50%;
}
  
  .bannermin {
height: 160px;
}
  
  .yunu-infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
  
}


/*自适应结束*/
