@-webkit-keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.news_block {
  background: #F7F7F7;
}

.news_block .inner {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .news_block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news_block .half-circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 27.1vw;
  display: none;
}

@media screen and (min-width: 1200px) {
  .news_block .half-circle {
    display: block;
  }
}

.news_block .half-circle > img {
  -webkit-animation-name: rotateCircle;
          animation-name: rotateCircle;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.news-anno-list {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .news-anno-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .news-anno-list {
    padding: 2rem 3rem;
    margin-left: calc((100vw - 1140px) / 2 + 1rem);
  }
}

@media screen and (min-width: 1470px) {
  .news-anno-list {
    margin-left: calc( 60% - 27.1vw + 3rem);
  }
}

@media screen and (min-width: 2000px) {
  .news-anno-list {
    max-width: 1000px;
    margin-left: auto;
  }
}

.news-anno-list .tabs {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #707070;
  width: 100%;
}

.news-anno-list .tabs .btnTab {
  display: block;
  border-radius: 0;
  padding: .5rem 1.5rem;
  margin: 0 .5rem;
  color: #000;
  font-family: 'Catamaran',"Noto Sans TC";
  font-weight: bold;
  font-size: 1.25rem;
}

.lang--zh-hans .news-anno-list .tabs .btnTab {
  font-family: 'Catamaran','Noto Sans SC';
}

.news-anno-list .tabs .btnTab.active {
  border-bottom: 3px solid #000;
  margin-bottom: -2px;
}

.news-anno-list .lists {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .news-anno-list .lists {
    min-height: 300px;
  }
}

.news-anno-list .lists a {
  color: #000;
}

.news-anno-list ul {
  margin: 0;
  list-style: none;
}

.news-anno-list ul li {
  padding: .5rem 0;
}

.news-anno-list ul li::before {
  content: "";
  display: block;
  width: .8rem;
  height: .8rem;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #FAA61A;
  float: left;
  margin-left: -1.2rem;
  margin-top: .3rem;
}

.news-anno-list ul li .title {
  font-weight: bold;
}

.all-round-dev {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #FAA61A;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .all-round-dev {
    max-width: 40vw;
  }
}

.all-round-dev:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 100%;
  width: 19rem;
  height: 19rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3.5rem solid #fff;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .all-round-dev:before {
    top: 50%;
    left: 50%;
    width: 22rem;
    height: 22rem;
  }
}

.all-round-dev .row {
  height: 100%;
}

.all-round-dev .col {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.all-round-dev .col::before {
  content: '';
  display: block;
  padding-top: 44.78%;
}

@media screen and (min-width: 992px) {
  .all-round-dev .col::before {
    padding-top: 75%;
  }
}

.all-round-dev .col > .item-wrapper, .all-round-dev .col > .item {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.all-round-dev a {
  display: block;
  height: 100%;
  color: #000;
}

.all-round-dev a:hover, .all-round-dev a:focus {
  text-decoration: underline;
}

.all-round-dev .item {
  height: 100%;
  color: #000;
  font-family: 'Catamaran',"Noto Sans TC";
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lang--zh-hans .all-round-dev .item {
  font-family: 'Catamaran','Noto Sans SC';
}

.all-round-dev .item a {
  color: #fff;
}

.all-round-dev .item .title {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  width: 100%;
}

.all-round-dev .item.no-bg .title {
  color: #000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.5rem;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .all-round-dev .item.no-bg .title {
    font-size: 2rem;
  }
}

.all-round-dev .with-bg-img {
  position: relative;
  z-index: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .all-round-dev .with-bg-img {
    background-size: 100%;
    padding-top: 8rem;
  }
}

.all-round-dev .with-bg-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: .5;
  z-index: -1;
}

.all-round-dev a:hover, .all-round-dev a:focus {
  color: #000;
}

.all-round-dev a:hover .with-bg-img, .all-round-dev a:focus .with-bg-img {
  background-size: 110%;
}
