@charset "utf-8";
@import url(../font/stylesheet.css);
@import url(../font/font.css);

.yxszy img {
	width: 100%
}


.yxszz {
	float: left;
	width: 66%;
}

.yxszy {
	float: right;
	width: 30%;
	margin: 20px 0;
}

.yxszzns h2 {
	font-size: 18px;
	color: #119790;
	border-left: 8px solid #119790;
	text-indent: 1em;
	position: absolute;
	top: 10px;
	left: 20px;
}

.yxszzns {
	height: 40px;
	background: #F6F6F6;
	position: relative;
	margin-bottom: 10px;
}

.yxszzn {
	margin: 20px 0;
}

.main-zy {
	min-height: 800px;
}

.yxszzn ul li a {
    font-size: 16px;
    color: #666666;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.yxszzn ul li a:hover {
    background-color: #f6f6f6;
}

.yxszzn ul li {
	float: left;
	width: 46%;
	padding-left: 20px;
	text-align: left;
	margin: 1% 0;
}
 
@media screen and (max-width: 767px) {
  .yxszzn ul li {
    width: 100%;
  }
}