@charset "utf-8";
@font-face {
  font-family: bcrfont;
  src: url("/template/style/font/ttbcr.ttf");
}
body {
  background-color: #f8f8f8;
}
.pdr {
  padding-right: 20px;
}
.pdl {
  padding-left: 20px;
}
.hd_select {
  padding: 40px 0;
}
.hd_select li {
  display: inline-block;
  width: 340px;
  overflow: hidden;
  margin-right: 25px;
}
.hd_select li img {
  height: 200px;
  width: 100%;
}
.hd_select li:last-child {
  margin-right: 0;
}
.list_nav {
  border-right: 1px solid #ccc;
  padding: 40px 0;
}
.list_nav li {
  padding: 10px 0;
}
.list_nav li a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 10px;
}
.list_nav .active a {
  color: #d32322;
  border-right: 4px solid #d32322;
}
.list_tit {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
}
.list_img {
  margin: 0 -10px;
  overflow: hidden;
}
.list_img li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.list_img li a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.list_img li a .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.list_img li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.list_img li a .txt {
  padding: 10px;
}
.list_img li a .txt p {
  font-size: 18px;
  line-height: 1.55;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_img li a .txt div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_img li a .txt div span {
  display: flex;
  align-items: center;
}
.list_img li a .txt div span img {
  margin-right: 10px;
}
.list_img li a:hover .img img {
  transform: scale(1.08);
}
.list_img li a:hover .txt p {
  color: #d32322;
}
.list_img_gk {
  height: auto;
  overflow: hidden;
}
.list_img_gk li {
  display: inline-block;
}
.list_img_gk li img {
  width: 496px;
  height: 100%;
  border: 8px solid #ffffff;
  border-radius: 7px;
  margin: 5px 17px;
}
.sl_tit {
  height: auto;
  overflow: hidden;
}
.sl_tit h3 {
  text-align: center;
  color: #cc0001;
  line-height: 80px;
  font-size: 28px;
  font-weight: bold;
}
.sl_nr {
  height: auto;
  overflow: hidden;
  background: #ffffff;
  padding: 20px 40px;
}
.sl_nr p {
  display: inline-block;
  width: 48%;
  font-size: 18px;
  line-height: 50px;
}
.list_img2 {
  margin: 0 -10px;
  overflow: hidden;
}
.list_img2 li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.list_img2 li a {
  display: block;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.list_img2 li a .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.list_img2 li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.list_img2 li a .txt {
  padding: 10px;
}
.list_img2 li a .txt p {
  font-size: 18px;
  line-height: 1.55;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_img2 li a .txt div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_img2 li a .txt div span {
  display: flex;
  align-items: center;
}
.list_img2 li a .txt div span img {
  margin-right: 10px;
}
.list_img2 li a:hover .img img {
  transform: scale(1.08);
}
.list_img2 li a:hover .txt p {
  color: #d32322;
}
.list_txt li {
  margin-bottom: 20px;
}
.list_txt li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
}
.list_txt li a .time {
  width: auto;
  line-height: 1;
}
.list_txt li a .time p {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "bcrfont";
}
.list_txt li a .time span {
  color: #666;
}
.list_txt li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  width: 86%;
}
.list_txt li a img {
  width: 20px;
}
.list_txt li a:hover .title {
  color: #d32322;
}
.list_jg .tit {
  font-size: 24px;
  color: #c29d60;
}
.list_jg ul {
  overflow: hidden;
  margin: 0 -10px;
}
.list_jg ul li {
  width: 20%;
  float: left;
  padding: 10px;
}
.list_jg ul li a {
  display: block;
  background: #fff url(../../images/list/list_link_bg.png) no-repeat center right;
  background-size: cover;
  text-align: center;
  line-height: 3.5;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid rgba(194, 157, 96, 0.1);
}
.list_ld .tit {
  font-size: 24px;
  color: #c29d60;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list_ld ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.list_ld ul li {
  width: 25%;
  padding: 20px;
}
.list_ld ul li .item {
  position: relative;
  display: block;
  border-radius: 6px;
}
.list_ld ul li .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background-color: #c29d60;
  right: -10px;
  bottom: 0;
  z-index: -1;
}
.list_ld ul li .item img {
  display: block;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.list_ld ul li .item em {
  background: #e9e9e9;
  height: 300px;
  display: block;
  width: 100%;
}
.list_ld ul li .item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 3;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.list_ld ul li .item .txt .post {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  line-height: 1.3;
}
.list_ld ul li .item .txt p {
  padding: 0 5px;
}
.list_ld ul .wrap,
.list_ld ul .wap_wrap {
  width: 100%;
  height: 1px;
  padding: 0;
}
.list_ld ul .wap_wrap {
  display: none;
}
.list_leader .tit {
  font-size: 24px;
  color: #c29d60;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list_leader ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #e5f5fd;
  padding: 30px;
  margin-bottom: 20px;
}
.list_leader ul li {
  display: flex;
  width: 48%;
  padding: 20px 0;
}
.list_leader ul li span {
  width: 150px;
  font-weight: bold;
  font-size: 17px;
}
.list_leader ul li p {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px);
}
.list_leader ul li p a {
  margin-right: 24px;
}
.list_bk_nav {
  border-right: 1px solid #ccc;
}
.list_bk_nav li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 2.5;
  cursor: pointer;
}
.list_bk_nav li span {
  margin-right: 10px;
}
.list_bk_nav .active {
  color: #d32322;
  border-right: 4px solid #d32322;
}
.list_bk_content .tit {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.list_bk_content .crm {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 767px) {
  .list_leader ul {
    padding: 0 20px;
  }
  .list_leader ul li {
    width: 100%;
  }
  .section .name {
    display: none;
  }
  body {
    background-color: #fff;
  }
  .pdr,
  .pdl {
    padding: 0;
  }
  .list_tit {
    display: none;
  }
  .list_nav {
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: 0 -5px;
  }
  .list_nav li {
    float: left;
    width: 33.333%;
    padding: 5px;
  }
  .list_nav li a {
    font-size: 14px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 6px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
  }
  .list_nav .active a {
    border: 0;
  }
  .list_bk_nav li {
    font-size: 14px;
  }
  .list_bk_nav li span {
    display: none;
  }
  .list_bk_nav .active {
    border: 0;
  }
  .list_bk_content {
    font-size: 14px;
  }
  .list_bk_content .tit {
    font-size: 16px;
  }
  .list_img {
    margin: 0 -5px;
  }
  .list_img li {
    width: 50%;
    padding: 5px;
    margin: 0;
  }
  .list_img li a .img {
    height: 100px;
  }
  .list_img li a .txt {
    padding: 10px;
  }
  .list_img li a .txt p {
    font-size: 14px;
    height: 30px;
  }
  .list_img li a .txt div span {
    font-size: 14px;
  }
  .list_img li a .txt div span img {
    display: none;
  }
  .list_img li a .txt div img {
    height: 10px;
  }
  .list_img_gk {
    height: auto;
    overflow: hidden;
  }
  .list_img_gk li {
    display: inline-block;
  }
  .list_img_gk li img {
    width: 100%;
    height: 100%;
    border: 8px solid #f9f7f7;
    border-radius: 7px;
    margin: 0;
  }
  .sl_tit {
    height: auto;
    overflow: hidden;
  }
  .sl_tit h3 {
    text-align: center;
    color: #cc0001;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
  }
  .sl_nr {
    height: auto;
    overflow: hidden;
    background: #efefef;
    padding: 20px;
  }
  .sl_nr p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .list_jg .tit,
  .list_ld .tit {
    font-size: 18px;
  }
  .list_jg ul li,
  .list_ld ul li {
    width: 50%;
  }
  .list_jg ul li a,
  .list_ld ul li a,
  .list_jg ul li .item,
  .list_ld ul li .item {
    font-size: 14px;
    line-height: 3;
  }
  .list_ld ul li .item::before {
    display: none;
  }
  .list_ld ul li .item img {
    height: 176px;
  }
  .list_ld ul li .item .txt {
    display: block;
    position: relative;
    height: 60px;
    padding: 10px 0;
    color: #333;
    background-image: none;
  }
  .list_ld ul li .item .txt p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .list_ld ul li .item .txt .post {
    max-width: 100%;
    white-space: wrap;
    margin-bottom: 10px;
  }
  .list_ld ul li .item .txt .name {
    font-size: 14px;
    font-weight: bold;
  }
  .list_ld ul .wrap {
    display: none;
  }
  .list_ld ul .wap_wrap {
    display: block;
  }
}
