.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c2-hnvit-conter {
  width: 1200px;
  margin: 0 auto;
}
.c2-hnvit-header {
  height: 442px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_top_bg.png) center top no-repeat;
}
.c2-hnvit-header .c2-hnvit-header-top {
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
}
.c2-hnvit-header-top-main {
  display: flex;
  font-size: 14px;
  color: #000;
  height: 40px;
  align-items: center;
  justify-content: space-between;
}

.c2-hnvit-header-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.c2-hnvit-header-search {
  margin: 100px auto 40px;
  width: 820px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(162, 108, 84, 0.2);
  border-radius: 8px;
}

.c2-hnvit-header-search form {
  display: block;
}

.c2-hnvit-header-search input {
  padding-left: 20px;
  width: 660px;
  height: 64px;
  line-height: 64px;
  border: 0;
  float: left;
  border-radius: 8px 0 0 8px;
}
.c2-hnvit-header-search .btn-search {
  float: left;
  font-size: 28px;
  color: #fff;
  border: 0;
  width: 140px;
  height: 64px;
  line-height: 64px;
  background: #be1329;
  box-shadow: 0px 2px 30px 0px rgba(162, 108, 84, 0.2);
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  transition: all 0.3s;
}
.c2-hnvit-header-search .btn-search:hover {
  background: #a91225;
}

.c2-hnvit-header-nav {
  height: 70px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_header_nab_bg.png) left center no-repeat;
}
.c2-hnvit-header-nav ul li {
  float: left;
  margin-right: 30px;
  padding-top: 30px;
  position: relative;
  transition: all 0.3s;
}
.c2-hnvit-header-nav ul li:last-child {
  margin-right: 0;
}

.c2-hnvit-header-nav ul li a {
  font-size: 20px;
  color: #ffffff;
}
.c2-hnvit-header-nav ul li:hover a,
.c2-hnvit-header-nav ul li.on a {
  color: #ffedcb;
}

.c2-hnvit-header-nav ul li:hover::after,
.c2-hnvit-header-nav ul li.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 36px;
  height: 5px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_header_nab_li_active.png) center no-repeat;
}
.c2-hnvit-flex {
  display: flex;
}

.c2-hnvit-main-first {
  padding-top: 40px;
  height: 438px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_news_bg.png) #be1329 center bottom
    no-repeat;
}

.c2-hnvit-footer {
  padding: 30px 0;
  width: 100%;
  background: #be1329;
  font-size: 14px;
  color: #fff;
}

.c2-hnvit-footer .c2-hnvit-conter {
  justify-content: space-between;
}

.c2-hnvit-footer .c2-hnvit-footer-logo {
  width: 704px;
}
.c2-hnvit-footer .c2-hnvit-footer-links {
  width: 469px;
  margin-left: 25px;
}

.c2-hnvit-footer-links ul li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.c2-hnvit-footer-links ul li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 12px 18px;
  border-radius: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.c2-hnvit-footer-links ul li a:hover {
  background: #fff;
  color: #be1329;
}

.c2-hnvit-main-first .c2-hnvit-conter {
  display: flex;
  justify-content: space-between;
}

.main-first-news {
  width: 600px;
  height: 300px;
}
.main-first-news .item {
  height: 300px;
}
.main-first-news .item img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
}
.main-first-news .item span {
  padding: 15px 17px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 8px 8px;
}
.main-first-news .owl-dots {
  text-align: center;
}
.main-first-news .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 2px;
}
.main-first-news .owl-dots .owl-dot span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #e2e2e2;
  transition: all 0.3s;
}
.main-first-news .owl-dots .owl-dot.active span {
  width: 30px;
  background: #ffedcb;
}

.main-first-news-list {
  width: 570px;
  margin-left: 30px;
}

.main-first-news-list .hd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.main-first-news-list .hd h2 {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 20px;
}

.main-first-news-list .hd h2 a {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
}
.main-first-news-list .hd h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}
.main-first-news-list .hd p {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  padding-left: 24px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_time_w.png) left center no-repeat;
}
.main-first-news-list .bd ul {
  margin-bottom: 30px;
}

