@charset "utf-8";


.head-page .item:nth-child(4) span{
  color: #C41A1F
}

.news_pg01{
  margin: 80px 0 20px;
}
.news_pg01 .width1440{
  height: 446px;
  background: #F8F8F8;
  border-radius: 6px;
  padding: 45px 32px;
  box-sizing: border-box;
}
.news_pg01 .swiper-container{
  height: 100%;
  position: relative;
}
.news_pg01 .typea .swiper-pagination{
  bottom: -5px;
}
.news_pg01 .img{
  width: 38.8%;
  height: 325px;
}
.news_pg01 .img:hover img{
  height: 105%;
}
.news_pg01 .texts{
  width: 56.65%;
  padding: 18px 0;
  box-sizing: border-box;
}
.news_pg01 .time {
  color: #C41A1F;
}
.news_pg01 .tit{
  margin: 6px 0 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_pg01 .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 81px;
}
.watch_btn{
  width: 180px;
  height: 56px;
  border: 1px solid #E5E5E5;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}
.watch_btn::after{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #C41A1F;
  position: absolute;
  left: -1%;
  top: 0;
  z-index: -1;
  transition: all .4s;
}
.watch_btn:hover{
  border: 1px solid #C41A1F;
  color: #ffffff;
}
.watch_btn:hover::after{
  width: 102%;
}
.news_pg02 .list{
   width: 32%;
   margin-right: 2%;
   margin-top: 50px;
}
.news_pg02 .list:nth-child(3n){
  margin-right: 0;
}
.news_pg02 .list .img{
  height: 276px;
  border-radius: 6px 6px 0px 0px;
}
.news_pg02 .list .texts{
  height: 178px;
  background: #F8F8F8;
  border-radius: 0px 0px 4px 4px;
  padding: 28px 26px;
  box-sizing: border-box;
}
.news_pg02 .list .time{
  color: #C41A1F;
}
.news_pg02 .list .tit{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
  color: #333333;
  margin: 8px 0;
}
.news_pg02 .list .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 54px;
}
.news_pg02 .list:hover .bg_img{
  height: 105%;
}
.news_pg02 .list:hover .tit{
  color: #C41A1F;
}
.news-detail .title {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 18px;
}
.news-detail .desc {
  margin-top: 11px;
}
.news-detail .con{
  padding: 50px 0;
  box-sizing: border-box;
}
.news-detail .con img{
  display: inline-block;
}
.news-detail .con p {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.news-detail .con p:last-child {
  margin-bottom: 0;
}
.newsDe-page {
  border-top: 1px solid #EEEEEE;
  padding-top: 60px;
}
.newsDe-list {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DCDCDC;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsDe-list::before {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  background: url(../img/newsDe-list.png) no-repeat center/cover;
  transition: all .4s;
  margin-right: 8px;
}
.newsDe-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #C41A1F;;
  transition: all .3s;
  height: 100%;
  width: 0;
  display: block;
}
.newsDe-iteml {
  width: calc(100% - 140px);
  padding-right: 5%;
  box-sizing: border-box;
}
.newsDe-iteml span {
  width: 50px;
  transition: all .4s;
}
.newsDe-iteml .item {
  margin-bottom: 16px;
}
.newsDe-iteml .item:last-child {
  margin-bottom: 0;
}
.descc {
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .4s;
}
@media only screen and (min-width: 960px) {
  .newsDe-iteml .item:hover span {
    color: #C41A1F;
  }
  .newsDe-iteml .item:hover .descc {
    color: #C41A1F;
  }
  .newsDe-list:hover {
    color: #ffffff;
  }
  .newsDe-list:hover::after {
    width: 100%;
  }
  .newsDe-list:hover::before {
      background: url(../img/newsDe-hlist.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 1043px) {
  .news_pg01 {
    margin: 50px 0 20px;
  }
  .table_nav .item{
    width: 156px;
    height: 44px;
  }
  .watch_btn{
    width: 156px;
    height: 44px;
  }
  .news_pg02 .list .img{
    height: 218px;
  }
}
@media only screen and (max-width: 750px) {
  .table_nav{
    display: none;
  }
  .news_pg01 {
    margin: 30px 0 0;
  }
  .news_pg01 .img {
    width: 100%;
    height: auto;
  }
  .news_pg01 .img .bg_img{
    position: initial;
    transform: initial;
    height: auto;
    max-width: 100%;
  }
  .news_pg01 .texts{
    width: 100%;
    padding: 0;
  }
  .news_pg01 .width1440{
    padding: 25px 20px;
    height: 490px;
  }
  .news_pg01 .desc{
    -webkit-line-clamp: 2;
    height: 54px;
  }
  .watch_btn {
    width: 136px;
    height: 42px;
    margin: 20px auto 0;
  }
  .news_pg02 .list {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .news_pg01 .tit {
    margin: 6px 0 10px;
  }
  .news_pg02 .list .texts {
    height: 168px;
    padding: 25px 20px;
   }
  .newsDe-iteml {
      width: 100%;
      padding-right: 0;
  }
  .newsDe-list {
      width: 115px;
      margin: 25px auto 0;
  }
  .newsDe-page{
      padding-top: 30px;
  }
  .news-detail .con {
    padding: 20px 0;
  }
  .news-detail .con p{
    margin-bottom: 10px;
  }
}

.lists_l {
  width: 472px;
}
.lists_l_title {
  height: 142px;
  border-radius: 10px 10px 0px 0px;
  background: #C41A1F;
  padding: 35px 50px;
  box-sizing: border-box;
}
.lists_l_title .lists_l_num a {
  color: #fff;
}
.lists_l_content {
  height: 300px;
  background: #F7F7F7;
  padding: 5px 50px;
  box-sizing: border-box;
}
.lists_r {
  width: calc(100% - 472px);
  padding-left: 5%;
  box-sizing: border-box;
}
.lists_r .list {
  padding: 27px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  transition: all .4s;
  position: relative;
}
.lists_r .list::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #C41A1F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .4s;
}
.list_tit {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lists_l_tit {
  margin-top: 8px;
}
.lists_l_tit .rtp {
  font-size: 20px;
}
.lists_l_tit .rtp span {
  font-size: 36px;
  padding-right: 20px;
}
.lists_l_items .item {
  width: 150px;
  border-bottom: 1px solid #DCDCDC;
  padding: 29px 0 12px;
  box-sizing: border-box;
}
.lists_l_items .item_desc {
  margin-top: 9px;
}
.lists_l_con {
  margin-top: 32px;
  padding-left: 31px;
  box-sizing: border-box;
  position: relative;
}
.lists_l_con::before {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../img/horn_btn.png) no-repeat center/cover;
  z-index: 3;
}
.lists_r .list:hover::after {
  width: 100%;
}
.lists_r .list:hover .list_tit {
  color: #C41A1F;
}
@media only screen and (max-width: 1280px) {
  .lists_l {
    width: 420px;
  }
  .lists_r {
    width: calc(100% - 420px);
  }
}
@media only screen and (max-width: 1200px) {
  .lists_l_title {
    height: auto;
    padding: 30px 20px;
  }
  .lists_l_items .item {
    width: 48%;
    text-align: center;
  }
  .lists_l_content {
    padding: 0 20px 20px;
    height: auto;
  }
  .list_tit {
    max-width: 70%;
  }
  .lists_r .list {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1043px) {
  .lists_l {
    width: 360px;
  }
  .lists_r {
    width: calc(100% - 360px);
  }
  .lists_l_items .item {
    padding: 25px 0 12px;
  }
  .lists_l_tit .rtp span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .lists_l{
    width: 100%;
  }
  .lists_r {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .lists_r .list {
    padding: 15px 0;
  }
  .lists_l_content {
    padding: 0 15px 20px;
  }
  .lists_l_items .item_desc {
    margin-top: 5px;
  }
  .lists_l_items .item {
    padding: 20px 0 10px;
  }
  .lists_r .list:last-child {
    border-bottom: none;
    padding-bottom: 5px;
  }
  .lists_l_con {
    margin-top: 20px;
    padding-left: 30px;
  }
  .lists_l_title {
    height: auto;
    padding: 20px 15px;
  }
  .lists_l_tit .rtp span {
    font-size: 22px;
  }
}


.development_pg01 .lists{
  flex-direction: column;
}

.development_pg01 .list:nth-child(2n){
    flex-direction: row-reverse;
 }
 .development_pg01 .img{
   height: 492px;
   width: 50%;
 }
 .development_pg01 .texts{
   width: 50%;
   padding-left: 40px;
   box-sizing: border-box;
 }
 
 .development_pg01 .list:nth-child(2n) .texts{
   padding-left: 0;
   padding-right: 40px;
 }
 .development_pg01 .desc {
    margin-top: 10px;
    max-height: 215px;
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box;
 }

 @media only screen and (max-width: 1200px) {
    .development_pg01 .img{
      height: 378px;
    }
    .development_pg01 .desc{
        max-height: 142px;
    }
  }

  @media only screen and (max-width:750px) {
    .development_pg01 .img {
        height: auto;
        width: 100%;
      }
      .development_pg01 .bg_img{
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
        width: 100%;
      }
      .development_pg01 .texts {
        width: 100%;
        padding-left: 0;
        padding: 20px 0 25px;
      }
      .development_pg01 .list:nth-child(2n) .texts{
        padding-left: 0;
        padding-right: 0;
      }
      .development_pg01 .desc{
        line-height: 1.875;
        margin-top: 5px;
      }
      .development_pg01 .list:last-child .texts{
          padding-bottom: 0;
      }
      
  }