﻿body { background: #fff; }
main { width: 100%; background: #fff; margin-top:30px; }
.main-content { margin: 0px auto 50px auto; width: 1200px; }
.main-content h4 { margin: 10px auto 10px auto; font-size: 24px; color: #000; font-weight:normal; }
.main-content table { border-collapse: collapse; border-spacing: 0; }
.main-content table { width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; font-family: "PingFang SC","微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体"; }
.main-content table tr:hover th { background: #ff552e; color: #fff; }
.main-content table tr:hover td { background: #f9f9f9; }
.main-content table th { border: 1px solid #ddd; color: #999; padding: 15px 0 15px 0; background: #f5f5f5; font-size: 16px; text-align: center; font-weight: bold; width: 40px; }
.main-content table td { border: 1px solid #eee; padding: 15px 20px; font-size: 12px; color: #000; line-height: 26px; background: #fff; }
.main-content table td.province { /*background:#fafafa;*/ width: 40px; font-size: 16px; }
.main-content table td.province a { color: #000; font-size: 16px; }
.main-content table td a { color: #000; display: inline-block; margin-right: 20px; }
.main-content table td a:last-child { margin-right: 0; }
.main-content table td a:hover { color: #ff552e; }