body {
  background: #fff;
  position: relative;
  z-index: 0;
}


.banner {
  position: relative;
}

.banner .slick-slide a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 10, 21, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  opacity: .1;
}

.banner .slick-slide a {}

.banner .slick-slide.slick-active img {
  transition: 6s 1s linear;
  transform: scale(1.1);
}

.banner .slick-active img {}

.banner img {
  display: block;
  width: 100%;
}


.banner .slick-prev {
  width: .6rem;
  height: .6rem;
  background: url(../images/bal.png) no-repeat center center;
  left: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: .6rem;
  height: .6rem;
  background: url(../images/bar.png) no-repeat center center;
  right: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: auto;
  transform: translateX(-50%);
  bottom: 0.2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .32rem;
  text-align: center;
  margin: 0 auto;
  left: 50%;
}

.banner .slick-dots:before {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  width: 0.49rem;
  height: .01rem;
  top: 50%;
  transform: translateY(-50%);
  left: -.49rem;
}

.banner .slick-dots:after {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  width: 0.49rem;
  height: .01rem;
  top: 50%;
  transform: translateY(-50%);
  right: -.49rem;
}

.banner .slick-dots li {
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  margin: 0 .1rem;
  opacity: 0.5;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #FFFFFF;

}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 0.08rem;
  height: 0.08rem;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: .9;
  width: 0.1rem;
  height: 0.1rem;
  background-size: 100% 100%;
  border-radius: 0%;
  border: none;
  background: #daa450
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: .02rem solid #054c92;
  padding: 0 0 .1rem .1rem;
  background: url(../images/tit_zsimg.png) top left no-repeat;
}

.index_tit_img {
  width: .44rem;
  height: .44rem;
  margin-right: .1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.index_tit_img img {
  max-width: .44rem;
  max-height: .44rem;
  display: block;
}

.index_tc {
  /* display: inline-block; */
  background-size: 1.24rem 1.11rem;
  text-align: left;
  padding: 0 0;
  background-size: 100%;
  position: relative;
}

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91001C;
}

.index_tc h3 {
  font-size: .3rem;
  font-weight: normal;
  line-height: .4rem;
  color: #333;
  font-family: 'sysong';
  transition: all .3s;
}

.index_tc i {
  font-family: Libre Franklin;
  font-size: .3rem;
  font-weight: bold;
  line-height: .3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  background: linear-gradient(180deg, #D9302F 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.index_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  font-size: .16rem;
  font-weight: 290;
  line-height: .36rem;
  color: #333;
  transition: all 0.3s;
  background-size: .33rem .2rem;
  padding: 0 0 0 0;
}

.index_more a:hover {
  color: #054c92;
  transition: all 0.3s;
  margin-right: .05rem
}

.index_tit2 {
  text-align: left;
  position: relative;
  margin-bottom: .4rem;
}

.index_tit2 .index_tc {
  
}

/*  */
.idate-list {
  padding-top: 0;
}

.s1_right .idate-list {
  margin-top: -.05rem;
}

.idate-list ul li {
  width: 100%;
  overflow: hidden;
  transition: all .3s;
}

.idate-list ul li a {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all .3s;
  padding: .05rem 0;
  margin: .05rem 0;
}

.s1_right .idate-list ul li a {
  padding: .18rem 0;
  margin: 0rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}

.s1_right .idate-list ul li:last-child a {
  border-bottom: none
}

.s1_right .idate-list ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.01rem;
  width: 0%;
  height: .03rem;
  background: #1352b0;
  z-index: 999;
  transition: all .5s
}

.s1_right .idate-list ul li:hover a:after {
  transition: all .5s;
  width: 100%;
}

.s1_right .idate-list ul li:hover {}

.idate-list ul li:hover {
  box-shadow: 0 .03rem .05rem 0 rgba(25, 45, 115, 0.1) !important;
}

.idate-list ul li:hover h3 {
  color: #1352b0
}

.idate-list .academic_data {
  width: .68rem;
  border: .01rem solid #1352b0;
  transition: all 1s;
  border-radius: .08rem;
  overflow: hidden;
}

