.on-user-hover, .home-organizational-setup .row .organizational-setup-item-third,
.home-organizational-setup .row .organizational-setup-item-half, .home-deputy-director-list .home-deputy-director-item {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.on-user-hover:hover, .home-organizational-setup .row .organizational-setup-item-third:hover,
.home-organizational-setup .row .organizational-setup-item-half:hover, .home-deputy-director-list .home-deputy-director-item:hover {
  transform: translateY(1px);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.home-banner-row a {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-banner-row a {
    height: auto;
  }
}
.home-banner-row a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-banner-row a img {
    height: auto;
  }
}

.home-documents-database-row {
  height: 270px;
}
@media (max-width: 768px) {
  .home-documents-database-row {
    height: auto;
  }
}
.home-documents-database-row a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-documents-database-row a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-documents-database-row a img {
    height: auto;
  }
}

.box__home-top {
  background: #ffffff;
  padding: 24px 50px;
}
@media (max-width: 768px) {
  .box__home-top {
    padding: 12px !important;
  }
}
.box__home-top .gap {
  height: 40px;
}
.box__home-top .top-news .top-news-title,
.box__home-top .top-news .top-news-desc {
  display: block;
  font-size: 36px;
  color: #303030;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box__home-top .top-news .top-news-title {
  font-weight: bold;
}
.box__home-top .top-news .top-news-desc {
  margin-top: 8px;
  font-size: 18px;
  color: #3b3b3b;
}
.box__home-top .top-news .top-news-line {
  margin-top: 12px;
  height: 2px;
  background: #3a73d4;
  width: 100%;
}

