a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #224b7f;
  text-decoration: none;
}

a:active {
  outline: none;
}



body {
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
  background: url(../jpg/x996nx.jpg) 50% 0 no-repeat;
}

.qz-index {
  padding-top: 120px;
  background: url(../jpg/kk1wua.jpg) no-repeat top center;
  background-size: auto;
}
.qz-index .ht {
  margin: 0 auto;
  width: 1300px;
}
.qz-index .nav {
  background-color: #da1624;
}
.qz-index .nav li.current a {
  background-color: #fa5136;
}
.qz-index .nav li a:hover {
  background-color: #fa5136;
}
.qz-index .footer {
  background-color: #da1624;
}

.inner,
.nav ul,
.links,
.copyright {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: relative;
  
}

.header h1 {
  width: 60%;
  height: 210px;
  background: url(../png/oelxqw.png) 0 50% no-repeat;
}

.header h1 a {
  display: block;
  height: 210px;
}

.nav {
  height: 60px;
  background-color: #224b7f;
}

.nav li {
  position: relative;
  float: left;
  width: 16.65%;
}

.nav li a {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.nav li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.footer {
  padding: 20px 0;
  line-height: 22px;
  font-size: 14px;
  background-color: #333;
  color: #fff;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.links > ul > li {
  position: relative;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.links > ul > li > a {
  display: block;
  margin: 0 -5px;
  padding: 0 20px;
  background: #fff url(../png/sgjiys.png) 96% 50% no-repeat;
}

.links li ul {
  display: none\9;
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  transform: translate(0, 3px);
  transition: opacity, transform 0.3s;
}

.links li:hover ul {
  display: block\9;
  z-index: 9;
  opacity: 1;
  transform: translate(0, 0);
}

.links li li {
  border-top: 1px solid #ddd;
  line-height: 39px;
  text-align: center;
  transition: all 0.3s;
}

.links li li:hover {
  background-color: #f8f8f8;
}

.links li li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  font-size: 14px;
}

.copyright p a,
.copyright p span {
  margin: 0 10px;
  color: #fff;
}

.footer-map {
  margin-left: 120px;
}

.gov {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.jc {
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  height: 55px;
  margin-top: -22px;
}



.search-btn {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 99;
  display: none;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  cursor: pointer;
}

.search-box {
  display: block;
  position: absolute;
  top: 36%;
  right: 0;
  z-index: 9;
  margin-top: -10px;
  line-height: 0;
  text-align: center;
  font-size: 0;
}

.search-box:before {
  display: none;
  content: '';
  position: absolute;
  top: 73px;
  right: 30px;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
  display: inline-block;
}

.search input {
  
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
  border: none;
  background: #fff;
  margin-top: -20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  outline: none;
  border-radius: 4px 0 0 4px;
}

.search button {
  width: 40px;
  height: 39px;
  border: none;
  background: #1b3c66;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  font-size: 0;
  color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.search button .iconfont {
  font-size: 24px;
  color: #fff;
  margin: 0px auto;
  line-height: 40px;
}

.search .btn {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin-left: 6px;
  vertical-align: middle;
  font-weight: bold;
  background: #224b7f;
  color: #fff;
  border-radius: 0px;
  margin-top: -20px;
}

.lang {
  position: absolute;
  top: 15px;
  right: 0;
}

.lang a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: bold;
  background-color: #fff;
  color: #048;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
  body {
    background: none;
  }
  .ht .fl,
  .lang,
  .search-box,
  .topic h2,
  .topic-prev,
  .topic-next {
    display: none;
  }

  .ht .fr {
    text-align: center;
    font-size: 12px;
  }

  .ht .fr,
  .header h1,
  .nav ul,
  .search,
  .inner,
  .content,
  .links,
  .copyright {
    width: 100%;
  }

  .header {
    background: #fff url(../jpg/2nd0f5.jpg) 50% 0 no-repeat;
  }
  .header h1 {
    height: 100px;
    background-position: 20px 50%;
    background-size: auto 60%;
  }

  .header h1 a {
    height: 100px;
  }

  .search-btn {
    display: block;
  }

  .search-box {
    position: static;
    top: 0;
    margin: -15px 0 0;
    padding: 15px 0;
    background-color: #f8f8f8;
  }

  .search-box:before {
    display: block;
  }

  .nav {
    padding: 10px 0;
  }

  .nav li a {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
  }

  .nav li + li:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .copyright {
    text-align: center;
  }

  .copyright p span {
    display: block;
  }

  .copyright > .p20 {
    margin: 0;
    width: 100%;
  }

  .footer .gov,
  .footer .jc {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: 20px;
    vertical-align: middle;
  }
  .footer-map {
    margin-left: 0px;
  }
}

@media (max-width: 480px) {
  .nav li a {
    font-size: 12px;
  }

  .nav li a i {
    display: none;
  }
}
@media (max-width: 375px) {
  .header h1 {
    height: 100px;
    background-position: 10px 50%;
    background-size: auto 50%;
  }
}
@media (max-width: 320px) {
  .header h1 {
    height: 100px;
    background-position: 10px 50%;
    background-size: auto 45%;
  }
}


.t3 b {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  border-left: 8px solid #2d8fff;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.table-bordered {
  margin-bottom: 0px;
}

.table-bordered > tbody > tr > th {
  background-color: #f9f9f9;
  text-align: center;
  color: #048;
  padding: 2px;
  width: 20%;
}

@media (max-width: 992px) {
  .where {
    margin-left: 0px;
    margin-right: 0px;
  }

  .where a,
  .where span {
    margin: 0 3px;
  }
}

.grid {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}

.grid > .row {
  margin-right: -10px;
  margin-left: -10px;
}

.grid > .row > .col,
.grid > .row > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.tab-pane .pane {
  overflow: hidden;
}

.tab-pane .pane > ul,
.tab-pane .pane > div {
  animation-duration: 0.3s;
}

.tab-pane .pane {
  overflow: hidden;
}

.tab {
  height: 46px;
  background: url(../jpg/hsmzgp.jpg) left bottom repeat-x;
}

.tab a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
}

.tab a.current {
  color: #205190;
}

.tab a + a:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  border-left: 1px solid #ddd;
}
.list-a li i {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../png/72yvam.png);
  background-image: url(../png/jfbnf3.png) \9;
  background-size: 400px auto;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .grid {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
    text-align: center;
  }

  .tab a {
    width: 0%;
    min-width: inherit;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 2px;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .public .tab a {
    font-size: 16px;
  }
}





