
/* 20220215_Ivan 只有 服務項目 產業應用 技術文章 新聞中心 編輯器內的圖片可以放大，滑鼠需要加上放大鏡 */
.html_edit img {
  cursor: zoom-in;
}

/* news list start */
.top_3_news {
  width: 100%;
  background-color: #00275A;
  position: relative;
  padding: 40px 0 90px;
}

.top_3_news .top_bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top_3_news .select_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.top_3_news .select_list .select_block:first-of-type {
  margin-right: 51px;
}

.top_3_news .select_list .select_block .common_select {
  min-width: 220px;
}

.top_3_news .select_list .select_block:nth-of-type(2) .common_select {
  min-width: 120px;
}

.top_3_news .select_block::after {
  top: 0;
}

.top_3_news .high_light_news {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.top_3_news .high_light_news .left_block {
  width: 500px;
  margin-right: 60px;
}

.top_3_news .high_light_news .left_block .left_news a {
  text-decoration: none;
}

.top_3_news .high_light_news .left_block .left_news a:hover .content {
  color: #18FFFF;
}

.top_3_news .high_light_news .left_block .left_news a:hover .img {
  transform: scale(1.1) translateZ(0);
}

.top_3_news .high_light_news .left_block .left_news .outer {
  overflow: hidden;
  position: relative;
}

.top_3_news .high_light_news .left_block .left_news .outer .top_one {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #8CB808;
  padding: 6px 30px;
}

.top_3_news .high_light_news .left_block .left_news .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 75%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.top_3_news .high_light_news .left_block .left_news .time {
  font-size: 16px;
  line-height: 24px;
  color: #B0BEC5;
  padding: 10px 0;
}

.top_3_news .high_light_news .left_block .left_news .content {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.top_3_news .high_light_news .right_block {
  width: calc(100% - 560px);
}

.top_3_news .high_light_news .right_block .right_news a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

.top_3_news .high_light_news .right_block .right_news a:hover .content {
  color: #18FFFF;
}

.top_3_news .high_light_news .right_block .right_news a:hover .img {
  transform: scale(1.1);
}

.top_3_news .high_light_news .right_block .right_news:first-of-type {
  margin-bottom: 50px;
}

.top_3_news .high_light_news .right_block .right_news .article {
  width: 340px;
  margin-right: 20px;
  pointer-events: none;
}

.top_3_news .high_light_news .right_block .right_news .article .time {
  font-size: 16px;
  line-height: 24px;
  color: #B0BEC5;
  padding-bottom: 10px;
}

.top_3_news .high_light_news .right_block .right_news .article .content {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.top_3_news .high_light_news .right_block .right_news .outer {
  overflow: hidden;
  width: calc(100% - 360px);
}

.top_3_news .high_light_news .right_block .right_news .outer .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 75%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.bottom_news {
  padding: 80px 0 120px;
}

.bottom_news .blue_line {
  margin-top: 100px;
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
  background-color: #0093FF;
}

.bottom_news .see_more {
  width: 100%;
}

.bottom_news .more {
  text-align: center;
  margin: 0 auto;
}

.bottom_news .news_block {
  display: flex;
  flex-wrap: wrap;
}

.bottom_news .news_block .common_news {
  margin-right: 60px;
  width: calc((100% - 120px) / 3);
}

.bottom_news .news_block .common_news:nth-of-type(n+4) {
  margin-top: 70px;
}

.bottom_news .news_block .common_news:nth-of-type(3n) {
  margin-right: 0px;
}

.bottom_news .news_block .common_news a {
  text-decoration: none;
}

.bottom_news .news_block .common_news a:hover .content {
  color: #0093FF;
}

.bottom_news .news_block .common_news a:hover .img {
  transform: scale(1.1);
}

.bottom_news .news_block .common_news .outer {
  overflow: hidden;
  position: relative;
}

.bottom_news .news_block .common_news .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 75%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.bottom_news .news_block .common_news .time {
  font-size: 16px;
  line-height: 24px;
  color: #607D8B;
  padding: 10px 0;
}

.bottom_news .news_block .common_news .content {
  font-size: 24px;
  line-height: 36px;
  color: #00275A;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .top_3_news {
    height: auto;
    padding: 20px 0 60px;
  }

  .top_3_news .select_list {
    margin-bottom: 50px;
  }

  .top_3_news .select_list .select_block .common_select {
    font-size: 18px;
    line-height: 28px;
  }

  .top_3_news .select_list .select_block:first-of-type {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .top_3_news .high_light_news {
    position: relative;
    z-index: 1;
  }

  .top_3_news .high_light_news .left_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .top_3_news .high_light_news .left_block .left_news .content {
    font-size: 20px;
    line-height: 30px;
  }

  .top_3_news .high_light_news .right_block {
    width: 100%;
  }

  .top_3_news .high_light_news .right_block .right_news .article {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

  .top_3_news .high_light_news .right_block .right_news .article .time {
    padding-top: 10px;
  }

  .top_3_news .high_light_news .right_block .right_news .article .content {
    font-size: 20px;
    line-height: 30px;
  }

  .top_3_news .high_light_news .right_block .right_news .outer {
    width: 100%;
    order: 1;
  }

  .top_3_news .high_light_news .right_block .right_news .outer .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 75%;
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .bottom_news {
    padding: 60px 0 100px;
  }

  .bottom_news .blue_line {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .bottom_news .more p {
    font-size: 18px;
    line-height: 28px;
  }

  .bottom_news .news_block .common_news {
    margin-right: 0px;
    width: 100%;
  }

  .bottom_news .news_block .common_news:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .bottom_news .news_block .common_news:nth-of-type(3n) {
    margin-right: 0px;
  }

  .bottom_news .news_block .common_news .content {
    font-size: 20px;
    line-height: 30px;
  }
}

/* news list end */
/* news list start */
.news_release {
  background-color: #00275A;
  width: 100%;
  min-width: 1199px;
}

.news_release .addthis_block {
  padding-top: 160px;
}

.news_release .addthis_block .bread_crumb span {
  color: #fff;
}

.news_release .addthis_block .bread_crumb a {
  color: #fff;
}

.news_release .addthis_block .bread_crumb a:hover {
  color: #0093FF;
}

.news_release .addthis_block .banner_title {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 54px;
}

.news_release .addthis_block .blue_line {
  width: 100%;
  height: 1px;
  background-color: #18FFFF;
  margin: 20px 0 30px;
}

.news_release .addthis_block .flex_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 72px;
}

.news_release .addthis_block .flex_content .date {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.news_release .addthis_block .flex_content .add_this {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

.news_release .addthis_block .flex_content .add_this div:nth-of-type(n+2) {
  margin-left: 20px;
}

.news_release .addthis_block .flex_content .add_this div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.news_release .addthis_block .flex_content .add_this div a i {
  font-size: 29px;
  color: #18FFFF;
  vertical-align: bottom;
  transition: color 0.3s ease-in-out;
}

.news_release .addthis_block .flex_content .add_this div a .footer_icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.news_release .addthis_block .flex_content .add_this div a:hover .footer_icon {
  opacity: 0;
}

.news_release .addthis_block .flex_content .add_this div a:hover i {
  color: #0093ff;
}

.black_btn {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .news_release {
    min-width: 0;
  }

  .news_release .addthis_block {
    padding-top: 101px;
  }

  .news_release .addthis_block .bread_crumb {
    display: none;
  }

  .news_release .addthis_block .banner_title {
    font-size: 30px;
    line-height: 45px;
  }

  .news_release .addthis_block .blue_line {
    margin: 20px 0 20px;
  }

  .news_release .addthis_block .flex_content {
    padding-bottom: 62px;
  }

  .news_release .addthis_block .flex_content .add_this {
    width: auto;
  }

  .black_btn {
    margin-top: 60px;
  }
}

/* news list end */
/* seminar list start */
.seminar_selectlist .select_list {
  width: 100%;
  height: 70px;
  background-color: #00275A;
}

.seminar_selectlist .select_list .select_block {
  padding: 17px 0px 17px 0px;
}

.seminar_selectlist .select_list .select_block .common_select {
  min-width: 120px;
}

.event_block .event {
  padding: 20px 40px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  border: 1px solid #B0BEC5;
}

.event_block .event:nth-of-type(n+2) {
  margin-top: 60px;
}

.event_block .event .coming {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 6px 15px;
  background-color: #8CB808;
}

.event_block .event .event_info {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 250px);
  align-items: center;
}

.event_block .event .event_info .time {
  text-align: center;
}

.event_block .event .event_info .time .date {
  font-size: 60px;
  line-height: 71px;
  color: #8CB808;
  padding-bottom: 6px;
}

.event_block .event .event_info .time .year {
  color: #37474F;
}

.event_block .event .event_info .mid_line {
  width: 1px;
  background-color: #B0BEC5;
  min-height: 180px;
  margin-right: 50px;
  margin-left: 40px;
}

.event_block .event .event_info .info {
  max-width: 535px;
}

.event_block .event .event_info .info h4 {
  font-size: 24px;
  line-height: 36px;
  color: #00275A;
  transition: color 0.3s ease-in-out;
}

.event_block .event .event_info .info h4:hover {
  color: #0093ff;
}

.event_block .event .event_info .info p {
  color: #37474F;
}

.event_block .event .event_info .info p:first-of-type {
  padding: 10px 0;
}

.event_block .event .right_block {
  margin-left: 50px;
}

.event_block .event .right_block .common_btn_2 {
  min-width: 200px;
  justify-content: flex-start;
  height: 60px;
}

.event_block .event .right_block a.end {
  justify-content: center;
  color: #78909C;
  background-color: #ECEFF1;
  cursor: default;
}

.event_block .event .right_block a.end::before {
  display: none;
}

.event_block .event .right_block a.highlights {
  justify-content: center;
  background-color: transparent;
  border: 1px solid #0093FF;
  color: #0093FF;
  text-decoration: none;
}

.event_block .event .right_block a.highlights p {
  text-align: center;
  line-height: 22px;
}

.event_block .event .right_block a.highlights::before {
  display: none;
}

.event_block a {
  text-decoration: none;
}

.blue_line {
  margin-top: 100px;
  margin-bottom: 36px;
  width: 100%;
  height: 1px;
  background-color: #0093FF;
}

.see_more {
  width: 100%;
}

.more {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .seminar_selectlist .select_list {
    height: 60px;
  }

  .seminar_selectlist .select_list .select_block {
    padding: 13px 0px 12px 0px;
  }

  .seminar_selectlist .select_list .select_block::after {
    top: 14px;
  }

  .event_block .event {
    padding: 60px 20px 40px;
    min-height: 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .event_block .event:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .event_block .event .event_info {
    width: 100%;
    justify-content: space-between;
  }

  .event_block .event .event_info .time {
    text-align: center;
    width: 100%;
  }

  .event_block .event .event_info .time .date {
    font-size: 60px;
    line-height: 71px;
    padding-bottom: 4px;
  }

  .event_block .event .event_info .mid_line {
    width: 100%;
    min-height: 1px;
    margin-right: 0px;
    margin-left: 0px;
    margin: 20px 0;
  }

  .event_block .event .event_info .info {
    max-width: none;
    width: 100%;
  }

  .event_block .event .event_info .info h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .event_block .event .event_info .info p {
    color: #37474F;
  }

  .event_block .event .event_info .info p:first-of-type {
    padding: 30px 0 20px;
  }

  .event_block .event .right_block {
    margin-left: 0;
    text-align: center;
    margin-top: 40px;
  }

  .event_block .event .right_block .common_btn_2 {
    min-width: 200px;
    justify-content: flex-start;
    height: 60px;
  }

  .event_block .event .right_block a.end {
    justify-content: center;
    color: #78909C;
    background-color: #ECEFF1;
    cursor: default;
  }

  .event_block .event .right_block a.end::before {
    display: none;
  }

  .event_block .event .right_block a.highlights {
    justify-content: center;
    background-color: transparent;
    border: 1px solid #0093FF;
    color: #0093FF;
    cursor: default;
  }

  .event_block .event .right_block a.highlights::before {
    display: none;
  }

  .button_block .blue_line {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

/* seminar list end */
/* seminar list start */
.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.flex_box .left_block {
  width: 890px;
  margin-right: 50px;
}

.flex_box .right_block {
  width: calc(100% - 940px);
}

.flex_box .right_block .enter_info {
  background-color: #F5F5F5;
  padding: 30px 20px 30px;
}

.flex_box .right_block .enter_info p.info {
  color: #37474F;
  padding-bottom: 30px;
}

.flex_box .right_block .enter_info .time,
.flex_box .right_block .enter_info .place,
.flex_box .right_block .enter_info .price,
.flex_box .right_block .enter_info .method {
  font-size: 18px;
  line-height: 28px;
  color: #8CB808;
  padding-bottom: 6px;
  padding-left: 27px;
  position: relative;
}

.flex_box .right_block .enter_info .time::before,
.flex_box .right_block .enter_info .place::before,
.flex_box .right_block .enter_info .price::before,
.flex_box .right_block .enter_info .method::before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 28px;
  color: #8CB808;
  display: inline-block;
  left: 0;
  top: 0;
}

.flex_box .right_block .enter_info .time::before {
  content: "\f017";
  font-size: 24px;
}

.flex_box .right_block .enter_info .place::before {
  content: "\f041";
  font-size: 22px;
}

.flex_box .right_block .enter_info .price::before {
  content: "\f05a";
  font-size: 20px;
}

.flex_box .right_block .enter_info .method::before {
  content: "\f007";
  font-size: 20px;
}

.flex_box .right_block .enter_info .sign_button {
  text-align: center;
  margin-bottom: 10px;
}

.flex_box .right_block .article {
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .flex_box .left_block {
    width: 100%;
    margin-right: 0;
  }

  .flex_box .right_block {
    width: 100%;
    margin-top: 60px;
  }

  .flex_box .right_block .enter_info {
    padding: 20px 18px;
  }

  .flex_box .right_block .enter_info .sign_button {
    margin-bottom: 0;
  }
}

/* seminar list end */
@media screen and (max-width: 767px) {
  .news_padding {
    padding: 40px 0 100px;
  }

  .seminar_padding {
    padding: 20px 0 100px;
  }
}

/*# sourceMappingURL=press_center.css.map */
