.page-header {
  width: 100%;
  min-height: 5.26rem;
  background-image: url(/static/cn_new/images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-top-wrapper {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}
.home-top-wrapper .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.72rem;
  box-sizing: border-box;
  width: 14rem;
  margin: 0 auto;
}
.home-top-wrapper .top-bar-left {
  display: flex;
  align-items: center;
}
.home-top-wrapper .top-bar-left > img {
  width: 2.682rem;
  height: 0.54rem;
}
.home-top-wrapper .top-bar-right {
  display: flex;
  align-items: center;
}
.home-top-wrapper .common-text {
  font-size: 0.14rem;
  line-height: 0.17rem;
  color: #ffffff;
  cursor: pointer;
}
.home-top-wrapper .common-text:hover {
  text-decoration: underline;
}
.home-top-wrapper .vip-login {
  display: inline-block;
  width: 0.91rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  border-radius: 0.13rem;
  margin-left: 0.24rem;
  background: rgba(255, 255, 255, 0.2);
}

.common-logo-container {
  position: absolute;
  top: 0.57rem;
  left: 2.51rem;
}

.common-search-container {
  position: absolute;
  top: 0.68rem;
  right: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.56rem;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 0.04rem;
}

.common-search {
  width: 3.76rem;
  height: 0.56rem;
  padding: 0.16rem 0 0.16rem 0.45rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.04rem 0 0 0.04rem;
  border: none;
  opacity: 0.94;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.64rem;
  height: 0.56rem;
  padding: 0;
  background: #0050bf;
  border-radius: 0rem 0.04rem 0.04rem 0rem;
  cursor: pointer;
}

.common-search-container input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.common-search-container .icon-sousuo {
  font-size: 0.2rem;
  color: #fff;
}

.common-search-container::before {
  position: absolute;
  left: 0.3rem;
  z-index: 1;
  font-family: "iconfont-zj";
  color: rgba(0, 0, 0, 0.25);
  content: "\e79b";
}

.home-top-wrapper .nav-container {
  width: 100%;
  height: 0.56rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.24rem;
  border-radius: 0.04rem;
}

.home-top-wrapper .nav-list {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 14rem;
}

.home-top-wrapper .nav-list > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 0.56rem;
  box-sizing: border-box;
  cursor: pointer;
}

.home-top-wrapper .nav-list .selected {
  background: rgba(255, 255, 255, 0.15);
}
.home-top-wrapper .nav-list .selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 0.34rem;
  height: 0.05rem;
  background: #ffffff;
}

.home-top-wrapper .nav-list > div:hover {
  background: rgba(255, 255, 255, 0.15);
}
.home-top-wrapper .nav-list > div:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 0.34rem;
  height: 0.05rem;
  background: #ffffff;
}

.home-top-wrapper .nav-list > div > a {
  position: absolute;
  left: -0.05rem;
  width: 1.8rem;
  height: 0.24rem;
  padding: 0.03rem 0;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
}

.home-top-wrapper .nav-list > .last > a {
  border-right: none;
}

.title-container {
  display: flex;
  justify-content: center;
  margin-top: 0.9rem;
}
.title-container img {
  width: 3.05rem;
  height: 0.57rem;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.21rem;
}

.search {
  width: 4.84rem;
  height: 0.56rem;
  padding: 0.16rem 0 0.16rem 0.45rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.04rem 0 0 0.04rem;
  border: none;
  opacity: 0.94;
}

.search-container input {
  font-size: .14rem;
}

.search-container input::placeholder {
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: rgba(0, 0, 0, 0.35);
}

.search-container .icon-sousuo {
  font-size: 0.3rem;
  color: #fff;
}

/*.search-container::before {*/
/*  position: absolute;*/
/*  left: 0.35rem;*/
/*  z-index: 1;*/
/*  font-family: "iconfont-zj";*/
/*  color: rgba(0, 0, 0, 0.25);*/
/*  content: "\e79b";*/
/*}*/

.search-btn {
  width: 0.81rem;
  height: 0.56rem;
  padding: 0;
  background: #0050bf;
  border-radius: 0rem 0.04rem 0.04rem 0rem;
  cursor: pointer;
}

.event-notice {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 0.12rem;
  width: 5.65rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
}
.event-notice .keyword {
  margin-right: 0.16rem;
  color: #ffffff;
  cursor: pointer;
}
.event-notice .keyword:hover {
  text-decoration: underline;
}

