﻿@charset 'utf-8';
/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: #D8D8D8 1px solid;
}
.index_tit:before{
  content:"";
  position:absolute;
  left:0;
  bottom: -2px;
  width: 184px;
  height: 4px;
  background: #B00000;
}
.index_tit_img {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.index_tit_img img {
  max-width: 36px;
  max-height: 36px;
  display: block;
}

.index_tc {
  /* display: inline-block; */
  background-size: 124px 111px;
  text-align: left;
}

.index_tc p {
  user-select: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #BA2A17;
}

.index_tc h3 {
 font-size: 36px;
 font-weight: bold;
 line-height: 40px;
 letter-spacing: normal;
 color: #222222;
 font-family: sySong;
 margin-left: 5px;
}

.index_more {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  padding-right: 0;
  transition: all 0.3s;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: normal;
color: #666666;
}

.index_more a:hover {
  color: #b00000;
  margin-right: 10px;
  transition: all 0.3s
}

/*  */

.modulepic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.modulepic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.modulepic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .modulepic img {
  transform: scale(1.05);
}

a:hover .modulepic div {
  transform: scale(1.1);
}




/* ??…??1??·??? */






.pic_news .slick-dots {
  text-align: right;
  padding-bottom: 26px;
  padding-right: 30px;
}




.pic_news .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 3px;
  margin: 0 5px;
  background: #fff;
  opacity:0.8
}

.pic_news .slick-dots li.slick-active {
    background: #b00000;
  width:40px;
  border-radius:20px;
   opacity:1
}

.pic_news .slick-dots li button {
display:none
}


.ins1407-tx p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;

  color: #333333;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}



.ins1407-date {
  color: #429F4F;
}

.ins1407-date b {
  font-size: 22px;
  font-weight: bold;
}

.ins1407-date span {
  font-size: 14px;
}


.ins1407-tx {
  background: #ffffff;
  padding: 30px 25px;
  transition: all 0.3s;
}

#info_news_1400_007 .ins1407-tx {
  background: #ffffff;
}

.ins1407-date {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DCDCDC;
}

.ins1407-list ul li a:hover .ins1407-tx {
  background: rgba(226, 170, 61, 0.9);
}



.ins1407-list ul li a:hover p {
  color: #ffffff;
}



.ins1407-list ul li a:hover b {
  color: #ffffff;
}

.ins1407-list ul li a:hover span {
  color: #fff;
}

.ins1407-list ul li a:hover .ins1407-date {
  border-top: 1px solid #ffffff;
}




.ins1407-time {
  color: #429F4F;
}



.ins1407-time b {
  font-family: Arial;
  font-weight: 700;
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

.ins1407-time span {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  display: block;
}



.ins1407-time {
  text-align: center;
  padding: 14px 10px;
  background: #ffffff;
  margin-right: 20px;
  float: left;
  transition: all 0.3s;
}

.ins1407-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 8px;
}

.ins1407-txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #333333;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
}




















@media screen and (max-width: 1024px) {


  .pic_news {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .ins1407-list ul li {
    padding: 0;
    width: 48%;
    padding-top: 25px;
  }

  .pic_news .modulepic {
    padding-top: 64.8%;
    height: auto;
  }

  .ins1407-tit {
    margin-bottom: 20px;
  }


  .ins1407-list .modulepic {
    height: auto;
    padding-top: 78%;
  }

  .ins1407-tx {
    padding: 20px 15px;
  }
}


.newlist {}

.newlist li {}

.newlist li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
  line-height: 68px;
  border-bottom: 1px rgba(51, 51, 51, 0.2) dashed;
  position: relative;
  transition: all .3s;
}

.newlist li a h3 {
  width: calc(100% - 100px);
  padding: 0 0;
  font-size: 22px;
  color: #525252;
  transition: 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 400;
  transition: all .3s;
  position: relative;
}



.newlist li a p {
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #666666;
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.newlist li:hover a h3 {
  color: #b00000;
}
.newlist li:hover a p{color: #A4181E;}
.newlist li:hover a {
  border-bottom: rgba(164, 24, 30, 0.3) .01rem solid;
}



/*  */
.section1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 50px auto;
}
.section1 .px1400{
    display: flex;
    justify-content: space-between;
}
.section1 .pic_news {
  width: 680px;
}
.section1 .pic_news  .modulepic{
    padding-top: 70.59%;
}
.section1 .pic_news a {
  display: block;
  position: relative;
}
.section1 .pic_news a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/news-imgbg.png) repeat-x;
  background-position: center bottom;
  z-index: 1;
  opacity: 0.8;
}

.news-img a {
  position: relative
}

.section1 .pic_news a h3 {
  display: block;
  width: 80%;
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  bottom: 0;
  left: 20px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.section1 .pic_news  .modulepic img {
  object-fit: cover;
}
.section1 .s1_right {flex: 1;min-width: 0;margin-left: 40px;}
/* */
.section2 {
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 50px auto;
}
.section2 .px1400{
    display: flex;
    justify-content: space-between;
}
.section2 .s2_right{
  width: 48%;
}
.section2 .s2_left{
width: 49%;
}
.section2  .newlist li a::after {
  content:"";
  position:absolute;
    width: 5px;
    height: 5px;
  border-radius:50%;
    top: 50%;
  left:0;
    transform: translateY(-50%);
  background:#9e9e9e;
}
.section2  .newlist li h3{padding-left:15px}
.section2  .newlist li:hover a::after{background:#b00000;}
/*  */
.section3 {
  margin: 50px auto;
}

/*  */
.section4 {
  margin: 50px auto;
}

.piclink {
    padding: 20px 0;
}

.piclink ul {
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px -14px;
}

.piclink li {
  width: 23.5%;
  text-align: center;
  height: 100px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
  overflow: hidden;
}

.piclink li a {
    display: block;
}
.piclink li a img{
    width: 100%;
    height: 100%;
}

/*  */

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {
  .px1400 {
    max-width: 96% !important;
  }
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {

  .section3 {
    margin: 30px auto;
  }

  .piclink li {
    width: 46%;
    height: 75px;
  }

  .piclink li a {
    font-size: 19px;
  }

}

@media screen and (max-width: 520px) {
  .piclink li {
    width: 100%;
    height: 60px;
  }

  .piclink li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {}