.loadList{ width: 650px; margin: 0 auto; padding-bottom: 100px;}
.loadList .tit{ text-align: center; font-size: 28px; color: #d40e19; padding: 120px 0 50px; width: 100%; border-bottom: 1px dashed #b0afaf;}
.loadList ul{ width: 100%;}
.loadList ul li{ overflow: hidden; width: 100%;margin-top: 35px; }
.loadList ul li .ListLeft{ font-size: 17px; color: #000; float: left; width: 95px; height: 45px; line-height: 45px; padding-left: 25px; box-sizing: border-box; }
.loadList ul li .ListLeft span{ color: #FF0000;}
.loadList ul li .ListRight{ width: calc(100% - 95px); overflow: hidden; padding: 0; float: left;}
.loadList ul li .ListRight input{ width: 450px; border: 1px solid #d1d1d1; height: 100%; box-sizing: border-box; float: left; display: block; background: none; outline: none; height: 45px; border-radius:3px; }
.loadList ul li .ListRight span{ display: inline-block; float: left; margin-left: 10px; line-height: 45px; color: #FF0000;}
.loadList ul li .ListRight textarea{ width: 450px; border: 1px solid #d1d1d1; height: 88px; box-sizing: border-box; float: left; display: block; background: none; outline: none; border-radius:3px;  padding: 10px; box-sizing: border-box;}
.loadList ul li .ListRight .a{ display: block; margin-left: 170px; width: 115px; height: 44px; text-align: center; line-height: 44px; background: #d40e19; color: #fff; font-size: 16px; color: #fff;}
.ListRight input{ font-size:16px}

@media(max-width:999px){
	.loadList{ width: 100%; padding:0 2%;}
	.loadList ul{ padding: 35px; }
	.loadList ul li{ margin: 0;}
	.loadList .tit{ width: 100%; padding: 0; line-height: 80px;}
	.loadList ul li .ListLeft{ padding: 0; width: 70px;}
	.loadList ul li .ListRight{ width: calc(100% - 70px);}
	.loadList ul li .ListRight input{ width: 100%;}
	.loadList ul li .ListRight textarea{ width: 100%; border: 1px solid #d1d1d1; height: 88px; box-sizing: border-box; float: left; display: block; background: none; outline: none; border-radius:3px;  padding: 10px; box-sizing: border-box;}
	.loadList ul li:last-child{ margin-top: 35px;}
	.loadList ul li:last-child .ListRight{ width: 100%;}
	.loadList ul li:last-child .ListLeft{ display: none;}
	.loadList ul li .ListRight .a{ width: calc(100% - 95px); margin: 0 0 0 95px;}
}