.page-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hyxw-title-img {
  /*width: 2.7rem;*/
  width: auto;
  height: 0.44rem;
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}

/* 动态 */
.news {
  display: flex;
  justify-content: space-between;
  width: 14rem;
}

.news-carousel {
  position: relative;
  width: 8rem;
  height: 4.5rem;
  border-radius: 0.04rem;
  overflow: hidden;
}

.news-carousel-inner {
  display: flex;
  height: 4.5rem;
  transition: transform 0.5s ease;
}

.news-carousel .display-img {
  position: relative;
  min-width: 100%;
  height: 4.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 0.04rem;
}

.news-carousel .display-img .title {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 8rem;
  height: 0.6rem;
  padding-left: 0.23rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  background: rgba(0, 17, 43, 0.3);
  border-radius: 0 0 0.05rem 0.05rem;
  color: #fff;
}

.news-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  opacity: 0;
  justify-content: space-between;
  transform: translateY(-50%);
}

.news-carousel:hover .carousel-nav {
  opacity: 1;
  transition: opacity 0.3s;
}

.news-carousel .carousel-nav button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 0.24rem;
  cursor: pointer;
  padding: 0.1rem;
  border-radius: 0.04rem;
}

.news-carousel .carousel-indicators {
  position: absolute;
  bottom: 0rem;
  right: 0.23rem;
  left: unset;
  display: flex;
  align-items: center;
  height: 0.56rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.news-carousel .indicator {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 0.05rem;
  border-radius: 0.08rem;
  cursor: pointer;
}

.news-carousel .indicator.active {
  background: white;
}

.news .news-message {
  width: 5.8rem;
  margin-left: 0.2rem;
}

.news .news-message .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.43rem;
  border-bottom: 0.01rem solid #dfdfdf;
}

