/*commom style*/ * { margin: 0; padding: 0; border: 0; box-sizing: border-box; font-family: "Microsoft YaHei"; } input{ outline: none; border: none; color: #333333; } a{ color: #333333; } ul li{list-style: none;} .left{ float: left; } .right{ float: right; } .height10{height: 10px;} .height15{height: 15px;} .height20{height: 20px;} .height25{height: 25px;} .height30{height: 30px;} .height40{height: 40px;} .height45{height: 45px;} body{ background: #ffffff; } /*娓呴櫎娴姩*/ .clearfix { zoom: 1; } .clearfix:after { content: "020"; height: 0; display: block; overflow: hidden; clear: both; } /*header*/ #header{ width: 100%; background: #1a56a8; height: 170px; } .logo{ margin: 32px 0 0 17px; } .search{ width: 140px; height: 31px; background: url("search.png") no-repeat center top; margin: 70px 10px 0 0; } .search input{ text-align: right; font-size: 15px; color: #ffffff; background: none; margin-left: 36px; height: 30px; width: 92px; line-height: 30px; } /*body*/ #body{ width: 100%; background: #eeeeee; padding: 25px 0; } .date-list{ border-top:solid 1px #d1d1d1; border-right:solid 1px #d1d1d1; } .date-list tr td{ padding: 20px 13px; border-left:solid 1px #d1d1d1; border-bottom:solid 1px #d1d1d1; line-height: 30px; font-size: 15px; word-break: break-all; } .tip{ background: #ebf2f9; font-weight: bold; font-size: 15px; text-align: center; } .name{ min-width: 260px; color: #666666; font-size: 13px; } .value{ width: 553px; color: #333333; font-weight: bold; } .date{ width: 363px; height: 341px; border: solid 1px #d1d1d1; } /*footer*/ #footer{ background: #969696; width: 100%; height: 40px; line-height: 40px; text-align: center; color: #ffffff; font-size: 15px; }