.p1 {
  padding-top: 20px;
  background-color: #fff;
}
.focus {
  position: relative;
  overflow: hidden;
  width: 1160px;
  height: 450px;
}

.focus .pic {
  height: 450px;
  background-position: center;
  background-size: cover;
}

.focus .pic img {
  display: block;
  width: 100%;
}

.focus .text {
  height: 450px;
  padding: 40px;
  background: #eee;
}

.focus .text h4 {
  margin-bottom: 5px;
  line-height: 43px;
  font-size: 24px;
  font-weight: bold;
}

.focus .date {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #999;
}

.focus .text p {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  line-height: 32px;
  font-size: 16px;
}

.focus .swiper-pagination {
  bottom: 10px;
  right: 0;
  left: auto;
  width: 400px;
  line-height: 60px;
  font-size: 20px;
  color: #769fc6;
}

.focus .swiper-pagination-current,
.focus .pageState span {
  font-size: 28px;
  color: #333;
}

.focus .swiper-pagination .swiper-pagination-total {
  font-size: 20px;
  color: #769fc6;
}

.focus .swiper-button {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 400px;
  height: 40px;
}

.focus .swiper-button-next,
.focus .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: auto 32px;
}

.focus .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
  background-image: url(/material/images/arr_l.png) \0;
}

.focus .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
  background-image: url(/material/images/arr_r.png) \0;
}

