.news-wrap {
  width: 100%;
  min-height: calc(100vh - 646px);
}

.breadcrumb{
  padding-top: 20px;
  padding-left: 0;
  background-color: transparent;
  color: #273329;
  margin-bottom: 36px;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: ">";
  color: #273329;
}
.main-title {
  font-size: 40px;
  color: #006738;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom:1px solid #12A33E;
  margin-bottom: 70px;
  position: relative;
}
.main-title .leaf{
  position: absolute;
  right:0;
  bottom:-19px;
}


/* .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;
} */

/*.main-title img.pc_title{*/
/*display: block;*/
/*}*/
/*.main-title img.mb_title{*/
/*display: none;*/
/*}*/
.news-content {
  width: 100%;
}

.type-select {
  margin-bottom: 30px;
}

.type-select-block .active .line{
  border-bottom: #D65943 1px solid;
  display: inline-block;
}

.type-select-block>a {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  /*color:#4B6435;*/
  /*border:1px solid #4B6435;*/
  color: #000;
}

.type-select>a:nth-last-of-type(1) {
  margin-right: 0;
}

.type-select>a.active {
  /*background-color:#4B6435;*/
  color: white;
  background-color: #000;
}

.list-wrap {
  width: 100%;
  /*background-color: rgba(225,225,225,.5);*/
  padding: 50px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-bottom: 30px;
  padding: 0 100px;
}

.news-list-item {
  border-top: #359339 1px solid;
  padding: 15px;
  font-weight: bold;
  letter-spacing: .1rem;
}

.news-list-item:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: #359339 1px solid;
}

.news-type {
  float: left;
  margin-right: 30px;
  width: 127px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  /*border: 1px dashed #4B6435;*/
  border: 1px solid #000;
}

.news-link {
  float: left;
  width: calc(100% - 157px);
  color: black;
}

.type-select-block .active:hover {
  color: #6EB130;
}

.type-select-block a:hover {
  color: #6EB130;
}

.news-link:hover {
  color: #4B6435;
}

.news-link:hover .news-date,
.news-link:hover .news-title {
  color: #D65943;
}

.news-date {
  float: left;
  margin-right: 30px;
  height: 100%;
  line-height: 30px;
}

.news-title {
  float: left;
  width: calc(80% - 170px);
  height: 100%;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.new-title-icon {
  float: right;
  height: 100%;
  padding-top: 8px;
}
.new-title-icon img:nth-child(1) {
  display: block;
}
.new-title-icon img:nth-child(2) {
  display: none;
}
.new-title-icon:hover img:nth-child(1) {
  display: none;
}
.new-title-icon:hover img:nth-child(2) {
  display: block;
}

.pagination {
  width: 100%;
  margin: 50px auto 100px;
}

.pagination .page-item .page-link {
  background-color: #92C336;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #4D4D4D;
}
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover{
  background-color: #006738;
  color: #fff;
}

/* 當螢幕寬度小於992px，套用此CSS */
@media screen and (max-width: 992px) {

  .type-select>a:nth-child(1),
  .type-select>a:nth-child(2),
  .type-select>a:nth-child(3) {
    display: block;
    margin-bottom: 30px;
  }
}

/* 當螢幕寬度小於767px，套用此CSS */
@media screen and (max-width: 767px) {
  .type-select-block>a{
    width: 80px;
  }
  .type-select-block> a >.line-block{
    width: 86px!important;
  }
  .type-select-block> a >.line-block1{
    width: 62px!important;
  }
  .list-wrap {
    padding: 0 10%;
    margin-bottom: 70px;
  }

  .news-title {
    width: 85%;
  }

  .main-title {
    width: 100%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom:50px;
    text-align: center;
    text-align: -webkit-center;
  }

  .news-date {
    display: none;
  }

  .main-title img.pc_title {
    display: inline-block;
  }

  .main-title img.mb_title {
    display: inline-block;
  }

  .type-select {
    text-align: center;
  }

  .type-select>a {
    float: none;
    display: inline-block !important;
    margin-bottom: 30px;
  }

  .type-select>a:nth-child(3),
  .type-select>a:nth-child(5) {
    margin-right: 0;
  }
}

/* 當螢幕寬度小於576px，套用此CSS */
@media screen and (max-width: 576px) {
  .news-type {
    display: none;
  }

  .news-title {
    width: 100%;
  }

  .news-link {
    width: 80%;
  }

  .type-select>a:nth-child(3),
  .type-select>a:nth-child(5) {
    margin-right: 0;
  }

  .type-select>a:nth-child(2),
  .type-select>a:nth-child(4) {
    margin-right: 30px;
  }
}

/* 當螢幕寬度小於470px，套用此CSS */
@media screen and (max-width: 470px) {

  .type-select>a:nth-child(3),
  .type-select>a:nth-child(5) {
    margin-right: 30px;
  }

  .type-select>a:nth-child(2),
  .type-select>a:nth-child(4) {
    margin-right: 0;
  }
}

/* 當螢幕寬度小於400px，套用此CSS */
@media screen and (max-width: 400px) {
  .news-date {
    display: none;
  }

  .news-title {
    width: 100%;
  }
}

/* 當螢幕寬度小於310px，套用此CSS */
@media screen and (max-width:310px) {
  .type-select>a {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}