.yyly-smbox {
    position: relative;
	background: rgba(240, 243, 248, 0.76);
	border-radius: 0px 0px 20px 0px;
	width: 97%;
	margin-bottom: 3%;
}

.yyly-box {
	width: 50%;
	float: left;

}

.yyly-container {
	margin-top: 20px;
}

.yyly-smbox-left {
	float: left;
	width: 40%
}

.yyly-smbox-left img {
	width: 100%;
	border-radius: 20px 0px 0px 0px;
	    height: 300px;
}

.yyly-smbox-right {
	float: left;
	width: 54%;
	padding-left: 3%;

	padding-right: 3%;
	height: 300px;
}

.yyly-smbox-right-top img {
	width: 39px;

}

.yyly-smbox-right-top img,
.yyly-smbox-right-top span {
	float: left;
}

.yyly-smbox-right-top span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #17328C;
	line-height: 40px;
	margin-left: 4px;
}

.yyly-smbox-right p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
	    border-top: 1px solid #E4E7ED;
	    padding-top: 10px;
		    z-index: 1;
			position: relative;
}
.yyly-smbox-bg{
	background-image: url(../img/other/ny_tu12.png);
	background-repeat: no-repeat;
	    background-size: contain;
	    width: 180px;
	    height: 100px;
		position: absolute;
		right: 0;
		bottom: 0;
		    border-radius: 0px 0px 40px 0px;
			    z-index: 0;
			display: none;
}
.yyly-smbox:hover{
	background-color: #17328C;
	color: white;
	    border-radius: 20px 0px 20px 0px;
}
.yyly-smbox-right-top {
    overflow: hidden;
    margin-top: 4%;
	    z-index: 1;
		position: relative;
}
.qh-icon-hover{
	display: none;
}
@media (min-width:1101px) {
	.yyly-smbox {
		min-height: 300px;
	}
}

@media (max-width:1100px) {
	.yyly-box {
		width: 100%;

	}

	.yyly-smbox-right p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		border-top: 1px solid #E4E7ED;
		    padding-top: 10px;
		    margin-bottom: 16px;
	}

	.yyly-smbox {
		max-height: 250px;
		background: rgba(240, 243, 248, 0.76);
		border-radius: 0px 0px 20px 0px;
		overflow: hidden;
	}
	.yyly-smbox-right{
		height: 250px;
	}
}

@media (max-width:450px) {
	.yyly-smbox-left img {
		height: 100%;
		    min-height: 150px;
	}

	.yyly-smbox-right-top img {
		width: 24px;
	}

	.yyly-smbox-right-top span {
		font-size: 20px;
		line-height: 24px;
	}

	.yyly-smbox-right p {
		-webkit-line-clamp: 3;
		line-height: 26px;

		margin-top: 10px;
		border-top: 1px solid #E4E7ED;
		padding-top: 10px;
		margin-bottom: 16px;

	}
.yyly-smbox-right{
	height: 150px;
}
	.yyly-smbox-right {
		float: right;
		padding-right: 2%;
	}
}
