html,
body,
ul,
li,
button,
input,
a,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border-width: 0;
  text-decoration: none;
  color: #000;
}

.wrapper {
  width: 100%;
  min-width: 1200px;
}

.cover-img {
  width: 100%;
  height: 100%;
}

.header-logo {
  height: 128px;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}

.header-logo img {
  margin: 0 auto;
  display: block;
  width: 429px;
  height: 98px;
}

.menu {
  width: 100%;
  height: 72px;
  background-color: rgba(0, 87, 215, 1);
}

.menu-box {
  margin: 0 auto;
  display: flex;
  width: 1200px;
  height: 100%;
}

.menu-item {
  width: 150px;
  font-size: 18px;
  line-height: 72px;
  text-align: center;
}

.menu-item {
  color: rgba(255, 255, 255, 1);
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
}

.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.19)
}

.menu-item-active {
  background-color: rgba(255, 255, 255, 0.19);
}

.title-box {
  position: relative;
  width: 100%;
  /*height: 150px;*/
  padding: 30px 0;
  box-sizing: border-box;
  font-family: SourceHanSansCN-Regular;
}

.title-content {
  margin: 0 auto;
  /*width: 861px;*/
  width: 1380px;
  /*height: 86px;*/
  text-align: center;
}

.title-content-text {
  color: rgba(0, 54, 133, 1);
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  font-family: "微软雅黑";
}

.title-subtitle {
  text-align: center;
  /*margin: 0 auto;*/
  margin-top: 20px;
  /*width: 493px;*/
  /*height: 24px;*/
  overflow-wrap: break-word;
  line-height: 24px;
  font-size: 16px;
}

.title-subtitle a {
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  color: rgba(0, 54, 133, 1);
}

.more-headlines {
  position: absolute;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  right: -96px;
  /*top: 98;*/
  bottom: 0px;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  line-height: 16px;
}

/* 固定公众号 */
.viscous {
  position: fixed;
  top: 240px;
  right: 0;
  z-index: 999;
  width: 80px;
  height: auto;
  padding: 22px 0 8px 0;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  text-align: center;
  background-color: #FFFFFF !important;
}

.viscous-item {
  margin: 0 auto;

}

.viscous-item:hover .viscous-item-img{
  color: #0057D7;
}
.viscous-item:hover p{
  color: #0057D7;
}

.viscous-item-img {
  font-size: 32px;
  color: #666666;
}

.viscous-item p {
  margin: 6px 0 8px 0;
  font-size: 13px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.line {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 41px;
  height: 1px;
  background-color: #E5E5E5;
}

.content-item {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}


.slider {
  position: relative;
  width: 790px;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel {
  position: relative;
  width: 790px;
  height: 480px;
  background-color: #B60000;
}

.carousel ul {
  width: 100%;
  height: 100%;
  /* 消除列表默认样式 */
  list-style: none;
}

.carousel #list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%;
  height: auto; */
  /* width: 650px; */
  object-fit: contain;
}

.carousel #list li {
  /* 所有图片都使用绝对定位，层叠在同一位置 */
  position: absolute;
  top: 0;
  left: 0;
  /* 透明度都是0 */
  opacity: 0;
  width: 100%;
  height: 100%;
  /* 透明效果过渡 */
  transition: opacity 1s ease 0s;
}

/* 只有第一张透明度是1 */
.carousel #list li:first-child {
  opacity: 1;
}

/* 上一张/下一张控制按钮 */
.carousel>a {
  position: absolute;
  width: 30px;
  height: 50px;
  /* 垂直居中，距顶部一半的父元素盒子宽度，再向上移动自身的一半 */
  top: 50%;
  margin-top: -25px;
  background-color: rgba(163, 166, 167, 0.5);
}

.carousel>a>img {
  margin-left: -8px;
}

.carousel .leftbtn {
  left: 20px;
}

.carousel .rightbtn {
  right: 20px;
}

/* 底部定位圆点list */
.carousel #location_list {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 64px;
  padding-top: 24px;
  box-sizing: border-box;
}

.carousel #location_list li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 4px;
  background: #B7B7B7;
  cursor: pointer;
}

/* 圆点被激活时的样式，动态为圆点增加class */
.carousel #location_list li.active {
  background: #FFFFFF;
}

.carousel-title {
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  text-align: left;
  line-height: 64px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient( 180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.5) 54%, rgba(0,0,0,0.9) 100%);
}

.carousel-title p{
  width: 631px;
  height: 64px;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  text-align: left;
  line-height: 64px;
  padding-left: 20px;
}

.lawyer-home {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #DEDEDE;
  width: 386px;
  height: 480px;
}

.lawyer-home-top {
  margin-bottom: 8px;
  border-top: 2px solid #0057D7;
  width: 80px;
  height: 38px;
  font-size: 20px;
  color: #0057D7;
  line-height: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
}