@media (max-width: 1200px) {
  .focus {
    width: auto;
    height: auto;
    margin-left: -16px;
    margin-right: -16px;
  }

  .focus .pic {
    height: 300px;
  }

  .focus .text {
    height: 149px;
    padding: 15px;
  }

  .focus .text h4 {
    width: 80%;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .focus .text p {
    overflow: hidden;
    height: 50px;
    border-top: 0.5px solid #ddd;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    opacity: 0.5;
  }

  .focus .swiper-button {
    width: 100%;
    bottom: 60%;
  }

  .focus .swiper-button-next,
  .focus .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.2);
    background-size: auto 24px;
  }

  .focus .swiper-pagination {
    width: 60px;
    bottom: 66px;
    line-height: 40px;
    font-size: 14px;
  }

  .focus .swiper-pagination-current {
    font-size: 20px;
    color: #fff;
  }
}


.public h2 {
  line-height: 60px;
  font-size: 30px;
  font-family: 'Source Han Serif SC';
  background: url(../jpg/i1c8m3.jpg) left center repeat-x;
}
.public h2 a {
  color: #224b7f;
  padding: 0px 20px 0px 45px;
  background: #fff url(../jpg/x070nr.jpg) 10px top no-repeat;
}

.a1 li {
  width: 20%;
}

.a1 li a {
  margin: 20px 10px;
}

.a1 li i {
  position: relative;
  display: block;
  box-sizing: content-box;
  border: 10px solid #edf8ff;
  margin: 0 auto 10px;
  background-color: #edf8ff;
  border-radius: 100px;
}

.a1 .s1 {
  background-position: 0px 0px;
}

.a1 .s2 {
  background-position: -40px 0px;
}

.a1 .s3 {
  background-position: -80px 0px;
}

.a1 .s4 {
  background-position: -120px 0px;
}

.a1 .s5 {
  background-position: -160px 0px;
}

.a1 .s6 {
  background-position: -200px 0px;
}

.a1 .s7 {
  background-position: -240px 0px;
}

.a1 .s8 {
  background-position: -280px 0px;
}

.a1 .s9 {
  background-position: -320px 0px;
}

.a1 .s10 {
  background-position: -360px 0px;
}

.a1 li a:hover .s1,
.a1 li a:hover .s2,
.a1 li a:hover .s3,
.a1 li a:hover .s4,
.a1 li a:hover .s5,
.a1 li a:hover .s6,
.a1 li a:hover .s7,
.a1 li a:hover .s8,
.a1 li a:hover .s9,
.a1 li a:hover .s10 {
  border-color: #224b7f;
  background-color: #224b7f;
}

.a1 li a:hover .s1 {
  background-position: 0px -40px;
}

.a1 li a:hover .s2 {
  background-position: -40px -40px;
}

.a1 li a:hover .s3 {
  background-position: -80px -40px;
}

.a1 li a:hover .s4 {
  background-position: -120px -40px;
}

.a1 li a:hover .s5 {
  background-position: -160px -40px;
}

.a1 li a:hover .s6 {
  background-position: -200px -40px;
}

.a1 li a:hover .s7 {
  background-position: -240px -40px;
}

.a1 li a:hover .s8 {
  background-position: -280px -40px;
}

.a1 li a:hover .s9 {
  background-position: -320px -40px;
}

.a1 li a:hover .s10 {
  background-position: -360px -40px;
}
.public .tab {
  height: 46px;
  background: url(../jpg/i1c8m3.jpg) center repeat-x;
}

.public .tab a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 0px 10px;
  line-height: 46px;
  font-size: 20px;
  font-weight: normal;
  background-color: #eee;
}

.public .tab a.current {
  color: #fff;
  font-weight: bold;
  background-color: #224b7f;
}
.public .tab a + a:before {
  display: none;
}

@media (max-width: 1200px) {
  .public .tab a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .a1 li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .a1 li {
    width: 33.33%;
  }
}


