/*第一部分-焦点轮播*/
.news_swiper {
  width: 100%;
  height: 450px;
  position: relative;
}
.news_swiper img {
  width: 752px;
  height: 450px;
}
.news_swiper .news_prev,
.news_swiper .news_next {
  cursor: pointer;
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 0;
  z-index: 991;
  bottom: 68px;
  right: 0;
}
.news_swiper .news_prev {
  right: 30px;
  background: url(../images/slh_right.png) center no-repeat;
}
.news_swiper .news_next {
  right: calc(390px - 68px / 2);
  background: url(../images/slh_left.png) center no-repeat;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pt-52 {
  padding-top: 52px;
}
.mt-12 {
  margin-top: 12px;
}
.pb-47 {
  padding-bottom: 47px;
}
.shl_part01 {
  margin-top: 37px;
}
/*第一部分-焦点轮播 slide*/
.slh_silde_content {
  display: flex;
  height: 450px;
}
.slh_silde_content .left {
  width: 752px;
}
.slh_silde_content .left img {
  width: 100%;
  height: 450px;
}
.slh_silde_content .right {
  box-sizing: border-box;
  width: 448px;
  height: 450px;
  background-color: #f6f6f6;
  padding: 65px 30px 0 26px;
}
.slh_silde_content .right h3 > a {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333;
}
/*第二部分*/
.part02_list {
  display: flex;
  justify-content: space-between;
}
.part02_list a {
  position: relative;
  width: 276px;
  height: 274px;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.part02_list a span {
  position: absolute;
  display: inline-block;
  top: 55px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.part02_list li:nth-child(odd) a {
  color: #116cc9;
}
.part02_list li:nth-child(even) a {
  color: #cb6e31;
}
/*第三部分*/
.part03_content {
  display: flex;
  justify-content: space-between;
}
.part03_left {
  box-sizing: border-box;
  width: 576px;
  height: 444px;
  background-color: #ffffff;
  border-radius: 10px;
}
.part03_left .part03_title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1d6dc6;
  border-bottom: 3px solid #e1efff;
}
.part03_left .part03_title .blueBottom {
  float: left;
  padding-bottom: 16px;
  border-bottom: 3px solid #1d6dc6;
}
.part03_left .part03_title .more {
  float: right;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.part03_left .part03_list a {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  border-bottom: 1px dashed #ddd;
  letter-spacing: 0px;
  color: #333333;
}
.part03_left .part03_list a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  margin-right: 10px;
}
.shl_part04 {
  margin-bottom: 65px;
}
.shl_part04 .bsfw_title {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.shl_part04 .part04_list {
  padding: 34px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 356px 1fr 1fr;
  grid-template-rows: 142px 1fr;
  grid-gap: 32px;
  height: 384px;
  background-color: #f2f8ff;
  border-radius: 20px;
}
.shl_part04 .part04_list li {
  border-radius: 16px;
}
.shl_part04 .part04_list li:first-child {
  background: url(../images/bsfw_p01.png) no-repeat #ffffff;
}
.shl_part04 .part04_list li:nth-child(2) {
  background: url(../images/bsfw_p02.png) no-repeat #ffffff;
}
.shl_part04 .part04_list li:nth-child(3) {
  background: url(../images/bsfw_p03.png) no-repeat #ffffff;
}
.shl_part04 .part04_list li:nth-child(4) {
  background: url(../images/bsfw_p04.png) no-repeat #ffffff;
}
.shl_part04 .part04_list li:nth-child(5) {
  background: url(../images/bsfw_p05.png) no-repeat #ffffff;
}
.shl_part04 .part04_list li:nth-child(6) {
  background: url(../images/bsfw_p06.png) no-repeat #ffffff;
}
.shl_part04 .part04_list a {
  width: 356px;
  height: 142px;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  padding-left: 28px;
  align-items: center;
  font-size: 36px;
  color: #333;
  line-height: 42px;
}
#mozi-assist-zoom-out a img,
#mozi-assist-zoom-min a img {
  margin-left: 5px;
  margin-top: 2px;
}
/* webkit滚动条 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
@media (min-height: 800px) {
  /* webkit滚动条 */
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #ddd;
  }
}
/* 超出文本显示省略号 */
.elp1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hoverList li:hover a {
  color: #1d6dc6;
}
.hoverList li:hover a::before {
  background-color: #1d6dc6;
}
