body {
  background: #fff;
  background-size: 100% 100%;
}



.news_top {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.news_top a h1 {
  font-size: .34rem;
  line-height: .5rem;
  color: #c10300;
  text-align: center;
  letter-spacing: .005rem;
  font-weight: bold;
}

.news_top p {
  font-size: .18rem;
  margin-top: .15rem;
  font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
  color: #333333;
  text-align: center;
}

.news_top p a {
  margin: 0 .18rem;
}

.news_top p a {
  color: #333;
  transition: all .3s;
}


.news_top p a:hover {
  color: #C11212;
  font-weight: bold
}

.top_more{
    text-align: right;
    display: block;
    margin: 0 auto;
  font-weight:bold;
    color: #C11212;
    line-height: .4rem;
    font-size: .18rem;
    background: #fef7ee;
    width: 1.5rem;
    text-align: center;
    border-radius: 2.2rem;
    padding: .01rem;
    margin-top: .2rem;
  transition:all .3s
}
.top_more:hover{
 background: #C11212;
  color:#fef7ee
}
.neswbox {
  padding: 0rem 0 .7rem 0;
  height: auto;
  overflow: hidden;

}

.neswbox .px1600 {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}

.pic_news {
  width: 8.5rem;
  height: auto;
  overflow: hidden;
}

.pic_news a {
  position: relative
}

.pic_news a h3 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 999;
  color: #fff;
  font-size: .22rem;
  line-height: .85rem;
  bottom: 0;
  left: 0;
  padding: 0 1.5rem 0 .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  background: #C11212;
}

.pic_news .modulepic {
  height: 5.58rem;
  padding-top: 0;
}




.pic_news .slick-dots {
  text-align: right;
  padding-bottom: .32rem;
  padding-right: .2rem;
  z-index: 0;
  width: 2rem;
  right: 0;
}

.pic_news .slick-dots li {
  width: .17rem;
  height: .17rem;
  border-radius: 50%;
  padding: .03rem;
  margin: 0 .03rem;
  opacity: .6;
}

.pic_news .slick-dots li.slick-active {
  opacity: 1;
}

.pic_news .slick-dots li button {
  width: .09rem;
  height: .09rem;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  display: block;
  padding: 0;

}


.neswbox .news_pic {}

.neswbox .news_pic .pic {}

.neswbox .news_pic img {}


.neswbox .news_list {
  flex: 1;
  min-width: 0;
}

.neswbox .news_list ul {}

.neswbox .news_list li {
  height: 1.074rem;
  background: #FEF7EE;
  border-bottom: #fff .01rem solid;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .3s;
  position: relative
}

.neswbox .news_list li.on {
  background: #C11212;
}

.neswbox .news_list li.on h3 {
  color: #fff
}

.neswbox .news_list li:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C11212;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  /* transition: all .5s; */
}

.neswbox .news_list li:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: 0;

}

.neswbox .news_list li a {
  padding: 0 .3rem;
  display: flex;
  height: 1.065rem;
  align-items: center;
  position: relative;
  z-index: 9;
  flex: 1;
  min-width: 0;
}

.neswbox .news_list li a h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #C11212;
}

.neswbox .news_list li:hover {}

.neswbox .news_list li:hover a {
  color: #fff;
}

.neswbox .news_list li:hover a h3 {
  color: #fff;
  transition: all .3s;
}

.i_piclis {
  background: url(../images/i_piclisbg.png) center no-repeat;
  background-size: 100% 100%;
  padding: .8rem 0 .7rem 0;
}

.i_piclis {}

.piclis_list {}

.piclis_list ul {
  margin: 0 -.3rem;
}

.piclis_list li {}

.piclis_list li a {
  margin: .3rem;
  display: block;
  transition: all .5s;

}

.piclis_list li:hover a {
  margin-top: -.05rem;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
}

.piclis_list li .modulepic {
  padding-top: 62%;
}

.piclis_list li .modulepic img {}

.piclis_list li h3 {
  background: #F3E2C8;
  padding: .15rem .2rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: justify;
  /* Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨Ã¥ÂÂ¯Ã¨Æ’Â½Ã¤Â¸ÂÃ¦â€Â¯Ã¦Å’Â */
  letter-spacing: normal;
  color: #8D4F38;
  height:70px;
}

.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
}

.index_tc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tit_line {
  background: url(../images/tit_line.png) repeat-x;
  height: .06rem;
  display: block;
  flex: 1;
  min-width: 0;
}

.index_tc h3 {
  font-size: .42rem;
  font-weight: normal;
  line-height: .5rem;
  color: #BF1616;
  text-align: left;
  margin: 0 .3rem 0 0;
}

.index_tc h3 i {
  font-style: normal;
}

.index_tc .t_z1 {
  font-family: sysong;
  margin: 0 .05rem;
  transition: all .3s;
}

.index_tc .t_z2 {
  font-size: .3rem;
}

.index_more {
  width: .8rem;
  height: .40rem;
}

