body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '微软雅黑', sans-serif;
}
a:hover{ color: #1169e2; }
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
.float-box {
  position: fixed;
  right: 0;
  top: 85%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 44px;
}
.float-box div {
  margin-bottom: 6px;
}
.float-box div img {
  display: block;
  max-width: 100%;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 52px;
  border: none;
  background: #1169e2;
  z-index: 1000;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  /* width: 8.303333%; */
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 14px 0;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #F1F1F1;
  height: 4px;
  transform: translateX(-50%);
  width: 0;
  overflow: hidden;
  transition: all .3s;
}
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
  background-color: #0b56be!important;
  color: #fff!important;
}
nav.navbar.bootsnav ul.nav li.dropdown a:hover,
nav.navbar.bootsnav ul.nav li.dropdown a:focus,
nav.navbar.bootsnav ul.nav li.dropdown.active a:focus {
  background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav li.dropdown:hover > a {
  background: #0b56be!important;
  color: #fff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: none;
  border-left: 3px solid #1169e2;
  width: 100%;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff!important;
  background-color: #1169e2 !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.padnav {
  display: none;
}
.common-title {
  position: relative;
}
.common-title.switch {
  overflow: hidden;
}
.common-title.switch .switch_tab {
  float: left;
}
.common-title.switch .switch_tab a {
  cursor: pointer;
}
.common-title.switch .switch_tab:last-child {
  margin-left: 50px;
}
.common-title.switch .switch_tab:last-child.active::after {
  left: 185px;
}
.common-title.switch::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #d6dfeb;
  position: absolute;
  left: 160px;
  top: 5px;
}
.common-title.switch .switch_tab a.more {
  display: none;
}
.common-title.switch .switch_tab.active a.h24 {
  color: #333;
  font-weight: 700;
}
.common-title.switch .switch_tab.active a.more {
  display: block;
}
.common-title.switchs {
  overflow: hidden;
}
.common-title.switchs .switch_tab {
  float: left;
}
.common-title.switchs .switch_tab a {
  cursor: pointer;
}
.common-title.switchs .switch_tab:last-child {
  margin-left: 30px;
}
.common-title.switchs .switch_tab a.more {
  display: none;
}
.common-title.switchs .switch_tab.active a.h24 {
  color: #1169e2;
}
.common-title.switchs .switch_tab.active a.more {
  display: block;
}
.common-title a.h24 {

}
.common-title a.h24:hover {
  color: #1169e2;
}
.common-title a.more {
  position: absolute;
  right: 0;
  top: 50%;
  color: #1355b2;
  transform: translateY(-50%);
  font-size: 15px;
}
.common-title .switch_tab.active {
  margin-bottom: 20px;
}
.common-title .switch_tab.active::after {
  content: '';
  display: inline-block;
  width: 136px;
  height: 4px;
  background: #1169e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common-title .switch_tab.active.red-after::after {
  background: #ffba00;
}
.common-title.red-after {
  border-bottom: 1px solid transparent;
}
.common-title.red-after .switch_tab::after {
  background: #ffba00;
}
.first-pull {
  background: #fbfcfe;
}
.header-top {
  background: url(20241106hzyxyjs_topbg.png) center center no-repeat;
  background-size: cover;
  min-height: 137px;
}
.header-top .header-tool {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 2px;
}
.header-top .header-tool li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.header-top .header-tool li:last-child {
  padding-right: 0;
}
.header-top .header-tool li:last-child:after {
  display: none;
}
.header-top .header-tool li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 4px;
}
.header-top .header-tool li a {
  font-size: 16px;
  color: #fff;
}
.header-top .header-tool li a:hover {
  color: #fd9714;
}
.header-top .header-logo-wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-top .header-logo {
  float: left;
  flex: 1;
}
.header-top .header-logo .img-boxs {
  display: inline-block;
}
.header-top .header-search {
  max-width: 240px;
  position: relative;
  float: right;
}
.header-top .header-search input {
  width: 100%;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  padding: 0 60px 0 20px;
}
.header-top .header-search :-ms-input-placeholder {
  color: #333;
}
.header-top .header-search ::-webkit-input-placeholder {
  color: #333;
}
.header-top .header-search img {
  position: absolute;
  right: 20px;
  top: 6.5px;
  cursor: pointer;
  z-index: 1;
  border-left: 1px solid #174dc6;
  padding-left: 13px;
}

