.control-box{
	text-align:left;
}

.list_img{
	width: 100px;
	height: auto;
}

.list_box{
	width: 100%;
	margin-top:30px;
}


.tiele_box{
	width: auto;
	display: none;
}



.list_box_txt{
	width: 100%;
}

.list_box_txt h2{
	font-size: 18px;
	padding: 0px;
	color: #1C77C3;
}
.list_box_txt P{
	font-size: 14px;
	padding: 0px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
 .tiele_box{
	width: auto;
	display: block;
	color: #1C77C3;
	font-weight: bolder;
}   
	
}

@media screen and (max-width: 500px) {
 .list_img{
	width: 100px;
	height: auto;
	position: absolute;
	left: 0;
	top: 10px;
	width: 80px;
}
  
	
}