.main-first-news-list .bd li {
  padding-left: 26px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_li_w.png) left center no-repeat;
  transition: all 0.3s ease;
}
.main-first-news-list .bd li:hover {
  transform: translateX(5px);
}
.main-first-news-list .bd li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 37px;
  display: block;
  width: 100%;
}
.more-btn {
  float: right;
  width: 112px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.more-btn:hover {
  transform: translateX(5px);
}
.more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.c2-hnvit-main-second {
  height: 553px;
  background: #f7f8fc;
}
.c2-hnvit-main-second .c2-hnvit-conter {
  padding-top: 30px;
}
.c2-hnvit-main-second .c2-hnvit-notice {
  float: left;
  width: 400px;
}
.c2-hnvit-main-second .c2-hnvit-notice .hd {
  height: 48px;
}
.c2-hnvit-main-second .c2-hnvit-notice .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
.c2-hnvit-main-second .c2-hnvit-notice .hd a {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  color: #6e7e9a;
  display: flex;
  align-items: center;
}
.c2-hnvit-main-second .c2-hnvit-notice .hd a:hover {
  color: #be1329;
}

.c2-hnvit-main-second .c2-hnvit-notice .bd {
  padding: 20px;
  height: 404px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(213, 217, 233, 0.4);
  border-radius: 8px;
}

.c2-hnvit-file {
  float: left;
  width: 770px;
  margin-left: 30px;
}
.c2-hnvit-file .bd {
  padding: 20px;
  height: 404px;
  background: #ffffff;
  border-radius: 8px;
}

.c2-hnvit-file .hd {
  height: 48px;
}

.c2-hnvit-file .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

.c2-hnvit-file .hd .hd-tabs {
  float: left;
}

.c2-hnvit-file .hd .hd-tabs span {
  float: left;
  margin-left: 35px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
.c2-hnvit-file .hd .hd-tabs span.on {
  font-weight: bold;
  color: #be1329;
}
.c2-hnvit-file .hd .hd-tabs span.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background: #be1329;
  border-radius: 2px;
}

.c2-hnvit-file .hd .hd-more {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  color: #6e7e9a;
  display: flex;
  align-items: center;
}
.c2-hnvit-file .hd .hd-more:hover {
  color: #be1329;
}

.c2-hnvit-main-third {
  height: 330px;
  background: #fff;
}

.first-news {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dee1ec;
}

.first-news h2 {
  margin-bottom: 5px;
  text-indent: 45px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_important.png) left 7px no-repeat;
}

.first-news h2 a {
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 32px;
}
.first-news h2 a:hover {
  color: #be1329;
}
.first-news h3 {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.first-news p {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  padding-left: 24px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_time.png) left center no-repeat;
}

.c2-hnvit-notice .bd li {
  padding-top: 5px;
  padding-left: 26px;
  padding-bottom: 8px;
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_li.png) left center no-repeat;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid #eff2ff;
}

.c2-hnvit-notice .bd li:hover {
  transform: translateX(5px);
}
.c2-hnvit-notice .bd li a {
  font-size: 16px;
  color: #424242;
  line-height: 37px;
  display: block;
  padding-right: 20px;
}
.c2-hnvit-notice .bd li a:hover {
  color: #be1329;
}
.c2-hnvit-notice .bd li:last-child {
  border-bottom: 0;
}
.c2-hnvit-notice .bd li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_20arr.png) right center no-repeat;
}

.c2-hnvit-file .bd .first-news {
  margin-bottom: 0;
  border-bottom: 0;
}

.c2-hnvit-file .bd .first-news h2 {
  background: url(/subsite/hnlgzyjsxy/images/c2_hnvit_ico_new1.png) left 7px no-repeat;
}