.lawyer-home-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lawyer-home-item {

  width: 48%;
  height: 126px;

  margin-bottom: 16px;
  /*width: 187px;*/
  /*height: 140px;*/
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #C6DCFF;
}

.lawyer-home-item p {
  font-size: 15px;
}

.lawyer-home-item-img {
  margin: 0 auto;
  /*margin-top: 16px;*/
  /*width: 52px;*/
  /*height: 52px;*/
  margin-top: 12px;
  width: 52px;
  height: 52px;
}

/*.lawyer-home-item-p1 {*/
/*  margin-top: 12px;*/
/*}*/

/*.lawyer-home-item-p2 {*/
/*  margin-top: 4px;*/
/*}*/

.content-item-left {
  position: relative;
  margin-top: 24px;
  border-top: 1px solid #DEDEDE;
  width: 584px;
  height: 300px;
}

.more {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 14px;
  font-family: Helvetica;
  color: #999999;
}

.content-item-left-top {
  margin-bottom: 8px;
  border-top: 2px solid #0057D7;
  width: auto;
  height: 38px;
  font-size: 20px;
  color: #0057D7;
  line-height: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
}

.content-item-left-bottom {
  width: 100%;
}

.content-item-left-bottom-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed#C8C8C8;
  height: 50px;
  box-sizing: border-box;

  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
}

