﻿/* 当前页背景 */
.xjk{
  background: none;
}
/* 当前页导航 */
.nav{
  background: #F0F7FF;
}
/* 顶部banner */
.banner {
  width: 1280px;
   /* height: 490px;  */
}

.banner img {
  width: 100%;
  height: 100%;
}

.common {
  background: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 48%;
  padding: 15px 0;
}
.wrap_main{
  position: relative;
  background: #F0F7FF;
  z-index: 1;
}
.bj1{
  height: 627px;
  background: url('/Sites/Uploaded/UserUpLoad/20220601/20220601143324.png') no-repeat right;
  width: 556px;
  position: absolute;
  right: 0;
  top: 520px;
  z-index: -1;
}
.bj2{
  background: url('/Sites/Uploaded/UserUpLoad/20220601/20220601144024.png') no-repeat left;
  width: 475px;
  height: 630px;
  position: absolute;
  left: 0px;
  bottom: 15px;
  z-index: -1;
}
.common_wrapper .common .silder ul.pic {
  padding: 0;
  border-top: none;
  height: 345px;
}

.common_wrapper .common .silder ul.pic li {
  line-height: inherit;
  height: 345px;
  background: none;
  overflow: hidden;
}

.common_wrapper .common .silder ul.pic li a {
  padding-left: 0;
}

.common_wrapper .common .silder ul.pic li img {
  width: 100%;
  /* height: 100%; */
}

.common.common_l {
  float: left;
  margin-right: 0px;

}

.common.common_r {
  float: right;
}

.dqjs_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dqjs_head h3 {
  background: url('/Sites/Uploaded/UserUpLoad/20220527/20220527175227.png')no-repeat 5px top;
  padding-left: 35px;
  color: #FD0808;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.dqjs_head h3::after {
  content: "";
  width: 35px;
  height: 3px;
  background: #FD0808;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 10px;
  transition: all 0.3s;
}

.dqjs_head h3:hover::after {
  width: 100px;
}

.dqjs_head a {
  float: right;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-right: 16px;
  background: url('/Sites/Uploaded/UserUpLoad/20220622/20220622152433.png') no-repeat right center;
  
}

.dqjs_head a:hover {
  color: #FD0808;
  background: url('/Sites/Uploaded/UserUpLoad/20220622/20220622152553.png')no-repeat right center;
}
.common_scroll, .lr_pd{
  padding: 0;
}
.common_list ul.list_ul {

  padding: 22px 0px 0px 0px;
  height: auto;
  min-height: 180px;
  box-sizing: border-box;
}

.common_wrapper {
  padding-bottom: 10px;
}

.common_list ul li {
  line-height: 40px;
  height: 40px;
  background: none;
  overflow: hidden;
  border-bottom: 1px solid #eeeded;
}

.common_list ul li:hover a {
  color: #FD0808;
}

.common_list ul li a {
  padding: 0;
}

.span_date {
  float: right;
  padding: 0;
  font-size: 14px;
}

.flash_box {
  position: relative;
}

.common_scroll ul.tit {
  height: 40px;
  line-height: 40px;
  bottom: 0px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
}

.common_scroll ul.tit li {
  line-height: 40px;
  background: none;
}

.common_scroll ul.tit li a {
  color: #fff;
}

.common_scroll ul.num {
  right: 10px;
  bottom: 2px;
  position: absolute;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
}

.common_scroll ul.num li {
  float: left;
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 15px 5px;
  color: transparent;
}

.common_scroll ul.num li.s {
  background: #bd1a20;
}

@media only screen and (max-width: 768px) {
  .main, .banner, .common{
          width: 100%;
  }
  .common_scroll ul.num,  .bj1, .bj2{
          display: none;
  }
  .lr_pd, .common_scroll{
          padding-top: 15px;
  }
  .banner{
          margin: 0px;
  }
  .common_wrapper .common .silder ul.pic li img, .common_wrapper .common .silder ul.pic, .common_wrapper .common .silder ul.pic li{
    height: auto;
  }
}