.carousel-news-box {
  height: 500px;
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .carousel-news-box {
    height: auto;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.carousel-news-box .right-news-list {
  margin-left: 40px;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .carousel-news-box .right-news-list {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.news-carousel-container {
  width: 700px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-carousel-container {
    width: 100%;
    height: 280px;
  }
}
.news-carousel-container .carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.news-carousel-container .carousel-item {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 700px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .news-carousel-container .carousel-item {
    width: 100%;
    height: 280px;
  }
}
.news-carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.news-carousel-container .carousel-item .carousel-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 60px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 80px 0 12px;
}
.news-carousel-container .carousel-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 60px;
}
.news-carousel-container .carousel-dots .carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 6px;
  background-color: #fff;
  cursor: pointer;
}
.news-carousel-container .carousel-dots .carousel-dot.active {
  background-color: #3972d4;
}
.news-carousel-container .carousel-dots .carousel-dot .carousel-index {
  display: none;
}

.home__top-news-list {
  min-height: 439px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: end;
  -ms-flex-align: end;
  justify-content: end;
  -ms-flex-pack: end;
  position: relative;
}
.home__top-news-list .moving-bg {
  background: linear-gradient(to bottom, #ffffff, #f0f4fc);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  transition: all 0.3s ease;
}
.home__top-news-list .home-top-news-item {
  width: 100%;
  display: block;
  padding: 13px 0 13px 8px;
  text-decoration: none;
  border-bottom: 1px dashed #e7e7e8;
  position: relative;
  cursor: pointer;
}
.home__top-news-list .home-top-news-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26.5px;
  width: 2px;
  height: 10px;
  background-color: #3972d4;
}
.home__top-news-list .home-top-news-item .wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 60px;
  padding: 6px 0;
}
.home__top-news-list .home-top-news-item .wrapper .content {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  width: 0;
  margin-left: 12px;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.home__top-news-list .home-top-news-item .wrapper .content .title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home__top-news-list .home-top-news-item .wrapper .content .desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home__top-news-list .home-top-news-item .wrapper .line {
  width: 2px;
  height: 48px;
  background-color: #dbdbdb;
  margin: 0 16px;
  flex-shrink: 0;
}
.home__top-news-list .home-top-news-item .wrapper .date {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-shrink: 0;
}
.home__top-news-list .home-top-news-item .wrapper .date .day {
  font-size: 18px;
  font-weight: bold;
  color: #888889;
  line-height: 1.4;
}
.home__top-news-list .home-top-news-item .wrapper .date .month-year {
  font-size: 14px;
  color: #888889;
  line-height: 1.3;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.home__top-news-list .home-top-news-item .wrapper .date .month-year .year {
  margin-right: 2px;
  line-height: 1.3;
}
.home__top-news-list .home-top-news-item .wrapper .date .month-year .month {
  margin-left: 2px;
  line-height: 1.3;
}

.box__home-main-info {
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 768px) {
  .box__home-main-info {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.box__home-main-info .left_department-info {
  width: 550px;
}
@media (max-width: 768px) {
  .box__home-main-info .left_department-info {
    width: 100%;
  }
}
.box__home-main-info .right_news-list {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .box__home-main-info .right_news-list {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

.left_department-info {
  background: #ffffff;
  box-shadow: 2px 3px 17px 2px #bfd7ee;
  padding: 20px;
}

.home-director-box {
  display: flex;
  display: -ms-flexbox;
  background: #e4eefa;
  padding: 28px 20px;
}
.home-director-box .home-director-photo {
  width: 140px;
  height: 200px;
}
.home-director-box .home-director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-director-box .home-director-info {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-left: 20px;
}
.home-director-box .home-director-info .home-director-title {
  font-size: 18px;
  color: #3a73d4;
  font-weight: bold;
}
.home-director-box .home-director-info .home-director-line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #cccfd4;
}
.home-director-box .home-director-info .home-director-desc {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: bold;
}

.home-deputy-director-list {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.home-deputy-director-list .home-deputy-director-item {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #3b3b3b;
  border-radius: 10px 10px 10px 10px;
  background: #e4eefa;
  text-align: center;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 8px;
  cursor: pointer;
}
.home-deputy-director-list .home-deputy-director-item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home-deputy-director-list .home-deputy-director-item {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 16px;
    display: block;
    font-size: 16px;
    color: #3b3b3b;
    border-radius: 10px 10px 10px 10px;
    background: #e4eefa;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
  }
  .home-deputy-director-list .home-deputy-director-item:nth-child(5n) {
    margin-right: 20px;
  }
}

.home-organizational-setup {
  padding: 20px;
}
@media (max-width: 768px) {
  .home-organizational-setup {
    padding: 12px 0;
  }
}
.home-organizational-setup .row {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-organizational-setup .row {
    margin-bottom: 12px;
  }
}
.home-organizational-setup .row .organizational-setup-item-third {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.home-organizational-setup .row .organizational-setup-item-third:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home-organizational-setup .row .organizational-setup-item-third {
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
  }
}
.home-organizational-setup .row .organizational-setup-item-half {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
@media (max-width: 768px) {
  .home-organizational-setup .row .organizational-setup-item-half {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
}
.home-organizational-setup .row .organizational-setup-item-half:nth-child(2n) {
  margin-right: 0;
}
.home-organizational-setup .row .organizational-setup-item-third,
.home-organizational-setup .row .organizational-setup-item-half {
  height: 110px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  background: #e5f1ff;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
}
.home-organizational-setup .row .organizational-setup-item-third .icon-box,
.home-organizational-setup .row .organizational-setup-item-half .icon-box {
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.home-organizational-setup .row .organizational-setup-item-third .icon-box .icon,
.home-organizational-setup .row .organizational-setup-item-half .icon-box .icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.home-organizational-setup .row .organizational-setup-item-third .text,
.home-organizational-setup .row .organizational-setup-item-half .text {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #3b3b3b;
  height: 40px;
  text-align: center;
}
.home-organizational-setup .row:last-of-type {
  margin-bottom: 0;
}

.home-info-list {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.home__main-box-list {
  min-height: 208px;
}
.home__main-box-list .home-list-item {
  margin-top: 16px;
  font-size: 18px;
  color: #3b3b3b;
}

.box__home-bottom a {
  display: block;
  width: 100%;
  height: 100%;
}
.box__home-bottom .box__home-bottom-row {
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 768px) {
  .box__home-bottom .box__home-bottom-row {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.box__home-bottom .box__home-bottom-row .box__home-bottom-left,
.box__home-bottom .box__home-bottom-row .box__home-bottom-right {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  min-height: 270px;
}
@media (max-width: 768px) {
  .box__home-bottom .box__home-bottom-row .box__home-bottom-left,
  .box__home-bottom .box__home-bottom-row .box__home-bottom-right {
    width: 100%;
    min-height: auto;
  }
}
.box__home-bottom .box__home-bottom-row .box-link {
  display: block;
}
.box__home-bottom .gap {
  height: 40px;
  width: 40px;
}

.public-report-box {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  min-height: 270px;
  padding: 12px;
  background-color: #d92629;
}
@media (max-width: 768px) {
  .public-report-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.public-report-box .left-box {
  width: 240px;
  height: 240px;
}
.public-report-box .left-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-report-box .right-box {
  margin-left: 20px;
  min-height: 240px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media (max-width: 768px) {
  .public-report-box .right-box {
    margin-left: 0;
    width: 100%;
    padding: 12px;
  }
}
.public-report-box .right-box .title-box {
  width: 100%;
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: end;
  -ms-flex-pack: end;
  flex-direction: column;
  -ms-flex-direction: column;
  background: url("../images/bg/national-emblem.png") center bottom/contain no-repeat;
}
@media (max-width: 768px) {
  .public-report-box .right-box .title-box {
    flex: none;
    -ms-flex: none;
    height: 120px;
  }
}
.public-report-box .right-box .title-box .title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.public-report-box .right-box .select-box {
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .public-report-box .right-box .select-box {
    padding-bottom: 40px;
  }
}
.public-report-box .right-box .select-box select {
  width: 100%;
  max-width: 300px;
  height: 30px;
  background: white;
  border: none;
  outline: none;
}