.news_detail-wrap{
    width:100%;
    padding-top:60px;
}
.breadcrumb{
    padding-top: 20px;
    background-color: transparent;
    color: #273329;
  }
  .breadcrumb-item+.breadcrumb-item::before{
    content: ">";
  }
.main-title {
    float: left;
    padding: 50px 30px;
    width: 100%;
    font-size: 40px;
  }
  
  .main-title-text {
    font-size: 40px;
    width: 160px;
    float: left;
    color: #006738;
    font-weight: bold;
  }
  
  .main-title-block {
    width: 100%;
    height: 1px;
    background-color: #12A33E;
    float: left;
  }
  
  .main-title-icon {
    margin: 0;
    float: right;
  }
  
  .main-title-icon img {
    margin-top: 34px;
  }
  
.news-type{
    float: left;
    margin-right: 30px;
    margin-bottom:10px;
    width:127px;
    height:30px;
    line-height:30px;
    /*background-color: #4B6435;*/
    color:white;
    font-weight: bold;
    text-align: center;
    background-color: #006738;
}
.news-date{
    float: left;
    height:30px;
    line-height:30px;
    font-size: 30px;
    color:#12A33E;
}
.news-time{
    float:right;
    height:30px;
    line-height:23px;
    font-size: 20px;
    color:#12A33E;
}
/* 圖片放置的區域 */
.news-block{
    width: 100%;
}
.news-block-img{
    width:70%;
    margin: 70px auto  50px;
    text-align: center;
}
.news-block-img img{
    width:100%;
    margin: 15px auto 30px;
}
.news-main{
    margin: 20px auto 0px;
    width:70%;
}
.news-slider{
    padding: 0 30px;
    margin-bottom: 120px;
}
.news-slider .swiper-container {
    width: 100%;
    height: auto;
}
.news-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width:776px){
    .news-date{
        font-size: 26px; 
    }
    .news-time{
        font-size: 19px;
    }
    .news-type{
        width: 100px;
    }
}
/* 當螢幕寬度小於576px，套用此CSS */
@media screen and (max-width:576px){
    /* 手機尺寸修改 */
    .news-block-img{
        margin: 30px auto 0px;
    }
    .news_detail-wrap{
        padding-top: 20px;
    }
    .news-title{
        font-size: 24px;
    }
    .news-type{
        width: 80px;
    }
    .news-date{
        font-size: 20px;
        margin-top: 0px;
        padding: 0 10px;
    }
    .news-block{
        margin-bottom: 0;
    }
    .news-main{
        margin: 0px auto 50px;
    }
    .news-time{
        font-size: 15px;
        margin: 30px 10px 0px 0px ;
    }
    .news-slider{
        margin-bottom: 30px;
    }
}