@charset "utf-8";
/* CSS Document */
@media (max-width:768px) {
	.wrap{
		width: 100%;
	}
	.content-left {
	    width: 100%;
	    height: auto;
	    margin: 0px;
	}
	.content-left .h-til {
	    margin-top: 10px;
	}
	.content-right{
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-top: 10px;
	}
	.content-one{
		width: 100%;
	    height: auto;
	    margin-top: 0px;
	}
	.content-one-left{
		width: 100%;
		margin: 0px;
		border:0px;
	}
	.content-one-right{
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
	}
	.content-one-right li p:nth-of-type(1){
		width: 70%;
	}
	.content-one-right li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-two{
		width: 100%;
		height: auto;
	}
	.content-two-left{
		width: 100%;
		margin-top: 10px;
		border:0px;
	}
	.content-two-left li p:nth-of-type(1){
		width: 70%;
	}
	.content-two-left li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-two-right{
		width: 100%;
		height: auto;
		margin-top: 4px;
	}
	.content-two-right li p:nth-of-type(1){
		width: 70%;
	}
	.content-two-right li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	
}

@media (max-width:375px) {
/*	.index-nav-list a {
	    font-size: 12px!important;
	}*/
	.content-one-right li p:nth-of-type(2),.content-two-left li p:nth-of-type(2),.content-two-right li p:nth-of-type(2){
		width: 24%;
		margin-right: 0px;
	}
/*	.footer{
		float: left;
	}*/
}