body {
  background: #F9F9F9;
    zoom:1.03125;
}

.banner {
  width: 100%;
  height: 342px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 154px;
  background: url(../image/header.png) no-repeat center center;
  background-size: 100% 100%;
}

.header .headerbox {
  width: 1280px;
  margin: 0 auto;
  padding: 32px 0;
  box-sizing: border-box;
  display: flex;
}

.header .headerbox .logo {
  width: 400px;
    height: 81px;
  margin-top: 14px;
}

.header .headerbox .riqi {
  width: 109px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 75px;
  white-space: nowrap;
  margin-top: 10px;
}

.header .headerbox .weather p {
  text-align: center;
}

.header .headerbox .rmbox {
  display: flex;
  margin-left: 74px;
  align-items: start;
  margin-top: 12px;
}

.header .headerbox .rmbox a {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.header .headerbox .rmbox a img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.header .headerbox .rmbox a span {
  height: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
}

.header .headerbox .dzbox {
  margin-left: 34px;
}

.header .headerbox .dzbox .dzinfo {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}

.header .headerbox .dzbox .dzinfo a {
  height: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 2px 9px;
  background: rgba(12, 110, 252, 0);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #0C6EFC;
}

.header .headerbox .dzbox .iptbox {
  display: flex;
}

.header .headerbox .dzbox .iptbox .ipt {
  width: 207px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DEE2E6;
  text-indent: 12px;
}

.header .headerbox .dzbox .iptbox .ipt:focus {
  outline: none;
}

.header .headerbox .dzbox .iptbox .seabtn {
  width: 56px;
  height: 40px;
  background: #DB3645;
  border-radius: 6px 6px 6px 6px;
  margin-left: 8px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
}

.nav {
  width: 100%;
  height: 64px;
  background: #0D6EFC;
  border-radius: 0px 0px 0px 0px;
}

.nav .navbox {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.nav .navbox a,
.nav .navbox .child {
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 10px;
      white-space: nowrap;
      flex:1;
}

.nav .navbox .child {
  position: relative;
  color: #FEFF00;
}

.nav .navbox .child p {
  display: flex;
  align-items: center;
      cursor: pointer;
}

.nav .navbox .child p img {
  margin-left: 8px;
}

.nav .navbox .child img {
  width: 12px;
  height: 6px;
}
.nav .navbox .child p:hover .childBox{
    display:block;
}
.nav .navbox .child .childBox {
  position: absolute;
  top: 64px;
  left: 0;
  background: #0D6EFC;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.nav .navbox .child .childBox a {
  margin-right: 0;
}

.footer {
  width: 100%;
  /*height: 156px;*/
      padding: 30px 0;
  background: #0D6EFC;
  border-radius: 0px 0px 0px 0px;
}

.footer .footerbox {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding: 15px 0;
  box-sizing: border-box;
}

.footer .footerbox img {
  width: 308px;
  height: 75px;
  margin-right: 31px;
  margin-top: 8px;
}

.footer .footerbox .footerInfo {
  width: 933px;
  height: 123px;
}

.footer .footerbox .footerInfo p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 41px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 100%;
}

.footer .footerbox .footerInfo p span {
  color: #000;
}

/* 列表页和详情页右边 */
.local {
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 16px;
}

.local .localbox {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 64px;
  background: #FFFFFF;
}

.local .localbox .home {
  width: 30px;
  height: 30px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 3px;
}

.local .localbox .locallink {
  display: flex;
  align-items: center;
}

.local .localbox .locallink a {
  color: #666;
  height: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.local .localbox .locallink a:first-child {
  color: #DC3545;
}

.local .localbox .locallink span {
  margin: 0 8px;
  font-size: 22px;
}

.rtitle {
  background: url("../image/listbg.png") no-repeat;
  background-size: cover;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  box-sizing: border-box;
}

.rtitle img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.rtitle span {
  height: 36px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.szinfo {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.szinfo a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.szinfo a img {
  width: 172px;
  height: 244px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.szinfo a p {
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}

.sp a {
  width: 100%;
}

.sp a img {
  width: 360px;
  height: 244px;
  border-radius: 0px 0px 0px 0px;
}

.sp a p {
  width: 100%;
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}

.down {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin-bottom: 50px;
}

.downbox {
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 0;
  box-sizing: border-box;
}

.downtitle {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #DC3545;
  padding: 0;
}

.downinfo {
  width: 100%;
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #DC3545;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
}