/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/screen.scss */
body {
  color: #171920;
  background: #F4F6F9;
}

/* line 10, ../sass/screen.scss */
.banner {
  width: 100%;
  height: 400px;
  background: url("../images2021/banner.png") center top no-repeat;
  background-size: auto;
}

/* line 18, ../sass/screen.scss */
.nav {
  width: 100%;
  height: 50px;
  background: #2F5AC6;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
/* line 25, ../sass/screen.scss */
.nav ul {
  width: 900px;
  margin: 0 auto;
}
/* line 28, ../sass/screen.scss */
.nav ul li {
  float: left;
  text-align: center;
  margin: 15px 0;
  line-height: 20px;
  border-right: 1px solid #76cbfd;
}

/* line 33, ../sass/screen.scss */
.nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 30px;
}

/* line 34, ../sass/screen.scss */
.nav a:hover {
  color: #FFEF3F;
}

/* line 35, ../sass/screen.scss */
.left {
  display: inline-block;
  background: url("../images2021/left.png") top center;
  background-size: 100% 100%;
  width: 121px;
  height: 14px;
}

/* line 42, ../sass/screen.scss */
.right {
  display: inline-block;
  background: url("../images2021/right.png") top center;
  background-size: 100% 100%;
  width: 121px;
  height: 14px;
}

/* line 49, ../sass/screen.scss */
.main_card {
  width: 1180px;
  height: auto;
  margin: 50px auto;
  padding: 30px 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px 0px rgba(28, 69, 172, 0.15);
  border-radius: 5px;
}
/* line 58, ../sass/screen.scss */
.main_card .province {
  display: inline-block;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 8px 0 0;
}
/* line 66, ../sass/screen.scss */
.main_card .province .name {
  display: inline-block;
  margin: 0 60px;
}
/* line 71, ../sass/screen.scss */
.main_card .city {
  font-size: 16px;
  font-weight: bold;
  margin: 28px 0;
}
/* line 75, ../sass/screen.scss */
.main_card .city ul {
  width: 100%;
  text-align: center;
}
/* line 78, ../sass/screen.scss */
.main_card .city ul li {
  display: inline-block;
  padding: 0 17px;
  border-right: 1px solid #EFEFF0;
}
.main_card .city ul li:last-child{
  border-right: 0;
}

/* line 82, ../sass/screen.scss */
.main_card .city ul li.active, .main_card .city ul li:hover {
  color: #649CF0;
}
/* line 89, ../sass/screen.scss */
.main_card .content table {
  width: 1120px;
  margin: 0 auto;
  font-size: 14px;
}
/* line 93, ../sass/screen.scss */
.main_card .content table .header {
  height: 48px;
  background: #F2F6FC;
  font-weight: bold;
}
/* line 98, ../sass/screen.scss */
.main_card .content table td {
  border: 1px solid #EFEFF0;
  padding: 20px;
  line-height: 24px;
}

/* line 106, ../sass/screen.scss */
.daili {
  display: block;
  width: 1180px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 8px auto 25px;
}
/* line 114, ../sass/screen.scss */
.daili .name {
  display: inline-block;
  margin: 0 30px;
}

/* line 119, ../sass/screen.scss */
.daili_title {
  font-weight: 400;
  padding: 0 30px 30px 30px;
  font-size: 16px;
  text-align: left;
}

/* line 125, ../sass/screen.scss */
.daili_content {
  padding: 0 30px;
  line-height: 25px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
/* line 131, ../sass/screen.scss */
.daili_content .daili_left {
  width: 200px;
  float: left;
  display: block;
  height: 100px;
}
/* line 138, ../sass/screen.scss */
.daili_content .daili_right span {
  display: inline-block;
  margin: 0 10px;
}

/* line 144, ../sass/screen.scss */
.tips {
  width: 1120px;
  margin: 60px auto;
  padding: 0 30px;
  font-size: 14px;
}
/* line 149, ../sass/screen.scss */
.tips .title1 {
  font-size: 24px;
  margin: 12px 0;
}
.tips .title2 {
  font-size: 16px;
  margin: 6px 0;
}
/* line 153, ../sass/screen.scss */
.tips p {
  line-height: 28px;
}
/* line 156, ../sass/screen.scss */
.tips .color_gray {
  font-size: 12px;
  margin: 10px 0 0 0;
  color: #9598A2;
  line-height: 20px;
}