.index_centbg{
  background:url(20241106hzyxyjs_centbg.png) no-repeat top center;
  padding:30px 0 0;
  overflow: hidden;
}
.index_centbgbtm{
  background:url(20241106hzyxyjs_centbtm.png) no-repeat bottom center;
}
.bgfff{ background:#fff; 
  border-top: 2px solid #1169e2; position: relative;}
.bgfff:before{
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background:#fd9714;
  left:0;
  top: -2px;
  position: absolute;
}
.index_gzdt{ padding:20px; min-height: 452px;}


.index-banner {
  margin-top: 30px;
  margin-bottom: 45px;
}
.index-banner .swiper-slide-active .banner-box .info-cont {
  bottom: 0;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .info-cont {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  transition: all ease 1.2s;
  padding: 60px 150px 20px 25px;
  background: url(20241106hzyxyjs_icon04.png) bottom center no-repeat;
}
.index-banner .banner-box .info-cont a {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
}
.index-banner .banner-box .info-cont a:hover {
  color: #f4e3a7;
}
.index-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  width: 34px;
}
.index-banner .banner-page {
  bottom: 20px;
  width: auto;
  left: auto;
  right: 20px;
}
.news .public-wrap {
  margin-top: 25px;
}
.news .public-wrap.switch_cont .news-list {
  display: none;
}
.news .public-wrap.switch_cont .news-list.active {
  display: block;
}
.news .news-list {
  margin-top: 25px;
}
.news .news-list li {
  padding-left: 20px;
  position: relative;
  padding-right: 20%;
  background: url(20241106hzyxyjs_icon05.png) left top 19px no-repeat;
}
.news .news-list li a {
  width: 100%;
  font-size: 18px;
  color: #333333;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding:8.8px 0;
}
.news .news-list li span.date-s {
  position: absolute;
  right: 0;
  top: 45%;
  color: #1169e2;
  font-size: 16px;
  transform: translateY(-50%);
}
.news .news-list li:hover a,
.news .news-list li:hover span.date-s {
  color: #1169e2;
}
.news a.db {
  position: relative;
  min-height: 140px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.news a.db:hover .news-box .title {
  color: #1169e2;
}
.news a.db .img-boxs {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 140px;
}
.news a.db .img-boxs img {
  min-height: 140px;
  object-fit: cover;
}
.news a.db .news-box {
  padding-left: 255px;
  padding-top: 20px;
  padding-right: 20px;
}
.news a.db .news-box .title {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}
.news a.db .news-box .data-s {
  font-size: 14px;
  color: #1169e2;
  margin: 15px 0;
}
.news a.db .news-box .des {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.public-box {
 
}

.tool-swiper {
  margin: 60px 0;
}
.tool-swiper a.db {
  text-align: center;
  margin: 0 auto;
}
.tool-swiper a.db:hover .img-boxs {
  background: #e0e5f3;
  border: 1px dashed #1169e2;
}
.tool-swiper a.db:hover .img-boxs img {
  transform: scale(1.05) translate(-50%, -50%);
}
.tool-swiper a.db .img-boxs {
  display: inline-block;
  width: 85px;
  height: 85px;
  background: #f0f4ff;
  border-radius: 50%;
  position: relative;
  border: 1px dashed transparent;
  transition: all ease 0.5s;
}
.tool-swiper a.db .img-boxs img {
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all ease 0.25s;
  transform: translate(-50%, -50%);
}
.tool-swiper a.db p.h16 {
  color: #1169e2;
  margin-top: 10px;
}
.news-list a.dbs {
  background: #f8faff;
  padding-bottom: 15px;
  display: block;
}
.news-list a.dbs .img-boxs {
  min-height: 140px;
}
.news-list a.dbs .img-boxs img {
  width: 100%;
  min-height: 140px;
  object-fit: cover;
}
.news-list a.dbs .title {
  padding: 0 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #333333;
}
.news-list a.dbs .title:hover {
  color: #1169e2;
}
.verline-li .news .news-list li {
  margin-top: 0;
  margin-bottom: 10px;
}
.verline-li .news .news-list li:last-child {
  margin-bottom: 0;
}
.special-swiper {
  margin-top: 25px;
}
.special-swiper .img-boxs:hover img {
  transform: scale(1.05);
}
.special-swiper .img-boxs img {
  width: 100%;
  min-height: 95px;
  max-height: 95px;
}
.swit-aside li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.swit-aside li .time {
  width: 70px;
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #bbcae2;
}
.swit-aside li .time .mo {
  font-size: 18px;
  line-height: 22px;
  color: #454979;
  display: block;
}
.swit-aside li .time .year {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #a9a9a9;
}
.swit-aside li a {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  min-height: 45px;
  padding-left: 15px;
}
.swit-aside li a:hover {
  color: #1169e2;
}
.ysdw-box {
  background: #f2f5fa;
  padding: 19px 20px;
  min-height: 305px;
}
.ysdw-box .ysdw-swtich-tit span {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 7px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.ysdw-box .ysdw-swtich-tit span:last-child {
  margin-left: 20px;
}
.ysdw-box .ysdw-swtich-tit span.active {
  font-weight: 700;
  color: #1169e2;
  border-bottom: 3px solid #1169e2;
}
.ysdw-box .ysdw-switch-cont {
  margin-top: 20px;
  display: none;
}
.ysdw-box .ysdw-switch-cont.active {
  display: block;
}
.ysdw-box .ysdw-switch-cont li {
  margin-bottom: 9px;
}
.ysdw-box .ysdw-switch-cont li:last-child {
  margin-bottom: 0;
}
.ysdw-box .ysdw-switch-cont li a {
  display: flex;
  background: #fff;
}
.ysdw-box .ysdw-switch-cont li a .img-boxs {
  width: 50px;
  height: 50px;
  background: #dde8fa;
  text-align: center;
}
.ysdw-box .ysdw-switch-cont li a .img-boxs img {
  width: auto;
  max-width: 50px;
}
.ysdw-box .ysdw-switch-cont li a .title {
  padding: 10px 10px 0 10px;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ysdw-box .ysdw-switch-cont li a .title:hover {
  color: #1169e2;
}
.zdpt-item {
  margin: 13px -4px 0;
}
.zdpt-item li {
  float: left;
  width: 50%;
  padding: 0 4px;
  margin-top: 8px;
}
.zdpt-item li a img {
  min-height: 55px;
  max-height: 55px;
}
.zdpt-item li a:hover img {
  transform: scale(1.05);
}
.foot-box {
  background: url(20241106hzyxyjs_footbg.png) left top no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.footer-link .footer-link-wrap select {
  width: 100%;
  border: 1px solid #7c8cc3;
  appearance: none;
  -webkit-appearance: none;
  /* 去掉默认的iOS下拉箭头样式 */
  -moz-appearance: none;
  /* 去掉默认的Firefox下拉箭头样式 */
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.footer-link .footer-link-wrap select option {
  color: #333;
}
.footer {
 padding:30px 0 20px;
}
.footer .footer-wrap {
  position: relative;
}
.footer .footer-wrap a.db {
  float: left;
  margin-right: 20px;
  padding-top: 3px;
}
.footer .footer-wrap .footer-info {
  float: left;
  padding-left: 20px;
  padding-top: 5px;
}
.footer .footer-wrap .work {
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display:flex;
  align-items:center;
}
.footer-info .info p {
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
}
.footer-info .info p a {
  color: #fff;
}
.footer-info .info p a.gaw {
  padding-left: 20px;
  background-size: contain;
}
.footer-link > li > a:hover,
.footer-info .info p a:hover {
  color: #fd9714;
}
.other-box .aside-item {
  padding-left: 10px;
  background-size: cover;
}
.other-box .aside-item h3 {
  background:url(20241106hzyxyjs_icon09.png) #1169e2 no-repeat right top;
  padding: 22.5px;
  
}
.other-box .aside-item h3 span {
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.other-box .aside-item .aside-list {
  background: #fff;
  padding: 15px 5px 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.other-box .aside-item .aside-list li {
  padding: 0px 20px;
  transition: all ease 0.25s;
  border-bottom:1px solid #c4d4ff;
}
.other-box .aside-item .aside-list li:hover a {
  color: #0d4994;
}
.other-box .aside-item .aside-list li:hover a:after {
  background: #ffba00;
}
.other-box .aside-item .aside-list li.active a {
  font-weight: 700;
}
.other-box .aside-item .aside-list li a {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 20px;
  color: #333;
  width: 100%;
}
.other-box .aside-item .aside-list li:last-child{
  border-bottom: none;
}
.other-box .aside-item .aside-list li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 18px;
  transform: translateY(-50%);
}
.other-box .aside-item .aside-list li.active a:after {
  background: #ffba00;
}
.other-box .ti-ma {
  background: #fff;
  padding: 16px 30px 50px 30px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
  min-height: 500px;
}
.other-box .ti-ma .tuwen {
  min-height: 150px;
  padding-top: 30px;
}
.other-box .common-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #cfd8e4;
}
.other-box .common-title a {
  background: none;
  position: inherit;
  padding-right: 0px;
  top: auto;
}
.other-box .common-title a.h22 {
  font-size: 24px;
  color: #343434;
  position: inherit;
  background: none;
  top: auto;
  padding-right: 0;
}
.other-box .common-title a.h22:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -16px;
  background:#1169e2;
}
.other-box .bread-item-groups {
  float: right;
  padding-top: 10px;
}
.other-box .bread-item-groups .bread-location,
.other-box .bread-item-groups .bread-item {
  display: inline-block;
  color: #666;
  font-size: 16px;
}
.other-box .bread-item-groups .bread-item a {
  color: #808080;
}
.other-box .bread-item-groups .bread-item a:hover {
  color: #1169e2;
}
.other-box .bread-item-groups .bread-item a:last-child:after {
  display: none;
}
.other-box .wrap {
  padding-top: 30px;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 40px;
  min-height: 150px;
}
.other-box .wrap img,.other-box .wrap video{
  max-width:100%;
}
.tuwen .wenzi-item li {
  transition: all ease 0.3s;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
}
.tuwen .wenzi-item li:hover {
  background: #1169e2;
}
.tuwen .wenzi-item li:hover a,
.tuwen .wenzi-item li:hover .data-s {
  color: #fff;
}
.tuwen .wenzi-item li:hover a:after {
  background: #ffffff;
}
.tuwen .wenzi-item li a {
  font-size: 18px;
  color: #333333;
  padding: 10px 20px 10px 26px;
  position: relative;
  flex: 1;
}
.tuwen .wenzi-item li a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #4383d2;
  position: absolute;
  top: 19px;
  left: 0;
}
.tuwen .wenzi-item li .data-s {
  float: right;
  color: #666;
  display: inline-block;
  width: 120px;
  text-align: right;
  font-size: 16px;
}
.other-box .content-info {
  margin-top: 30px;
}
.other-box .content-info .title {
  text-align: center;
  line-height: 30px;
  color: #0046b9;
}
.other-box .content-info .detail {
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #999999;
  text-align: center;
  font-size: 16px;
}
.other-box .content-info .detail .before{ display: inline-block;  
  margin:0 50px; }
.other-box .content-info .detail .after{  margin:0 50px;
  display: inline-block;}
.other-box .content-info .detail .auther {

  display: inline-block;
  color: #666;
}

.other-box .content-info .detail span a {
  color: #666;
}
.other-box .next-list {
  padding-top: 30px;
  border-top: 1px solid #d9dfe7;
}
.other-box .next-list li {
  margin: 8px 0;
}
.other-box .next-list li a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333;
}
.other-box .next-list li a:hover {
  color: #1169e2;
}
.tuwen .tuwen-item li {
  background-color: #ffffff;
  border-radius: 6px;
  transition: all ease 0.25s;
  margin-bottom: 30px;
}
.tuwen .tuwen-item li:hover a.db .tuwen-list .title {
  color: #1169e2;
}
.tuwen .tuwen-item li a.db {
  position: relative;
  padding-left: 240px;
  min-height: 160px;
}
.tuwen .tuwen-item li a.db .img-boxs {
  width: 220px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.tuwen .tuwen-item li a.db .img-boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tuwen .tuwen-item li a.db .img-boxs img[src=""] {
  display: none;
}
.tuwen .tuwen-item li a.db[data-img=""] {
  padding-left: 0;
  min-height: auto;
}
.tuwen .tuwen-item li a.db[data-img=""] .img-boxs {
  display: none;
}
.tuwen .tuwen-item li .tuwen-list .title {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
.tuwen .tuwen-item li .tuwen-list .des {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin: 15px 0 10px 0;
}
.tuwen .tuwen-item li .tuwen-list .date-s {
  color: #1169e2;
}
.tuwen .tupian-item li {
  margin-bottom: 30px;
}
.tuwen .tupian-item a.db img {
  min-height: 215px;
  max-height: 215px;
  object-fit: cover;
  width: 100%;
}
.tuwen .tupian-item a.db .title {
  min-height: 50px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: all ease 0.25s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tuwen .tupian-item a.db[data-pic=""] .img-boxs {
  position: relative;
}
.tuwen .tupian-item a.db:hover .title {
  color: #1169e2;
}
.leader-box {
  margin-top: 20px;
}
.leader-box ul.row.row-30 {
  display: flex-wrap;
  display: flex;
  justify-content: center;
}
.leader-box a {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.leader-box a:hover .leader-name {
  color: #1169e2;
}
.leader-box a img {
  width: 100%;
  height: 254px;
}
.leader-box a .leader-name {
  font-size: 20px;
  color: #444444;
  padding: 20px 0 5px;
  transition: all ease 0.25s;
}
.leader-box a span{ font-size: 16px; color: #3d55a7; }
.leader-box a .zc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #1169e2;
  padding-bottom: 10px;
}
.tdose .trods {
  margin-bottom: 30px;
}
.tdose .trods .common-title {
  position: relative;
}
.tdose .trods .common-title a.h22 {
  display: inline-block;
}
.tdose .trods .bread-item-groups {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tdose .bread-item-groups {
  margin-top: 0;
  padding-top: 0;
}
.tuwen .jgsz li {
  margin-bottom: 30px;
}
.tuwen .jgsz li a {
  font-size: 18px;
  padding: 15px 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  display: block;
  height: 80px;
  border-radius: 5px;
  /*overflow:hidden;*/
  position: relative;
}
.tuwen .jgsz li a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.tuwen .jgsz.jgsz-ky li a:after {
  background: #0d4994;
}
.tuwen .jgsz.jgsz-ky li a {

  background-size: cover;
  border: 1px solid #1169e2;
}
.tuwen .jgsz.jgsz-ky li a:hover {
  background: #1169e2;
  background-size: cover;
  color: #fff;
}
.tuwen .jgsz.jgsz-ky li a:hover:after {
  background: #c61111;
}
.tuwen .jgsz li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.origion {
  padding-top: 30px;
}
.origion .origion-tit {
  font-size: 20px;
  line-height: 30px;
  color: #1169e2;
  font-weight: 700;
  padding-left: 20px;
  
}
.origion .origion-list {
  margin: 0 -15px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.origion .origion-list li {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.origion .origion-list li a {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  background: #f2f7ff;
  display: block;
  padding: 10px 20px;
  border-radius: 2px;
  overflow: hidden;
}
.origion .origion-list li a:hover {
  color: #fff;
  background: #2966ca;
}
.Rightfixed {
  position: fixed;
  top: 344px;
  left: 50%;
  margin-left: 705px;
  -webkit-transform: translateZ(0);
  z-index: 10;
}
.Rightfixed img {
  display: block;
  width: 40px;
  margin-bottom: 2px;
}
.RF_box {
  position: relative;
}
/* 中小屏以上 */


@media all and (min-width: 1921px) {
  .index_centbg{ background-size:cover;}
  .index_centbgbtm{ background-size:cover;}
}

@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  nav.navbar.bootsnav ul.nav > li {
    flex: 1;
    position: relative;
  }
  /* nav.navbar.bootsnav ul.nav > li:nth-child(5){flex: 2;} */
  nav.navbar.bootsnav ul.nav > li.dropdown .dropdown-menu::after {
    content: '';
    border-bottom: 6px solid #0a5ea5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: -6px;
    width: 0;
    transform: translateX(-50%);
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    font-weight: 700;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: none;
    border-left: 3px solid #0b56be;
    border-right: 3px solid #0b56be;
    width: 100%;
    background: #0b56be;
    min-width: 156px;
    text-align: center;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 16px;
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown.pc-menu {
    position: initial;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav {
    width: 100%;
    position: absolute;
    left: 0;
    background: #f0f4ff;
    border-color: #f0f4ff;
    min-height: 100px;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap {
    position: relative;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .title {
    font-size: 20px;
    font-weight: 700;
    color: #1169e2;
    padding-left: 20px;
    margin-bottom: 15px;
    
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .img-boxs img {
    width: 100%;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .des {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #353535;
    line-height: 24px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .more {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #1169e2;
    font-weight: 700;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .leader-box a {
    margin-bottom: 15px;
    border: none;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .leader-box .img-boxs img {
    width: auto;
    max-height: 120px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .leader-box .leader-name {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .zzjg li {
    margin-top: 5px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .zzjg li a {
    font-size: 14px;
    color: #1169e2;
    padding-left: 20px;
    
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .zzjg li a:hover {
    color: #333 !important;
  }
  .verline-li .container .row-20 .col-md-9.col-20 {
    width: 71.5%;
  }
  .verline-li .container .row-20 .col-md-3.col-20 {
    width: 28.5%;
  }
  .index-banner .banner-box .img-boxs img {
    width: 100%;
    max-height: 452px;
    min-height: 452px;
    object-fit: cover;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .container {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    display: none;
  }
  .nav-wrap .padnav {
    display: block;
    background: #1169e2;
  }
  .nav-wrap .padnav .cur a {
    background: #0b56be!important;
  }
  /* .nav-wrap .padnav .swiper-slide-active a {
    background: #0b56be!important;
  } */
  .nav-wrap .padnav li a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 0;
    white-space: nowrap;
  }
  .nav-wrap .padnav .padnav-mask {
    background: url(20241106hzyxyjs_icon06.png) no-repeat center #c13e37;
    width: 24px;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background-size: 8px 14px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 5px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff!important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff!important;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
  #pages .pages {
    display: none;
  }
  #pages #more {
    width: 100%;
    background: #1169e2;
    color: #fff;
  }
  .other-box .aside-item {
    position: fixed;
    padding-left: 0;
    top: 25%;
    width: 200px;
    margin-right: 0;
    z-index: 9999;
    box-sizing: border-box;
    transition: all ease 0.25s;
  }
  .other-box .aside-item:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(20241106hzyxyjs_icon07.png) no-repeat center;
    background-color: rgba(16, 47, 154, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 9997;
    transform: translateY(-60%);
  }
  .other-box .aside-item.open:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(20241106hzyxyjs_icon08.png) no-repeat center;
    background-color: rgba(16, 47, 154, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-60%);
  }
  .header-top {
    min-height: auto;
    padding-bottom: 25px;
  }
  .index-banner .banner-box .info-cont {
    padding: 20px 15px 40px;
  }
  .index-banner .banner-box .info-cont a {
    font-size: 18px;
  }
  .index-banner .banner-page {
    width: 100%;
    right: auto;
    bottom: 10px;
  }
  .banner-box .img-boxs img {
    min-height: 400px;
    object-fit: cover;
  }
  .public-box .container .col-20.col-md-6:last-child,
  .news .public-wrap .news-list .col-md-9:last-child {
    margin-top: 30px;
  }
  .news a.db .news-box .title {
    display: block;
  }
  .news a.db .news-box .des {
    display: none;
  }
  .common-title .switch_tab.tzgg {
    margin-top: 30px;
  }
  .news .news-list li a {
    white-space: inherit;
  }
  .news .news-list li span.date-s {
    top: 12px;
  }
  .footer-link-wrap .select-box {
    margin-bottom: 15px;
  }
  .footer .footer-wrap .footer-info {
    border-left: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer .footer-wrap a.db,
  .footer .footer-wrap .footer-info,
  .footer .footer-wrap .work {
    float: none;
  }
  .footer .footer-wrap .work {
    position: initial;
    transform: translateY(0);
  }
  .other-box .tuwen .tuwen-item li a.db {
    padding-left: 0;
  }
  .other-box .tuwen .tuwen-item li a.db .img-boxs {
    width: 100%;
    height: auto;
    position: initial;
    margin-bottom: 10px;
  }
  .other-box .wrap .xgplayer-skin-default{
    width:100%;
    max-width:100%;
  }
}
@media (max-width: 767px) {
  .header-top .header-tool {
    padding-top: 20px;
  }
  .header-top .header-tool li {
    padding: 0 10px;
  }
  .header-top .header-logo-wrap {
    justify-content: end;
  }
  .header-top .header-logo {
    flex: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-box .img-boxs img {
    min-height: 300px;
  }
  .index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .news a.db .img-boxs {
    position: inherit;
    width: 100%;
    height: auto;
  }
  .news a.db .news-box {
    padding: 15px;
  }
  .news a.db .news-box .des {
    display: block;
  }
  .news .news-list li {
    padding-right: 0;
  }
  .common-title .switch_tab.active {
    margin-bottom: 15px;
  }
  .common-title.switch::after {
    display: none;
  }
  .common-title.switch .switch_tab:last-child.active::after {
    left: 160px;
  }
  .news .news-list li span.date-s {
    position: inherit;
    top: 0;
  }
  .swit-aside li a {
    display: block;
  }
  .other-box .bread-item-groups{
    float:none;
    padding-top: 35px;
  }
  .other-box .ti-ma{
    padding:15px 15px 50px 15px;
  }
  .tuwen .wenzi-item li{
    padding:0 15px;
  }
  .tuwen .wenzi-item li a{
    flex: initial;
    padding-right: 0;
    padding-bottom: 5px;
    white-space: normal;
  }
  .tuwen .wenzi-item li .data-s{
    padding-left: 20px;
    text-align: left;
    padding-bottom: 15px;
  }
  .leader-box ul.row.row-30{
    flex-wrap:wrap;
    justify-content:flex-start;
  }
}
@media (max-width: 400px) {
  .banner-box .img-boxs img {
    min-height: 250px;
  }
}


/* indexadd */
.index_three{ margin-bottom: 40px; }
.tzgg_index{ min-height: 340px; }
.three_tab{
  margin-top: 10px;
}
.three_tab .b{
  position:relative;
  left:-8px;
  display:inline-block;
  height: 0;
  color:#fff;
  min-height:48px;
  transition:all ease 2s;
  padding:6px 55px 8px 32px;
  z-index:1;
}
.three_tab .b:before{
  content:'';
  display:inline-block;
  position:absolute;
  left:0;
  width: 8px;
  height: 6px;
  bottom: -6px;
  background:url(20241106hzyxyjs_icon02.png) no-repeat;
}
.three_tab .b:after{
  content:'';
  display:inline-block;
  position:absolute;
  left:0;
  width:100%;
  bottom:0;
  border-top: 48px solid #1169e2;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  z-index:-1;
}
.three_tab .b:hover{
  color: #fd9714!important;
}
.three_tab .more{
  color:#1169e2;
  margin-right: 25px;
}
.three_tab .more:hover{ color:#1169e2; }
.tzgg_index .swit-aside{
  padding: 0 20px;
}
.tzgg_index .swit-aside li{ 
  padding-bottom: 22px; 
  margin-top: 22px;
  border-bottom:1px solid #d9e9ff;
}
.tzgg_index .swit-aside li:last-child{ border-bottom: 0; }
.tzgg_index .swit-aside li .time{font-weight: 700;}
.tzgg_index .swit-aside li .time .mo{ font-size:44px; color: #4b89ef;
    line-height: 1;  }
.tzgg_index .swit-aside li .time .year{ font-size: 18px;color: #4b89ef; }
.tzgg_index .swit-aside li a{ font-size: 18px; line-height: 30px; }

.zsxx_ul{ padding: 5px 20px 0; }
.zsxx_ul li{
  background: url(20241106hzyxyjs_icon05.png) left top 24px no-repeat;
  padding:15px 0 15px 20px;
  border-bottom:1px solid #d9e9ff;
}
.zsxx_ul li:last-child{ border-bottom: 0; }
.zsxx_ul li a{font-size: 18px; }
.zsxx_ul li span{ color:#1169e2; font-size: 16px; }
.xsjl_ul{

}
.xsjl_one{ border-bottom:1px solid #d9e9ff; display: block; padding-top: 10px; }
.xsjl_one h3{ font-size: 18px;line-height: 1.667; margin-bottom: 6px; }
.xsjl_one p{ color: #666666; font-size: 16px; line-height:1.875; }
.xsjl_one span{ font-size: 16px; color: #4b89ef; display: block;
    padding-bottom: 10px;
    padding-top: 5px;}
.xsjl_one span b{ font-size: 24px; }

.xzfc_index{ padding-bottom: 30px; }
.xzfc_tab{ color: #fff; overflow: hidden; margin-bottom: 25px; }
.xzfc_tab .b{ padding-left: 45px;
  background:url(20241106hzyxyjs_icon01.png) no-repeat left center; }
.xzfc_tab .more{ float: right; font-size: 16px; margin-top: 7px; }
.xzfc_tab .more:hover{
  color: #fd9714;
}
.xzfc_index .three_tab{ margin-bottom: 25px; position: relative;}
.xzfc_index .three_tab .more{
    position: absolute;
    right: 0;
    color: #fff;
    top: 10px;
    font-size: 15px;
} 
.xzfc_index .three_tab .b:after{border-top: 48px solid #fd9714;}
.xzfc_index .three_tab .b:before{background:url(20241106hzyxyjs_icon10.png) no-repeat;}
.xzfc_index .three_tab .b:hover {
    color: #fff!important;
}
.banner04{}
.sp_lbcent{
}
.sp_lbcent b{ margin-bottom: 10px; }
.sp_lbcent b img{
  width:100%;
  height: 184px;
}
.sp_lbcent p{
  font-size: 18px;
  color: #ffffff;
  position:relative;
  padding-left: 22px;
}
.sp_lbcent a:hover p{
  color: #fd9714;
}
.sp_lbcent p:after{
  content:'';
  display:inline-block;
  position:absolute;
  left:0;
  top:2px;
  width: 3px; height: 22px;
  background:#fd9814;
}
.wenzi_list{
  padding: 15px 20px 0;
  overflow: hidden;
}
.wenzi_list li{ line-height: 40px;overflow: hidden;}
.wenzi_list li a{
  float: left;
  background-image: url(20241106hzyxyjs_icon05.png);
  background-repeat: no-repeat;
  background-position: left top 18px;
  padding-left: 20px;
  font-size: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  max-width:78%;
}
.wenzi_list li span{  
  float: right;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    color: #1169e2;}


/* dasicadd */
.other-box.aside{
  padding-top: 55px;
  background:url(20241106hzyxyjs_centbg.png) no-repeat top center; 
  min-height:700px;
}
.leader-box{
  
}
#myList-nav{
  margin-bottom: 25px;
}
#myList-nav .ln-letters{ text-align: center; }
#myList-nav a{
  display: inline-block;
  margin:0 1px;
      font-size: 16px;
    background: #f2f7ff;
    padding: 5px 9.2px;
    font-weight:400;
}
#myList-nav a:hover,
#myList-nav .ln-selected{ background:#1169e2; color: #fff; }
#myList{
 overflow: hidden;
 margin:0 -15px;
}
#myList li{
  float: left;
  width: 20%;
  padding:0 15px;
}




@media (min-width: 768px) {
 
}
@media (max-width: 1600px) {
  .sp_lbcent b img{height:163px;}
  .leader-box a img {height: 222px;}
  .wenzi_list li a{ max-width: 76%; }
}

@media (max-width: 1499px) {
  .news .news-list li{ padding-right: 22%; }
}

@media (max-width: 1400px) {
  .sp_lbcent b img{height:156px;}
  .leader-box a img {height: 209.5px;}
  .wenzi_list li a{ max-width: 76%;  font-size: 16px;}
  .wenzi_list li span{ font-size: 14px; }
}
@media (max-width: 1299px) {
  .sp_lbcent b img{height:142px;}
  .news .news-list li{ padding-right: 24%; }
  .foot-box{ padding:10px 0; }
  .leader-box a img {height: 181px;}
  .wenzi_list li a{ max-width: 72%; }
}
@media (max-width: 1200px) {
  .sp_lbcent b img{height:165px;}
  .news .news-list li{ padding-right: 28%; background-position: left top 12px; }
  .news .news-list li a{padding:0;}
  .index_gzdt{min-height: auto;}
  #myList li{ width: 25%; }
  .leader-box a img {height: 201px;}
  .wenzi_list li a{ max-width: 66%;}
}
@media (max-width: 991px) {
  .sp_lbcent b img{height:124px;}
  .tzgg_index{ margin-bottom: 30px; }
  .leader-box a img {height: 210px;}
  .index_gzdt{ margin-top: 20px; }
  .wenzi_list li a{ font-size: 16px;max-width: 84%; }
}
@media (max-width: 767px) {
  .sp_lbcent b img{ height:auto;}
  .news .news-list li{ padding-right: 0; }
  .zsxx_ul li a{ display: block;white-space: inherit;}
  .other-box.aside{ padding-top: 30px; min-height:auto;}
  .wenzi_list li{ line-height: auto; margin-bottom: 12px; }
  .wenzi_list li a{ max-width:100%; float: none;
    white-space: normal; line-height: 1.6;}
  .wenzi_list li span{ float: none; line-height: 1.6;}
}
@media (max-width: 550px) {
  #myList li{ width: 100%; }
  .leader-box a img {height: auto; }
}



/*renyuanxiangqing*/
.pop-details .pop-box {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background:url(20241106hzyxyjs_ryxlbg.png) no-repeat;
    background-size: cover;
    padding: 30px 15px;
}
.pop-details .pop-box .col-md-2{
  
}
.pop-details .pop-box .col-md-10 {
    padding-right: 20px;
}
.pop-details .pop-box .col-md-10 div {
    width: 100%;
    height: 100%;
    padding: 0 30px 10px 0;
    min-height: 227px;
}
.pop-details .pop-box img {
    width: 100%;
}
.pop-details .pop-box li {
    font-weight: 400;
    color: #124c9c;
    line-height: 30px;
}
.pop-details .pop-box li span {
    color: #fff;
    font-weight:700;
    font-size: 16px;
}
.pop-details .pop-box li b {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.pop-details .pop-box .name {
    display: inline-table;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    border-bottom: 4px solid #fff;
}

.pop-details .pop-box .name span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
}

.pop-details .pop-box hr {
    margin-top: 0;
    margin-bottom: 13px;
    border-top: 1px solid #c4cdd7;
}
 .box-tit {
    height: 50px;
    background: #f5f8ff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 25px;
    margin-bottom: 30px;
    border-left: 5px solid #1169e2;
}

 .box-cont {
  padding-left: 20px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 767px) {
    .pop-details .pop-box li span {
        display: inline-block;
        text-align: left;
        width: auto;

    }
    .pop-details .pop-box .col-sm-3 {
        position: relative;
        text-align: center;
    }

    .pop-details .pop-box .col-sm-3 img {
        width: 30%;
        display: inline-block;
    }

}

@media (max-width: 576px) {
    .pop-details .pop-box .col-sm-3 {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

    .pop-details .pop-box img {
        position: relative;
        width: 30%;
        margin: 0 auto;
    }

    .pop-details .pop-box .col-md-10 {
        padding-right: 0;
    }
}
