.container {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 1fr;
  grid-template-rows: 0.5fr 2fr 0.1fr 0.1fr 0.5fr;
  gap: 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "header header header"
    "main main main"
    "clearfix clearfix clearfix"
    "footerline footerline footerline"
    "footer footer footer";
}

.header {
  grid-area: header;
  margin-bottom: 2vw;
}

.header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main {
  grid-area: main;
  width: auto;
  min-width: 60vw;
  max-width: 80vw;
  height: auto;
  margin: 0 auto;
}

.main .title {
  /* width: 1100px; */
  height: 30px;
  position: relative;
  border-bottom: 5px solid #f60515;
  margin:30px 20px 0px;
}

.main .title h3 {
  padding: 0px 15px 0 0px;
  font-size: 30px;
  position: absolute;
  top: -35px;
  left: 0;
  line-height: 30px;
  color: #f60515;
  font-weight: bold;
  font-family: Georgia;
  width: 100%;
}

.main .title h3 span {
  text-align: right;
}

.main .title h3 span a {
  color: #f60515;
  font-size: 18px;
}
.main .title span {
  display: block;
  float: right;
  line-height: 26px;
  height: 26px;
  font-size: 14px;
  color: #8aa585;
  margin-left: 20px;
}

.main .title span a {
  color: #8aa585;
  text-decoration: none;
}
.footer_line {
  grid-area: footerline;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, rgba(248, 55, 1, 1) 0%, rgba(250, 201, 34, 1) 40%, rgba(250, 201, 34, 1) 57%, rgba(248, 64, 3, 1) 100%);
  margin-top: 50px;
}

.clearfix {
  grid-area: clearfix;
  width: 100%;
  height: 10px;
  background: #fff;
}

.wz-list li {
  border-bottom: 1px dashed #ccc;
  padding-top: 10px;
}

.wz-list li:hover {
  background: #ffdbd0;
}

.wz-list h3 {
  padding-left: 12px;
  font-size: 20px;
  color: #545454;
  padding-bottom: 15px;
}

.wz-list h3 a {
  color: #545454;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
}

.wz-list h3 a:hover {
  color: #f60515;
}

.wz-list h3 span {
  font-size: 12px;
  color: #b2b2b2;
  float: right;
  padding-top: 7px;
}

.wz-list p {
  font-size: 15px;
  color: #888;
  line-height: 28px;
  padding-bottom: 30px;
}

.wz-list-more {
  margin: 20px auto;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  width: 200px;
  border-radius: 25px;
  text-align: center;
  background: #f60515;
  cursor: pointer;
  color: #fff;
}

html,
body,
.container {
  height: 100%;
  margin: 0;
}

.footer {
  grid-area: footer;
  padding: 5px 0 20px 0;
  background: #bf2425;
  text-align: center;
  position: relative;
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: center;
}

.footer p {
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.footer li {
  list-style: none;
}
.footer .qrcode {
  width: 450px;
  height: 90px;
  float: left;
  padding-top: 34px;
}
.footer .qrcode ul {
  position: relative;
}
.footer .qrcode ul:before {
  content: "";
  width: 1px;
  height: 90px;
  display: block;
  background: #eeeded;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .qrcode .pic {
  width: 125px;
  height: auto;
  float: left;
  text-align: center;
}
.footer .qrcode .pic img {
  width: auto;
  height: auto;
}
.footer .qrcode .pic span {
  display: block;
  padding-top: 8px;
}
.copyRight {
  padding-left: 500px;
  padding-top: 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  line-height: 2;
}


.pb_sys_common {
  font-size: 12px;
  font-family: SimSun;
  line-height: 12px;
  color: #222;
}

.pb_sys_common a {
  text-decoration: none;
}

.pb_sys_common .p_pages {
  margin-left: -5px;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin: 0px 0px 0px 5px;
  height: 24px;
  -height: auto;
  line-height: 12px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.pb_sys_common .p_t {
  line-height: 12px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
  color: #ccc;
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left: 4px;
  margin-right: -4px;
  color: #222;
}


.pb_sys_common {
  font-size: 12px;
  font-family: SimSun;
  line-height: 12px;
  color: #222;
}

.pb_sys_common a {
  text-decoration: none;
}

.pb_sys_common .p_pages {
  margin-left: -5px;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin: 0px 0px 0px 5px;
  height: 24px;
  -height: auto;
  line-height: 12px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.pb_sys_common .p_t {
  line-height: 12px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
  color: #ccc;
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left: 4px;
  margin-right: -4px;
  color: #222;
}



.pb_sys_normal .p_first,
.pb_sys_normal .p_first_d,
.pb_sys_normal .p_last,
.pb_sys_normal .p_last_d {
  display: none;
}



.pb_sys_style1 .p_no a:hover,
.pb_sys_style1 .p_fun a:hover,
.pb_sys_style1 .p_goto a:hover,
.pb_sys_style1 .p_search a:hover{
  background-color: #f5f5f5;
}

.pb_sys_style1 .p_no_d {
	border: #ffbe24 ;
	background-color: #ffbe24 ;
	color: #cd0a0a ;
}



@media only screen and (max-width: 767px) {
  .wp{
    width: 80%;
  }

  .main .title{
    border-bottom: 2px solid #f60515;
  }
  .main .title h3 {
    font-size: 20px;
    top: -25px;
  }

  .main .title h3 span{
    padding-top: 5px;
  }

  .main .title h3 span a{
    font-size: 12px;
  }

  .wz-list li {
    padding-top: 1px;
  }

  .wz-list h3 {
    padding: 0px 10px 0 0px;
    font: 1em sans-serif;
  }
  .wz-list h3 a{
    font-size: 13px;
  }

  .footer p{
    font-size: 10px;
  }

  .footer .qrcode {
    width: auto;
    float: none;
    text-align: center;
  }
  .footer .qrcode ul {
    display: inline-block;
    padding: 0px;
  }
  .footer .qrcode ul:before {
    width: 0;
  }
  .footer .qrcode .pic {
    width: auto;
    min-width: 77px;
  }
  .copyRight {
    padding: 8px 0;
    border-top: none;
  }
}


