.myTable img{
		height: 140px;
		width: 140px;
	
	}
	.myTable .title{
		display: block;
		background: #1F94C1;
		text-align: center;
		font-size: 25px;
		padding: 0;
		line-height: 44px;
		height: 44px;
		color: #FFFFFF;
	}
	.myTable ul{
	
	}
	.myTable ul li{
		text-align: left;
	}
	.myTable h4{
		display: block;
		width: 100%;
		text-align: left;
	}
	/*缩小时*/
@media only screen and (max-width:990px ) {
	.myTable .row p{
		text-align: left;
	}
	.myTable .head{
		display: none;
		visibility: hidden;
	}
	.row > div{
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		text-align: center;
	}
}

/*放大时*/
@media only screen and (min-width: 990px) {
	
	.myTable .row p{
		text-align: left;	
	}
	.row > div{
		border-color: #ADADAD;
		border-style:solid ;
		border-left-width: 0px;
		border-right-width:1px ;
		border-top-width: 0px;
		border-bottom-width:1px ;
		padding: 8px;
		text-align: center;
	
	}
	.row div:first-child{
		
		text-align: center;
		
	}
		.myTable .head >div{
		height: 30px;
		border-top-width: 1px;
		font-size: 20px;
		font-weight: 400;
	}
}