@charset "UTF-8";
html {
  font-size: 62.5%;
  /* 1rem = 10px 16px = 1rem 10px = 0.625rem */
}

.w {
  width: 1020px;
  margin: 0 auto;
}

.header {
  width: 100%;
}

.header .header_logo {
  height: calc(100vw / (1920 / 300));
  background: url("/cms_files/webhangzhourendawang/pubtplobject/defaultSet/695712/images/banner.jpg");
  background-size: cover;
}

.header .header_logo .logo {
  text-align: right;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vw / (1920 / 62));
  background: url("/cms_files/webhangzhourendawang/pubtplobject/defaultSet/695712/images/navbg.png");
  background-size: cover;
}

.header .nav .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
}

.header .nav .nav_content li a {
  color: #fff;
}

.title_content {
  width: 100%;
  min-height: 15px;
  line-height: 2.5;
  margin-bottom: 10px;
}

.title_content .more {
  font-size: 1.9em;
  float: right;
}

.title_content .more a {
  color: #868686;
}

.content_list ul {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 2.5em;
}

.content_list ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content_list ul li a {
  vertical-align: middle;
  margin-left: 5px;
  color: black;
}

.content_list ul li::before {
  content: '';
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  line-height: 1.5;
  border-radius: 50%;
  background-color: #bb2d31;
}

.title {
  font-size: 3em;
  color: #bb2d31;
}

.title img {
  padding-right: 10px;
}

.content {
  padding: 0 30px;
}

.content .line1_content {
  padding-top: 30px;
  margin-bottom: 61px;
}

.content .line2_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 79px;
}

.content .line2_content .line2_content_l {
  width: 50%;
  padding-right: 20px;
}

.content .line2_content .lin2_content_r {
  width: 50%;
  padding-left: 30px;
}

.content .line2_content .lin2_content_r .title_content {
  border-bottom: 1px solid #bc9073;
}

.content .line3_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 59px;
}

.content .line3_content .line3_content_l {
  width: 50%;
  padding-right: 30px;
}

.content .line3_content .line3_content_l .title_content {
  border-bottom: 1px solid #bc9073;
}

.content .line3_content .lin3_content_r {
  width: 50%;
  padding-left: 30px;
}

.content .line3_content .lin3_content_r .title_content {
  border-bottom: 1px solid #bc9073;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2em;
  min-height: calc(100vw / (1920 / 80));
  background: url("/cms_files/webhangzhourendawang/pubtplobject/defaultSet/695712/images/footerbg.png");
  background-size: cover;
}

.footer .copyright {
  padding-right: 83px;
}

/* ÂÖ²¥Í¼¿ªÊ¼ */
.line2_content_l .focusBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.line2_content_l .focusBox .tempWrap {
  height: 100%;
}

.line2_content_l .focusBox .pic {
  height: 100%;
  margin: 0;
}

.line2_content_l .focusBox .pic li {
  height: 100%;
}

.line2_content_l .focusBox .pic img {
  width: 100% !important;
  height: 100%;
  display: block;
}

.line2_content_l .focusBox .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  padding-right: 20px;
  margin: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  zoom: 1;
}

.line2_content_l .focusBox .hd li {
  width: 0.5em;
  height: 0.5em;
  float: left;
  line-height: 45px;
  color: white;
  text-align: center;
  font-size: 17px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  background: white;
  border-radius: 15px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  opacity: 0.5;
}

.line2_content_l .focusBox .hd .on {
  opacity: 1;
  background-color: #ff6339;
}

.line2_content_l .focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  min-height: 40px;
  width: 100%;
  background: black;
  overflow: hidden;
  opacity: 0.5;
}

.line2_content_l .focusBox .txt {
  position: absolute;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  bottom: 0;
  line-height: 40px;
  overflow: hidden;
  z-index: 2;
}

.line2_content_l .focusBox .txt li {
  position: absolute;
  bottom: -45px;
  line-height: 40px;
}

.line2_content_l .focusBox .txt li a {
  display: block;
  max-width: 329px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #efefef;
  font-size: 1.6em;
  font-family: "Arial";
  text-decoration: none;
  letter-spacing: 0.33px;
  outline: none;
}

/* ÂÖ²¥Í¼½áÊø */