@import url(reset.css);
html {
  font-size: 16px;
  min-width: 1000px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(reform_01.png) center 623px repeat-y;
}

body {
  position: relative;
}

a:hover {
  text-decoration: underline;
}

.clear, .content .col_list li a.title, .content .col_list, .nav:after {
  content: "";
  clear: both;
  display: table;
}

.nav {
  text-align: center;
  white-space: nowrap;
  background: #B49A5F;
}
.nav > li {
  display: inline-block;
  height: 25px;
  margin: 10px 0;
  position: relative;
}
.nav > li:first-child a {
  border-right: 2px solid #ffffff;
}
.nav > li a {
  display: inline-block;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  color: #ffffff;
}

.content {
  width: 100%;
  min-height: 300px;
}
.content .banner {
  background: url(/picture/9/2512231748213863762.jpg) top center no-repeat;
  display: block;
  width: 100%;
  height: 494px;
}
.content > .cont {
  width: 1000px;
  margin: 35px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.content .col_list {
  width: 100%;
  float: none;
  position: relative;
  z-index: 1;
}
.content .col_list li {
  background: url(reform_02.png) center center no-repeat;
  width: 326px;
  height: 475px;
  margin-top: 15px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.content .col_list li:nth-child(3n-1) {
  margin: 0 10px;
}
.content .col_list li img {
  width: 255px;
  height: 145px;
  margin-top: 40px;
  display: block;
}
.content .col_list li a.title {
  width: 100%;
  display: flex;
  font-size: 20px;
  margin-bottom: 0;
  color: rgba(26, 25, 24, 0.85);
  margin-top: 20px;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -moz-box;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: wrap;
  align-content: center;
}
.content .col_list li a.title:hover {
  color: #B49A5F;
  text-decoration: none;
}
.content .col_list li a.more {
  color: #B49A5F;
}
.content .col_list li a.more:hover {
  text-decoration: underline;
}
.content .col_list li p.source {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 15px 0 10px;
  line-height: 15px;
  font-size: 15px;
}
.content .col_list li p.desc {
  text-align: justify;
  font-size: 14px;
  color: rgba(26, 25, 24, 0.85);
  -webkit-line-clamp: 4;
  line-height: 24px;
  height: auto;
  overflow: hidden;
  display: -moz-box;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: wrap;
}

.dqwz {
  background: url(dqwz_red.png) no-repeat;
  position: relative;
  z-index: 1;
  display: none;
}

.article {
  width: 100%;
  position: relative;
  z-index: 1;
}

.handover {
  display: none;
}

.footer {
  background: #B49A5F;
}
.footer a, .footer span, .footer p {
  color: #ffffff;
}

/*# sourceMappingURL=reform.css.map */
