html {
  font-size: 1vw;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
.floatleft {
  display: block;
  float: left;
}
.floatright {
  display: block;
  float: right;
}
.rowleft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.rowcenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.rowright {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.rowbetween {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.colcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.colleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.coltop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mgbottom {
  margin-bottom: 12px;
}
.midmgbottom {
  margin-bottom: 24px;
}
.omgbottom {
  margin-bottom: 17px;
}
.mgright {
  margin-right: 20px;
}
.txtright {
  text-align: right;
}
.txtleft {
  text-align: left;
}
.bordertop {
  border-top: 12px solid #fff;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.curpointer {
  cursor: pointer;
}
.app {
  position: relative;
  overflow-x: auto;
  width: 100%;
}
.app .cancel {
  width: calc(var(--scaleNormal) * 40px);
  height: calc(var(--scaleNormal) * 31px);
  line-height: calc(var(--scaleNormal) * 31px);
  background-color: #F2F4F5;
  color: #434343;
  text-align: center;
  font-size: var(--smallSize);
}
.app .unshowall {
  display: block;
}
.app .allshow {
  display: none;
  width: 100%;
  text-align: right;
  color: #1492FF;
}
.app .leftlists {
  position: fixed;
  z-index: 5;
  left: 0;
  top: calc(260px / var(--scaleNormal));
}
.app .leftlists .img {
  height: calc(var(--scaleNormal) * 200px);
  width: calc(var(--scaleNormal) * 200px);
}
.app .rightlists {
  position: fixed;
  z-index: 5;
  right: 0;
  top: calc(260px / var(--scaleNormal));
  font-size: var(--litSize);
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.app .rightlists .item {
  height: calc(74px * var(--scaleNormal));
  width: calc(104px * var(--scaleNormal));
  background-color: #fff;
  box-shadow: 1px 3px 5px #E3E3E3;
}
.app .rightlists .item .img {
  height: calc(var(--scaleNormal) * 26px);
  width: calc(var(--scaleNormal) * 26px);
  margin-bottom: calc(var(--scaleNormal) * 6px);
}
.app .rightlists .item1 {
  height: auto;
  border-top: 16px solid #fff;
  min-height: calc(74px * var(--scaleNormal));
  padding: 0 0 0 14px;
  text-align: center;
}
.app .rightlists .item1 .img {
  height: calc(var(--scaleNormal) * 100px);
  width: calc(var(--scaleNormal) * 100px);
  margin-bottom: calc(var(--scaleNormal) * 4px);
}
.app .rightlists .item1:last-child {
  border-bottom: 12px solid #fff;
}
.app .middle {
  height: 100%;
  color: #fff;
  width: 100%;
}
.app .middle .fullwidth {
  width: 1200px;
  font-size: 22px;
}
.app .middle .bold {
  font-weight: bold;
  font-size: calc(var(--scaleNormal) * 22px);
}
.app .middle .titlecolor {
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  color: #434343;
}
.app .middle .bottombac {
  height: 100px;
  width: 100%;
}
.app .middle .more {
  padding: 4px calc(var(--scaleNormal) * 8px);
  color: #2A8CE3;
  font-size: var(--smallSize);
}
.app .middle .more .angle {
  width: calc(var(--scaleNormal) * 6px);
  height: calc(var(--scaleNormal) * 6px);
  border-right: calc(var(--scaleNormal) * 2px) solid #2A8CE3;
  border-bottom: calc(var(--scaleNormal) * 2px) solid #2A8CE3;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.app .middle .bigsize {
  font-size: 22px;
}
.app .middle .active {
  color: #1492FF;
  font-weight: bold;
  border-bottom: 4px solid #1492FF;
}
.app .middle .paddingleft {
  padding-top: 20px;
}
.app .middle .bordertop {
  border-top: none;
}
.app .middle .linetabs .linetab {
  position: relative;
}
.app .middle .linetabs .linetab::after {
  content: '';
  height: calc(var(--scaleNormal) * 12px);
  width: calc(var(--scaleNormal) * 2px);
  position: absolute;
  right: 0;
  top: calc(var(--scaleNormal) * 5.3px);
  background-color: #fff;
}
.app .middle .linetabs .linetab:last-child::after {
  width: 0;
}
.app .middle .header {
  width: 100%;
  background-image: url('./cz-topBox-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: contain;
  justify-content: flex-start;
  padding-top: 14px;
}
.app .middle .header .border {
  height: 12px;
}
.app .middle .header .toplists {
  width: calc(100% - 24px);
  margin-left: -20px;
  justify-content: space-between;
  font-size: var(--bigSize);
  margin-bottom: 24px;
}
.app .middle .header .toplists .list {
  padding: calc(var(--scaleNormal) * 2px) 12px;
  line-height: 20px;
  text-align: center;
  font-size: var(--litSize);
  margin-top: 2px;
  margin-right: 114px;
}
.app .middle .header .toplists .left {
  font-size: var(--litSize);
}
.app .middle .header .toplists .left .list:last-child {
  border: none;
}
.app .middle .header .toplists img {
  height: 27px;
  width: 117px;
  transform: scale(var(--scaleNormal));
  -webkit-transform: scale(var(--scaleNormal));
  -moz-transform: scale(var(--scaleNormal));
  -ms-transform: scale(var(--scaleNormal));
  -o-transform: scale(var(--scaleNormal));
}
.app .middle .header .toplists .read {
  padding: calc(var(--scaleNormal) * 6px) 0;
  box-sizing: border-box;
  margin: 0 calc(var(--scaleNormal) * 12px) 0 calc(var(--scaleNormal) * 18px);
  font-size: var(--middleSize);
  text-decoration: none;
  color: #fff;
}
.app .middle .header .toplists .oldbtn {
  background-color: #FF9C00;
  border-radius: 20px;
  margin-left: 6px;
  color: #fff;
  text-decoration: none;
  font-size: calc(var(--scaleNormal) * 16px);
}
.app .middle .header .toplists .right {
  height: 27px;
}
.app .middle .header .toplists .isexpand {
  position: absolute;
  z-index: 100;
  right: 12px;
  top: 10px;
  padding: 22px;
  box-sizing: border-box;
  background-color: rgba(67, 67, 67, 0.2);
  backdrop-filter: blur(10px);
  display: none;
}
.app .middle .header .toplists .isexpand .list {
  margin-bottom: 12px;
}
.app .middle .header .inputquery {
  height: 56px;
  width: calc(60% - 62px);
  border: none;
  padding: 0 12px;
  margin-bottom: 60px;
  box-shadow: 1px 2px 4px #DCDCDC;
  font-size: var(--middleSize);
  color: #434343;
}
.app .middle .header input::-webkit-input-placeholder {
  font-size: var(--litSize);
}
.app .middle .header input::-moz-input-placeholder {
  font-size: var(--litSize);
}
.app .middle .header input:-ms-input-placeholder {
  font-size: var(--litSize);
}
.app .middle .header .querybtn {
  height: 56px;
  width: 144px;
  margin-bottom: 60px;
  background-color: #FF9C00;
  font-weight: bold;
}
.app .middle .titles {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 70px;
}
.app .middle .titles .list {
  margin: 0 12px;
  margin-bottom: 12px;
  font-size: var(--middleSize);
}
.app .middle .titles .tablist {
  height: calc(var(--scaleNormal) * 36px);
  position: relative;
  font-size: var(--bigSize);
}
.app .middle .titles .tablist .content {
  line-height: 34px;
  position: absolute;
  z-index: 99;
  min-width: 300px;
  top: 35px;
  left: 0;
  padding: 17px 17px 17px 30px;
  box-sizing: border-box;
  color: #434343;
  background-color: #fff;
  display: none;
}
.app .middle .titles .tablist .content .detail {
  font-size: var(--middleSize);
  font-weight: normal;
  margin-right: 24px;
  position: relative;
  padding-left: calc(var(--scaleNormal) * 12px);
  box-sizing: border-box;
}
.app .middle .titles .tablist .content .detail::before {
  content: '';
  height: calc(var(--scaleNormal) * 8px);
  width: calc(var(--scaleNormal) * 8px);
  left: 0;
  top: calc(var(--scaleNormal) * 12px);
  position: absolute;
  background-image: url('./arrow.png');
  background-size: calc(var(--scaleNormal) * 8px) calc(var(--scaleNormal) * 8px);
}
.app .middle .titles .logo {
  height: calc(var(--scaleNormal) * 68px);
  width: calc(var(--scaleNormal) * 261px);
  margin-bottom: calc(var(--scaleNormal) * 12px);
}
.app .middle .titles .tags {
  width: calc(100% - 261px);
}
.app .middle .bacbottom {
  margin-bottom: 24px;
}
.app .middle .bacbottom1 {
  margin-bottom: 0;
}
.app .middle .items {
  width: calc(100%);
  background-color: #fff;
  padding: 0px 32px 12px 32px;
  box-sizing: border-box;
  color: #1492FF;
  justify-content: flex-start;
  box-shadow: 1px 2px 4px #DCDCDC;
}
.app .middle .items .itemHeaderBox {
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  height: 66px;
  display: flex;
  align-items: center;
}
.app .middle .items .itemHeaderBox .timeBox {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
  flex: 1;
}
.app .middle .items .itemHeaderBox .timeBox img {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.app .middle .items .itemHeaderBox .newsItemBox {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
}
.app .middle .items .itemHeaderBox .newsItemBox .icon {
  width: 8px;
  height: 8px;
  margin-right: 14px;
  background: #1492FF;
  border-radius: 50%;
}
.app .middle .items .newlogo {
  height: calc(var(--scaleNormal) * 64px);
  width: calc(var(--scaleNormal) * 48px);
  background-image: url('./news.png');
  background-size: calc(var(--scaleNormal) * 48px) calc(var(--scaleNormal) * 64px);
  margin-right: calc(var(--scaleNormal) * 24px);
}
.app .middle .items .newbottom {
  display: flex;
  flex-direction: row;
}
.app .middle .items .newitem {
  flex: 1;
}
.app .middle .items .newitem .item {
  padding-left: 12px;
  box-sizing: border-box;
  position: relative;
  font-size: var(--bigSize);
}
.app .middle .items .item::before {
  content: '';
  position: absolute;
  left: -2px;
  top: calc(var(--scaleNormal) * 11px);
  height: calc(var(--scaleNormal) * 6px);
  width: calc(var(--scaleNormal) * 8px);
  background-color: #1492FF;
}
.app .middle .items .time {
  padding: calc(var(--scaleNormal) * 4px) 6px;
  width: calc(var(--scaleNormal) * 100px);
  font-size: var(--smallSize);
  color: #999;
}
.app .middle .items .moreright {
  width: calc(100% - 12px);
  display: flex;
  margin-top: 6px;
}
.app .middle .swipers {
  height: calc(369px - 12px - 12px);
  margin-bottom: 24px;
}
.app .middle .swipers .swiperimg {
  height: 100%;
  box-shadow: 1px 2px 4px #DCDCDC;
  margin-bottom: 24px;
}
.app .middle .swipers .swiperimg img {
  width: 100%;
  object-fit: contain;
}
.app .middle .swipers .swiperright {
  height: 100%;
  color: #434343;
  margin-bottom: 24px;
}
.app .middle .swipers .swiperright .titles {
  width: calc(100%);
  height: calc(var(--scaleNormal) * 44px);
  line-height: 30px;
  align-items: center;
  margin-bottom: 17px;
}
.app .middle .swipers .swiperright .titles .swipertabs {
  width: calc(100% - calc(var(--scaleNormal) * 71px));
  overflow-x: auto;
  padding-left: 12px;
}
.app .middle .swipers .swiperright .titles .swipertabs a {
  color: #434343;
}
.app .middle .swipers .swiperright .titles .swipertabs .swipertab {
  height: 42px;
  line-height: 42px;
  margin-left: 0;
  cursor: pointer;
  font-size: var(--bigSize);
  text-decoration: none;
}
.app .middle .swipers .swiperright .titles .swipertabs .active {
  color: #1492FF;
}
.app .middle .swipers .swiperright .swiperlists {
  height: calc(100% - calc(var(--scaleNormal) * 44px) - 17px - 12px);
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.app .middle .swipers .swiperright .swiperlists .swiperlist {
  height: 100%;
  display: none;
}
.app .middle .swipers .swiperright .swiperlists .swiperlist .rowbetween {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.app .middle .swipers .swiperright .swiperlists .swiperlist .rowbetween .item {
  height: calc(var(--scaleNormal) * 24px);
  line-height: calc(var(--scaleNormal) * 24px);
  margin-bottom: calc(var(--scaleNormal) * 17px);
  width: calc(100% - calc(var(--scaleNormal) * 100px));
  font-size: var(--middleSize);
  line-clamp: 1;
  -webkit-line-clamp: 1;
  position: relative;
  padding-left: 12px;
}
.app .middle .swipers .swiperright .swiperlists .swiperlist .rowbetween .item::before {
  height: calc(var(--scaleNormal) * 4px);
  width: calc(var(--scaleNormal) * 6px);
  top: calc(var(--scaleNormal) * 11px);
  position: absolute;
  background-color: #1492FF;
}
.app .middle .swipers .items {
  border-bottom: none;
  border-top: 1px solid #DCDCDC;
}
.app .middle .iconlists {
  width: 100%;
  min-height: calc(160px + 20px + 20px);
  padding: calc(var(--scaleNormal) * 35px) 0;
  background-color: #fff;
  box-shadow: 0 0 6px #E3E3E3;
}
.app .middle .iconlists .linetab {
  height: calc(var(--scaleNormal) * 80px);
  color: #434343;
  margin: 0;
  margin-bottom: calc(var(--scaleNormal) * 24px);
  position: relative;
}
.app .middle .iconlists .linetab img {
  height: calc(var(--scaleNormal) * 28px);
  width: calc(var(--scaleNormal) * 28px);
  margin-bottom: calc(var(--scaleNormal) * 28px);
  transform: calc(var(--scaleNormal));
  -webkit-transform: calc(var(--scaleNormal));
  -moz-transform: calc(var(--scaleNormal));
  -ms-transform: calc(var(--scaleNormal));
  -o-transform: calc(var(--scaleNormal));
}
.app .middle .iconlists .linetab .item {
  position: absolute;
  height: calc(var(--scaleNormal) * 12px);
  margin-top: calc(var(--scaleNormal) * 24px);
  font-size: var(--bigSize);
}
.app .middle .iconlists .linetab::after {
  height: calc(var(--scaleNormal) * 60px);
  width: 1px;
  top: calc(var(--scaleNormal) * 24px);
  right: 0;
  background-color: #DCDCDC;
}
.app .middle .bottom {
  height: 44px;
  width: 100%;
  color: #434343;
  background-color: #F3F3F3;
  font-size: var(--litSize);
  display: flex;
  align-items: center;
  justify-content: center;
}
.app .middle .bottom .left {
  height: 44px;
  line-height: 44px;
}
.app .middle .bottom .linetabs {
  line-height: calc(var(--scaleNormal) * 44px);
}
.app .middle .bottom .linetabs .linetab {
  padding: 0 calc(var(--scaleNormal) * 12px);
  margin: 0 calc(var(--scaleNormal) * 6px);
}
.app .middle .bottom .linetabs .linetab::after {
  top: calc(var(--scaleNormal) * 17px);
  right: -8px;
  background-color: #65686B;
}
.app .middle .bottomBox {
  height: 110px;
  font-size: calc(var(--scaleNormal) * 22px);
  box-shadow: 0 0 6px #e3e3e3;
  font-weight: bold;
  color: #434343;
  margin: 30px 0;
  box-sizing: border-box;
  padding: 10px 60px;
  display: flex;
  flex-direction: column;
}
.app .middle .bottomBox .titleBoxLink {
  height: 30px;
}
.app .middle .bottomBox .linkListBox {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.app .middle .bottomBox .linkListBox .linkItemBox {
  flex: 1;
  display: flex;
  align-items: center;
}
.app .middle .bottomBox .linkListBox .linkItemBox .name {
  font-size: calc(var(--scaleNormal) * 16px);
  color: #434343;
}
.app .middle .bottomBox .linkListBox .linkItemBox .icon {
  margin-right: 25px;
  width: 6px;
  height: 6px;
  background-color: #1492ff;
}
.app .middle .bottomBox .linkListBox .linkItemBox .pull-icon {
  margin-left: 12px;
}
.app .middle .bottomBox .linkListBox .linkItemBox .pull-icon img {
  width: calc(var(--scaleNormal) * 14px);
  height: calc(var(--scaleNormal) * 14px);
}
.app .middle .address {
  width: calc(100% - 21px - 21px);
  color: #434343;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  font-size: var(--litSize);
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.app .middle .address .bottomTopBox {
  line-height: calc(var(--scaleNormal) * 50px);
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ededed;
}
.app .middle .address .bottomTopBox .division {
  color: #fff;
}
.app .middle .address .bottomTopBox .tabItem {
  margin: 0 30px;
}
.app .middle .halflists {
  height: 295px;
  border: none;
  box-shadow: 0 0 6px #E3E3E3;
  color: #434343;
  font-size: var(--middleSize);
  padding-right: 14px;
  box-sizing: border-box;
  margin-bottom: 24px;
  background-color: #fff;
  display: block;
}
.app .middle .halflists .list,
.app .middle .halflists .olist {
  float: left;
  display: block;
  width: calc((100% - 0.65vw - 2.3vw) / 3 - 1.2vw);
  margin-bottom: calc(var(--scaleNormal) * 12px);
  position: relative;
  padding-left: 12px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.app .middle .halflists .list::before {
  content: '';
  position: absolute;
  left: -2px;
  top: calc(var(--scaleNormal) * 8px);
  height: calc(var(--scaleNormal) * 4px);
  width: calc(var(--scaleNormal) * 6px);
  background-color: #1492FF;
}
.app .middle .halflists .olist::before {
  content: '';
  position: absolute;
  left: -2px;
  top: calc(var(--scaleNormal) * 8px);
  height: calc(var(--scaleNormal) * 4px);
  width: calc(var(--scaleNormal) * 4px);
  background-color: #1492FF;
}
.app .middle .halflists .linelists {
  height: calc(100% - 44px - 17px);
  width: calc(100% - 16px);
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.app .middle .halflists .linelist {
  width: 100%;
  padding-left: 12px;
  box-sizing: border-box;
}
.app .middle .halflists .linelist::before {
  top: calc(var(--scaleNormal) * 9px);
  height: calc(var(--scaleNormal) * 4px);
  width: calc(var(--scaleNormal) * 6px);
}
.app .middle .halflists .rowbetween {
  width: calc(100% - 6px);
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app .middle .halflists .rowbetween .title {
  width: calc(100% - 90px);
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.app .middle .halflists .infotab {
  height: calc(var(--scaleNormal) * 40px);
  font-size: var(--bigSize);
}
.app .middle .halflists .infolists {
  width: calc(100% - 6px);
}
.app .middle .halflists .infolists .linelists {
  display: none;
}
.app .middle .halflists.contactAddress {
  padding: 0;
}
.app .middle .halflists.contactAddress img {
  width: 100%;
  height: 100%;
}
.app .middle .imgwidth {
  width: calc(567px + 32px + 32px);
}
.app .middle .halfwidth {
  width: calc(50% - 10px);
}
.app .middle .bighalfwidth {
  width: calc(100% - 261px - 24px);
  clear: right;
}
.app .middle .otherwidth {
  height: 393px;
  width: calc(100% - 567px - 32px - 32px);
}
.app .middle .iconwidth {
  width: 170px;
}
.app .middle .logowidth {
  width: 261px;
}
@media only screen and (min-width: 1920px) {
  .app .middle .fullwidth {
    width: 1440px;
  }
  .app .middle .iconwidth {
    width: calc((100% - 16px - 16px) / 8);
  }
  .app .middle .oldbtn {
    padding: calc(var(--scaleNormal) * 8px) calc(var(--scaleNormal) * 16px);
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .app .middle .fullwidth {
    width: 1200px;
  }
  .app .middle .iconwidth {
    width: calc((100% - 16px - 16px) / 6);
  }
  .app .middle .oldbtn {
    padding: calc(var(--scaleNormal) * 6px) calc(var(--scaleNormal) * 16px);
  }
  .app .middle .swipers .swiperright .swipertab {
    min-width: calc(var(--scaleNormal) * 113px);
    margin-right: calc(var(--scaleNormal) * 20px);
  }
}
/*ipad*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .app .middle .fullwidth {
    width: calc(100% );
    font-size: var(--middleSize);
  }
  .app .middle .iconwidth {
    width: calc((100% - 24px) / 5);
  }
  .app .middle .swipertabs {
    font-size: var(--middleSize);
  }
  .app .middle .imgwidth {
    padding-left: 12px;
    padding-right: 12px;
  }
  .app .middle .logowidth {
    padding-left: 48px;
  }
  .app .middle .paddingleft {
    padding-right: 24px;
  }
  .app .middle .swipers .swiperright .swipertab {
    min-width: calc(var(--scaleNormal) * 110px);
    margin: 0 calc(var(--scaleNormal) * 16px);
  }
  .app .middle .oldbtn {
    padding: calc(var(--scaleNormal) * 6px) calc(var(--scaleNormal) * 16px);
  }
}
/*plus*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .app .middle .imgwidth {
    height: 393px;
    width: calc(45.333vw + 32px + 32px);
    padding-left: 12px;
    padding-right: 12px;
  }
  .app .middle .fullwidth {
    width: calc(100% - 12px - 12px);
    font-size: var(--middleSize);
  }
  .app .middle .otherwidth {
    height: 393px;
    width: calc(100% - 45.333vw - 32px - 32px);
    font-size: var(--middleSize);
  }
  .app .middle .halfwidth {
    width: calc(50% - 10px);
  }
  .app .middle .iconwidth {
    width: calc((100% - 16px - 16px) / 4);
  }
  .app .middle .swipers .swipertabs .swipertab {
    min-width: calc(var(--scaleNormal) * 130px);
  }
  .app .middle .logowidth {
    width: 100%;
  }
  .app .middle .paddingleft {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .app .middle .header .toplists {
    font-size: var(--bigSize);
  }
  .app .middle .header .toplists .isexpand {
    display: none;
  }
  .app .middle .header .toplists .left {
    height: 44px;
  }
  .app .middle .header .toplists .right {
    display: flex;
    flex-direction: row;
  }
  .app .middle .oldbtn {
    padding: calc(var(--scaleNormal) * 12px) calc(var(--scaleNormal) * 16px);
  }
}
/*iphone*/
@media only screen and (max-width: 769px) {
  .app .unshowall {
    display: none;
  }
  .app .unshowall .right {
    height: 0;
  }
  .app .unshowall .floatleft {
    /* display: none; */
    height: 0;
  }
  .app .unshowall .more {
    display: none;
  }
  .app .allshow {
    display: block;
    text-align: right;
  }
  .app .allshow .more {
    height: 24px;
    background-color: #fff;
    border-radius: 5px;
  }
  .app .middle {
    background-color: #ECECEC;
    overflow-x: hidden;
  }
  .app .middle .paddingleft {
    width: 100%;
    display: flex;
    justify-content: baseline;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .app .middle .header .toplists {
    position: relative;
    margin-bottom: 0;
  }
  .app .middle .header .toplists .left {
    height: calc(var(--scaleNormal) * 44px);
  }
  .app .middle .header .toplists .right {
    display: flex;
    flex-direction: row;
  }
  .app .middle .header .toplists .rotatelines {
    position: absolute;
    z-index: 99;
    right: -20px;
    top: calc(var(--scaleNormal) * 2px);
    width: calc(var(--scaleNormal) * 24px);
  }
  .app .middle .header .toplists .rotatelines .line {
    height: calc(var(--scaleNormal) * 2px);
    width: calc(var(--scaleNormal) * 20px);
    background-color: #fff;
    margin-bottom: calc(var(--scaleNormal) * 4px);
  }
  .app .middle .header .toplists .oldbtn {
    padding: calc(var(--scaleNormal) * 8px) 16px;
  }
  .app .middle .header .toplists .list {
    margin-bottom: 12px;
  }
  .app .middle .header .inputquery {
    height: 42px;
    width: calc(80% - 62px);
    font-size: var(--litSize);
  }
  .app .middle .header .querybtn {
    width: 62px;
    height: 42px;
    font-size: var(--litSize);
  }
  .app .middle .active {
    border: none;
  }
  .app .middle .titles .list {
    margin: 0 27px;
    margin-bottom: 12px;
  }
  .app .middle .fullwidth {
    width: calc(100% );
    font-size: var(--bigSize);
  }
  .app .middle .bottombac {
    height: 50px;
    width: calc(100% + 21px + 21px);
    margin-bottom: -14px;
    margin-left: -21px;
  }
  .app .middle .items {
    padding-left: 16px;
    padding-right: 11px;
    height: auto;
    border-top: 4px solid #1492FF;
  }
  .app .middle .items .list {
    padding: 0;
  }
  .app .middle .items .list::before {
    height: 0;
    left: 0;
  }
  .app .middle .items .linelist::before {
    content: '';
    height: 0;
    left: 0;
  }
  .app .middle .items .olist {
    color: #1492FF;
    width: calc((100% / 3) - 12px);
  }
  .app .middle .imgwidth {
    width: calc(100% + 21px + 21px);
    padding: 0 0;
    margin-bottom: 15px;
  }
  .app .middle .swipers {
    height: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
  .app .middle .swipers .swiperimg {
    padding: 0 0;
  }
  .app .middle .swipers .swiperimg img {
    width: calc(100%);
    object-fit: fill;
  }
  .app .middle .swipers .swiperright {
    display: block;
    margin-bottom: 24px;
    border-top: 4px solid #1492FF;
  }
  .app .middle .swipers .swiperright .titles {
    width: 100%;
  }
  .app .middle .swipers .swiperright .titles .swipertabs {
    width: calc(100% + 20px);
    overflow-x: auto;
    margin-left: -16px;
  }
  .app .middle .swipers .swiperright .titles .swipertabs .swipertab {
    min-width: calc(var(--scaleNormal) * 126px);
    margin: 0;
  }
  .app .middle .swipers .linetabs .linetab:last-child::after {
    width: 0;
  }
  .app .middle .swipers .linetab::after {
    height: calc(var(--scaleNormal) * 16px);
    width: calc(var(--scaleNormal) * 3px);
    right: -2px;
    top: calc(var(--scaleNormal) * 14px);
    background-color: #434343;
  }
  .app .middle .otherwidth {
    width: calc(100%);
  }
  .app .middle .halfwidth {
    width: calc(100%);
  }
  .app .middle .iconwidth {
    width: calc((100% - 16px - 16px) / 3);
    font-size: var(--middleSize);
  }
  .app .middle .logowidth {
    width: 100%;
  }
  .app .middle .iconlists {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .app .middle .iconlists .linetab .item {
    font-size: var(--middleSize);
  }
  .app .middle .newitems {
    border-top: none;
    border-bottom: 9px solid #1492FF;
  }
  .app .middle .titlecolor {
    color: #1492FF;
  }
  .app .middle .iconlists {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-top: 0;
  }
  .app .middle .iconlists .linetab {
    max-width: calc((100% - 18px - 18px) / 3 - 6px);
    margin: 0 calc(var(--scaleNormal) * 9px) calc(var(--scaleNormal) * 18px) calc(var(--scaleNormal) * 9px);
    border-radius: 9px;
    background-color: #fff;
    color: #1492FF;
  }
  .app .middle .iconlists .linetab::after {
    width: 0;
  }
  .app .middle .halflists .olist::before {
    border-radius: 9px;
  }
  .app .middle .halflists .infotab {
    position: relative;
    height: calc(var(--scaleNormal) * 29px);
    font-size: var(--bigSize);
  }
  .app .middle .halflists .infotab::before {
    position: absolute;
    content: '';
    height: calc(var(--scaleNormal) * 16px);
    width: calc(var(--scaleNormal) * 2px);
    right: -10px;
    bottom: calc(var(--scaleNormal) * 5px);
    background-color: #434343;
  }
  .app .middle .halflists .infotab:last-child::before {
    width: 0;
  }
  .app .middle .bottom {
    height: auto;
    width: calc(100% + 21px + 21px);
    border-top: none;
    background-color: #fff;
    padding: 0 32px;
    box-sizing: border-box;
    margin-left: -21px;
    display: block;
  }
  .app .middle .bottom .left {
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding-left: 16px;
    border-bottom: 4px solid #1492FF;
    color: #1492FF;
    font-size: var(--middleSize);
  }
  .app .middle .bottom .linetabs {
    width: 100%;
    padding-left: 12px;
    line-height: 34px;
  }
  .app .middle .bottom .linetabs .linetab {
    padding: 0 calc(var(--scaleNormal) * 24px);
    font-size: var(--litSize);
  }
  .app .middle .bottom .linetabs .linetab::after {
    width: calc(var(--scaleNormal) * 6px);
    height: calc(var(--scaleNormal) * 6px);
    left: calc(var(--scaleNormal) * 12px);
    top: calc(var(--scaleNormal) * 14px);
    background-color: #1492FF;
    border-radius: 12px;
  }
  .app .middle .bottomBox {
    height: auto;
    font-size: calc(var(--scaleNormal) * 22px);
    box-shadow: 0 0 6px #e3e3e3;
    background-color: #fff;
    margin: 0;
  }
  .app .middle .bottomBox .titleBoxLink {
    height: 30px;
  }
  .app .middle .bottomBox .linkListBox {
    display: block;
  }
  .app .middle .bottomBox .linkListBox .linkItemBox .name {
    font-size: calc(var(--scaleNormal) * 16px);
    color: #434343;
  }
  .app .middle .bottomBox .linkListBox .linkItemBox .icon {
    margin-right: 25px;
    width: 6px;
    height: 6px;
    background-color: #1492ff;
  }
  .app .middle .bottomBox .linkListBox .linkItemBox .pull-icon {
    margin-left: 12px;
  }
  .app .middle .bottomBox .linkListBox .linkItemBox .pull-icon img {
    width: calc(var(--scaleNormal) * 14px);
    height: calc(var(--scaleNormal) * 14px);
  }
  .app .middle .address .bottomTopBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .app .middle .address .bottomTopBox .tabItem {
    width: calc(100% / 3 - 20px);
    background: rgba(255, 255, 255, 0.5);
    margin: 10px;
  }
  .app .middle .address .bottomTopBox .tabItem.division {
    display: none;
  }
}

a{
  color: #000;
}

.loginItems{
	    position: absolute;
	    width: 90px;
	    height: 80px;
	    text-align: center;
	    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
	    font-size: 14px;
	    display: none;
	    line-height: 30px;
	    padding-top: 12px;
	    left: 0;
	    border-bottom: 1px solid #eeeeee;
}
.fttttt:hover .loginItems{
	
	display:block !important;
}





a.head_context{
	float:left;
	text-decoration:none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left:38.5px;
	background-image: url("./icon_list.png");
	background-position: 21px center;
	background-repeat: no-repeat;
	background-size: 5px 5px;
	font-size:14px;
	margin-bottom:13px;
	font-family:宋体;
}




.govpushinfo150203 {
	    margin: 0;
		height: 187px;
		    overflow: hidden;
}

.govpushinfo150203 li {
	width: 100%;
	/* height: 40px; */
	/* display: flex; */
	justify-content: space-between;
	line-height: 2;
	/* border-bottom: 1px solid #e5e5e5; */
	font-size: var(--middleSize);
}

.govpushinfo150203 li a {
	float: left;
	color: #434343;
	width: 296px;
	display: inline_block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-left: 10px; */
	max-width: 67%;
}

.govpushinfo150203 li span {
	float: right;
	text-align: right;
	color: #434343;
	font-size: var(--middleSize);
}

.news_list table{
	display: block;
}
.news_list table tbody{
	display: block;
}
.news_list table tbody tr{
	display: block;
}
.news_list table tbody tr td{
	display: block;
}
.news_list table tbody tr td li{
	display: block;
}
.news_list table tbody tr td li a{
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
}