.newbox{
	margin: auto; 
    margin-top: 15px;
    padding-bottom: 15px;
    width: 90%;
    height: 175px;
}
.bankimg{
	float: left;
	width: 200px;
	height: 175px;
    cursor: pointer;
}
    .bankimg:hover {
        border: 1px solid red;
    }
.zqimg{
	float: right;
	width: 200px;
	height: 175px;
    cursor: pointer;
}
.zqimg:hover {
        border: 1px solid red;
    }
.bximg{
	float:left;
	width: 200px;
	height: 175px;
	margin-left: 250px;
    cursor: pointer;
}
.bximg:hover {
        border: 1px solid red;
    }
.bximgtext{
	text-align: center;
	height: 20px;
	margin-top: 5px;
	font-family: "微软雅黑";
	color: red;
	font-size: 18px;
}

/*.newbox2{
display: none;
}*/	
.newtable{
	border-collapse: collapse;
	margin: auto;
	font-family: "微软雅黑";
}
.th th {
	border-bottom: 1px solid #ccc;
	height: 30px;
	color: red;
	font-size: 16px;
	}
.num {
	width: 90px;
	text-align: left;
	
	}
.num1 {
	width: 400px;
	text-align:center;	
	}
.num2 {
	width: 220px;
	text-align:center;	
	}
.num3 {
	width: 140px;
	text-align:center;	
	}
.num4 {
	width: 185px;
	text-align:center;	
	}
.tr td{
	border-bottom: 1px solid #ccc;
	height: 100px;
	text-align: center;
}
.tr span{
	font-size: 14px;
	color: #707070;
}	
.tdtext{
 text-align: left;
}
.textcolor{
	color: red;
}
.p1{
	height: 10px;
	margin-top: -15px;
}
.newbox3{
    display:none;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 85px;
}
.boxtext{
	float: right;
    height: 50px;
    line-height: 30px;
    margin-right: 195px;
    color: #707070;
}
.boxtext a{
font-size: 20px;
color: red;
}
.newbutton{
	float: right;
	width: 135px;
    height: 50px;
    cursor: pointer;
    color: rgb(250, 221, 222);
    font-size: 18pt;
    font-family: 微软雅黑；;
    border-radius: 5px;
    border:0;
    background: #c60000;
    margin-right: 55px;
    }