.index_more a {
  display: block;
  font-size: .16rem;
  font-weight: 400;
  line-height: .4rem;
  color: #666666;
  background: url(../images/more_ico.png) right center no-repeat;
  transition: all 0.3s;
  background-size: .24rem .12rem;
  padding: 0 .2rem 0 0;
}

.index_more a:hover {
  color: #BF1616;
  font-weight: 800
}

.i_ohter {
  background: url(../images/i_ohterbg.png) center no-repeat;
  background-size: 100% 100%;
  padding: .6rem 0 .6rem 0;
}

.ohter_con {
  display: flex;
  justify-content: space-between;
}

.ohter_con .ohter_item {
  width: 48%;
}

.ohter_con .ohter_item {
  padding: .15rem 0;
}

.ohter_con .ohter_item ul {
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}


.ohter_con .ohter_item li {
  padding-right: 1.2rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  line-height: .46rem;
  background: url(../images/inews_listico.png) left center no-repeat;
  padding-left: 0.2rem;
}

.ohter_con .ohter_item li:hover {}

.ohter_con .ohter_item li:hover a {
  color: #c11212;
  font-weight: 800;
  transition: all 0.3s;
}


.ohter_con .ohter_item li:last-child {
  border-bottom: none
}

.ohter_con .ohter_item li a {
  display: block;
  font-weight: 400;
  color: #303030;
  font-size: .16rem;
  line-height: .46rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s
}

.ohter_con .ohter_item li span {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s
}

.i_tbch {
  padding: .4rem 0 .9rem 0;
}

.i_pljd{padding: .6rem 0 .2rem 0;}
.tbch_list{
    margin-top: .1rem;
}
.tbch_list ul{
    display: flex;
    flex-wrap: wrap;
}
.tbch_list li{
    width: 47%;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #EDEDED;
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.05);
    margin: 0.2rem auto;
  transition:all  .5s
}
.tbch_list li a{
    display: flex;
    padding: .3rem .4rem .4rem .4rem;
    align-items: center;
}
.tbch_list li .date {
    width: .8rem;
    text-align: center;
    margin-right: .3rem;
    position: relative;
}
.tbch_list li .date:before{
  content:"";
  position:absolute;
  right: -.05rem;
  top:50%;
  height:100%;
  width:.01rem;
  transform:translateY(-50%);
  background: #d6d6d6;
  opacity: .5;
}
.tbch_list li .date span{
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #C11212;
    transition:all  .5s;
    display: block;
}
.tbch_list li .date p{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    transition:all  .5s;
    display: block;
    line-height: .3rem;
}
.tbch_list li .con{flex: 1;min-width: 0;}
.tbch_list li .con h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    letter-spacing: normal;
    color: #333333;
    /* transition:all  .5s; */
    height: .5rem;
}
.tbch_list li .con h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #999999;
    transition:all  .3s;
    height: .54rem;
}
.tbch_list li:hover{   background: linear-gradient(80deg, #C11212 0%, #CA4520 110%);
box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.05);}
.tbch_list li:hover .con h3{color: #ffffff;}
.tbch_list li:hover .con h4{color: #fff;}
.tbch_list li:hover .date p{color: #fff;}
.tbch_list li:hover .date span{color: #fff;}

.p4_con {
  position: relative;
  background: url("../images/bkbg.jpg") no-repeat top left;
  height: 6.14rem;
  background-size: 100% 100%;
}

.p4_con .swiper-container {
  width: 14rem;
  height: 6.14rem;
  overflow: hidden;
  margin-top: .18rem;
}

.p4_con .swiper-container .swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.p4_con .swiper-container .swiper-slide span {
  margin: .5rem .5rem 0 .4rem;
  display: block;
  flex: 1;
  min-width: 0;
}

.p4_con .swiper-container .swiper-slide span b {
  font-size: .28rem;
  line-height: .42rem;
  display: block;
  margin: 0 auto .06rem auto;
  color: #fff;
  position: relative;
  padding-bottom: .15rem;
}

.p4_con .swiper-container .swiper-slide span b::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 1rem;
  height: .03rem;
  background: #f7dbc5;
}

.p4_con .swiper-container .swiper-slide span p {
  font-size: .16rem;
  line-height: .3rem;
  margin: 0 auto;
  color: #fff;
  text-indent: 2em;
  margin-top: .2rem;
}

.p4_con .swiper-container .swiper-slide span i {
  margin-top: .2rem;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.p4_con .p4_more {}

.p4_con .p4_more img {
  height: .49rem
}

.p4_con .prev1, .p4_con .next1 {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

.p4_con .prev1 {
  left: -.8rem;
  height: .79rem;
}

.p4_con .next1 {
  right: -0.8rem;
  height: .79rem;
}

.p4_con .swiper-container .swiper-slide .p4_imgbox {
  height: 6.15rem;
  width: 8.5rem;
  overflow: hidden;
  display: block;
  /* padding-top: 75%; */
  position: relative;
  overflow: hidden;
}

.p4_con .swiper-container .swiper-slide .p4_img {
  height: 100%;
  width: 100%;
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.p4_con .swiper-container .swiper-slide:hover .p4_img {
  scale: 1.1
}