.c2-hnvit-file .bd ul li {
  height: 44px;
  background: #f9fafd;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 0 20px;
}
.c2-hnvit-file .bd ul li:last-child {
  margin-bottom: 0;
}
.c2-hnvit-file .bd ul li a {
  float: left;
  width: 75%;
  line-height: 44px;
}
.c2-hnvit-file .bd ul li span {
  float: right;
  line-height: 44px;
}
.c2-hnvit-file .bd ul li:hover {
  background: #fff4f5;
}
.c2-hnvit-file .bd ul li:hover a,
.c2-hnvit-file .bd ul li:hover span {
  color: #be1329;
}

.c2-hnvit-main-third {
  padding: 30px 0;
}
.c2-hnvit-main-third .main-third-other {
  float: left;
  width: 400px;
}

.main-third-other .hd {
  height: 44px;
  margin-bottom: 20px;
}
.main-third-other .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
.main-third-other .hd a {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  color: #6e7e9a;
  display: flex;
  align-items: center;
}
.main-third-other .hd a:hover {
  color: #be1329;
}

.main-third-other .bd {
  padding: 20px;
  height: 224px;
  background: #f7f8fc;
  border-radius: 8px;
}

.main-third-other .bd .bd-tabs {
  height: 30px;
  border-bottom: 1px solid #dee1ec;
  margin-bottom: 20px;
}

.main-third-other .bd .bd-tabs span {
  float: left;
  margin-left: 35px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
.main-third-other .bd .bd-tabs span.on {
  font-weight: bold;
  color: #be1329;
}
.main-third-other .bd .bd-tabs span.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background: #be1329;
  border-radius: 2px;
}

.main-third-other .bd .bd-con .bd-con-box a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 25px;
  margin-bottom: 20px;
}

.main-third-other .bd .bd-con .bd-con-box p {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
}

.main-third-pic .pic-items {
  float: left;
  margin-left: 30px;
  width: 400px;
}
.main-third-pic .pic-items:last-child {
  width: 338px;
}

.main-third-pic .hd {
  height: 44px;
  margin-bottom: 20px;
}
.main-third-pic .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
.main-third-pic .hd a {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  color: #6e7e9a;
  display: flex;
  align-items: center;
}
.main-third-pic .hd a:hover {
  color: #be1329;
}
.main-third-pic .bd {
  padding: 20px;
  height: 224px;
  background: #f7f8fc;
  border-radius: 8px;
}
.main-third-pic .bd img {
  width: 100%;
  height: 180px;
  border-radius: 8px;
}
.main-third-pic .bd p {
  margin-top: 20px;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 25px;
  display: block;
  width: 100%;
}

/*gl*/
.position {
  padding: 14px 0;
  background: #ebeff2;
  color: #666;
  line-height: 20px;
}
.position i {
  display: inline-block;
  padding-left: 28px;
  background: url(/subsite/hnlgzyjsxy/images/flgtu3_03.png) no-repeat left center;
}
.position a {
  color: #666;
  margin-right: 3px;
}
.position span {
  margin-right: 3px;
}

/* gailan */
.gail-wrap {
  margin: 30px 0 40px;
}
.gai-sidel {
  width: 29%;
}
.gai-content {
  width: 71%;
}
.gai-content-pad {
  padding-left: 28px;
}
.ginav h2 {
  height: 80px;
  background: url(/subsite/hnlgzyjsxy/images/redgl1_03.jpg) no-repeat left top/100%;
  line-height: 80px;
  text-indent: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.ginav ul {
  background: #f7f7f7;
  margin-bottom: 20px;
}
.ginav ul li {
  line-height: 58px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 3px solid transparent;
}
.ginav ul li a {
  display: block;
  overflow: hidden;
}
.ginav ul li span {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/subsite/hnlgzyjsxy/images/flgtp51_03.png);
  background-position: left center;
  padding-left: 30px;
  margin-left: 78px;
  margin-right: 12px;
  font-size: 18px;
}
.ginav ul li.active {
  background: #fff;
  border-left-color: #be1329;
}
.ginav ul li.active span {
  color: #be1329;
  font-weight: bold;
  background-image: url(/subsite/hnlgzyjsxy/images/flgtp50_03.png);
}
.ginav ul li:hover {
  background: #fff;
  border-left-color: #be1329;
}
.ginav ul li:hover span {
  color: #be1329;
  font-weight: bold;
  background-image: url(/subsite/hnlgzyjsxy/images/redgl2_07.png);
}
.gl-imgnews {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.gl-imgnews .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.gl-imgnews .bd li {
  zoom: 1;
  vertical-align: middle;
}

.gl-imgnews .bd img {
  width: 100%;
  height: 230px;
  display: block;
}
.gl-imgnews .bd span {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0;
}
.qhbtn {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-image: url(/subsite/hnlgzyjsxy/images/flgtp48_03.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  opacity: 0.8;
}
.gl-imgnews .prev {
  left: 11px;
  background-position: 0;
}
.gl-imgnews .next {
  right: 11px;
  background-position: -23px 0;
}
.gai-slide-title {
  overflow: hidden;
  margin-bottom: 12px;
}
.gai-slide-title span {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  float: left;
  background: #be1329;
}
.gai-slide-title a {
  line-height: 40px;
  font-size: 14px;
  color: #5a9eff;
  float: right;
}
.gai-sidel .xlan-l-1 {
  margin-top: 20px;
}
.gai-sidel .xlan-l-1 ul {
  background: url(/subsite/hnlgzyjsxy/images/flgtp44_03.jpg) no-repeat left bottom;
  padding-bottom: 44px;
  margin-bottom: 0;
}
.gair-b1 h2 {
  font-size: 21px;
  font-weight: bold;
  color: #333;
}
.gair-b1-1 {
  margin-top: 18px;
  border-top: 5px solid #be1329;
  background: #f7f7f7;
  padding: 14px;
}
.gair-b1-1 h3 {
  padding-left: 17px;
  background: url(/subsite/hnlgzyjsxy/images/flgtp45_03.png) no-repeat left center;
}
.gair-b1-1 h3 a {
  font-weight: bold;
  color: #333;
}
.gair-b1-1 h3 span {
  display: inline-block;
  width: 45px;
  height: 18px;
  background: url(/subsite/hnlgzyjsxy/images/flgtp46_03.png) no-repeat;
  margin-left: 5px;
}
.gair-b1-1 p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
.gair-b1-1 h6 {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.gair-b2 {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
.gair-b2 ul {
  overflow: hidden;
}

.gair-b2 li {
  height: 45px;
  margin-bottom: 8px;
  line-height: 45px;
  padding: 0 14px;
}
.gair-b2 li a {
  padding-left: 20px;
  background: url(/subsite/hnlgzyjsxy/images/flgtp15_06.png) no-repeat left center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 80%;
}
.gair-b2 li span {
  float: right;
  color: #999;
}
.gair-b2 li:hover {
  background: #fff4f5;
}
.gair-b2 li:hover a {
  color: #cb0101;
  background: url(/subsite/hnlgzyjsxy/images/redgl3_11.png) no-repeat left center;
}
.gair-b2 li:hover span {
  color: #be1329;
}
.page-fun {
  margin: 20px 0;
  text-align: center;
}

/*xl*/
.xr-b-title {
  text-align: center;
}
.xr-b-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #242020;
}
.xr-b-title p {
  color: #666;
  margin-top: 20px;
}
.xr-b-title p span {
  font-size: 18px;
}
.xr-intro-p {
  margin: 22px 0;
  line-height: 30px;
  text-align: center;
  background: #f7f7f7;
  font-size: 14px;
  color: #999;
}
.xr-intro-p span {
  margin: 0 4px;
}
.xr-intro-p span .on {
  color: #3d75eb;
}
.xr-img {
  text-align: center;
}
.xr-cont-t {
  margin-top: 20px;
}
.xr-cont-t p {
  color: #666;
  text-indent: 2em;
  line-height: 38px;
}
.paf-l a {
  float: left;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 6px;
  background: #f7f7f7;
}
.paf-l a:hover {
  background: #ebebeb;
}
.paf-l a span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: left center;
}
.paf-l a:nth-of-type(1) span {
  background-image: url(/subsite/hnlgzyjsxy/images/flgtp12_07.png);
}
.paf-l a:nth-of-type(2) span {
  background-image: url(/subsite/hnlgzyjsxy/images/flgtp14_03.png);
}
.paf-l a:nth-of-type(3) span {
  background-image: url(/subsite/hnlgzyjsxy/images/flgtp15_03.png);
}
#preid,
#nextid {
  display: block;
  margin: 10px 0px;
  color: #9e090f;
}
#preid a:hover,
#nextid a:hover {
  color: #9e090f;
}

