@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}

/* 分页 */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #0848A7;
  color: #fff;
  border: 1px solid #0848A7;
}

.pagination a:hover {
  background: #0848A7;
  color: #fff;
  border: 1px solid #0848A7;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 0.83rem;
  min-height: 5rem;
  background: url(../images/s34-bg.png) no-repeat center bottom / 100% auto;
}

.nymain .leftNav {
  float: left;
  width: 2.94rem;
  position: relative;
  background: #0848A7;
}

.nymain .leftNav>h2 {
  line-height: 1.08rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  padding: 0 0.25rem 1rem 0.25rem;
  background: #FFFFFF;
  margin-left: 0.15rem;
  margin-bottom: -0.4rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #0848A7;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  z-index: 1;
  padding: 0.29rem 0.2rem;
  border-top: 1px dashed rgba(1, 63, 143, 0.2);
}

.nymain .leftNav>ul>li:first-child>a {
  border-top: none;
}

/* .nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #0848A7;
  z-index: -1;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before {
  width: 100%;
} */

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.24rem;
  color: #424242;
  line-height: 0.32rem;
}

.nymain .leftNav>ul>li.on>a,
.nymain .leftNav>ul>li.on:hover>a {
  color: #014A97;
  font-weight: 600;
}

.nymain .leftNav>ul>li:hover>a {
  color: #014A97;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #014A97;
  font-weight: 600;
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.9rem;
  background: url(../images/left-sj1.png) no-repeat center;
  background-size: 0.09rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span,
.nymain .leftNav>ul>li.active>span {
  transform: rotate(90deg);
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  margin-top: -0.2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.15rem;
  line-height: 0.26rem;
  padding: 0.07rem 0.2rem;
  color: #787878;
}

.nymain .leftNav>ul>li>ul>li:hover a,
.nymain .leftNav>ul>li>ul>li.on a {
  color: #014A97;
  font-weight: 600;
}

.ny-right {
  float: right;
  width: calc(100% - 3.76rem);
}

.position {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.46rem;
}

.position h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #0848A7;
  display: flex;
  align-items: center;
}

.position h3::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #D8D8D8;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.position span {
  color: #7C7C7C;
  font-size: 0.18rem;
  vertical-align: middle;
}

.position img {
  height: 0.23rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.18rem;
  color: #7C7C7C;
  margin: 0 0.06rem;
  vertical-align: middle;
}

.position a:last-child {
  margin-right: 0;
}

.position a:hover,
.position a.active {
  color: #0848A7;
}

/* 列表页 */
.text-list {}

.text-list ul li {
  margin-bottom: 0.31rem;
  position: relative;
  z-index: 1;
}

.text-list ul li:first-child {
  margin-top: 0.6rem;
}

.text-list ul li::after {
  content: "";
  position: absolute;
  left: -0.06rem;
  right: 0;
  bottom: -0.06rem;
  height: 80%;
  border-radius: 0.3rem 0px 0px 0px;
  background: #0848A7;
  box-shadow: 0px 0px 0.1rem 0px rgba(145, 159, 184, 0.31);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.24rem 0.4rem 0.34rem 0.4rem;
  background: #fff;
  box-shadow: 0px 0.06rem 0.37rem 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.text-list ul li a .date {
  text-align: center;
  font-family: Arial;
}

.text-list ul li a .date p {
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 1;
  color: #0848A7;
}

.text-list ul li a .date span {
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1;
  margin-top: 0.1rem;
  color: #666;
}

.text-list ul li a hr {
  display: block;
  background: none;
  border: none;
  border-left: 1px solid rgba(24, 83, 185, 0.12);
  height: 0.85rem;
  margin: 0 0.2rem;
}

.text-list ul li a .list-tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .list-tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #272727;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.text-list ul li a .list-tx p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #AEB2B9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.text-list ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.text-list ul li:hover a .list-tx h3 {
  color: #0848A7;
  font-weight: bold;
}