.p4 a {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.p4 img {
  width: 100%;
  height: 100%;
}


.b1 img {
  width: 150px;
  height: 110px;
  float: left;
  margin-right: 20px;
}
.b1 p {
  
  line-height: 30px;
}
.b1 a {
  display: block;
  text-align: center;
  line-height: 20px;
  margin: 20px 0px;
  background-color: #eee;
}
.b1 a em {
  color: #224b7f;
  background-color: #fff;
  padding: 0px 20px;
}





.menu-more a {
  font-size: 16px;
}

.side-menu03 ul {
  margin: 0px;
}

.side-menu03 li {
  width: 16.66%;
}

.side-menu03 li a {
  position: relative;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  margin: 10px;
  padding: 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  background-color: #eee;
  border-radius: 3px;
}

.side-menu03 li a:hover {
  background-color: #eef;
}

.side-menu03 li.current a {
  background-color: #224b7f;
  color: #fff;
}

@media (max-width: 1200px) {
  .side-menu03 {
    margin-bottom: 20px;
  }

  .side-menu03 li {
    float: left;
    width: 33.33%;
  }

  .side-menu03 li a {
    margin: 5px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    background-color: #eee;
    border-radius: 3px;
  }

  .side-menu03 li.current a {
    background-color: #224b7f;
    color: #fff;
  }
}

@media (max-width: 480px) {
  .side-menu03 li a {
    padding: 0 10px;
    font-size: 14px;
  }
}



.main .list-b li p.date {
  float: left;
  display: block;
  color: #999;
  font-size: 12px;
  margin-right: 30px;
  height: 100px;
  line-height: 60px;
  z-index: 999;
  border-top: 2px solid #224b7f;
}

.main .list-b li p.date span {
  font-size: 28px;
  font-weight: bold;
  z-index: 999;
}

.main .list-b li p.info {
  font-size: 14px;
}

.main .list-b li p.rq {
  color: #830002;
}

@media (min-width: 1200px) {
  .main .list-b li {
    float: left;
    width: 48%;
    margin: 1%;
  }
}

@media (max-width: 768px) {
  .main .list-b li {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .main .list-b li p.date {
    margin-right: 10px;
  }
  .list-b li .pic img {
    width: 100%;
  }
  .list-b li h4 {
    font-size: 16px;
  }
  .list-b li p {
    font-size: 14px;
  }
}



.list-menu {
  margin-left: -10px;
  margin-right: -10px;
}

.list-menu li a {
  position: relative;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  margin: 10px;
  padding: 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  background-color: #eee;
  border-radius: 6px;
}

.list-menu li a:hover {
  background-color: #eef;
}

.list-menu li.current a {
  background-color: #224b7f;
  color: #fff;
  box-shadow: 0px 0px 13px 3px rgba(34, 75, 127, 0.5);
}

.list-menu li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #224b7f;
  transition: 0.3s;
}

.list-menu li a:hover:before {
  width: 100%;
}

.list-b.b4 li {
  width: 48%;
  margin: 1%;
  border-radius: 10px;
  min-height: 120px;
  padding: 15px 15px 15px 115px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.list-b.b4 li:hover {
  color: #fff;
}
.list-b.b4 li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 0;
  border-bottom: 1px solid #ddd\9;
}

.list-b.b4 li:hover:after {
  border-bottom: 1px solid transparent;
}

.list-b.b4 .calendar {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  display: block;
  width: 90px;
  border-right: 1px solid #ddd;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.list-b.b4 .calendar em {
  display: block;
  line-height: 30px;
  font-size: 24px;
}
.list-b.b4 .share {
  margin: 0;
  top: auto;
  right: auto;
  left: 20px;
  bottom: 0;
  transition: 0.3s;
}

.list-b.b4 .share:hover {
  margin-left: -50px;
}

.list-b.b4 li .share .share-box {
  right: auto;
  left: 38px;
  visibility: hidden;
}

.list-b.b4 li .share:hover .share-box {
  visibility: visible;
}

.list-b.b4 li .share i {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #ccc;
  transition: 0.3s;
}

.list-b.b4 li .share:hover i {
  opacity: 0;
  display: none\0;
}

@media (max-width: 768px) {
  .list-b.b4 li {
    width: 95%;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  .list-menu li a {
    margin: 5px;
    font-size: 16px;
  }

  .list-b.b4 .share {
    position: absolute;
  }
}



.pages a {
  background-color: #eee;
  margin-bottom: 10px;
}

.pages a.current {
  background-color: #224b7f;
}



.hover-style3 li {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.hover-style3 li:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 0;
  left: 0%;
  top: 0%;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.hover-style3 li:hover:before {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  content: '';
  z-index: 0;
  border-top: 3px solid #224b7f;
  border-bottom: 1px solid #ddd\0;
}
.hover-style3 li:hover h4,
.hover-style3 li:hover p,
.hover-style3 li:hover strong,
.hover-style3 li:hover a,
.hover-style3 li:hover span {
  position: relative;
  z-index: 1;
}

.hover-style3 li:hover p.date {
  position: relative;
  z-index: 1;
  border-top: 2px solid #fff;
}


.md-blue {
  background-color: #224b7f;
}

.md-orange {
  background-color: #ff9d08;
}

.join,
.view {
  
  padding: 0 15px;
  border-radius: 100px;
  line-height: 30px;
}

.interview {
  line-height: 28px;
  font-size: 16px;
}

.interview-video {
  background-image: linear-gradient(to bottom, #e9e9e9, #fff);
}

.interview-video video {
  width: 100%;
}

.interview-pic .prev,
.interview-pic .next {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  color: #fff;
  animation-duration: 0.3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
  display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
  background: #37e;
  filter: none;
  color: #fff;
}

.interview-pic .prev {
  left: 0;
}

.interview-pic .next {
  right: 0;
}

.interview-info img {
  width: 60%;
  margin: 10px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.interview-info h3 {
  line-height: 40px;
  font-size: 22px;
  color: #224b7f;
}

.interview-info h3 b {
  font-weight: bold;
}

.interview-info h3 i {
  margin-right: 10px;
  color: #ccc;
  vertical-align: -1px;
}

.interview-info p {
  font-size: 16px;
  line-height: 32px;
}

.interview-text {
  max-height: 800px;
  overflow: hidden;
}

.interview-text:hover {
  overflow-x: hidden;
  overflow-y: auto;
}

.interview-text p {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.interview-text p.q {
  cursor: pointer;
}

.interview-text p.q,
.interview-text p.a {
  padding: 15px 15px 15px 55px;
}

.interview-text p.q:before,
.interview-text p.a:before {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
}

.interview-text p.q:before {
  content: 'Q';
  color: #048;
}

.interview-text p.a:before {
  content: 'A';
  color: #ccc;
}

.interview-text p.current {
  background-color: #f8f8f8;
}

.lnterview .list-b li .pic {
  float: left;
  position: relative;
  width: 330px;
  height: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.lnterview .list li:hover .pic img {
  transform: scale(1.1);
}

.lnterview .list .pic img {
  display: block;
  width: 100%;
  min-height: 100%;
  transition: all 0.3s;
}





.site-map h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: none;
  background-color: #fff;
}

.site-map .row {
  margin-right: -5px;
  margin-left: -5px;
}

.site-map .row > .col,
.site-map .row > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.site-map ul {
  margin-bottom: 20px;
  padding: 15px 0;
}

.site-map li {
  position: relative;
  transition: all 0.3s;
}

.site-map li > a {
  position: relative;
  display: block;
  margin: 5px;
  padding: 0 20px;
  line-height: 60px;
  text-align: center;
  background-color: #f9f9f9;
  color: #048;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  border-radius: 4px;
}

.site-map li > a:hover,
.site-map li > a:focus {
  background-color: #204f8b;
  color: #fff;
  font-weight: bold;
}

.site-map li > a::before,
.site-map li > a::after {
  position: absolute;
  top: 0;
  font-weight: normal;
  color: transparent;
  font-size: 14px;
  content: '\2022';
  text-shadow: 0 0 transparent;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
}

.site-map li > a::before {
  left: 20px;
}

.site-map li > a::after {
  right: 20px;
}

.site-map li > a:hover::before,
.site-map li > a:focus::before,
.site-map li > a:hover::after,
.site-map li > a:focus::after {
  color: #fff;
  text-shadow: 8px 0 #fff, -8px 0 #fff;
}




.leader.tc .pic {
  position: relative;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 210px;
  margin: 0 auto 20px;
  background-color: #eee;
}

.leader-menu li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
  line-height: 60px;
}

.leader-menu li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
  line-height: 60px;
}

.leader .pic img {
  display: block;
  width: 100%;
}

.leader dt {
  float: left;
  width: 140px;
  margin-right: -140px;
  padding: 120px 0 0 20px;
  line-height: 30px;
  font-size: 22px;
}

.leader dd {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px 15px 155px;
}

.leader .list-p li a {
  padding: 20px 0;
  text-align: center;
}

.leader .list-p .pic {
  position: relative;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 190px;
  margin: 0 auto 20px;
  background-color: #eee;
}

.leader .list-p .pic + h4 {
  max-height: 70px;
}

.leader .list-b .pic {
  float: left;
  position: relative;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 210px;
  margin: 0;
  background-color: #eee;
}

.leader .list-b li h4,
.leader .list-b li h4 ~ p,
.leader .list-b li .leader-info {
  margin-left: 170px;
}

.leader .list-b li h4 {
  font-size: 20px;
}

.leader .list-b li h4 ~ p {
  padding: 5px 0;
}

.leader-info {
  min-height: 144px;
  padding: 20px;
  line-height: 24px;
  background-color: #f0f3f8;
  background-image: linear-gradient(to top, #f0f3f8, #f1fafe);
  border-radius: 4px;
}

.leader-info h5 {
  border-left: 4px solid #06b;
  margin-left: -20px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
}

.leader-info p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 80px;
  padding: 5px 0;
}

.leader-info p .btn {
  margin-top: 10px;
}

.leader-info p + h5 {
  margin-top: 20px;
}

.leader .list-b li .card {
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s;
}

.leader .list-b li:hover .card {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 27, 128, 0.1);
}

@media (max-width: 1200px) {
  .leader dt {
    float: none;
    width: 100%;
    margin: 0;
    padding: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
  }

  .leader dd {
    border-bottom: 1px solid #ddd;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .leader .list-p .pic {
    width: 120px;
    height: 168px;
  }

  .leader .list-b .pic {
    width: 80px;
    height: 112px;
  }

  .leader .list-b li h4,
  .leader .list-b li h4 ~ p,
  .leader .list-b li .leader-info {
    margin-left: 100px;
  }

  .leader .list-b li:first-child .pic {
    margin-bottom: 20px;
  }

  .leader .list-b li:first-child .leader-info {
    clear: both;
    margin-left: 0;
  }
}

@media (max-width: 360px) {
  .leader .list-p .pic {
    width: 100px;
    height: 140px;
  }

  .leader .list-b li .card {
    padding: 10px;
  }
}





.forms input[type='radio'] {
  -webkit-appearance: radio;
}

.forms input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

.forms .form-control {
  padding: 6px;
}

.forms input.form-control {
  height: 38px;
}

.forms .pane {
  animation-duration: 0.3s;
}

.forms .row > div[class*='col-'] {
  margin-bottom: 1rem;
}

.forms .form-control:focus {
  border-color: #37e;
  box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, 0.1);
}

.forms .form-inline .radio input {
  vertical-align: -2px;
  margin-right: 4px;
}

.forms .control-label {
  font-weight: bold;
}

.text-intro p {
  margin: 12px 0;
  line-height: 24px;
  font-size: 16px;
  text-indent: 2em;
}

.text-intro p a {
  margin: 0 5px;
  color: #06b;
  text-decoration: underline;
}

.info-btns [class*='btn'] {
  margin: 10px;
  transition: 0.3s;
}

.info-btns .btn-lg {
  font-size: 18px;
}

.info-btns [class*='btn']:hover {
  box-shadow: 0 10px 20px rgba(0, 27, 128, 0.1);
  transform: translate(0, -3px);
}

.info-detail {
  max-width: 800px;
  border: 1px solid #ddd;
  margin: 20px auto;
  padding: 0 15px;
  font-size: 15px;
}

.info-detail .row {
  margin-left: -15px;
  margin-right: -15px;
}

.info-detail .row:nth-of-type(odd) {
  background-color: #fafafa;
}

.info-detail .row > div {
  border-top: 1px solid #ddd;
  margin-top: -1px;
  padding: 15px;
}



@media (max-width: 320px) {
  .nav ul li:nth-child(1) {
    display: none !important;
  }
  .nav li {
    width: 16.58% !important;
  }
}