.idate-list .academic_data p {
  width: 100%;
  line-height: .4rem;
  font-size: .2rem;
  font-family: "Microsoft YaHei";
  background: #1352b0;
  text-align: center;
  color: #fff;
  transition: all 1s;
}

.idate-list .academic_data span {
  width: 100%;
  line-height: .28rem;
  font-size: .14rem;
  text-align: center;
  display: block;
  color: #1352b0;
}

.idate-list .academic_txt {
  /*padding-left: 20px;border-left: 5px solid #1352b0;*/
  box-sizing: border-box;
  transition: all 1s;
  flex: 1;
  min-width: 0;
  margin-left: .15rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.idate-list .academic_txt h3 {
  font-size: .18rem;
  margin-bottom: .05rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  width: 100%;
}

.idate-list .academic_txt p {
  font-size: .14rem;
  color: #999;
  line-height: .2rem;
  overflow: hidden;
  /* overflow: hidden; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .4rem;
  height: .4rem;
  white-space: normal;
}

.s1_right .idate-list .academic_txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .4rem;
  height: .4rem;
  white-space: normal;
}

.idate-list ul li:hover .academic_data {
  border: .01rem solid #3781ef;
}

.idate-list ul li:hover .academic_data p {
  background: #3781ef;
}

.idate-list ul li:hover .academic_data span {
  color: #3781ef;
}

.academic_d ul li:hover .academic_txt h3 {
  color: #104bb1;
  font-weight: bold;
}



/*  */
.inews_list {
  padding: .1rem 0 0 0;
}

.inews_list ul {
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  margin-top: -.15rem;
}


.inews_list li {
  padding-right: 1.2rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  line-height: .55rem;
  padding-left: 0.2rem;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px dashed #d8d8d8;
  display: block;
  transition: all 0.5s;
}

.inews_list li:before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #717171;
  border-radius: 50%
}

.inews_list li:hover:before {
  background: #054c92;
}

.inews_list li:hover a {
  color: #1352b0;
  transition: all 0.3s;
  font-weight: bold;
}


.inews_list li:last-child {
  /* border-bottom: none; */
}

.inews_list li a {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: .18rem;
  line-height: .55rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
  Z-INDEX: 9;
}

.inews_list li span {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #888;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s
}

.inews_list li:hover::after {
  width: 100%;
}

.inews_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #00469d;
  transition: all 0.5s;
}

/* academic_d */
.academic_d {
  padding-top: .2rem;
}

.academic_d ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: .15rem;
}

.academic_data {
  width: .68rem;
  border: .01rem solid #1352b0;
  transition: all 1s;
  border-radius: .1rem;
  overflow: hidden;
}

.academic_data p {
  width: 100%;
  line-height: .4rem;
  font-size: .2rem;
  font-family: "Microsoft YaHei";
  background: #1352b0;
  text-align: center;
  color: #fff;
  transition: all 1s;
}

.academic_data span {
  width: 100%;
  line-height: .28rem;
  font-size: .14rem;
  text-align: center;
  display: block;
  color: #1352b0;
}

.academic_txt {
  /*padding-left: 20px;border-left: 5px solid #1352b0;*/
  box-sizing: border-box;
  transition: all 1s;
  width: calc(100% - 1rem);
}