.full {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-full {
  width: 470px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  width: 84px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #CCCCCC;
}

.middle-banner {
  margin: 0 auto;
  margin-top: 24px;
  width: 1200px;
  height: 160px;
}

.footer {
  margin-top: 40px;
  height: 116px;
  width: 100%;
  padding: 24px 0 32px 0;
  box-sizing: border-box;
  background-color: rgba(0, 54, 133, 1);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 910px;
  height: 22px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 450px;
  height: 22px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.thumbnail_1 {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.footer-bottom a {
  color: #FFFFFF;
}
.footer-bottom p {
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
}
/* 首页结束----------------------------------------------- */
/* 协会介绍-------------------------- */
.introduction {
  margin: 0 auto;
  width: 1200px;
}

.breadcrumbs {
  height: 45px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 45px;
}

.breadcrumbs a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
}

.acla-layout {
  display: flex;
  justify-content: space-between;
  min-height: 900px;
}

.acla-new-left {
  width: 248px;
}

.acla-new-right {
  border: 1px solid #F0F0F0;
  border-top: 2px solid #0057D7;
  width: 936px;
  padding: 0 24px 56px 24px;
  box-sizing: border-box;
}

.acla-new-right-title {
  margin-bottom: 24px;
  border-bottom: 1px solid #D6E7FF;
  height: 64px;
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #0057D7;
  line-height: 64px
}

.acla-new-right-content {
  margin: 0 8px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.acla-new-left-title {
  width: 100%;
  height: 64px;
  text-align: center;
  font-size: 20px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 64px;
  background-image: url(/images/introduction.png);
  background-size: cover;
}

.acla-new-left-item {
  position: relative;
  border: 1px solid #F0F0F0;
  border-top: 0;
  height: 48px;
  padding-left: 24px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
  cursor: pointer;
}

.acla-new-left-item:hover .acla-new-left-item-name {
  color: #0057D7;
}

.icon-commright1 {
  position: absolute;
  top: 0;
  right: 32px;
  display: none;
  font-size: 12px;
}

.acla-new-left-item-active {
  font-weight: 500;
  background: linear-gradient(90deg, #D3E5FF 0%, #F8FBFF 100%);
  color: #0057D7;
}

/* 协会介绍结束------------------------------------------------------ */

/* 文章详情------------------------------------------ */
.article {
  margin: 0 auto;
  width: 1200px;
}

.article-content {
  border: 1px solid #F0F0F0;
  border-top: 2px solid #0057D7;
  padding: 36px 56px 56px 56px;
}

.article-content-title {
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid #D6E7FF;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.article-content-tit {
  margin-bottom: 33px;
  text-align: center;
  font-size: 26px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}

.article-content-date {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 584px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  font-style: normal;
  text-transform: none;
}

.article-content-date span {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.article-content-share {
  position: absolute;
  right: 13%;
  bottom: 30px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

/* 文章详情结束----------------------------------------- */

/* 维权查询---------------------------------------------- */
.protection-title {
  width: 100%;
  height: 64px;
  letter-spacing: 3px;
  text-align: center;
  font-size: 20px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 64px;
  background-image: url(/images/protection.png);
  background-size: cover;
}

.protection-search {
  background-color: rgba(247, 250, 255, 1);
  border-radius: 4px;
  height: 120px;
  margin: 24px 0 24px 0;
}

.protection-search>input {
  margin: 36px 0 0 140px;
  background-color: rgba(224, 233, 248, 1);
  border-radius: 4px 0px 0px 4px;
  height: 48px;
  width: 520px;
  padding-left: 24px;
  overflow-wrap: break-word;
  outline: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: normal;
  white-space: nowrap;
  line-height: 16px;
}

.protection-search>button {
  background-color: rgba(0, 87, 215, 1);
  border-radius: 0px 4px 4px 0px;
  height: 48px;
  width: 88px;
  margin: 0 0 0 -4px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  cursor: pointer;
}

.protection-nodata {
  margin: 0 auto;
  margin-top: 125px;
  text-align: center;
  font-size: 16px;
  font-family:  SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}

.protection-nodata>img {
  margin-bottom: 20px;
  width: 132px;
  height: 86px;
}

.protection-result-title {
  margin-bottom: 24px;
  border-left: 4px solid #0057D7;
  height: 26px;
  padding-left: 16px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.protection-result-table {
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 16px;
}

.protection-result-table tr {
  height: 56px;
}

.protection-result-table .tdborder {
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.protection-result-table .tdborder img {
  display:inline-block;
  width:200px;
  height:150px;
  margin:15px;
}

.protection-result-table .lasttdborder {
  border-right: 0;
}

.protection-result-table .label {
  width: 120px;
  text-align: center;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  background-color: #F7FAFF;
}

.protection-result-table .value {
  width: 321px;
  padding: 20px;
  box-sizing: border-box;
}

.protection-result-table a {
  color: #0057D7;
}

/* 维权查询------------------------------------------------------------ */

/* 维权联系方式--------------------------------------------------- */
.information {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.information-item {
  position: relative;
  width: 50%;
  height: 110px;
}

.information-item-img {
  position: absolute;
  left: 40px;
  bottom: 28px;
  width: 48px;
  height: 48px;
}

.information-item-label {
  position: absolute;
  left: 112px;
  bottom: 56px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

.information-item-num {
  position: absolute;
  left: 112px;
  bottom: 24px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}

.information-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.address-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0 24px 0;
}

.address-index-item {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.45);
}

.address-index-item:hover {
  color: #0057D7;
  cursor: pointer;
}

.address-index-item-active {
  color: #0057D7;
}

.address-box {
  display: flex;
  flex-wrap: wrap;
}

.address-box-item {
  margin: 0 15px 25px 0;
  width: 132px;
  height: 48px;
  background: #F3F3F3;
  border-radius: 2px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 26px;
}

.address-box button:nth-child(6n+6) {
  margin-right: 0;
}

.address-box-item:hover {
  cursor: pointer;
  background: #0057D7;
  color: #FFFFFF;
}

.address-box-item-active {
  background: #0057D7;
  color: #FFFFFF;
}

/* 维权中心联系方式结束---------------------------------------- */

/* 文章列表-------------------------------------------------- */
.article-list {}

.article-list-item {
  position: relative;
  height: 156px;
  padding: 24px 32px;
  border: 1px solid #F0F0F0;
  border-top: 0;
  box-sizing: border-box;
}

.article-list-item-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-list-item-content {
  margin-bottom: 16px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-list-item-date {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.article-list-item-share {
  position: absolute;
  bottom: 6px;
  right: 52px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  cursor: pointer;
}

.article-list .article-list-item:nth-child(1) {
  border-top: 1px solid #F0F0F0;
}

.article-list-item:hover {
  border-left: 4px solid #0057D7;
  padding-left: 29px;
}

.article-list-item:hover .article-list-item-title {
  color: #0057D7;
}

.paging {
  margin: 34px 0 0 556px;
  width: 644px;
  height: 40px;
  /*border: 1px solid #aaa;*/
}
.paging a {
  display:inline-block;
  margin: 0 5px;
  padding:5px 10px;
  border: 1px solid #d6e1e5;
  border-radius: 4px;
  color: #aaa;
}
.paging .act {
  background-color: rgba(0, 54, 133, 1);
}
.paging .pageNumberInput {
  border: 1px solid #d6e1e5;
  width: 40px;
  height: 30px;
  border-radius: 4px;
}
/* -------------------------------------------------------------------- */
.complaint-table {
  padding: 0 25px;
  position: relative;
  margin-top: 32px;
}

.complaint-table table {
  border-top: 1px solid #333;
}

.complaint-table table tr td {
  line-height: 40px;
  word-break: break-all;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 14px;
  color: #333;
  height: 40px;
  position: relative;
}

.complaint-table table tr .ty5 {
  width: 140px;
  text-align: center;
  vertical-align: middle;
}

.complaint-table table tr .ty1 {
  width: 140px;
  padding-left: 20px;
  text-align: center;
}

.complaint-table table tr .ty2 {
  width: 240px;
  color: #444;
}

.complaint-table table tr .ty3 {
  width: 140px;
  padding-left: 20px;
  text-align: center;
}

.complaint-table table tr .ty4 {
  width: 240px;
  border-right: 1px solid #333;
  color: #444;
}

.complaint-table table tr .ty_right {
  border-right: 1px solid #333;
  color: #444;
}

.complaint-table input[type="text"].table-input {
  width: 98%;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  height: 38px;
  /*bottom: 0;*/
  /*border: 0;*/
  outline: none;
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-bottom: 1px solid #000;
}

.complaint-table .ty_right .table-textarea {
  margin-top: 15px;
  height: 120px;
  width: 90%;
  resize: none;
  padding: 0px 20px;
  border: 0;
  outline: none;
  font-size: 15px;
  color: #444;
  line-height: 24px;
  font-family: "微软雅黑", 'Microsoft YaHei', Arial, sans-serif;
  letter-spacing: 1px;
}

.complaint-table .sub-btn {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #169bd5;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 10px auto 30px;
  border-radius: 3px;
  border: 0;
  outline: 0;
}

.agree-btn {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #169bd5;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 10px auto 30px;
  border-radius: 3px;
  border: 0;
  outline: 0;
}

.table-title {
  font-size: 18px;
  text-align: center;
  color: #444;
}
.table-info {
  font-size: 14px;
  color: #444;
  padding: 20px 10px 10px 20px;
  line-height: 30px;
}

.webuploader-pick {
  height: 40px;
  font-size: 12px;
  padding: 0 10px;
  background: #00b7ee;
  text-align: center;
  border-radius: 3px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*首页顶部轮播图样式*/
.header-img {
  width: 100%;
  /*height: 215px;*/
  /* 防止选中 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.img-list-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 215px;
  border-radius: 4px;
}

/* 轮播图列表 */
.img-list {
  width: 8000px;
  height: 215px;
  display: flex;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}

.img-list li {
  height: 215px;
}

.lawyer-home-item:hover .lawyer-home-item-p1{
    color: #0057D7;
    cursor: pointer;
}

.lawyer-home-item:hover .lawyer-home-item-p2{
    color: #0057D7;
    cursor: pointer;
}

.content-item-left-bottom-item:hover a{
    color: #0057D7;
}

.committee-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.committee-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 23px 24px 0;
  width: 280px;
  height: 64px;
  padding: 6px 18px;
  box-sizing: border-box;
  background: #F3F3F3;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #0057D7;
  line-height: 30px;
  text-align: center;
}

.committee-box a:nth-child(3n) {
  margin-right: 0;
}

.committee-box a:hover {
  cursor: pointer;
  background: #0057D7;
  color: #FFFFFF;
}

.supervisor {
  margin-top: 32px;
  width: 100%;
}

.supervisor-item {
  margin-bottom: 24px;
  display: flex;
  /* height: 206px; */
  padding-bottom: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid#EDEDED;
}

.supervisor-item .img-box {
  margin-right: 16px;
  width: 130px;
  height: 182px;
}

.supervisor-item .img-box img {
  width: 130px;
  height: 182px;
}

.council-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}

.council-title-line {
  margin: 0 auto;
  margin-top: 10px;
  width: 340px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 87, 215, 0) 0%, #0057D7 49%, rgba(0, 87, 215, 0) 100%);
  opacity: 0.39;
}

.council-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.council-img .img-item {
  margin: 0 54px 40px 0;
  width: 130px;
  height: 226px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}

.council-img .img-item:nth-child(5n) {
  margin-right: 0;
}

.council-img .img-item img {
  margin-bottom: 12px;
  width: 130px;
  height: 182px;
}

.supervisor-content {
  flex: 1;
}

.supervisor-name {
  margin-right: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
}

.supervisor-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.supervisor-name-content {
  margin-top: 8px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.supervisor-name-content p {
  white-space:pre
}

.institution-name {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.institution-director {
  margin-top: 8px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.institution-director span {
  margin-right: 30px;
}


.site-search {
  background-color: rgba(247, 250, 255, 1);
  border-radius: 4px;
  height: 120px;
  margin: 24px 0 24px 0;
}

.site-search>input {
  margin: 36px 0 0 220px;
  background-color: rgba(224, 233, 248, 1);
  border-radius: 4px 0px 0px 4px;
  height: 48px;
  width: 620px;
  padding-left: 24px;
  overflow-wrap: break-word;
  outline: none;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: normal;
  white-space: nowrap;
  line-height: 16px;
}

.site-search>button {
  background-color: rgba(0, 87, 215, 1);
  border-radius: 0px 4px 4px 0px;
  height: 48px;
  width: 100px;
  margin: 0 0 0 -4px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  cursor: pointer;
}

.title-subtitle-a:hover {
  color: #0057D7 !important;
}
