.container {
  position: relative;
  margin: 0px auto;
  width: 1360px;
}
.header {
  height: 143px;
  background: url(../images/header_bj.jpg) repeat-x top;
}
.header .nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .nav .nav-left,
.header .nav .nav-right {
  display: flex;
  padding-top: 34px;
  gap: 20px;
  overflow: hidden;
}
.header .nav .nav-left li a,
.header .nav .nav-right li a {
  display: block;
  position: relative;
  padding: 0px 14px;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.header .nav .nav-left li a img,
.header .nav .nav-right li a img {
  display: none;
  margin: 0px auto;
}
.header .nav .nav-left li a span,
.header .nav .nav-right li a span {
  display: block;
  line-height: 117px;
}
.header .nav .nav-left li.on a,
.header .nav .nav-right li.on a {
  padding-bottom: 9px;
  background-color: #ffffff;
  border-bottom: 1px solid #ec2025;
}
.header .nav .nav-left li.on a img,
.header .nav .nav-right li.on a img {
  display: block;
  padding-top: 12px;
}
.header .nav .nav-left li.on a span,
.header .nav .nav-right li.on a span {
  font-weight: bold;
  line-height: 42px;
}
.header .nav .nav-left li.on a::after,
.header .nav .nav-right li.on a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(#ffffff, #ec2025);
  z-index: 1;
}
.header .nav .nav-left li.on a::before,
.header .nav .nav-right li.on a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(#ffffff, #ec2025);
  z-index: 1;
}
.header .nav .nav-left li:hover a,
.header .nav .nav-right li:hover a {
  padding-bottom: 9px;
  background-color: #ffffff;
  border-bottom: 1px solid #ec2025;
}
.header .nav .nav-left li:hover a img,
.header .nav .nav-right li:hover a img {
  display: block;
  padding-top: 12px;
}
.header .nav .nav-left li:hover a span,
.header .nav .nav-right li:hover a span {
  font-weight: bold;
  line-height: 42px;
}
.header .nav .nav-left li:hover a::after,
.header .nav .nav-right li:hover a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(#ffffff, #ec2025);
  z-index: 1;
}
.header .nav .nav-left li:hover a::before,
.header .nav .nav-right li:hover a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(#ffffff, #ec2025);
  z-index: 1;
}
.header .nav .logo {
  width: 433px;
  text-align: center;
  background: url(../images/logo_bj.png) no-repeat top center;
}
.header .nav .logo img {
  padding-top: 21px;
}
.header .nav .search-area {
  position: relative;
}
.header .nav .search-area .search-btn {
  padding-top: 77px;
  cursor: pointer;
}
.header .nav .search-area .search-popup {
  display: none;
  position: absolute;
  right: 0;
  top: 64px;
  background: #fff;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  white-space: nowrap;
}
.header .nav .search-area .search-popup.show {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header .nav .search-area .search-popup #searchInput {
  padding: 6px 10px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
}
.header .nav .search-area .search-popup .search-submit {
  padding: 6px 14px;
  background: #e6212a;
  color: #fff;
  border: none;
  cursor: pointer;
}
.banner-box {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 进度条底色 */
.progress-wrap {
  position: absolute;
  right: 45px;
  bottom: 30px;
  width: 284px;
  height: 1px;
  background: #ffffff;
  z-index: 9;
}
/* 红色进度填充 */
.progress-bar {
  margin-top: -1px;
  width: 0%;
  height: 3px;
  background: #ffffff;
  transition: width 0.3s ease;
}
.page-num {
  position: absolute;
  right: 64px;
  bottom: 38px;
  color: #fff;
  font-size: 24px;
  z-index: 9;
}
.page-num span {
  margin: 0px 8px;
}
.page-num span.current {
  font-size: 35px;
}
.index_gysh {
  margin-top: 75px;
}
.index_gysh .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
  padding-bottom: 11px;
  border-bottom: 1px solid #a1a1a5;
}
.index_gysh .title h2 a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.index_gysh .title h2 a img {
  width: 52px;
  height: 52px;
}
.index_gysh .title h2 a span {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.index_gysh .title span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.index_gysh .title span a{
  color: #999999;
}
.index_gysh .gysh_sideMenu {
  display: flex;
  overflow: hidden;
  height: 458px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_hd {
  margin-right: 30px;
  background: #f1f1f1 url(../images/h_jt.jpg) no-repeat 94px 353px;
  width: 160px;
  height: 458px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_hd a {
  display: flex;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_hd a .yw {
  padding: 6px 0px 0px 26px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_hd a .fgx {
  padding: 69px 25px 0px 7px;
  height: 307px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_hd a span {
  padding-top: 66px;
  width: 40px;
  font-size: 26px;
  line-height: 40px;
  color: #333333;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_hd.on {
  background: #f1f1f1 url(../images/jt.png) no-repeat 94px 353px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd {
  margin-right: 56px;
  width: 572px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd:last-child {
  margin-right: 0px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.dwgk p {
  font-size: 18px;
  color: #333333;
  line-height: 42px;
  text-align: justify;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.dwgk p a {
  color: #eb1c24;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.dwgk img {
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 293px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.zzjg .zzjg_hd {
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: linear-gradient(0deg, #f1f1f1 0%, #f8f8f8 100%);
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.zzjg .zzjg_hd a {
  font-size: 20px;
  color: #333333;
  line-height: 60px;
  font-weight: initial;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.zzjg .zzjg_hd.on a {
  color: #eb1c24;
  font-weight: bold;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.zzjg .zzjg_bd {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 20px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.zzjg .zzjg_bd li {
  text-align: center;
  margin: 10px auto;
  border: solid 1px #f5f5f5;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.zzjg .zzjg_bd li a {
  display: block;
  width: 100px;
  font-size: 20px;
  line-height: 42px;
  color: #666666;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.fsjs .branch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.fsjs .branch-item .branch-left {
  display: flex;
  align-items: center;
  gap: 22px;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.fsjs .branch-item .branch-left .branch-info .branch-name {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.fsjs .branch-item .branch-left .branch-info .branch-tel {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.fsjs .branch-item .branch-right a {
  display: block;
  width: 126px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  color: #666666;
}
.index_gysh .gysh_sideMenu .gysh_sideMenu_bd.lssj ul li {
  margin: 12px 0px 0px;
  padding-bottom: 16px;
  padding-right: 63px;
  background: url(../images/lssj_jt.png) no-repeat right center;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #f5f5f5;
}
.index_wdry {
  margin-top: 108px;
  height: 676px;
  background: url(../images/index_wdry_bj.png) no-repeat bottom center;
}
.index_wdry .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
  padding-bottom: 11px;
  border-bottom: 1px solid #a1a1a5;
}
.index_wdry .title h2 a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.index_wdry .title h2 a img {
  width: 52px;
  height: 52px;
}
.index_wdry .title h2 a span {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.index_wdry .title span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.index_wdry .title span a{
  color: #999999;
}
.index_wdry .index_wdry_list {
  height: 448px;
}
.index_wdry .index_wdry_list .swiper-slide .honor-img-box {
  border: solid 1px #e5e5e5;
  padding: 18px;
  background-color: #f0f0f0;
}
.index_wdry .index_wdry_list .swiper-slide .honor-img-box img {
  display: block;
  width: 100%;
  height: 184px;
}
.index_wdry .index_wdry_list .swiper-slide .honor-text-box {
  padding: 22px 0px 23px 18px;
  border-left: 1px solid #dddddd;
  line-height: 30pxpx;
}
.index_wdry .index_wdry_list .swiper-slide .honor-text-box .honor-year {
  font-size: 18px;
  color: #333333;
}
.index_wdry .index_wdry_list .swiper-slide .honor-text-box .honor-title {
  font-size: 16px;
  color: #333333;
}
.index_wdry .index_wdry_list .swiper-button-prev {
  background: url(../images/wdry_fl.png) no-repeat top center;
  top: auto !important;
  bottom: 0px !important;
  left: 344px;
  width: 59px;
  height: 59px;
}
.index_wdry .index_wdry_list .swiper-button-prev::after {
  display: none;
}
.index_wdry .index_wdry_list .swiper-button-next {
  background: url(../images/wdry_fr.png) no-repeat top center;
  top: auto !important;
  bottom: 0px;
  right: 344px;
  width: 59px;
  height: 59px;
}
.index_wdry .index_wdry_list .swiper-button-next::after {
  display: none;
}
.index_wdry .index_wdry_list .swiper-pagination {
  bottom: 19px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
}
.index_wdry .index_wdry_list .swiper-pagination span {
  margin: 0px 11px;
  width: 18px;
  height: 18px;
  background-color: #dddddd;
}
.index_wdry .index_wdry_list .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #eb1c24;
}
.index_shdt {
  padding-top: 40px;
}
.index_shdt .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
  padding-bottom: 11px;
  border-bottom: 1px solid #a1a1a5;
}
.index_shdt .title h2 a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.index_shdt .title h2 a img {
  width: 52px;
  height: 52px;
}
.index_shdt .title h2 a span {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.index_shdt .title span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.index_shdt .title span a{
  color: #999999;
}
.index_shdt .city {
  display: flex;
}
.index_shdt .city .tpxw {
  position: relative;
  flex-shrink: 0;
  width: 755px;
  height: 473px;
}
.index_shdt .city .tpxw .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_shdt .city .tpxw .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.index_shdt .city .tpxw .swiper-slide a .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: rgba(107, 113, 90, 0.3);
  font-size: 18px;
  color: #ffffff;
  padding-left: 30px;
}
.index_shdt .city .tpxw .swiper-tpxw-pagination {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
.index_shdt .city .tpxw .swiper-tpxw-pagination .swiper-pagination-bullet {
  margin: 0px 6px;
  width: 30px;
  height: 6px;
  background-color: #3c3c3c;
  border-radius: 0px;
}
.index_shdt .city .tpxw .swiper-tpxw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.index_shdt .city .news-block {
  /*flex: 1;*/
  width: 560px;
  padding-left: 46px;
}
.index_shdt .city .news-block .news-top {
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  /*display: flex;
  justify-content: space-between;*/
  align-items: center;
}
.index_shdt .city .news-block .news-top .top-info .top-title a {
  display: block;
  font-size: 24px;
  height: 96px;
  line-height: 48px;
  color: #333333;
  font-weight: bold;
}
.index_shdt .city .news-block .news-top .top-info .top-date {
  background: url(../images/jt.png) no-repeat 521px center;
  font-size: 20px;
  line-height: 48px;
  color: #666666;
}
.index_shdt .city .news-block .news-list {
  padding-top: 18px;
}
.index_shdt .city .news-block .news-list li {
  position: relative;
  padding-left: 41px;
}
.index_shdt .city .news-block .news-list li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #eb1c24;
  border-radius: 50%;
}
.index_shdt .city .news-block .news-list li a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 50px;
  color: #333333;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  /* 显示...省略号 */
}
.index_dxal {
  margin-top: 77px;
  margin-bottom: 75px;
}
.index_dxal .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
  padding-bottom: 11px;
  border-bottom: 1px solid #a1a1a5;
}
.index_dxal .title h2 a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.index_dxal .title h2 a img {
  width: 52px;
  height: 52px;
}
.index_dxal .title h2 a span {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.index_dxal .title span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.index_dxal .title span a{
  color: #999999;
}
.index_dxal .index_dxal_list {
  margin-left: auto;
  /* 只保留左边auto */
  margin-right: 0;
  padding-bottom: 84px;
  width: calc((100% + 1360px) / 2);
}
.index_dxal .index_dxal_list .swiper-slide a {
  display: block;
  padding: 36px 40px;
  background: #f1f1f1 url(../images/jt.png) no-repeat 40px 182px;
}
.index_dxal .index_dxal_list .swiper-slide a .case-title {
  font-size: 24px;
  line-height: 44px;
  color: #333333;
}
.index_dxal .index_dxal_list .swiper-slide a .case-date {
  padding-bottom: 46px;
  font-size: 24px;
  line-height: 48px;
  color: #666666;
}
.index_dxal .index_dxal_list .swiper-button-next {
  top: auto;
  bottom: 0px;
  left: auto;
  right: 281px;
  width: 44px;
  height: 44px;
  background: url(../images/index_dxal_fr.png) no-repeat top center;
}
.index_dxal .index_dxal_list .swiper-button-next::after {
  display: none;
}
.index_dxal .index_dxal_list .swiper-button-prev {
  top: auto;
  bottom: 0px;
  left: auto;
  right: 353px;
  width: 44px;
  height: 44px;
  background: url(../images/index_dxal_fl.png) no-repeat top center;
}
.index_dxal .index_dxal_list .swiper-button-prev::after {
  display: none;
}
.index_dxal .index_dxal_list .swiper-dxal-pagination {
  width: 1228px;
  top: auto;
  bottom: 20px;
  left: 0px;
  background-color: #e8e8e8;
}
.index_dxal .index_dxal_list .swiper-dxal-pagination .swiper-pagination-progressbar-fill {
  background-color: #eb1c24;
}
.link {
  /* margin-top: 70px; */
  line-height: 80px;
  background-color: #eb1c24;
  display: flex;
  /* 垂直居中 */
  align-items: center;
  /* 水平居中 */
  justify-content: center;
}
.link .link_head {
  margin-right: 40px;
  padding-left: 36px;
  background: url(../images/link.png) no-repeat left center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.link .link_wrap {
  display: flex;
  /* 垂直居中 */
  align-items: center;
  /* 水平居中 */
  justify-content: center;
}
.link .link_wrap a {
  color: #fff;
  font-size: 14px;
}
.link .link_wrap i {
  display: inline-block;
  margin: 0px 10px;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
}
.branch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 30px;
  padding: 40px 0px;
}
.branch .branch-item h3 {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.branch .branch-item p {
  font-size: 14px;
  color: #333333;
}
.footer {
  border-top: 1px solid #eb1c24;
}
.footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 14px;
  line-height: 75px;
  color: #061340;
  background: #fff;
}
.footer > div .item_fl span {
  margin-right: 18px;
}
.footer > div .item_fr {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer > div .item_fr .item_fr_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer > div .item_fr .item_fr_item .panel {
  display: none;
  position: absolute;
  bottom: 30px;
  left: -22px;
}
.footer > div .item_fr .item_fr_item .panel img {
  width: 120px;
  height: 120px;
}
.footer > div .item_fr .item_fr_item:hover .panel {
  display: block;
}
/* 当前位置 */
.navigation {
  padding: 20px 0px 20px 30px;
  font-size: 18px;
  line-height: 30px;
  background: url(../images/wz.png) no-repeat left center;
}
.navigation a {
  font-size: 18px;
  color: #333333;
}
.navigation a:first-of-type {
  color: #999999;
}

.navigation a:hover {
  color: #e6162d;
}
/* 我的荣誉 */
.honor .honor_tabs {
  display: flex;
  gap: 70px;
  margin-bottom: 70px;
  justify-content: center;
}
.honor .honor_tabs .honor_tab_item {
  width: 236px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #e9e9e9;
}
.honor .honor_tabs .honor_tab_item a {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.honor .honor_tabs .honor_tab_item.active {
  background-color: #e6162d;
}
.honor .honor_tabs .honor_tab_item.active a {
  color: #fff;
  font-weight: 500;
}
.honor .honor_tabs .honor_tab_item:hover {
  background-color: #e6162d;
}
.honor .honor_tabs .honor_tab_item:hover a {
  color: #fff;
  font-weight: 500;
}
.honor .honor_list-firm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 40px;
}
.honor .honor_list-firm .honor_item {
  display: flex;
  flex-direction: column;
}
.honor .honor_list-firm .honor_item .honor_img {
  display: block;
  padding: 13px 15px;
  background-color: #f0f0f0;
  width: 100%;
  height: 207px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.honor .honor_list-firm .honor_item .honor_content {
  margin-left: 21px;
  border-left: 1px solid #dddddd;
}
.honor .honor_list-firm .honor_item .honor_content span {
  display: block;
  padding-left: 17px;
  line-height: 45px;
}
.honor .honor_list-firm .honor_item .honor_content span.honor_year {
  font-size: 18px;
  color: #333333;
}
.honor .honor_list-firm .honor_item .honor_content span.honor_title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.honor .honor_list-lawyer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 55px;
  row-gap: 52px;
}
.honor .honor_list-lawyer .honor_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.honor .honor_list-lawyer .honor_item .honor_img-zd {
  position: absolute;
  z-index: 20;
}
.honor .honor_list-lawyer .honor_item .honor_img {
  padding: 11px 14px;
  width: 100%;
  height: 292px;
  display: block;
  box-sizing: border-box;
}
.honor .honor_list-lawyer .honor_item .honor_name {
  position: relative;
  z-index: 21;
  font-size: 16px;
  color: #000000;
  line-height: 2px;
  text-align: center;
}
/* 团队详情 */
.tdxq {
  padding: 65px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
}
.tdxq .tdxq_jbxx {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.tdxq .tdxq_jbxx .header-left {
  flex: 1;
}
.tdxq .tdxq_jbxx .header-left .name-bar {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 58px;
}
.tdxq .tdxq_jbxx .header-left .name-bar .name-text {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  color: #d22020;
}
.tdxq .tdxq_jbxx .header-left .name-bar .red-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.tdxq .tdxq_jbxx .header-left .info-line {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 0px 0 34px;
}
.tdxq .tdxq_jbxx .header-left .info-line .info-label {
  background-color: #ededed;
  width: 130px;
  line-height: 45px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.tdxq .tdxq_jbxx .header-left .info-line .info-value {
  line-height: 45px;
  font-size: 24px;
  color: #333333;
}
.tdxq .tdxq_jbxx .header-right {
  display: flex;
  align-items: center;
  gap: 54px;
}
.tdxq .tdxq_jbxx .header-right .qrcode-img {
  padding: 13px;
  width: 190px;
  height: 190px;
  border: solid 1px #e5e5e5;
}
.tdxq .tdxq_jbxx .header-right .avatar-img {
  width: 326px;
  height: 415px;
}
.tdxq .module-title {
  display: flex;
  align-items: center;
  gap: 6px;
  background: url(../images/module-title_h_bj.png) no-repeat 125px center;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin: 32px 0 12px;
  padding-bottom: 6px;
}
.tdxq .content-text {
  line-height: 48px;
  font-size: 24px;
  text-align: justify;
}
.tdxq .content-text p {
  margin-bottom: 16px;
}
/* 典型案例 */
.dxal .dxal_list li {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 40px 51px 40px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  gap: 20px;
}
.dxal .dxal_list li .case-left {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 16px;
}
.dxal .dxal_list li .case-left .case-date {
  width: 130px;
  font-size: 18px;
  color: #eb1c24;
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
  font-weight: bold;
}
.dxal .dxal_list li .case-left .case-title-wrap {
  flex: 1;
  min-width: 0;
}
.dxal .dxal_list li .case-left .case-title-wrap .case-title {
  padding-bottom: 22px;
}
.dxal .dxal_list li .case-left .case-title-wrap .case-title a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dxal .dxal_list li .case-left .case-title-wrap .case-desc {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #999999;
}
.dxal .dxal_list li .case-more {
  flex-shrink: 0;
  background: url(../images/dxal_gd.png) no-repeat right center;
  width: 120px;
  font-size: 18px;
 
  line-height: 30px;
}
.dxal .dxal_list li .case-more a{
 color: #999999;
}
/* 党建专栏 */
.main_djzl {
  height: 540px;
  background: url(../images/djzl_djgk_bj.jpg) repeat-x center 42px;
}
.main_djzl .djzl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 88px;
  margin-bottom: 50px;
}
.main_djzl .djzl .djzl_djgk {
  padding-top: 74px;
  padding-left: 64px;
}
.main_djzl .djzl .djzl_djgk .title {
  margin-bottom: 18px;
  text-align: center;
}
.main_djzl .djzl .djzl_djgk .djzl_djgk_text {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-indent: 2em;
}
.main_djzl .djzl .djzl_djgk .djzl_djgk_text a {
  display: block;
  margin-top: 36px;
  width: 153px;
  background-color: #eb1c24;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}
.main_djzl .djzl .djzl_zbcy {
  padding: 0px 67px 0px 88px;
  border: 1px dashed #e6162d;
  border-radius: 20px;
  background-color: #ffffff;
}
.main_djzl .djzl .djzl_zbcy .title {
  margin-top: -14px;
  margin-bottom: 36px;
  background: url(../images/cy_title.png) no-repeat top center;
  height: 72px;
  line-height: 68px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.main_djzl .djzl .djzl_zbcy .djzl_zbcy_content .djzl_zbcy_item {
  margin-bottom: 20px;
  padding-left: 8px;
  padding-bottom: 36px;
  border-bottom: 1px solid #fbcdcf;
}
.main_djzl .djzl .djzl_zbcy .djzl_zbcy_content .djzl_zbcy_item h4 {
  font-size: 24px;
  color: #cc0204;
  font-weight: 400;
  line-height: 44px;
}
.main_djzl .djzl .djzl_zbcy .djzl_zbcy_content .djzl_zbcy_item p {
  font-size: 24px;
  color: #333333;
  line-height: 44px;
  word-spacing: 1.5em;
}
.djdt {
  margin-top: 46px;
  padding-bottom: 95px;
  background: #ffffff url(../images/djdt_bj.png) no-repeat bottom center;
}
.djdt .title {
  text-align: center;
  position: relative;
}
.djdt .title .djdt_more {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
 
  font-size: 15px;
}
.djdt .title .djdt_more a{
 color: #666;
}
.djdt .djdt_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 62px;
  row-gap: 48px;
  padding: 55px 50px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 -4px 0px 1px #fe411e, 0 4px 0px 1px #fe411e;
  box-shadow: ;
}
.djdt .djdt_list .djdt_card {
  display: flex;
  gap: 24px;
}
.djdt .djdt_list .djdt_card img {
  width: 182px;
  height: 126px;
  border-radius: 10px;
  object-fit: cover;
}
.djdt .djdt_list .djdt_card .djdt_info {
  display: flex;
  flex-direction: column;
}
.djdt .djdt_list .djdt_card .djdt_txt {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
 
}
.djdt .djdt_list .djdt_card .djdt_txt a{
 color: #333333;
}
.djdt .djdt_list .djdt_card .djdt_date {
  font-size: 18px;
  line-height: 27px;
  color: #999999;
}
.lists {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
}
.lists .left-menu {
  width: 360px;
  background: #f4f4f4;
}
.lists .left-menu .menu-top {
  padding: 30px 20px;
  text-align: center;
  background: #f0f0f0;
}
.lists .left-menu .menu-top img {
  width: 60px;
  margin-bottom: 10px;
}
.lists .left-menu .menu-top h2 {
  font-size: 30px;
  line-height: 42px;
  color: #333333;
}
.lists .left-menu .menu-list {
  min-height: 860px;
}
.lists .left-menu .menu-list li {
  height: 90px;
  background: #ffffff url(../images/lists_menu.png) no-repeat 300px center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.lists .left-menu .menu-list li a {
  display: block;
  font-size: 18px;
  line-height: 90px;
  color: #333333;
  text-indent: 28px;
}
.lists .left-menu .menu-list li span {
  font-size: 15px;
}
.lists .left-menu .menu-list li.active {
  background: #eb1c24 url(../images/lists_menu_on.png) no-repeat 300px center;
}
.lists .left-menu .menu-list li.active a {
  color: #ffffff;
}
.lists .left-menu .menu-list li:hover {
  background: #eb1c24 url(../images/lists_menu_on.png) no-repeat 300px center;
}
.lists .left-menu .menu-list li:hover a {
  color: #ffffff;
}
.lists .right-timeline {
  flex: 1;
  padding: 0px 47px 0px 75px;
  border: 1px solid #dedede;
}
.lists .right-timeline ul {
  padding-top: 36px;
}
.lists .right-timeline ul .timeline-item {
  position: relative;
  padding-left: 66px;
  background: url(../images/lssj_list_b.png) no-repeat left center;
}
.lists .right-timeline ul .timeline-item a {
  display: block;
  padding: 26px 22px;
  font-size: 22px;
  line-height: 40px;
  /* line-height: 68px; */
  background-color: #ffffff;
  color: #4b4747;
}
.lists .right-timeline ul .timeline-item:hover {
  background: url(../images/lssj_list_h.png) no-repeat left center;
}
.lists .right-timeline ul .timeline-item:hover a {
  font-weight: bold;
  line-height: 40px;
  /* line-height: 66px; */
  border-radius: 10px;
  border: solid 1px #eb1c24;
}
/*  团队列表 */
.tdlb .tdlb_biz {
  padding: 30px 0px;
  background-color: #f1f1f1;
}
.tdlb .tdlb_biz .tdlb_biz_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  /* margin-bottom: 30px; */
}
.tdlb .tdlb_biz .tdlb_biz_list li {
  width: 217px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.tdlb .tdlb_biz .tdlb_biz_list li > a {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.tdlb .tdlb_biz .tdlb_biz_list li.active {
  background-color: #eb1c24;
}
.tdlb .tdlb_biz .tdlb_biz_list li.active a {
  color: #ffffff;
}
.tdlb .tdlb_biz .tdlb_biz_list li:hover {
  background-color: #eb1c24;
}
.tdlb .tdlb_biz .tdlb_biz_list li:hover a {
  color: #ffffff;
}
.tdlb .tdlb_desc {
  margin-top: 40px;
  padding: 19px 65px 39px 55px;
  border-top: 2px solid #eb1c24;
  background-color: #ffffff;
  border-radius: 0px 0px 30px 0px;
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}
.tdlb .tdlb_desc .tdlb_desc_title {
  padding-left: 52px;
  background: url(../images/jt.png) no-repeat left center;
  font-size: 20px;
  line-height: 54px;
  color: #eb1c24;
}
.tdlb .tdlb_desc .tdlb_desc_text {
  font-size: 18px;
  line-height: 33px;
  color: #666666;
  text-align: justify;
}
.tdlb .lawyer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 47px;
}
.tdlb .lawyer-list > li {
  border: 1px solid #eee;
}
.tdlb .lawyer-list > li .lawyer-card-link {
  display: block;
  padding: 28px 44px 19px 37px;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top {
  display: flex;
  gap: 38px;
  margin-bottom: 20px;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-left {
  flex-shrink: 0;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-left .lawyer-avatar {
  width: 190px;
  height: 240px;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-right .info-wrap .lawyer-name {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 38px;
  color: #d22020;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-right .info-wrap .lawyer-post {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-right .info-wrap .lawyer-phone {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-right .qrcode-box {
  margin-top: 8px;
  background: url(../images/tdlb_jt.png) no-repeat 130px 74px;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-top .card-right .qrcode-box .qrcode {
  padding: 8px;
  width: 92px;
  height: 92px;
  border: solid 1px #e5e5e5;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-bottom .skill-title {
  font-size: 18px;
  line-height: 44px;
  color: #333333;
  background: url(../images/tdlb_title.png) no-repeat 94px center;
}
.tdlb .lawyer-list > li .lawyer-card-link .card-bottom .skill-text {
  font-size: 18px;
  line-height: 33px;
  color: #666666;
}
/*详情页*/
.xqy {
  padding: 66px 70px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
}
.xqy h2 {
  margin-bottom: 36px;
  font-size: 30px;
  line-height: 48px;
  color: #eb1c24;
  text-align: center;
}
.xqy .center {
  text-align: justify;
}
.xqy .center img{
  display: block;
  margin: 8px auto;
  max-width: 100%;
}
/* 关于三恒 */
.gysh .dwgk {
  margin-top: 30px;
  display: flex;
  gap: 59px;
  justify-content: space-between;
}
.gysh .dwgk .about-left-full {
  display: flex;
  flex-direction: column;
  width: 710px;
  gap: 31px;
}
.gysh .dwgk .about-left-full .about-left-wrap {
  position: relative;
}
.gysh .dwgk .about-left-full .about-left-wrap .left-english-text {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 227px;
  height: 334px;
  background-color: #ebebeb;
}
.gysh .dwgk .about-left-full .about-left-wrap .left-english-text img {
  padding: 53px 0px 0px 19px;
}
.gysh .dwgk .about-left-full .about-left-wrap .left-building-img {
  float: right;
  padding-top: 37px;
  width: 634px;
}
.gysh .dwgk .about-left-full .about-left-wrap .left-building-img img {
  width: 100%;
  height: 364px;
  display: block;
}
.gysh .dwgk .about-left-full .data-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.gysh .dwgk .about-left-full .data-bottom i {
  position: absolute;
  bottom: 0px;
  left: 39px;
  width: 1px;
  height: 138px;
  background-color: #ebebeb;
  border-radius: 1px;
}
.gysh .dwgk .about-left-full .data-bottom .data-group {
  display: flex;
  gap: 75px;
}
.gysh .dwgk .about-left-full .data-bottom .data-group .data-item .num {
  font-size: 30px;
  color: #c9c9c9;
  line-height: 46px;
  font-weight: bold;
}
.gysh .dwgk .about-left-full .data-bottom .data-group .data-item .label {
  padding-left: 27px;
  background: url(../images/h_jt.jpg) no-repeat 4px center;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
.gysh .dwgk .about-right-wrap {
  padding-top: 29px;
  width: 590px;
}
.gysh .dwgk .about-right-wrap .about-title {
  margin-bottom: 22px;
}
.gysh .dwgk .about-right-wrap .about-title h2 {
  padding-left: 74px;
  background: url(../images/title_logo.png) no-repeat 0px center;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  color: #eb1c24;
}
.gysh .dwgk .about-right-wrap .about-desc {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
}
.gysh .dwgk .about-right-wrap .btn-detail-wrap {
  margin-top: 66px;
  background: url(../images/h_jt_bj.png) no-repeat 544px center;
}
.gysh .dwgk .about-right-wrap .btn-detail-wrap a {
  display: block;
  width: 194px;
  background-color: #eb1d25;
  font-size: 18px;
  line-height: 52px;
  color: #ffffff;
  text-align: center;
}
.gysh .branch-wrap {
  margin-top: 95px;
  padding-top: 102px;
  background: url(../images/gysh_fsjs.png) no-repeat top center;
}
.gysh .branch-wrap .branch-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin-bottom: 50px;
}
.gysh .branch-wrap .branch-title img {
  width: 52px;
  height: 52px;
}
.gysh .branch-wrap .branch-title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #eb1c24;
}
.gysh .branch-wrap .branch-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.gysh .branch-wrap .branch-list .branch-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #d0d0d0;
  padding: 20px 0px 26px;
  /* 卡片图片 */
}
.gysh .branch-wrap .branch-list .branch-card .card-name {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 42px;
  color: #333333;
  text-align: center;
}
.gysh .branch-wrap .branch-list .branch-card .card-img {
  display: block;
  margin: 0px auto 13px;
  width: 249px;
  height: 143px;
}
.gysh .branch-wrap .branch-list .branch-card .card-text {
  padding: 0px 36px;
}
.gysh .branch-wrap .branch-list .branch-card .card-text p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.gysh .branch-wrap .branch-list .branch-card .card-text p.addr {
  color: #999999;
  line-height: 20px;
  text-indent: -3em;
  padding-left: 3em;
}
.gysh .branch-wrap .branch-list .branch-card .card-text p.tel {
  color: #999999;
  text-indent: -3em;
  padding-left: 3em;
}
.gysh .branch-wrap .branch-list .branch-card a {
  display: block;
  margin: 17px auto 0px;
  width: 126px;
  height: 41px;
  background-color: #e0e0e0;
  font-size: 16px;
  line-height: 42px;
  color: #999999;
  text-align: center;
  opacity: 0.3;
}
.gysh .zzjg {
  margin-top: 114px;
}
.gysh .zzjg .hd {
  margin-bottom: 50px;
}
.gysh .zzjg .hd .zzjg_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 36px;
  border-bottom: 1px solid #eb1c24;
}
.gysh .zzjg .hd .zzjg_head .other a {
  display: flex;
  align-items: center;
  gap: 21px;
}
.gysh .zzjg .hd .zzjg_head .other a img {
  width: 52px;
  height: 52px;
}
.gysh .zzjg .hd .zzjg_head .other a span {
  font-size: 36px;
  color: #eb1c24;
  font-weight: bold;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav {
  display: flex;
  gap: 44px;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li {
  position: relative;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li a {
  font-size: 20px;
  color: #333333;
  line-height: 52px;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li i {
  display: none;
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin-left: -56px;
  width: 111px;
  height: 5px;
  background-color: #eb1c24;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li.on a {
  font-weight: bold;
  color: #eb1c24;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li.on i {
  display: block;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li:hover a {
  font-weight: bold;
  color: #eb1c24;
}
.gysh .zzjg .hd .zzjg_head .zzjg_nav li:hover i {
  display: block;
}
.gysh .zzjg .bd .org_box {
  height: 442px;
}
.gysh .zzjg .bd .org_box .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 82px;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide {
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  box-sizing: border-box;
  height: calc((100% - 28px) / 2) !important;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide a {
  display: flex;
  height: 100%;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide a .card-img img {
  width: 164px;
  height: 206px;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide a .card-info {
  flex: 1;
  padding-left: 34px;
  padding-right: 25px;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide a .card-info .card-name {
  line-height: 66px;
  font-size: 28px;
  font-weight: bold;
  color: #d22020;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide a .card-info .card-zw {
  margin-bottom: 11px;
  background: url(../images/card-zw.png) no-repeat top right;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.gysh .zzjg .bd .org_box .swiper .swiper-slide a .card-info .card-desc {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.gysh .zzjg .bd .org_box .swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
}
.gysh .zzjg .bd .org_box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 260px;
  height: 9px;
  background-color: #efefef;
  border-radius: 5px;
}
.gysh .zzjg .bd .org_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e90c15;
}
.gysh .zzjg .bd .org_box.first {
  position: relative;
}
.gysh .zzjg .bd .org_box.first .inBox .inHd {
  position: absolute;
  left: -45px;
}
.gysh .zzjg .bd .org_box.first .inBox .inHd ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 45px;
}
.gysh .zzjg .bd .org_box.first .inBox .inHd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 175px;
  background: url(../images/lx_h.png) no-repeat top center;
}
.gysh .zzjg .bd .org_box.first .inBox .inHd ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
}
.gysh .zzjg .bd .org_box.first .inBox .inHd ul li.on {
  background: url(../images/lx_hong.png) no-repeat top center;
}
.gysh .zzjg .bd .org_box.first .inBox .inHd ul li.on a {
  color: #fff;
}
.gysh .lssj {
  padding-top: 142px;
  height: 506px;
  background: url(../images/gysh_lsxx.png) no-repeat center 74px;
}
.gysh .lssj .lssj_header {
  margin-bottom: 25px;
  padding-bottom: 33px;
  border-bottom: 1px solid #eb1c24;
}
.gysh .lssj .lssj_header a{
  display: flex;
  align-items: center;
  gap: 14px;
}
.gysh .lssj .lssj_header a img {
  width: 52px;
  height: 52px;
}
.gysh .lssj .lssj_header a h2 {
  font-size: 42px;
  color: #d81820;
  line-height: 52px;
}
.gysh .lssj .hd {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 35px;
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 30px;
}
.gysh .lssj .hd > li > a {
  display: block;
  padding: 0px 16px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 52px;
  color: #333333;
}
.gysh .lssj .hd > li.on {
  background-color: #eb1c24;
  border-radius: 26px;
}
.gysh .lssj .hd > li.on a {
  color: #ffffff;
}
.gysh .lssj .bd .panel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.gysh .lssj .bd .panel .event-list {
  width: 621px;
  /* height: 220px; */
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e3e3e3;
}
.gysh .lssj .bd .panel .event-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 30px 20px 30px -8px;
  padding-left: 36px;
  text-align: justify;
  background: url(../images/gysh_lsxx_hong_dian.png) no-repeat left center;
}
.gysh .lssj .bd .panel .event-list li a {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.gysh .lssj .bd .panel .event-list li:hover {
  background: url(../images/gysh_lsxx_h_dian.png) no-repeat left center;
}
