@import "common.css";
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList {
  width: 100%;
}
.newsList li {
  line-height: 40px;
  overflow: hidden;
}
.newsList li a {
  display: block;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  background: url(../images/common/newsList_dot.png) no-repeat left center;
}
.newsList li a span.type {
  padding-right: 10px;
  border-right: solid 2px #E5E5E5;
  margin-right: 10px;
}
.newsList li a:hover {
  color: #bd1a2d;
  background: url(../images/common/newsList_dot_over.png) no-repeat left center;
}
.newsList li span.date {
  color: #666;
  float: right;
}
body {
  background: url(../images/index/top_body_bg.jpg) no-repeat center top;
}
/* topBox */
.topBox {
  width: 100%;
  height: 534px;
}
.topBox .logo_hd {
  width: 556px;
  height: 235px;
  position: absolute;
  left: 50%;
  top: 75px;
  z-index: 9;
  margin-left: -278px;
}
.topBox .logo_bj {
  width: 54px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
}
.topBox .topList {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9;
}
.topBox .topList li {
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 20px 0;
}
.topBox .topList li a {
  font-size: 12px;
  color: #FFF;
}
.topBox .topList li a span {
  margin-left: 10px;
}
.topBox .fourList {
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 9;
}
.topBox .fourList li {
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 20px 0;
}
.topBox .fourList li a {
  font-size: 12px;
  color: #FFF;
}
.topBox .fourList li a span {
  margin-left: 10px;
}
.topBox .newsearchBox {
  width: 618px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 340px;
  margin-left: -377.5px;
  z-index: 99;
  background-color: #FFF;
  border: solid 1px #dcdcdc;
  border-radius: 10px;
  padding-right: 135px;
  line-height: 58px;
}
.topBox .searchTxt {
  width: 458px;
  height: 58px;
  line-height: 58px;
  padding-left: 10px;
  float: left;
  margin-left: 100px;
}
.topBox .searchBtn {
  width: 36px;
  background: url(../images/cns_search.png) left center no-repeat;
  height: 26px;
  padding-right: 12px;
  border-right: 2px solid #cb2535;
  cursor: pointer;
}
.topBox .layui-form-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 58px;
  margin-bottom: 0;
}
.topBox .layui-form-item .layui-form-select .layui-input {
  height: 58px;
  border: none;
  border-right: solid 1px #e6e6e6;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.topBox .layui-form-item .layui-form-select dl {
  top: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.topBox .layui-form-item .layui-form-select dl dd {
  line-height: 30px;
}
.topBox .layui-form-item .layui-form-select dl dd.layui-this {
  background-color: #bd1a2d;
}
.topBox .cnxBtn {
  width: 134px;
  height: 60px;
  background: #b9182a;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 99;
  border: none;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  text-align: center;
}
.topBox .cnxBtn > span {
  color: #fff;
  font-size: 24px;
}
.topBox .cnxBtn > a {
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: normal;
  display: none;
  font-size: 18px;
  padding-top: 5px;
}
.topBox .cnxBtn.on {
  line-height: normal;
}
.topBox .cnxBtn.on::after {
  content: '';
  position: absolute;
  border: 16px solid transparent;
  border-top-color: #b9182a;
  top: 60px;
  right: 49px;
}
.topBox .cnxBtn.on::before {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}
.topBox .cnxBtn.on > span {
  display: none;
}
.topBox .cnxBtn.on > a {
  display: block;
}
.topBox .cnxBox {
  text-align: left;
  display: none;
  width: 938px;
  height: 344px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  top: 80px;
  left: -764px;
  z-index: 99;
  box-shadow: 6px 10px 13px 0px rgba(104, 24, 33, 0.1);
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
.topBox .cnxBox * {
  box-sizing: border-box;
}
.topBox .cnxBox h2 {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
  box-sizing: content-box;
}
.topBox .cnxBox h2 * {
  box-sizing: content-box;
}
.topBox .cnxBox h2 span {
  float: left;
  line-height: 30px;
  padding: 0 0 10px 0;
  height: 30px;
  border-bottom: solid 2px #bd1a2d;
  font-size: 24px;
  font-weight: bold;
}
.topBox .cnxBox h2 .see-hyp {
  font-size: 16px;
  color: #ca1a28;
  display: block;
  float: right;
  margin-top: 4px;
}
.topBox .cnxBox h2 .see-hyp::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/index/cns_hyp.png) center center no-repeat;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
.topBox .cnxBox .wantDo {
  width: 407px;
}
.topBox .cnxBox .wantDo .xk_con {
  margin-top: 23px;
  overflow: hidden;
}
.topBox .cnxBox .wantDo .xk_con li {
  float: left;
  width: 200px;
  height: 64px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 0 20px;
  cursor: pointer;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(2n) {
  float: right;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(1) {
  background: #ffe9e1 url(../images/index/cnxb_icon1.png) 75px 5px no-repeat;
  color: #fd6822;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(2) {
  background: #fff2e3 url(../images/index/cnxb_icon2.png) 90px 11px no-repeat;
  color: #fd5022;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(3) {
  background: #e1e9fb url(../images/index/cnxb_icon3.png) 114px bottom no-repeat;
  color: #5d5afa;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(4) {
  background: #e7f2fe url(../images/index/cnxb_icon4.png) 92px 13px no-repeat;
  color: #3484fb;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(5) {
  background: #fff2e3 url(../images/index/cnxb_icon5.png) 30px -13px no-repeat;
  color: #fd5022;
  margin-bottom: 0;
}
.topBox .cnxBox .wantDo .xk_con li:nth-child(6) {
  background: #e1e9fb url(../images/index/cnxb_icon6.png) 6px 9px no-repeat;
  color: #5d5afa;
  margin-bottom: 0;
}
.topBox .cnxBox .cnx1 .wantSee {
  width: 407px;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper {
  margin-top: 23px;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide {
  opacity: 0;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  font-size: 14px;
  margin-bottom: 18.6px;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide ul li:last-child {
  margin-bottom: 0;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide ul li a {
  font-size: 14px;
  color: #000000;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide ul li a span {
  padding-right: 11px;
  color: #ca1a28;
  position: relative;
  margin-right: 11px;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide ul li a span::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background: #c5c5c5;
  right: 0;
  top: 3px;
}
.topBox .cnxBox .cnx1 .wantSee .see-swiper .swiper-slide-active {
  opacity: 1;
}
.topBox .cnxBox .cnx2 {
  display: none;
  position: relative;
  height: 100%;
}
.topBox .cnxBox .cnx2 h2 {
  height: 35px;
}
.topBox .cnxBox .cnx2 h2 span {
  font-size: 20px;
  height: 25px;
}
.topBox .cnxBox .cnx2 h2 .cnx-back {
  margin-top: 2px;
  float: right;
  display: block;
  width: 65px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #d0323f;
  font-size: 14px;
  color: #d0323f;
  line-height: 25px;
  text-align: center;
}
.topBox .cnxBox .cnx2 h2 .cnx-back::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url(../images/index/back_jt.png) center center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.topBox .cnxBox .cnx2 .cnxb {
  margin-top: 25px;
}
.topBox .cnxBox .cnx2 .cnxnav {
  width: 212px;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con {
  direction: rtl;
  width: 238px;
  height: 215px;
  margin-top: 0;
  overflow-y: scroll;
  padding-right: 19px;
  margin-left: -20px;
  scrollbar-width: thin;
  scrollbar-color: #ca1a28 #f4f4f4;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con li {
  float: none;
  padding: 20px 110px 0 0px;
  text-align: right;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con li:nth-child(5) {
  margin-bottom: 10px;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con li.on {
  position: relative;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con li.on::after {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-left-color: #b9182a;
  top: 50%;
  margin-top: -8px;
  right: -22px;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con::-webkit-scrollbar-thumb {
  background: #ca1a28;
  border-radius: 10px;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con::scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con::scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.topBox .cnxBox .cnx2 .cnxnav .xk_con::scrollbar-thumb {
  background: #ca1a28;
  border-radius: 10px;
}
.topBox .cnxBox .cnx2 .cnxCon {
  width: 648px;
  height: 211px;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 10px 28px 0 28px;
  position: relative;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container {
  display: none;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container .swiper-slide li {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  width: 140px;
  height: 80px;
  background: #fff;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container .swiper-slide li:nth-child(4n) {
  margin-right: 0;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container .swiper-slide li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container .swiper-slide li a .icon {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container .swiper-slide li a .icon img {
  vertical-align: middle;
}
.topBox .cnxBox .cnx2 .cnxCon .swiper-container .swiper-slide li a .tit {
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.topBox .cnxBox .cnx2 .btnBox {
  width: 40px;
  height: 18px;
  position: absolute;
  right: 0px;
  bottom: 16px;
}
.topBox .cnxBox .cnx2 .btnBox .prev {
  width: 18px;
  height: 18px;
  background: #e8e8e8 url(../images/cnx_prev.png) center center no-repeat;
  border-radius: 3px;
  cursor: pointer;
}
.topBox .cnxBox .cnx2 .btnBox .prev:hover {
  background: #ca1a28 url(../images/cnx_prev.png) center center no-repeat;
}
.topBox .cnxBox .cnx2 .btnBox .next {
  width: 18px;
  height: 18px;
  background: #e8e8e8 url(../images/cnx_next.png) center center no-repeat;
  border-radius: 3px;
  cursor: pointer;
}
.topBox .cnxBox .cnx2 .btnBox .next:hover {
  background: #ca1a28 url(../images/cnx_next.png) center center no-repeat;
}
.topBox .searchWord {
  width: 755px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 420px;
  margin-left: -377.5px;
  z-index: 9;
}
.topBox .searchWord h3 {
  width: 80px;
  float: left;
  text-align: left;
}
.topBox .searchWord a {
  margin-right: 20px;
  font-size: 14px;
}
.topBox .searchWord a:hover {
  color: #bd1a2d;
}
.topMenuBox {
  width: 1200px;
  height: 60px;
  margin: 0 auto 50px;
  position: relative;
}
.topMenuBox .topMenu li {
  float: left;
  line-height: 60px;
  margin: 0 35px;
}
.topMenuBox .topMenu li a {
  font-size: 24px;
  color: #FFF;
  display: block;
  height: 100%;
}
.topMenuBox .topMenu li a:hover {
  background: url(../images/index/bg_nav_ch.png) no-repeat center bottom;
}
.topMenuBox .topMenu li a.on {
  background: url(../images/index/bg_nav_ch.png) no-repeat center bottom;
}
.topMenuBox .topMenu .menu_secondary {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
}
.topMenuBox .topMenu .menu_secondary ul {
  width: 1000px;
  margin: 0 auto;
  height: 40px;
}
.topMenuBox .topMenu .menu_secondary ul li {
  width: auto;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
}
.topMenuBox .topMenu .menu_secondary ul li a {
  display: inline;
  font-size: 16px;
  color: #FFF;
  padding-bottom: 0;
}
.topMenuBox .topMenu .menu_secondary ul li a:hover {
  color: #f5d389;
  border-bottom: 0;
  background: none;
}
.topMenuBox .topMenu .menu_secondary ul.menu_ywdt {
  margin-left: 10px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_ywdt li {
  padding: 0 50px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zwgk li {
  padding: 0 20px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zwfw {
  width: 1100px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zwfw li {
  padding: 0 30px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zmhd li {
  padding: 0 30px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_mlhd li {
  padding: 0 50px;
}
.topLine {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/index/topLine_bg.png) no-repeat center top;
}
.topLine .topHeadNews {
  background: #bf1628;
  padding-bottom: 90px;
}
.topLine .wrap {
  height: 420px;
}
.topLine .topSlideBox {
  width: 660px;
  height: 420px;
  float: left;
  position: relative;
}
.topLine .topSlideBox .mask {
  width: 290px;
  height: 380px;
  background-color: #FFF;
}
.topLine .topSlideBox .topSlide {
  width: 650px;
  height: 410px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
}
.topLine .topSlideBox .topSlide .swiper-slide {
  width: 650px;
  height: 360px;
}
.topLine .topSlideBox .topSlide .swiper-slide img {
  width: 100%;
  height: 100%;
}
.topLine .topSlideBox .swiper-pagination-top {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 25px;
  z-index: 9;
  text-align: right;
  line-height: 0;
}
.topLine .topSlideBox .swiper-pagination-top .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
}
.topLine .topSlideBox .swiper-pagination-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff0000;
}
.topLine .topRight {
  width: 490px;
  height: 360px;
  padding: 10px 0 40px 0;
  float: right;
}
.topLine .topRight .headNews h2 a {
  font-size: 30px;
  color: #FFF;
  line-height: 40px;
}
.topLine .topRight .headNews p.desc {
  font-size: 14px;
  color: #e3a5aa;
  line-height: 30px;
  margin-top: 20px;
  text-align: justify;
}
.topLine .topRight .headNews p.desc a {
  font-size: 20px;
  color: #FFF;
  border-bottom: solid 1px #fcdeb5;
  display: block;
  width: 100px;
  margin-top: 20px;
}
.topLine .topRight .headNews p.desc a:hover {
  color: #fcdeb5;
}
.topLine .headline_news {
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ffedcb;
  border-bottom: 1px solid #ffedcb;
  width: 1200px;
}
.topLine .headline_news h3 {
  font-size: 30px;
  line-height: 1.25em;
  color: #ffedcb;
  font-weight: bold;
  height: auto;
  border-bottom: none;
}
.topLine .headline_news .more {
  text-align: right;
  margin-top: 20px;
}
.topLine .headline_news .more a {
  color: #ffedcb;
}
.newsLine {
  width: 100%;
  overflow: hidden;
  margin-top: -70px;
}
.newsLine .left {
  width: 820px;
  float: left;
  position: relative;
}
.newsLine .left .newSlideMenu {
  height: 50px;
  padding-top: 20px;
}
.newsLine .left .newSlideMenu a {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 10px;
  color: #FFF;
  margin-right: 30px;
}
.newsLine .left .newSlideMenu a:hover {
  color: #ffedcb;
  font-weight: 600;
  border-bottom: solid 2px #ffedcb;
}
.newsLine .left .newSlideMenu a.active {
  color: #ffedcb;
  font-weight: 600;
  border-bottom: solid 2px #ffedcb;
}
.newsLine .left .btnDyxx {
  position: absolute;
  right: 30px;
  top: 19px;
}
.newsLine .left .newSlide .newsList {
  margin-top: 20px;
}
.newsLine .left .newSlide .newsList li {
  line-height: 25px;
  margin-bottom: 28px;
}
.newsLine .left .newSlide .newsList li a {
  font-size: 18px;
  line-height: 1.4;
  width: 790px;
  text-align: justify;
  overflow: auto;
  text-overflow: initial;
  white-space: initial;
}
.newsLine .left .newSlide .newsList li:last-child {
  margin-bottom: 0;
}
.newsLine .right {
  width: 380px;
  height: 380px;
  background-color: #f8f8f8;
  overflow: hidden;
  float: right;
}
.newsLine .right a {
  display: block;
  width: 335px;
  height: 84px;
  margin: 30px auto 0;
}
.newsLine .right a img {
  width: 100%;
  height: 100%;
}
@keyframes changeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.indexBsfw {
  margin-top: 50px;
  height: 160px;
}
.indexBsfw .wrap {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.indexBsfw .item {
  display: block;
  width: 300px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.indexBsfw .item::after {
  content: '';
  width: 2px;
  height: 100px;
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
.indexBsfw .item:last-child::after {
  display: none;
}
.indexBsfw .item .iconBox .icon {
  width: 84px;
  height: 84px;
  margin: 0 auto;
  transition: all 0.3s;
}
.indexBsfw .item .iconBox .icon img {
  width: 100%;
  height: 100%;
}
.indexBsfw .item .iconBox .tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  color: #000;
  transition: all 0.3s;
}
.indexBsfw .item .iconBox .desc {
  font-size: 16px;
  color: #666;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s;
}
.indexBsfw .item .caseList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  opacity: 0;
}
.indexBsfw .item .caseList a {
  margin-right: 34px;
  margin-top: 10px;
  color: #333;
}
.indexBsfw .item .caseList a:nth-child(5n) {
  margin-right: 0;
}
.indexBsfw .item .caseList a:hover {
  color: #bf1628;
}
.indexBsfw .item.active {
  width: 480px;
}
.indexBsfw .item.active .iconBox {
  margin: 0 10px;
  border-bottom: solid 1px #fd6547;
  display: flex;
}
.indexBsfw .item.active .iconBox .icon {
  width: 55px;
  height: 55px;
  margin: 5px 10px 5px 5px;
}
.indexBsfw .item.active .iconBox .tit {
  font-size: 24px;
  text-align: left;
}
.indexBsfw .item.active .iconBox .desc {
  font-size: 14px;
  margin-top: 5px;
}
.indexBsfw .item.active .caseList {
  animation: changeOpacity 0.1s ease-in-out both;
  animation-delay: .1s;
}
.indexBsfw .item.narrow {
  width: 240px;
}
.indexBsfw .item:nth-child(1).active .iconBox {
  border-color: #fd6547;
}
.indexBsfw .item:nth-child(1).active .tit {
  color: #fd543e;
}
.indexBsfw .item:nth-child(2).active .iconBox {
  border-color: #7136f6;
}
.indexBsfw .item:nth-child(2).active .tit {
  color: #7136f6;
}
.indexBsfw .item:nth-child(3).active .iconBox {
  border-color: #fe872a;
}
.indexBsfw .item:nth-child(3).active .tit {
  color: #fe872a;
}
.indexBsfw .item:nth-child(4).active .iconBox {
  border-color: #fe3329;
}
.indexBsfw .item:nth-child(4).active .tit {
  color: #fe3329;
}
.policyLine {
  margin-top: 50px;
}
.policyLine .wrap {
  overflow: hidden;
}
.policyLine .left {
  width: 780px;
  overflow: hidden;
  height: 380px;
  float: left;
}
.policyLine .left .policySlideMenu {
  border-bottom: solid 2px #d7d7d7;
  padding-bottom: 11px;
}
.policyLine .left .policySlideMenu a {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 8px;
  margin-right: 30px;
}
.policyLine .left .policySlideMenu a:hover {
  color: #bd1a2d;
  font-weight: 600;
  border-bottom: solid 2px #bd1a2d;
}
.policyLine .left .policySlideMenu a.active {
  color: #bd1a2d;
  font-weight: 600;
  border-bottom: solid 2px #bd1a2d;
}
.policyLine .left .policySlide .newsList {
  margin-top: 10px;
}
.policyLine .left .policySlide .newsList li {
  margin-top: 16px;
}
.policyLine .findPolicy {
  width: 365px;
  height: 360px;
  background: #FFF;
  border: solid 10px #dcdcdc;
  float: right;
}
.policyLine .findPolicy h2 {
  font-size: 44px;
  color: #bd1a2d;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 20px 0;
  text-align: center;
}
.policyLine .findPolicy .findPolicySlide {
  width: 312px;
  height: 256px;
  position: relative;
  margin: 0 auto;
}
.policyLine .findPolicy .findPolicySlide .findPolicyMenu {
  overflow: hidden;
  margin-bottom: 20px;
}
.policyLine .findPolicy .findPolicySlide .findPolicyMenu li {
  font-size: 24px;
  padding: 0 10px 10px;
  color: #666;
  border-bottom: solid 2px #dcdcdc;
  float: left;
  margin: 0 40px;
  cursor: pointer;
  transition: .5s all;
}
.policyLine .findPolicy .findPolicySlide .findPolicyMenu li.active {
  color: #000;
  border-color: #bd1a2d;
}
.policyLine .findPolicy .layui-select-title .layui-input {
  border: none;
  border-radius: 5px;
  height: 50px;
}
.policyLine .findPolicy .layui-form-item {
  border: solid 1px #dcdcdc;
  border-radius: 5px;
}
.policyLine .findPolicy .layui-form-select dl {
  left: -111px;
  width: 312px;
  height: 124px;
}
.policyLine .findPolicy .layui-form-select dl dd.layui-this {
  background-color: #bd1a2d;
}
.policyLine .findPolicy .layui-form-select dl dd {
  font-size: 16px;
}
.policyLine .findPolicy .layui-form-label {
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 32px;
}
.policyLine .findPolicy .layui-btn {
  width: 312px;
  height: 50px;
  background-color: #bd1a2d;
  border-radius: 5px;
  font-size: 20px;
}
.policyLine .findPolicy .formBtmImg {
  width: 312px;
  height: 52px;
  display: block;
  margin: 15px auto 0;
}
.zfxxgkLine {
  margin-top: 50px;
}
.zfxxgkLine .wrap {
  border: solid 1px #bd1a2d;
  box-sizing: border-box;
  overflow: hidden;
}
.zfxxgkLine h2 {
  font-size: 24px;
  font-weight: 600;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #bd1a2d;
  color: #FFF;
}
.zfxxgkLine .top {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: solid 2px #dcdcdc;
  overflow: hidden;
}
.zfxxgkLine .top .bannerLxdh {
  width: 310px;
  height: 130px;
  overflow: hidden;
  float: left;
}
.zfxxgkLine .top .bannerLxdh img {
  width: 100%;
  height: 100%;
}
.zfxxgkLine .top .rightList {
  width: 830px;
  height: 130px;
  float: right;
  overflow: hidden;
}
.zfxxgkLine .top .rightList a {
  display: block;
  width: 200px;
  height: 60px;
  background-color: #f5f5f5;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.zfxxgkLine .top .rightList a:nth-child(4n) {
  margin-right: 0;
}
.zfxxgkLine .top .rightList a:hover {
  background-color: #bd1a2d;
  color: #FFF;
}
.zfxxgkLine .bottom {
  margin: 0 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.zfxxgkLine .bottom a {
  color: #666;
  float: left;
  display: block;
  width: 200px;
  margin-top: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zfxxgkLine .bottom a::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.zfxxgkLine .bottom a:nth-child(6n) {
  width: 155px;
}
.zfxxgkLine .bottom a:nth-of-type(1)::before {
  background: url(../images/index/icon_zfxxgk_01.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(1):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(1):hover::before {
  background: url(../images/index/icon_zfxxgk_01_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(2)::before {
  background: url(../images/index/icon_zfxxgk_02.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(2):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(2):hover::before {
  background: url(../images/index/icon_zfxxgk_02_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(3)::before {
  background: url(../images/index/icon_zfxxgk_03.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(3):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(3):hover::before {
  background: url(../images/index/icon_zfxxgk_03_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(4)::before {
  background: url(../images/index/icon_zfxxgk_04.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(4):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(4):hover::before {
  background: url(../images/index/icon_zfxxgk_04_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(5)::before {
  background: url(../images/index/icon_zfxxgk_05.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(5):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(5):hover::before {
  background: url(../images/index/icon_zfxxgk_05_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(6)::before {
  background: url(../images/index/icon_zfxxgk_06.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(6):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(6):hover::before {
  background: url(../images/index/icon_zfxxgk_06_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(7)::before {
  background: url(../images/index/icon_zfxxgk_07.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(7):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(7):hover::before {
  background: url(../images/index/icon_zfxxgk_07_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(8)::before {
  background: url(../images/index/icon_zfxxgk_08.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(8):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(8):hover::before {
  background: url(../images/index/icon_zfxxgk_08_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(9)::before {
  background: url(../images/index/icon_zfxxgk_09.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(9):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(9):hover::before {
  background: url(../images/index/icon_zfxxgk_09_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(10)::before {
  background: url(../images/index/icon_zfxxgk_10.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(10):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(10):hover::before {
  background: url(../images/index/icon_zfxxgk_10_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(11)::before {
  background: url(../images/index/icon_zfxxgk_11.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(11):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(11):hover::before {
  background: url(../images/index/icon_zfxxgk_11_over.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(12)::before {
  background: url(../images/index/icon_zfxxgk_12.png) no-repeat;
}
.zfxxgkLine .bottom a:nth-of-type(12):hover {
  color: #bd1a2d;
}
.zfxxgkLine .bottom a:nth-of-type(12):hover::before {
  background: url(../images/index/icon_zfxxgk_12_over.png) no-repeat;
}
.lxxdLine {
  margin-top: 50px;
  overflow: hidden;
  height: 352px;
}
.lxxdLine .left {
  width: 790px;
  float: left;
}
.lxxdLine .left .lxxdSlideMenu {
  border-bottom: solid 2px #d7d7d7;
  padding-bottom: 11px;
  position: relative;
}
.lxxdLine .left .lxxdSlideMenu a {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 8px;
  margin-right: 30px;
}
.lxxdLine .left .lxxdSlideMenu a:hover {
  color: #bd1a2d;
  font-weight: 600;
  border-bottom: solid 2px #bd1a2d;
}
.lxxdLine .left .lxxdSlideMenu a.active {
  color: #bd1a2d;
  font-weight: 600;
  border-bottom: solid 2px #bd1a2d;
}
.lxxdLine .left .lxxdSlideMenu a.more {
  color: #666;
  line-height: 19px;
  height: 19px;
  padding-left: 30px;
  background: url(https://zyk.bjhd.gov.cn/resources2020/images/index/icon_fw_more.png) no-repeat left center;
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 70px;
  font-size: 16px;
  padding-bottom: 0;
  margin-right: 0;
  display: none;
}
.lxxdLine .left .lxxdSlideMenu a.more:hover {
  border: none;
  font-weight: normal;
  color: #bd1a2d;
}
.lxxdLine .left .lxxdSlide {
  margin-top: 15px;
  width: 790px;
  height: 310px;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}
.lxxdLine .left .lxxdSlide .yjzjList {
  width: 100%;
  height: 310px;
  padding: 10px 30px;
  box-sizing: border-box;
}
.lxxdLine .left .lxxdSlide .yjzjList li {
  line-height: 48px;
  overflow: hidden;
}
.lxxdLine .left .lxxdSlide .yjzjList li a {
  display: block;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  background: url(https://zyk.bjhd.gov.cn/resources2020/images/common/newsList_dot.png) no-repeat left center;
}
.lxxdLine .left .lxxdSlide .yjzjList li a:hover {
  color: #bd1a2d;
}
.lxxdLine .left .lxxdSlide .yjzjList li .state {
  float: right;
  display: block;
  width: 58px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: solid 1px #999;
  margin: 15px 10px 0 0;
  border-radius: 5px;
  background: none;
  padding-left: 0;
}
.lxxdLine .left .lxxdSlide .yjzjList li .colHover {
  color: #bd1a2d;
}
.lxxdLine .left .lxxdSlide iframe {
  width: 100%;
  height: 100%;
}
.lxxdLine .right {
  float: right;
  width: 380px;
  height: 354px;
  padding-top:8px;
}
.lxxdLine .right a {
  float: left;
  width: 182px;
  height: 170px;
  margin-bottom: 15px;
}
.lxxdLine .right a:nth-child(2n) {
  float: right;
}
.ztLine {
  width: 100%;
  height: 200px;
  margin-top: 50px;
  background-color: #f5f5f5;
  padding-top: 40px;
  overflow: hidden;
}
.ztLine .ztSlide {
  width: 1200px;
  height: 200px;
  position: relative;
}
.ztLine .ztSlide .ztList li {
  width: 285px;
  height: 150px;
  float: left;
  margin-right: 20px;
}
.ztLine .ztSlide .ztList li a {
  display: block;
  width: 285px;
  height: 150px;
}
.ztLine .ztSlide .ztList li a img {
  display: block;
  width: 285px;
  height: 150px;
}
.ztLine .ztSlide .ztList li:last-child {
  margin-right: 0;
}
.ztLine .ztSlide .swiper-pagination-zt {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 9999;
}
.ztLine .ztSlide .swiper-pagination-zt .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  overflow: hidden;
  text-indent: -1978px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #666;
  border-radius: 2px;
  opacity: .8;
}
.ztLine .ztSlide .swiper-pagination-zt .swiper-pagination-bullet-active {
  background-color: #FFF;
}
/* 友情链接 */
.g_links_box {
  height: 60px;
  background: #757575;
}
.g_links_box .m_links_box {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
.g_links_box .m_links_box .m_links_module {
  float: left;
  margin: 0 10px;
  color: #fff;
  position: relative;
}
.g_links_box .m_links_box .m_links_module span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(http://www.beijing.gov.cn/images/ico_up2_ch_20190924.png) right center no-repeat;
  width: 180px;
  text-align: center;
  cursor: pointer;
}
.g_links_box .m_links_box .m_links_module1 span {
  width: 235px;
}
.g_links_box .m_links_box .f_mask span {
  background: url(http://www.beijing.gov.cn/images/ico_down2_ch_20190924.png) right center no-repeat;
}
.g_links_box .m_links_box .m_links_module i {
  height: 60px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 60px;
  color: #fff;
  font-style: normal;
  padding-left: 10px;
}
.g_links_box .m_links_box .m_links_module ul {
  position: absolute;
  top: -385px;
  left: 0;
  border: 1px solid #ccc;
  width: 200px;
  height: 380px;
  z-index: 100;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;
  display: none;
}
.g_links_box .m_links_box .m_links_module li {
  padding: 0 10px;
}
.g_links_box .m_links_box .m_links_module li:hover {
  background: #ccc;
}
.bannerThr {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-top: 30px;
}
.bannerThr a {
  display: block;
  width: 1200px;
  height: 120px;
}
.bannerThr a img {
  width: 100%;
  height: 100%;
}
/* right-menu */
.rightMenu {
  width: 60px;
  height: 270px;
  position: fixed;
  right: 20px;
  top: 530px;
  z-index: 99;
}
.rightMenu li {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
}
.rightMenu li:last-child {
  margin-bottom: 0;
}
.rightMenu li .icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rightMenu li:nth-of-type(1) .icon {
  background: url(../images/index/icon_float_menu_05_w.png) no-repeat center center #9a0f1f;
}
.rightMenu li:nth-of-type(1) .icon:hover {
  background-image: url(../images/index/icon_float_menu_05.png);
}
.rightMenu li:nth-of-type(2) .icon {
  background: url(../images/index/icon_float_menu_01_w.png) no-repeat center center #9a0f1f;
}
.rightMenu li:nth-of-type(2) .icon:hover {
  background-image: url(../images/index/icon_float_menu_01.png);
}
.rightMenu li:nth-of-type(3) .icon {
  background: url(../images/index/icon_float_menu_02_w.png) no-repeat center center #9a0f1f;
}
.rightMenu li:nth-of-type(3) .icon:hover {
  background-image: url(../images/index/icon_float_menu_02.png);
}
.rightMenu li:nth-of-type(4) .icon {
  background: url(../images/index/icon_float_menu_03_w.png) no-repeat center center #9a0f1f;
}
.rightMenu li:nth-of-type(4) .icon:hover {
  background-image: url(../images/index/icon_float_menu_03.png);
}
.rightMenu li:nth-of-type(5) .icon {
  background: url(../images/index/icon_float_menu_04_w.png) no-repeat center center #9a0f1f;
}
.rightMenu li:nth-of-type(5) .icon:hover {
  background-image: url(../images/index/icon_float_menu_04.png);
}
.rightMenu li .ewm {
  box-sizing: border-box;
  width: 150px;
  height: 180px;
  border: solid 1px #9a0f1f;
  padding: 10px;
  background-color: #FFF;
  position: absolute;
  right: 80px;
  top: 0;
  display: none;
}
.rightMenu li .ewm::after {
  content: '';
  background: url(../images/index/icon_float_menu_arrow.png) no-repeat;
  width: 16px;
  height: 19px;
  position: absolute;
  right: -16px;
  top: 20px;
}
.rightMenu li .ewm .pic {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}
.rightMenu li .ewm .pic img {
  width: 100%;
  height: 100%;
}
.rightMenu li .ewm .desc {
  text-align: center;
}
.rightMenu li .shareMenu {
  width: 370px;
  box-sizing: border-box;
  border: solid 1px #9a0f1f;
  padding: 10px;
  background-color: #FFF;
  position: absolute;
  right: 80px;
  top: 0;
  display: none;
}
.rightMenu li .shareMenu::after {
  content: '';
  background: url(../images/index/icon_float_menu_arrow.png) no-repeat;
  width: 16px;
  height: 19px;
  position: absolute;
  right: -16px;
  top: 20px;
}
.rightMenu li .shareMenu .item {
  width: 110px;
  float: left;
}
.rightMenu li .shareMenu .item h2::before {
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.rightMenu li .shareMenu .item:nth-child(1) h2::before {
  background: url(../images/index/icon_float_menu_share_01.png) no-repeat;
}
.rightMenu li .shareMenu .item:nth-child(2) h2::before {
  background: url(../images/index/icon_float_menu_share_02.png) no-repeat;
}
.rightMenu li .shareMenu .item:nth-child(3) h2::before {
  background: url(../images/index/icon_float_menu_share_03.png) no-repeat;
}
.rightMenu li .shareMenu .item .list {
  border-right: solid 1px #e5e5e5;
}
.rightMenu li .shareMenu .item .list:last-child {
  border: none;
}
.rightMenu li .shareMenu .item .list a {
  font-size: 14px;
  color: #666;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.rightMenu li .shareMenu .item .list a:hover {
  color: #bd1a2d;
}
/* 20260507添加首页右侧小海看板 */
.introBox {
    display: none;
    position: absolute;
    right: 80px;
    top: -30px;
    z-index: 99;
    width: 690px;
    height: 260px;
    border-radius: 30px;
    background: linear-gradient(to top, #ffeeb5, #FFF);
    box-shadow: 0 0 10px rgba(242, 16, 16, .2);
}
.introBox::after {
    content: '';
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-left: solid 10px #FFF;
    position: absolute;
    right: -20px;
    top: 50px;
}
.introBox .introMenu {
    height: 56px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}
.introBox .introMenu .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    cursor: pointer;
}
.introBox .introMenu .item.active {
    background-color: #FFF;
}
.introBox .introMenu .item::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.introBox .introMenu .item:nth-of-type(1)::before {
    background: url(../images/index/icon_hd_intro_01.png) no-repeat center center #FFF;
}
.introBox .introMenu .item:nth-of-type(2)::before {
    background: url(../images/index/icon_hd_intro_02.png) no-repeat center center #FFF;
}
.introBox .introMenu .item:nth-of-type(3)::before {
    background: url(../images/index/icon_hd_intro_03.png) no-repeat center center #FFF;
}
.introBox .introMenu .item:nth-of-type(4)::before {
    background: url(../images/index/icon_hd_intro_04.png) no-repeat center center #FFF;
}
.introBox .introMenu .item:nth-of-type(5)::before {
    background: url(../images/index/icon_hd_intro_05.png) no-repeat center center #FFF;
}
.introBox .introMenu .item:nth-of-type(6)::before {
    background: url(../images/index/icon_hd_intro_06.png) no-repeat center center #FFF;
}
.introBox .introMenu .item:nth-of-type(1).active::before {
    background: url(../images/index/icon_hd_intro_01_w.png) no-repeat center center, linear-gradient(to top, #d44332, #fcc366);
}
.introBox .introMenu .item:nth-of-type(2).active::before {
    background: url(../images/index/icon_hd_intro_02_w.png) no-repeat center center, linear-gradient(to top, #d44332, #fcc366);
}
.introBox .introMenu .item:nth-of-type(3).active::before {
    background: url(../images/index/icon_hd_intro_03_w.png) no-repeat center center, linear-gradient(to top, #d44332, #fcc366);
}
.introBox .introMenu .item:nth-of-type(4).active::before {
    background: url(../images/index/icon_hd_intro_04_w.png) no-repeat center center, linear-gradient(to top, #d44332, #fcc366);
}
.introBox .introMenu .item:nth-of-type(5).active::before {
    background: url(../images/index/icon_hd_intro_05_w.png) no-repeat center center, linear-gradient(to top, #d44332, #fcc366);
}
.introBox .introMenu .item:nth-of-type(6).active::before {
    background: url(../images/index/icon_hd_intro_06_w.png) no-repeat center center, linear-gradient(to top, #d44332, #fcc366);
}
.introBox .introMenu .item span {
    font-size: 16px;
}
.introBox .introList {
    padding: 10px 0;
}
.introBox .introList .list {
    padding: 0 20px;
}
.introBox .introList .list .item {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border: solid 1px transparent;
}
.introBox .introList .list .item:hover {
    color: #bf1628;
    border: solid 1px #bf1628;
    border-radius: 20px;
}
.introBox .introList .list .item::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/index/icon_intro_list_style.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
}
.introBox .introList .list .item span {
    flex: 1;
    max-width: 625px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.introBox .introList .zshd {
    border-top: solid 1px #f8b889;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: rgba(154, 15, 31, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