.news .news-message .tabs ul {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.news .news-message .tabs ul li {
  position: relative;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.news .news-message .tabs ul li:hover {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #0057d7;
}

.news .news-message .tabs ul li.active {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #0057d7;
}

.news .news-message .tabs ul li.active::after {
  position: absolute;
  left: 50%;
  bottom: -0.08rem;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.04rem;
  background: #0057d7;
}

.news .news-message .more {
  padding-left: 0.24rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin-top: 1px;
}
.news .news-message .more .iconfont-zj {
  font-size: .16rem;
}

.news .news-message .more:hover {
  text-decoration: underline;
}

.news .news-message .tab-content {
  margin-top: 0.16rem;
  padding: 0.16rem 0.24rem;
  height: 3.9rem;
  font-family: Helvetica;
  border-radius: 0.04rem;
  border: 0.01rem solid #e7efff;
  background: linear-gradient(180deg, #f1f6ff 0%, #ffffff 100%);
}
.news .news-message .tab-content .title {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #0057d7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-message .tab-content .desc {
  display: flex;
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  margin-bottom: 0.06rem;
  border-bottom: 0.01rem solid #ededed;
  color: rgba(0, 0, 0, 0.65);
}
.news .news-message .tab-content .text {
  width: 4.7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .news-message .tab-content .desc .all {
  flex: 1;
  font-size: 0.14rem;
  line-height: 0.17rem;
  color: #0057d7;
  cursor: pointer;
}
.news .news-message .tab-content .desc .all:hover {
  text-decoration: underline;
}

.news .news-message .tab-content li {
  display: flex;
  justify-content: space-between;
  height: 0.38rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.news .news-message .tab-content li:hover {
  background-color: #f3f9ff;
}

.news .news-message .tab-content li .text {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-message .tab-content li .date {
  color: rgba(0, 0, 0, 0.5);
}
/* 行业新闻 end */
.row-style-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.08rem;
  margin-top: 0.4rem;
  background-image: url(/static/cn_new/images/notice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.row-style-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14rem;
  height: 5.7rem;
}
.notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5.6rem;
  height: 100%;
  background: #ffffff;
  border-radius: .04rem;
}
.party-building{
  width: 8.16rem;
}
.notice .hyxw-title-img {
  margin: .24rem auto 0;
}
.notice .more {
  margin-bottom: .32rem;
  width: 1.36rem;
  height: .4rem;
  margin-top: .04rem;
  font-size: .16rem;
  line-height: .24rem;
  color: rgba(0, 0, 0, 0.35);
  border-radius: .04rem;
  border: .01rem solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.notice .more .iconfont-zj {
  font-size: .16rem;
}
.notice-content {
  padding: .36rem .4rem .28rem;
  width: 100%;
  flex: 1;
  height: 0;
}
.party-building .notice-content{
  padding: .2rem .4rem .28rem;
}
.notice-content-inner {
  height: 85%;
  overflow: auto;
}
.hydj-content-inner {
  height: 100%;
  overflow: auto;
}

.notice-tabs {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: .32rem;
}

.notice-tabs .tab {
  position: relative;
  background-color: #eeeeee;
  width: 1.2rem;
  height: .32rem;
  line-height: .32rem;
  text-align: center;
  margin: 0 .05rem;
  cursor: pointer;
  font-size: .14rem;
  color: rgba(0, 0, 0, 0.45);
  transition: background-color 0.3s;
  border-radius: .04rem;
}

.notice-tabs .tab:hover {
  background-color: #0057d7;
  color: #fff;
}

.notice-tabs .tab.active {
  color: #ffffff;
  background-color: #0057d7;
}

.notice-tabs .tab.active .arrow {
  display: block;
}

.notice-tabs .arrow {
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: .1rem solid #0057d7;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  display: none;
}
.notice-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.notice-list .notice-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: .24rem;
}
.notice-list .notice-list-item:last-child {
  margin-bottom: 0;
}
.notice-list .notice-list-item .date-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: .56rem;
  height: .56rem;
  border-radius: .04rem;
  background: #ebf4ff;
}
.notice-list .notice-list-item .date-wrapper .date {
  font-weight: 500;
  font-size: .14rem;
  line-height: .19rem;
  color: #00479e;
}
.notice-list .notice-list-item .date-wrapper .year {
  font-weight: 500;
  font-size: .16rem;
  line-height: .22rem;
  color: rgba(0, 57, 128, 0.2);
}
.notice-list .notice-list-item .info {
  flex: 1;
  width: 0;
  margin-left: .12rem;
}
.notice-list .notice-list-item .info .title {
  width: 100%;
  font-size: .14rem;
  line-height: .22rem;
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-list .notice-list-item .info .desc {
  width: 100%;
  font-size: .12rem;
  line-height: .2rem;
  padding-top: 0.12rem;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 办事大厅 */
.office-hall {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 3.59rem;
  background: #ffffff;
}
.office-hall .hyxw-title-img {
  margin-bottom: .5rem;
  margin-top: .5rem;
}
.office-hall .office-hall-items {
  display: flex;
  align-items: center;
}
.office-hall .office-hall-items .office-hall-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
.office-hall .office-hall-items .office-hall-item:hover .icon-wrapper {
  background: linear-gradient(180deg, #0057d7 0%, #497dde 100%);
}
.office-hall .office-hall-items .office-hall-item:hover .icon {
  display: none;
}
.office-hall .office-hall-items .office-hall-item:hover .iconfont-zj {
  display: block !important;
}
.office-hall .office-hall-items .office-hall-item:hover .name {
  color: #0057d7;
}
.office-hall .office-hall-items .office-hall-item .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 1.04rem;
  background: linear-gradient(
    180deg,
    rgba(#feffff, 0.9) 0%,
    rgba(#e6f1ff, 0.9) 100%
  );
  border-radius: 50%;
  border: .01rem solid #e0efff;
}

.office-hall .office-hall-items .office-hall-item .icon-wrapper .icon {
  width: .52rem;
  height: .5rem;
}
.office-hall .office-hall-items .office-hall-item .icon-wrapper .iconfont-zj {
  display: none;
  font-size: .5rem;
  color: #ffffff;
}
.office-hall .office-hall-items .office-hall-item .name {
  margin-top: .24rem;
  font-size: .16rem;
  line-height: .24rem;
  color: rgba(0, 0, 0, 0.75);
}

.bottom-content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: .32rem;
  padding-bottom: .4rem;
  background-color: #f9f9f9;
}

/* 业务研究 */

.lawyers, .yellow-pages{
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: space-between;
  /*width: 8.16rem;*/
  /*height: 5.11rem;*/
  /*padding: .24rem .4rem;*/
  align-items: center;
  width: 3.96rem;
  height: 5.1rem;
  background: #ffffff;
  border-radius: .04rem;
}
.lawyers .lawyers-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lawyers .lawyers-content img{
  width: 2.16rem;
  height: 2.74rem;
  object-fit: cover;
}
.lawyers .lawyers-content .lawyers-title{
  margin: .18rem auto;
  font-weight: 400;
  font-size: .18rem;
  color: rgba(0,0,0,0.85);
}
.lawyers .lawyers-content .more {
  width: 1.36rem;
  height: .4rem;
  margin-top: .04rem;
  font-size: .16rem;
  line-height: .24rem;
  color: rgba(0, 0, 0, 0.35);
  border-radius: .04rem;
  border: .01rem solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.lawyers .lawyers-content .more .iconfont-zj {
  font-size: .16rem;
}
.yellow-pages-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yellow-pages-content .search-container {
  position: relative;
  margin: 0;
}
.yellow-pages-content .search-container .search{
  padding: 0;
  padding-left: .45rem;
  width: 2.52rem;
  height: .46rem;
  border: .01rem solid rgba(0,0,0,0.25);
}

.yellow-pages-content .search-container .search-btn{
  height:.46rem;
}

.yellow-pages-content .search-container .search-prefix{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: .16rem;
  font-size: .16rem;
  color: rgba(0,0,0,0.25);
}
.yellow-pages-content .radio-container{
  margin: .11rem 0 .17rem;
  align-self: flex-start;
  font-weight: 400;
  font-size: .16rem;
  color: rgba(0,0,0,0.85);
}
.yellow-pages-content .radio-container label{
  margin: 0;
  margin-right: .32rem;
  display: inline-block;
}
.yellow-pages-content .lawyer-data-container {
  display: flex;
  flex-direction: column;
  padding: .22rem .45rem .25rem .24rem;
  width: 3.32rem;
  height: 2.74rem;
  background: #F9FBFF;
  border-radius: .08rem;
}
.yellow-pages-content .lawyer-data-container .lawyer-data-title{
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.yellow-pages-content .lawyer-data-container .lawyer-data-title img {
  margin-right: .11rem;
  width: .19rem;
  height: .2rem;
  object-fit: contain;
}
.yellow-pages-content .lawyer-data-container .lawyer-data-title span {
  font-weight: 500;
  font-size: .18rem;
  color: rgba(0,0,0,0.85);
}
.lawyer-data-item-box{
  padding-top: .21rem;
  flex: 1;
  height: 0;
}
.lawyer-data-item-box-inner{
  height: 100%;
}
.yellow-pages-content .lawyer-data-container .lawyer-data-item{
  position: relative;
  padding-left: .3rem;
  margin-bottom: .14rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: .16rem;
  color: rgba(0,0,0,0.65);
}

.yellow-pages-content .lawyer-data-container .lawyer-data-item:last-child{
  margin-bottom: 0;
}
.yellow-pages-content .lawyer-data-container .lawyer-data-item::before{
  content: '';
  position: absolute;
  left: .08rem;
  top: 50%;
  transform: translateY(-50%);
  width: .04rem;
  height: .04rem;
  border-radius: 50%;
  background: #0057D7;
}
.lawyer-data-item .item-title{
  flex-shrink: 0;
  width: .8rem;
}
.lawyer-data-item .item-count{
  flex-shrink: 0;
  width: .8rem;
}
.lawyer-data-item .item-percent{
  flex-shrink: 0;
  width: .7rem;
}


/* 常用工具 */
.tools {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5.6rem;
  height: 5.1rem;
  background: #ffffff;
  border-radius: .04rem;
}
.bottom-content .hyxw-title-img {
  flex-shrink: 0;
  margin-top: .24rem;
  margin-bottom: .32rem;
}
.tools-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 .32rem .4rem;
}
.tools-item {
  padding-right: .24rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.36rem;
  height: 1.76rem;
  background: #f9fbff;
  border-radius: .08rem;
  margin-bottom: .24rem;
  cursor: pointer;
}
.tools-item:hover {
  background: #ECF4FF;
}
.tools-item:hover .tools-item-name {
  color: #0057D7;
}
.tools-item .icon {
  width: .52rem;
  height: .52rem;
  margin-left: .2rem;
  margin-right: .16rem;
}
.tools-item .tools-item-name {
  font-size: .16rem;
  line-height: .24rem;
  color: rgba(0, 0, 0, 0.85);
}
a {
  color: #333;
}