/* 文字列表 */
.list2 {}

.list2 ul li {
  line-height: 0.8rem;
  font-size: 0.18rem;
  padding: 0 0.17rem 0 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.list2 ul li+li {
  margin-top: 0.3rem;
}

.list2 ul li span {
  display: block;
  float: right;
  color: #666666;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.list2 ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 0.2rem;
  transition: all 0.5s;
}

.list2 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.25rem;
  border-left: 4px solid #014A97;
  transition: all 0.5s;
}

.list2 ul li:hover {
  background: #0848A7;
}

.list2 ul li:hover span {
  color: #ffffff;
}

.list2 ul li:hover a {
  color: #ffffff;
  font-weight: bold;
}

.list2 ul li:hover a::after {
  border-left-color: #ffffff;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}



.art-main .art-body p strong {
  font-weight: bold;
}




.art-main .art-body table {
  max-width: 100%;
  margin: 0 auto !important;
  border-collapse: collapse;
  float: none;
}

.art-main .art-body table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  margin-top: 0.3rem;
  padding: 0.05rem 0.1rem;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.16rem;
  color: #999;
  margin: 0.05rem 0.15rem;
}
.cont-tit p span span {
  margin: 0 !important;
}
.art-main .cont-tit p span a:hover {
  color: #0848A7;
  font-weight: 600;
}

.art-info {
  border-top: 1px dashed #BBCAE2;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.34rem;
  color: #1549A2;
  font-size: 0.18rem;
  font-weight: bold;
}

.pnext p a {
  color: #333;
  font-weight: normal;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #1549A2;
  font-weight: bold;
}

/* 单篇正文 */
.dpzw-pic {
  padding: 0 0 0.2rem 0.2rem;
  background: url(../images/dpzw-picgg.png) no-repeat left bottom;
  background-size: 36.73% 80%;
}

.art-main .art-body .dpzw-pic img {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

.dpzw-bd {
  background: rgba(255, 255, 255, 0.49);
  padding: 0.3rem 0.5rem;
  margin-top: 0.2rem;
}

.art-main .art-body .dpzw-zs img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0.2rem;
}

/* 中心概况 */
.art-main .dpzw p *,
.art-main .dpzw p {
  font-weight: 400;
  font-size: 0.16rem !important;
  color: #272727;
  text-indent: 0 !important;
}

.art-main .dpzw p b {
  font-weight: 700;
}

.art-main .dpzw .jj-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}

.art-main .dpzw .jj-t img {
  display: block;
  width: 45.22%;
}

.art-main .dpzw .jj-t .jj-tr {
  flex: 1;
  min-width: 0;
  background: #0848A7;
  background: linear-gradient(225deg, transparent 20px, #0848A7 0);
  padding: 0.26rem 0.3rem;
  color: #fff;
  line-height: 0.3rem !important;
  margin-bottom: 0 !important;
  text-indent: 2em !important;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.img-lists ul li:nth-child(3)~li {
  margin-top: 0.4rem;
}

.img-lists ul li:hover {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 48%;
}

.img-lists ul li a>div.info {
  padding: 0.15rem 0.1rem;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-lists ul li:hover a>div.info {
  background: #0848A7;
}

.img-lists ul li:hover a>div.info p {
  color: #fff;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.list-ld ul li {
  width: 20%;
}

.list-ld ul li:nth-child(5)~li {
  margin-top: 0.48rem;
}

.list-ld ul li a {
  display: block;
  margin: 0 0.2rem;
  border: 1px solid #E4E4E4;
  position: relative;
}

.list-ld ul li .sz-pic {
  position: relative;
}

.list-ld ul li .sz-pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.05rem solid transparent;
  z-index: 1;
  transition: all 0.4s;
}

.list-ld ul li .pic {
  padding-top: 141.5%;
}

.list-ld ul li h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.56rem;
  text-align: center;
  letter-spacing: normal;
  transition: all 0.4s;
}

.list-ld ul li:hover a {
  background: #0848A7;
}

.list-ld ul li:hover .sz-pic::after {
  border-color: #0848A7;
}

.list-ld ul li:hover h3 {
  color: #ffffff;
  font-weight: bold;
}

/* 领导机构 */
.ldjg {}

.ldjg-t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ldjg-t ul li {
  width: 50%;
}

.ldjg-t ul li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.ldjg-t ul li .tit {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #0848A7;
  width: 2.5rem;
  padding-left: 0.3rem;
  border-left: 0.02rem solid #0848A7;
  margin-right: 0.4rem;
}

.ldjg-t ul li .ldjg-bd {
  flex: 1;
  min-width: 0;
}

.ldjg-t ul li .ldjg-bd a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #111;
  transition: all 0.3s;
}

.ldjg-t ul li .ldjg-bd a:hover {
  color: #0848A7;
}


/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #0848A7;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #0848A7;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
  background: url(../images/leftNav-q.png) no-repeat left 0.2rem;
  background-size: 0.05rem auto;
  padding-left: 0.25rem;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 0.5rem;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-image: url(../images/sz-dot.png);
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: bold;
  color: #0848A7;
  /* line-height: 0 !important; */
  text-indent: 0;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  /* text-indent: 2em; */
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw ul li+li {
  margin-top: 0.4rem;
}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: transparent;
  transition: all 0.5s;
}

.tw ul li a .picbox {
  width: 2.46rem;
  margin-right: 0.36rem;
  padding: 0.1rem;
  background: transparent;
  transition: all 0.5s;
}

.tw ul li a .pic {
  padding-top: 1.69rem;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1608);
}

.tw ul li a .tx .date {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #9D9D9D;
  background: url(../images/tw-sj.png) no-repeat left center / 0.15rem auto;
  padding-left: 0.25rem;
  margin-top: 0.1rem;
}

.tw ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #353535;
  transition: all 0.3s;
}

.tw ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.2rem;
}

.tw ul li:hover a .picbox {
  background: linear-gradient(0deg, #0848A7, #0848A7), #0075BE;
}

.tw ul li:hover a .tx h3 {
  font-weight: bold;
  color: #0848A7;
}

/* 组织机构 */
.jgsz .k+.k {
  margin-top: 0.57rem;
}

.jgsz .tit {
  width: 2.79rem;
  height: 0.7rem;
  line-height: 0.7rem;
  padding-left: 0.5rem;
  background: url(../images/zzjg-t.png) no-repeat center center / 100% 100%;
  font-size: 0.24rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #FFFFFF;
}

.jgsz .con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jgsz .con ul li {
  width: 48%;
  background: #FFFFFF url(../images/jgsz-zs.png) no-repeat calc(100% - 0.3rem) calc(100% - 0.3rem) / 0.75rem auto;
  border-left: 0.05rem solid #0848A7;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
  padding: 0.25rem 0.5rem;
}

.jgsz .con ul li h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #0848A7;
}

.jgsz .con ul li .kk {
  margin-top: 0.18rem;
}

.jgsz .con ul li .kk p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
}

/* 现任领导 */
.xrld {}

.xrld-t {
  width: 8rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.xrld-t::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  bottom: 0.2rem;
  background: #0848A7;
  z-index: -1;
  transition: all 1s;
}

.xrld-t img {
  display: block;
  width: 100%;
}

.xrld-b {
  padding-top: 0.2rem;
}

.xrld-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xrld-b ul li {
  width: 48%;
  margin-top: 0.3rem;
}

.xrld-b ul li a {
  display: block;
  line-height: 0.7rem;
  background: rgba(8, 72, 167, 0.05);
  border-left: 0.05rem solid #0848A7;
  padding-left: 0.45rem;
  font-size: 0.22rem;
  font-weight: normal;
  letter-spacing: normal;
  transition: all 0.4s;
}

