.leader {
  box-shadow: 0px 4px 20px 0px rgba(37, 37, 37, 0.25);
  margin-bottom: 50px;
}
.leader .cont {
  font-size: 12px;
  background-color: #fff;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e4e4;
}
.leader .cont .l {
  border-right: 1px solid #e4e4e4;
  min-width: 830px;
}
.leader .cont .l .title {
  padding: 24px 15px;
  font-size: 22px;
  font-weight: bold;
  color: #015293;
}
.leader .cont .l .title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #015293;
  margin-right: 20px;
}
.leader .cont .l .tit {
  border-bottom: 1px solid #eeeeee;
}
.leader .cont .l .tit span {
  padding: 9px 24px;
  background-color: #015293;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
}
.leader .cont .l .top {
  margin-left: 15px;
  margin-top: 12px;
  margin-right: 44px;
}
.leader .cont .l .top .item {
  margin-top: 18px;
  flex-wrap: nowrap;
}
.leader .cont .l .top .item .avatar {
  position: relative;
  font-size: 0;
}
.leader .cont .l .top .item .avatar img {
  width: 162px;
  height: 208px;
}
.leader .cont .l .top .item .avatar .more {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: rgba(0, 0, 0, 0.37);
  line-height: 34px;
  text-align: center;
}
.leader .cont .l .top .item .right {
  margin-left: 25px;
}
.leader .cont .l .top .item .right .name {
  font-size: 22px;
  font-weight: bold;
  color: #015293;
}
.leader .cont .l .top .item .right .name .btn {
  display: block;
  padding: 6px 26px;
  background: #015293;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
}
.leader .cont .l .top .item .right .name .btn:hover {
  background: #26519b;
  color: #fff !important;
}
.leader .cont .l .top .item .right .int span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #075391;
  margin: 15px 0 5px;
}
.leader .cont .l .top .item .right .int .of3 {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
}
.leader .cont .l .btm {
  margin-left: 15px;
  margin-top: 42px;
  margin-right: 44px;
}
.leader .cont .l .btm .list {
  margin-top: 45px;
}
.leader .cont .l .btm .list .item {
  margin-bottom: 30px;
  position: relative;
}
.leader .cont .l .btm .list .item:not(:nth-child(4n)) {
  margin-right: 55px;
}
.leader .cont .l .btm .list .item:not(:nth-child(4n))::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 201px;
  background-color: #e4e4e4;
  position: absolute;
  right: -28px;
  top: 0;
}
.leader .cont .l .btm .list .item .img {
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 10px;
}
.leader .cont .l .btm .list .item .img img {
  width: 134px;
  height: 172px;
}
.leader .cont .l .btm .list .item .name {
  margin-top: 19px;
  width: 154px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.leader .cont .r {
  width: 550px;
  flex-shrink: 0;
}
.leader .cont .r .title {
  margin: 24px 20px;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #015293;
  border-bottom: 1px solid #ebebeb;
}
.leader .cont .r .title a {
  font-size: 14px;
  color: #999999;
  display: flex;
  font-weight: normal;
  align-items: center;
}
.leader .cont .r .title a .iconfont {
  margin-left: 5px;
}
.leader .cont .r .title span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #015293;
  margin-right: 20px;
}
.leader .cont .r .leader-news-list {
  padding: 0 20px 20px;
  margin-top: 20px;
}
.leader .cont .r .leader-news-list ul li p {
  font-size: 18px;
}
.leader .cont .r .leader-news-list ul li span {
  font-size: 18px;
}
.leader .cont .r .leader-news-list ul + ul {
  border-top: 1px dashed #ddd;
  margin-top: 20px;
}
.leader .cont .r .leader-news-list ul li {
  margin-top: 21px;
  position: relative;
}
.leader .cont .r .leader-news-list ul li p {
  width: 96%;
  padding-right: 120px;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leader .cont .r .leader-news-list ul li span {
  line-height: 22px;
  height: 22px;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}
.leader .cont .r .leader-news-list ul li p .iconfont {
  color: #d9d9d9;
}
.leader .cont .r .leader-news-list ul li p a:hover {
  color: #005293;
  text-decoration: underline;
}
.leader .cont .r .leader-news-list .index-news-search {
  background: #f0f0f0;
  height: 50px;
  padding: 7px 30px;
  margin-top: 20px;
}
.leader .cont .r .leader-news-list .index-news-search span {
  line-height: 36px;
  color: #005293;
  font-size: 16px;
  margin-right: 15px;
}
.leader .cont .r .leader-news-list .index-news-search input[type=text] {
  width: 460px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  padding: 0 10px;
  border: none;
  font-size: 15px;
}
.leader .cont .r .leader-news-list .index-news-search input[type=submit] {
  width: 80px;
  height: 36px;
  background: #005293;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.leader .cont .r .leader-news-list .index-news-search input[type=submit]:hover {
  background: #006ac0;
}

@media (max-width: 1420px) {
  .leader .cont .l {
    min-width: 650px;
  }
  .leader .cont .l .btm .list .item:not(:nth-child(3n)) {
    margin-right: 55px;
  }
  .leader .cont .l .btm .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .leader .cont .l .btm .list .item:not(:nth-child(3n))::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 201px;
    background-color: #e4e4e4;
    position: absolute;
    right: -28px;
    top: 0;
  }
  .leader .cont .l .btm .list .item:nth-child(3n)::after {
    display: none;
  }
}