body {
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

body::-webkit-scrollbar {/*滚动条里面轨道*/
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

ul, ol, p, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-clamp1, .text-clamp2, .text-clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clamp1 {
  -webkit-line-clamp: 1;
}

.text-clamp2 {
  -webkit-line-clamp: 2;
}

.text-clamp3 {
  -webkit-line-clamp: 3;
}

.banner__logo {
  position: relative;
  height: 12.5rem;
}

.banner__logo__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner__logo__img img {
  width: 100%;
  height: 100%;
}

.banner__logo__title {
  position: absolute;
  left: 22.5rem;
  top: 6.25rem;
}

.banner__logo__title h4 {
  font-size: 24px;
  color: #fff;
}

.banner__logo__title h6 {
  color: #FFFFFF;
  opacity: 0.8;
}

.navigation {
  margin-left: 22.5rem;
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 12px;
}

.navigation img {
  margin-right: 3px;
}

.navigation .prev__page {
  color: #333;
}

/* 政务大厅 government__hall */
.government__hall {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4.5313rem 22.5rem 2rem;
  background: #F5F5F5;
}

.government__hall .menu__box {
  position: relative;
  width: 384px;
  height: 273px;
  color: #666;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.government__hall .menu__box:hover {
  transform: translateY(-8px);
  cursor: pointer;
}

.government__hall .menu__box:nth-child(1) {
  margin-bottom: 4rem;
}

.government__hall .menu__label {
  position: absolute;
  top: -38.5px;
  left: 50%;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.government__hall .menu__label img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.government__hall .menu__box--obh {
  color: #fff;
  background: linear-gradient(180deg, #468AF6 0%, #1880FC 48%, #4DB8F9 100%);
}

.government__hall .menu__item {
  padding: 3.6875rem 2rem;
}

.government__hall .menu__item__title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.government__hall .menu__item__content {
  margin-bottom: 2.125rem;
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: .75rem;
  line-height: 21px;
  text-align: center;
  color: #666666;
}

.government__hall .menu__item__btn {
  width: 180px;
  height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #fff;
  border: none;
  background: linear-gradient(180deg, #468AF6 0%, #1880FC 48%, #4DB8F9 100%);
}

.government__hall .menu__item__btn:hover {
  background: #4DB8F9;
  color: #333;
}

.government__hall .menu__item__btn--obh {
  border: #fff solid 1px;
  background: rgba(0, 0, 0, 0);
}

.government__hall .menu__box--obh .menu__item__content {
  color: #fff;
}

/* 口岸资讯port__information */
.port__information {
  display: flex;
  padding: 2rem 22.5rem;
  overflow: hidden;
  background: #F5F5F5;
}

.port__information .main__left {
  background: #fff;
}

.port__information .main__right {
  margin-left: 24px;
  width: 55.875rem;
  background: #fff;
}

.main__menu__box {
  height: 563px;
  list-style: none;
}

.main__menu__item {
  margin-bottom: 4px;
  background: #79A1CF;
}

.main__menu__btn {
  display: inline-block;
  padding-left: 34px;
  width: 281px;
  height: 84px;
  line-height: 84px;
  font-size: 16px;
  color: #fff;
}

.main__menu__btn img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

.main__menu__btn:hover {
  background: #1880FC;
}

.main__menu__btn--primary {
  border-left: 6px solid #F7680A;
  background: #1158AA;
}

.main__menu__btn--link {
  background: #79A1CF;
}

.port__information .article__item {
  padding-top: 5px;
}

.port__information .article__item:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.port__information .article__header, .port__information .article__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.port__information .article__header {
  margin-bottom: 8px;
}

.port__information .article__footer {
  margin-bottom: .75rem;
}

.port__information .article__content, .port__information .article__title {
  width: 681px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.port__information .article__date {
  font-size: 1.25rem;
}

.port__information .article__item {
  margin: 1.375rem 2rem 0;
}

.port__information .article__page__container {
  padding: .4375rem 2rem;
  background: #FAFAFA;
  overflow: hidden;
  border: 1px solid #E2E8EE;
}

/* 文章详情article_information */
.article_information {
  background-color: #EDEDED;
  padding: 1.25rem 0 3.25rem;
}

.article_information__container {
  max-width: 75rem;
  min-height: 35.7rem;
  padding: 4.25rem 13.125rem 2rem;
  background-color: #FFF;
}

.article_information .article__title {
  text-align: center;
  font-weight: 600;
}

.article_information .article__sub__title {
  text-align: center;
}

.comprehensive__search {
  display: flex;
  padding: 2rem 22.5rem;
  overflow: hidden;
  background: #F5F5F5;
}

.comprehensive__search .main__left {
  background: #fff;
}

.comprehensive__search .main__right {
  display: flex;
}

.comprehensive__search .menu__header {
  position: relative;
  width: 243px;
  height: 46px;
  z-index: 2;
}

.comprehensive__search .menu__header__bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.comprehensive__search .menu__header__content {
  padding: 16px 33px 0;
  display: flex;
  align-items: center;
}

.comprehensive__search .menu__header__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 1.25rem;
}

.comprehensive__search .menu__header__content h6 {
  color: #fff;
}

.comprehensive__search .menu__container {
  flex: 1;
  margin-left: 24px;
}

.comprehensive__search .menu__list {
  padding: 10px 28px 0 28px;
  background: #fff;
}

.comprehensive__search .menu__box {
  position: relative;
  margin-left: 1.875rem;
  padding: 1.6875rem 0 .75rem;
}

.comprehensive__search .menu__box:hover {
  transform: translateX(8px);
  cursor: pointer;
}

.comprehensive__search .menu__box:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.comprehensive__search .menu__label {
  position: absolute;
  top: 1.4375rem;
  left: -1.6rem;
}

.comprehensive__search .menu__icon {
  width: .5rem;
  height: .5rem;
}

.comprehensive__search .menu__title {
  font-weight: 600;
  margin-bottom: .75rem;
}

.comprehensive__search .menu__description {
  font-size: 14px;
  height: 38px;
  color: #666666;
}

/* 互动咨询interactive__consultation */
.interactive__consultation {
  padding: 2rem 24.0625rem 2rem 20.9375rem;
  background: #F5F5F5;
}

.interactive__consultation .main__box {
  padding: 1.625rem 4.875rem 2.5rem;
  background-color: #fff;
}

.interactive__consultation .main__box__title {
  position: relative;
  border-bottom: 1px solid #CCC;
}

.interactive__consultation .main__box__title h2 {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 24px;
}

.interactive__consultation .main__box__title p {
  margin-bottom: 7px;
}

.interactive__consultation .main__box__bottom__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94px;
  height: 5px;
  background: linear-gradient(180deg, #F7680A 0%, #F88115 48%, #F99E1E 100%);
}

.interactive__consultation .search {
  position: relative;
  overflow: hidden;
}

.interactive__consultation .search i {
  position: absolute;
  top: 64px;
  left: 20px;
  width: 16px;
  height: 16px;
  color: #999;
}

.interactive__consultation .search input {
  float: left;
  margin-top: 49px;
  padding-left: 50px;
  width: 100%;
  height: 46px;
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 4px;
}

.interactive__consultation .search input:focus {
  border: 1px solid #0068B7;
}

.interactive__consultation .clear-button {
  display: none;
  position: absolute;
  top: 59px;
  right: 120px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.interactive__consultation .clear-button img {
  width: 100%;
  height: 100%;
}

.interactive__consultation .search button {
  float: left;
  margin-top: 49px;
  margin-left: -108px;
  width: 108px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #3C8FFF;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.interactive__consultation .search button img {
  margin-top: -4px;
  margin-right: 2px;
}

.interactive__consultation .search button:hover {
  background: #3399cc;
}

.interactive__consultation .news__container {
  margin-top: 3.125rem;
  overflow: hidden;
}

.interactive__consultation .news__item {
  padding: 20px 0 20px 20px;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
}

.interactive__consultation .news__item:hover {
  cursor: pointer;
}

.interactive__consultation .news__item:hover .news__label {
  transform: translateX(8px);
}

.interactive__consultation .news__item:hover .news__description {
  color: #0068B7;
  transform: translateX(8px);
}

.interactive__consultation .news__item:hover .news__date {
  color: #0068B7;
  transform: translateX(-8px);
}

.interactive__consultation .news__label {
  float: left;
  margin-right: 23px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #333333;
}

.interactive__consultation .news__item .news__label--first {
  background-color: #EF8200;
}

.interactive__consultation .news__item .news__label--second {
  background-color: #F6AB00;
}

.interactive__consultation .news__item .news__label--third {
  background-color: #FEE100;
}

.interactive__consultation .news__description {
  float: left;
}

.interactive__consultation .news__date {
  float: right;
}

.interactive__consultation .news__page {
  float: right;
  margin-top: 1.25rem;
}

.interactive__consultation .empty__news {
  position: relative;
  height: 142px;
  text-align: center;
}

.interactive__consultation .empty__news img {
  width: 223px;
  height: 114px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.interactive__consultation .empty__news p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.interactive__consultation .form {
  margin-top: 10px;
}

.interactive__consultation .layui-form-label {
  padding: 12px 0;
  width: 5.25rem;
}

.interactive__consultation .layui-input-block .layui-input {
  min-height: 46px;
}

.interactive__consultation .layui-input, .layui-textarea {
  border-radius: 4px;
}

.interactive__consultation .layui-input-block {
  text-align: center;
}

.interactive__consultation .layui-form-select dl dd.layui-this {
  background-color: #1880FC;
}

.interactive__consultation__detail {
  padding: 32px 385px 32px 335px;
  background-color: #F5F5F5;
}

.interactive__consultation__detail .article__container {
  box-sizing: border-box;
  padding: 44px 32px 0;
  height: 521px;
  background-color: #fff;
}

.interactive__consultation__detail .article__box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
}

.interactive__consultation__detail .article__question {
  overflow: hidden;
  margin-bottom: 28px;
}

.interactive__consultation__detail .article__question__title {
  overflow: hidden;
}

.interactive__consultation__detail .article__question__title h4 {
  margin:  0;
  color: #333;
}

.interactive__consultation__detail .article__user {
  float: right;
}

.interactive__consultation__detail .article__label {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  color: #FFF;
}

.interactive__consultation__detail .article__question .article__label {
  background-color: #1158AA;
}

.interactive__consultation__detail .article__answer .article__label {
  background-color: #E64800;
}

.interactive__consultation__detail .article__content {
  flex: 11;
}

.interactive__consultation__detail .article__date__container {
  flex: 1;
  position: relative;
  margin-left: 26px;
  height: 62px;
  border-left: 1px solid #CCC;
}

.interactive__consultation__detail .article__date {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}

.interactive__consultation__detail .article__qus {
  float: right;
  width: 966px;
}