.xrld-b ul li:hover a {
  background: rgba(8, 72, 167, 1);
  color: #fff;
}

.leader-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;}

.leader-list .leader-card {
  width: calc((100% - 0.5rem) / 2);
  margin-right: 0.5rem;
  margin-bottom: 0.42rem;
  background: #fff;
  border: 1px solid rgba(8, 72, 167, 0.14);
  border-radius: 0.04rem;
  padding: 0.32rem 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 0.04rem 0.18rem rgba(8, 72, 167, 0.08);
  transition: all 0.4s;}

.leader-list .leader-card:nth-child(3n) {
  margin-right: 0.5rem;}

.leader-list .leader-card:nth-child(2n) {
  margin-right: 0;}

.leader-list .leader-card:hover {
  box-shadow: 0 0.12rem 0.34rem rgba(8, 72, 167, 0.22);
  border-color: #0848A7;}

.leader-list .leader-avatar {
  flex: 0 0 auto;
  display: block;
width: 2.7rem;
    object-fit: cover;
    height: 3.2rem;
  margin-right: 0.32rem;
  border-radius: 0.04rem;
  background: rgba(8, 72, 167, 0.08);
  border: 1px solid rgba(8, 72, 167, 0.28);}

.leader-list .leader-info {
  flex: 1;
  min-width: 0;
  text-align: left;}

.leader-list .leader-name {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  color: #0848A7;
  line-height: 0.42rem;}

.leader-list .leader-title {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.36rem;
  border-left: 0.04rem solid #0848A7;
  padding-left: 0.14rem;
  }

.leader-list .leader-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.16rem;
  font-size: 0.2rem;
  color: #888;
  line-height: 0.32rem;
  text-align: left;
  word-break: break-all;
  }
/* 现任领导 - 重新设计 */
.leader-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

.leader-list .leader-card,
.leader-list > .leader-card:nth-child(n) {
  width: calc((100% - 0.4rem) / 2);
  margin: 0 0 0.4rem 0;
  background: #fff;
  border: 1px solid rgba(8, 72, 167, 0.12);
  border-radius: 0.03rem;
  padding: 0.42rem 0.34rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  box-shadow: none;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.leader-list .leader-card:nth-child(2n),
.leader-list > .leader-card:nth-child(2n) { margin-right: 0; }
.leader-list .leader-card:nth-child(3n),
.leader-list > .leader-card:nth-child(3n) { margin-right: 0; }

.leader-list .leader-card:hover,
.leader-list > .leader-card:nth-child(n):hover {
  border-color: rgba(8, 72, 167, 0.45);
  background: rgba(8, 72, 167, 0.03);
  box-shadow: 0 0.03rem 0.12rem rgba(8, 72, 167, 0.06);
}

.leader-list .leader-avatar,
.leader-list > .leader-card:nth-child(n) .leader-avatar {
  flex: 0 0 auto;
  display: block;
  width: 2.02rem;
  height: 2.5rem;
  object-fit: cover;
  margin-right: 0.3rem;
  border-radius: 0.03rem;
  background: rgba(8, 72, 167, 0.05);
  border: 1px solid rgba(8, 72, 167, 0.3);
}

.leader-list .leader-info,
.leader-list > .leader-card:nth-child(n) .leader-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.leader-list .leader-name,
.leader-list > .leader-card:nth-child(n) .leader-name {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  color: #0848A7;
  line-height: 0.4rem;
}
.leader-list .leader-title,
.leader-list > .leader-card:nth-child(n) .leader-title {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.19rem;
  color: #333;
  line-height: 0.32rem;
  border-left: 0.03rem solid #0848A7;
  padding-left: 0.14rem;
}
.leader-list .leader-desc,
.leader-list > .leader-card:nth-child(n) .leader-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.16rem;
  font-size: 0.19rem;
  color: #888;
  line-height: 0.3rem;
  text-align: left;
  word-break: break-all;
}