@media screen and (max-width: 1199px) {
  .c2-hnvit-conter {
    width: 100%;
  }

  .c2-hnvit-header-top-main {
    padding: 0 10px;
  }

  .c2-hnvit-header-logo {
    flex-direction: column;
    width: 90%;
    margin: 40px auto;
    gap: 20px;
  }

  .c2-hnvit-header-search {
    width: 90%;
    margin: 35px auto;
    height: 45px;
  }
  .c2-hnvit-header-search form {
    width: 100%;
  }
  .c2-hnvit-header-search input {
    width: calc(100% - 160px);
    height: 45px;
    line-height: 45px;
  }
  .c2-hnvit-header-search .btn-search {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .c2-hnvit-header-nav {
    /* height: auto; */
    padding: 10px 0;
    background: #be1329;
  }
  .c2-hnvit-header-nav ul li {
    margin: 0 auto 20px;
    width: calc(100% / 5);
    padding: 0;
    text-align: center;
  }
  .c2-hnvit-header-nav ul li a {
    font-size: 14px;
  }

  .c2-hnvit-main-first .c2-hnvit-conter {
    flex-direction: column;
  }
  .c2-hnvit-main-first {
    height: auto;
    background-color: #be1329;
  }
  .main-first-news {
    width: 95%;
    margin: 0 auto;
  }
  .main-first-news-list {
    width: 95%;
    margin: 20px auto;
  }
  .main-first-news-list .hd h2 a {
    font-size: 24px;
  }
  .main-first-news-list .hd h3 {
    font-size: 16px;
  }
  .c2-hnvit-main-second {
    height: auto;
    width: 95%;
    margin: 0 auto;
  }
  .c2-hnvit-main-second .c2-hnvit-notice {
    float: none;
    width: 100%;
  }
  .c2-hnvit-file {
    float: none;
    width: 100%;
    margin: 20px auto;
  }
  .c2-hnvit-file .bd {
    height: auto;
  }
  .c2-hnvit-file .bd ul li {
    height: auto;
  }
  .c2-hnvit-file .bd ul li a {
    line-height: 32px;
  }
  .c2-hnvit-file .bd ul li span {
    float: none;
  }

  .c2-hnvit-main-third {
    height: auto;
    padding: 0 0 20px;
  }
  .c2-hnvit-main-third .c2-hnvit-conter {
    flex-direction: column;
    display: flex;
  }
  .c2-hnvit-main-third .main-third-other {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
  .main-third-other .bd {
    height: auto;
  }
  .main-third-pic {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .main-third-pic .pic-items {
    width: 100%;
    margin: 10px auto;
  }

  .main-third-pic .pic-items:last-child {
    width: 100%;
  }
  .main-third-pic .hd {
    margin-bottom: 0;
  }
  .c2-hnvit-footer {
    padding: 20px 0 0;
  }
  .main-third-other .hd {
    margin-bottom: 0;
  }
  .c2-hnvit-footer .c2-hnvit-conter {
    flex-direction: column;
  }
  .c2-hnvit-footer .c2-hnvit-footer-logo {
    width: 95%;
    margin: 0 auto 20px;
  }
  .c2-hnvit-footer .c2-hnvit-footer-links {
    width: 100%;
    margin: 10px auto;
  }

  .gail-wrap {
    margin: 20px;
  }

  .c2-hnvit-file .hd .hd-tabs span {
    margin-left: 15px;
  }
}