.academic_txt h3 {
  font-size: .18rem;
  margin-bottom: .05rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.academic_txt p {
  font-size: .14rem;
  color: #999;
  line-height: .2rem;
}

.academic_d ul li:hover .academic_data {
  border: .01rem solid #3781ef;
}

.academic_d ul li:hover .academic_data p {
  background: #3781ef;
}

.academic_d ul li:hover .academic_data span {
  color: #3781ef;
}

/*.academic_d ul li:hover .academic_txt{border-left: 5px solid #3781ef;}*/
.academic_d ul li:hover .academic_txt h3 {
  color: #104bb1;
  font-weight: bold;
}

.academic_d ul li:last-child {
  margin-bottom: 0;
}

/*  */
.section1 {
  margin: .5rem auto .3rem auto;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section1 .s1_left {
  width: 48%;
}

.section1 .s1_right {
  flex: 1;
  min-width: 0;
  margin-left: .55rem;
}

.newsbox {
  width: 100%;
}

.newsbox a {
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbox .newsboxl {
  width: 100%;
}

.newsbox .new_tit {
  font-size: .20rem;
  line-height: .4rem;
  letter-spacing: normal;
  color: #222;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsbox .timg_txt p {
  /*text-align: center;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .5rem;
  height: .5rem;
  white-space: normal;
  font-size: .16rem;
  color: #555;
  line-height: .24rem;
}

.newsbox .newsboxl .modulepic {
  padding-top: 73%;
}

.newsbox .newsboxl .modulepic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: 100% 100% !important;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, #000000 100%);
}


.newsbox .timg_txt {
  display: block;
  padding: .1rem .2rem;
  position: relative;
  bottom: 0;
  width: 100%;
}

.newsbox .timg_txt:hover h2 {
  color: #1352b0
}




.newsbox .news_more {
  width: calc(100% - .6rem);
  display: block;
  height: .5rem;
  line-height: .5rem;
  text-align: left;
  border-top: #DBDBDB .01rem solid;
  font-size: .16rem;
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: .1rem .3rem;
  background: url(../images/nckxqbnt.png) right center no-repeat;
  padding: 0;
}

.newsbox .news_more img {
  width: 1.1rem;
  height: .31rem;
  margin-right: 0;
}

.newsbox .news_more:hover {
  border-top: #91001C .01rem solid;
  color: #91001C;
}

.newsbox .slick-dots {
  position: absolute;
  bottom: 1.3rem;
  height: .1rem;
  right: .2rem;
  left: 0;
  line-height: .46rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
}



.newsbox .slick-dots li {
  text-align: center;
  width: .08rem;
  height: .08rem;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
}

.newsbox .slick-dots li button {
  display: none
}

.newsbox .slick-dots li.slick-active {
  width: .3rem;
  border-radius: .2rem;
  opacity: 1;
  background: #daa450;
}

.newsbox .slick-dots li.slick-active .dot-page {
  color: #D8D8D8;
  font-size: .18rem;
}

.newsbox .slick-dots li.slick-active .dot-page span {
  font-size: .18rem;
  color: #fff;
  padding-right: .15rem;
}

.newsbox .slick-dots li.slick-active .dot-page b {
  padding-left: .15rem;
  font-size: .18rem;
  color: #fff;
}

.newsbox .slick-prev {
  width: .2rem;
  height: .05rem;
  left: auto;
  
  top: auto;
  bottom: .2rem;
  right: 2.4rem;
}

.newsbox .slick-next {
  width: .2rem;
  height: .05rem;
  left: auto;
  
  top: auto;
  bottom: .2rem;
  right: .6rem;
}

.news_list {
  margin-top: .2rem;
}

.news_list .ins1431-time {
  width: 1.5rem;
  text-align: center;
  background-size: 100% 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: -.08rem;
}

.news_list .ins1431-time b {
  display: block;
  font-size: .28rem;
  color: #2F6FDE;
  width: 100%;
}

.news_list .ins1431-time span {
  font-size: .14rem;
  line-height: .2rem;
  color: #91001C;
  display: block;
  width: 100%;
  background: url(../images/ico_time.png).2rem center no-repeat;
  font-family: 'sysong';
  background-size: .11rem .12rem;
}

.news_list .ins1431-txt {}

.news_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_list ul li a {
  display: block;
  background: url(../images/news_listbg.png);
  background-size: 100% 100%;
  width: 4.23rem;
  height: 1.26rem;
  padding: .3rem .4rem;
  position: relative;
  transition: all .3s
}

.news_list ul li {
  margin: .2rem 0;
}

.news_list ul li:hover a {
  
  background-size: 100% 100%;
}

.news_list ul li:hover .ins1431-txt p {
  font-weight: 800;
  color: #333333;
}

.news_list .ins1431-txt p {
  font-size: .18rem;
  line-height: .3rem;
  /* height: .6rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  font-weight: 400
}

.news_list ul li a:hover .ins1431-time {}


/*  */
.notice_list {
  padding: 0;
  height: auto;
  overflow: hidden;
}

.notice_list .ins1431-time {
  width: .7rem;
  text-align: center;
  
  background-size: 100% auto;
  padding: -0.94rem 0;
  padding-right: .1rem;
  transition: all .5s;
  position: relative;
  text-align: left;
  padding-bottom: .2rem;
}

.notice_list .ins1431-time b {
  /* display: block; */
  font-size: .26rem;
  color: #91001C;
  /* width: 100%; */
  position: relative;
  font-family: 'sysong';
  font-weight: normal;
}

.notice_list .ins1431-time b:nth-child(1) {}

.notice_list .ins1431-time b:nth-child(2) {
  position: absolute;
  right: 0;
  top: .2rem;
}

.notice_list .ins1431-time b:nth-child(1):before {
  content: "";
  position: absolute;
  left: .35rem;
  top: .12rem;
  ;
  width: .01rem;
  height: 0.3rem;
  background: #91001C;
  transform: rotate(40deg);
}

.notice_list .ins1431-time span {
  font-size: .14rem;
  line-height: .24rem;
  color: #91001C;
  display: block;
  width: 100%;
  color: rgba(145, 0, 28, 0.4);
}

.notice_list .ins1431-txt {
  width: calc(100% - .9rem);
  /* padding-top: .15rem; */
  display: flex;
  align-items: center;
  padding-bottom: .3rem;
  position: relative;
}

.notice_list .ins1431-txt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.01rem;
  background: #DBDBDB;
  bottom: .04rem;
  left: 0%;
  transition: all .3s
}

.notice_list .ins1431-txt:before {
  content: "";
  position: absolute;
  width: .23rem;
  height: .13rem;
  background: url(../images/nckxqbnt.png) center no-repeat;
  left: 0;
  bottom: -.02rem;
  opacity: 0;
}

.notice_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice_list ul li a {
  display: flex;
  flex-wrap: wrap;
  transition: all .5s;
  align-items: center;
  transition: all .3s;
}

.notice_list ul li {
  margin: 0 0 .07rem 0;
  padding: .07rem 0;
  width: 100%;
  transition: all 0.5s;
}

.notice_list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


.notice_list ul li {
  border-bottom: #fff .01rem solid;
}

.notice_list ul li:hover {
  border-bottom: #f1f1f1 .01rem solid;
}

.notice_list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.notice_list ul li a:hover h3 {
  color: #900201;
  font-weight: 800;
  transition: all .5s;
}

.notice_list ul li a:hover p {
  color: #333;
  transition: all .5s;

}

.notice_list ul li a:hover .ins1402-time {
  color: #900201;
}

.ins1402-qh span.on::after {
  display: block;
}

.notice_list .ins1402-time b {
  display: block;
  font-family: Bebas;
  font-size: .24rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: .24rem;
  transition: all .5s;
}

.notice_list .ins1402-time span {
  display: block;
  font-family: Bebas;
  font-size: .14rem;
  font-weight: bold;
  line-height: .32rem;
  letter-spacing: normal;
  opacity: .6;
}

.notice_list .ins1402-time {
  text-align: left;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
  float: left;
  color: #666666
}

.notice_list .ins1402-time::after {
  content: '';
  position: absolute;
  right: 0;
  top: .05rem;
  height: .26rem;
  width: 0;
  border: .01rem solid #D8D8D8;
}

.notice_list .ins1402-txt {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.notice_list .ins1402-txt h3 {
  font-size: .18rem;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: .4rem;
  font-weight: normal;
  transition: all .5s;
  font-weight: 400;
}

.notice_list .ins1402-txt p {
  font-size: .14rem;
  line-height: .24rem;
  color: #999999;
  height: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.notice_list .ins1402-r {
  padding: .4rem .5rem;
  background: #FFFFFF;
}

.notice_list .ins1402-r ul li {
  margin-bottom: .4rem;
}

.notice_list .ins1402-r ul li:last-child {
  margin-bottom: 0;
}

.notice_list .ins1402-r ul li a:hover h3 {
  color: #BB1A1A;
}

.notice_list .ins1402-r ul li a:hover .ins1402-time {
  color: #BB1A1A;
}



/*  */
.section2 {
  margin: .3rem auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section2 .s2_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section2 .s_left {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section2 .s_right {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

/*  */
.section3 {
  margin: .3rem auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section3 .s3_cont {
  display: flex;
  justify-content: space-between;
}

.section3 .s_left {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section3 .s_right {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

/*  */
.section4 {
  margin: .3rem auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section4 .s4_cont {
  display: flex;
  justify-content: space-between;
}

.section4 .s_left {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section4 .s_right {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section4 .inews_list li {
  padding-left: 0;
  border-bottom: 1px dashed #d8d8d8;
  transition: all 0.5s;
  padding-left: 0.2rem;
}

.section4 .inews_list li:before {}

.section4 .inews_list li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 100%;
  background: #00469d;
  transition: all 0.5s;
  z-index: -1;
}

.section4 .inews_list li:hover {
  padding-left: .2rem
}

.section4 .inews_list li:hover * {
  color: #fff
}

.section4 .inews_list li:hover::after {
  width: calc(100% + .2rem);
}

/*  */

.section5 {
  margin: .3rem auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section5 .s5_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section5 .s_left {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section5 .s_right {
  width: 48%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.fwdhbox {}

.fwdhbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fwdhbox li {
  width: 33.33%;
  transition: all .5s
}

.fwdhbox li a {
  display: block;
  margin: .1rem;
}

.fwdhbox li a img {
  display: block;
  margin: 0 auto;
  max-width: .85rem;
  max-height: .85rem;
  width: 100%;
  transition: all .5s
}

.fwdhbox li a span {
  display: block;
  text-align: center;
  font-size: .18rem;
  line-height: .4rem;
  color: #333;
  transition: all .5s
}

.fwdhbox li:hover img {
  transform: rotateY(180deg);
}

.fwdhbox li:hover span {
  font-weight: bold;
  color: #1352b0
}


/*  */
.section6 {
  margin: .3rem auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.xyfclist {
  padding: .2rem 0;
  /* background: #fff; */
}

.xyfclist .slick-list {
  margin: 0 -0.135rem;
}


.xyfclist li a {
  margin: 0 .135rem;
  display: block;

}

.xyfclist .pic {
  padding-top: 62.86%;
}

.xyfclist .fc_intro {
  border: .01rem solid #e6e6e6;
  background: #fff;
  padding: .15rem .2rem;
  position: relative;
}

.xyfclist .fc_intro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 100%;
  height: .03rem;
  background: #00469d;
  transform: scaleX(0);
  transition: all 0.3s;
}

.xyfclist .fc_intro h3 {
  color: #333;
  font-weight: bold;
  font-size: .18rem;
  line-height: .3rem;
  max-height: .6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.xyfclist li:hover .fc_intro h3 {
  font-weight: bold;
  color: #00469d
}

.xyfclist ul li a:hover {
  box-shadow: 0rem .02rem .1rem 0rem rgba(4, 0, 0, 0.2);
}

.xyfclist ul li a:hover .fc_intro::after {
  transform: none;
}

.xyfclist .slick-dots {
  bottom: -0.4rem;
}

.xyfclist .slick-dots li {
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin: 0 .1rem;
  background: rgba(0, 0, 0, 0.1);
}

.xyfclist .slick-dots li.slick-active {
  background: #9D1E23;
}

.xyfclist .slick-dots button {
  display: none;
}



/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .imgchar14_26_w {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .icr1426_list ul {
    margin: 0;
  }

  .newsbox .newsboxl {
    /* width: 5rem; */
  }

  .newsbox .newsboxr {
    width: calc(100% - 5rem);
    padding: .15rem;
  }

  .infonews14_12_r ul li a {
    padding: .1rem 0;
  }

  .newsbox .newsboxr h2 {
    margin-top: .15rem;
    margin-bottom: .15rem;
  }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: 0rem
  }

  .newsbox {
    width: 100%;
    border-right: none;
  }
}

@media screen and (max-width: 1024px) {
  .index_tit {
    margin-bottom: .2rem;
  }

  .section1 {
    background-size: 100% auto;
    padding: .3rem 0 .1rem 0;
    margin: 0rem auto 0 auto;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .s1_left {
    width: 100%
  }

  .section1 .s1_right {
    width: 100%;
    margin: .23rem auto 0 auto;
  }
  
   .section2 .s_left {
    width: 100%
  }

  .section2 .s_right {
    width: 100%;
    margin: .23rem auto 0 auto;
  }
 .section3 .s3_cont {
    display: block;
}
   .section3 .s_left {
    width: 100%;
  }

  .section3 .s_right {
    width: 100%;
    margin: .23rem auto 0 auto;
  }

  .section4 .s4_cont {
    display: block;
}
   .section4 .s_left {
    width: 100%;
  }

  .section4 .s_right {
    width: 100%;
    margin: .23rem auto 0 auto;
  }
   .section5 .s5_cont {
    display: block;
}
   .section5 .s_left {
    width: 100%;
  }

  .section5 .s_right {
    width: 100%;
    margin: .23rem auto 0 auto;
  }

  .news_list .ins1431-time {
    left: .5rem;
  }

  .newsbox .newsboxl {
    width: 100%;
  }

  .news_list ul li {
    width: 48%;
  }

  .news_list ul li a {
    width: 100%;
  }

  .newsbox .newsboxr {
    width: 100%;
    padding-bottom: .6rem;
  }

  .newsbox .newsboxr h2 {
    height: auto;
  }

  .icr1426_list ul li a {
    margin-top: .15rem;
    padding: .15rem;
  }

  .icr1426_list .slick-dots {
    margin: .15rem;
  }

  .section2 .px1600 {
    display: block
  }

  .section2 .s2_left {
    width: 100%;
  }

  .section2 .s2_right {
    width: 100%;
    margin: .2rem auto 0 auto;
  }

  .section2 {
    background-size: cover;
    background: none;
    /* padding: .2rem 0 .2rem 0; */
  }

  .index_more {
    background-size: 100% 100%;
  }

  .newsbox .newsboxr p {
    height: auto;
    margin-bottom: .2rem;
  }

  .newsbox .newsboxr {
    border: none !important;
    background: #f7f7f7;
  }

  .newsbox .slick-dots {
    bottom: 2.5rem;
    width: 100%;
  }

  .news_list2 ul li {}

  .news_list2 ul li a {
    width: 100%;
  }

  .news_list2 .ins1431-txt p {
    -webkit-line-clamp: 2;
  }

  .news_list2 .ins1431-txt {}

  .notice_list {
    background: #fff;
    padding: .1rem;
  }

  .section2 .s2_c {
    display: block;
  }

  .section2 .s2_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section3 .px1600 {
    display: block;
  }

  .s3_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .news_list3 {
    min-height: auto;
  }

  .section3 {
    padding-top: 0;
  }

  .img_list3 ul {
    display: flex;
    justify-content: space-between;
  }

  .img_list3 li {
    width: 33%;
  }

  .img_list3 {
    min-height: auto;
    display: block;
  }
}


@media screen and (max-width: 768px) {
  .news_list ul li {
    width: 100%;
  }

  .icr1426_tx p {
    margin-top: .15rem;
    font-size: .16rem;
  }

  .news_list2 ul li {
    width: 100%;
  }

  .news_list .ins1431-time {
    left: .7rem;
  }

  .news_list {
    margin: 0 auto;
  }

  .newsbox .slick-dots {
    bottom: 2.8rem;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {

  .img_list3 li {
    width: 100%;
  }

  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}
.bg_b{
        width: 100%;
	padding: 10px 0;
	background: url(../images/body-bj.png)center no-repeat;
       background-size: 100% 100%;
}

.bg_f {
	width: 100%;
	padding: 20px 0;
	background: url(../images/dcak-bj.png)center no-repeat;
	background-size: 100% 100%;
}