<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.under_page_title {
  background: url(/img/news/kv.jpg) no-repeat center top;
}
@media only screen and (max-width:736px){
	.under_page_title {
  background: url(/img/news/kv.jpg) no-repeat;
  background-size: cover;
}
}
section.news{
  padding: 60px 0;
}

section.news#news_newrelease{
  padding-top: 90px;
}

section.news#news_seminer{
  background: rgba(39, 170, 224, 0.15);
}

section.news#news_recruit{
  padding-bottom: 90px;
}


.news &gt; h2{
  display: block;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.news_wrap{
  max-width: 1024px;
  margin: auto;
  clear: both;
  overflow: hidden;
  /* overflow: hidden;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; */
}

/* .news_wrap .news_show_leftSide{
  padding: 0 40px;
  box-sizing: border-box;
} */

.news_wrap p.more_btn{
  text-align: center!important;
  margin: 60px auto 0;
}

.news_wrap .news_show_leftSide article{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #eee;
  margin-bottom: 10px;
}

.news_wrap article img{
  margin-bottom: 5px;
}

.news_wrap .news_article_text p{
  font-size: 16px;
  font-weight: bold;
  color: #1c75bc;
}

.news_wrap .news_article_text span{
  font-size: 12px;
  color: rgba(34, 30, 31, 0.7);
  display: inline-block;
}

.news_wrap .news_article_text span.category::after{
  content: '|';
  margin: 0 5px;
}


.news_wrap.no-data{
  text-align: center;
  margin: auto;
  display: inherit;
}

@media only screen and (max-width:736px){

  section.news#news_seminer{
    background: rgba(39, 170, 224, 0.15);
  }

  section.news#news_recruit{
    padding-bottom: 60px;
  }


  .news &gt; h2{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .news_wrap{
    padding: 0 15px;
    box-sizing: border-box;
  }
  .news_wrap article{
    padding: 0;
    margin-right: 3%;
    margin-bottom: 12px;
  }
  .news_wrap article:nth-child(2n){
    margin-right: 0;
  }
  .news_wrap .news_article_text p{
    font-size: 14px;
  }
  .news_wrap .news_article_text span{
    font-size: 11px;
  }
  .news_wrap p.more_btn{
    margin: 40px auto 0;
  }
}


/* ==========================================================================
NEWS_SHOW
============================================================================== */

#news_show{
  max-width: 1024px;
  margin: auto;
  clear: both;
  overflow: hidden;
}

.news_show_leftSide{
  width: 75%;
  float: left;
}

.news_show_rightSide {
  float: right;
  width: 18%;
}

.news_show_head_text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #27aae1;
}

.news_show_head_text&gt;p {
  font-size: 14px;
  margin-bottom: 15px
}
.news_show_head_text span{
  color: rgba(34, 30, 31, 0.7);
  font-size: 14px;
}

.news_show_head_text span.category::after{
  content: '|';
  margin: 0 5px;
}

.news_show_content {
  margin: 40px 0;
}
.news_show_content a{
  color: #007fd5;
  text-decoration: underline;
}
.news_show_content h2 {
  font-size: 18px;
  color: #27aae1;
  margin: 40px 0 25px 0;
}

.news_show_content h3 {
  font-size: 18px;
  color: #27aae1;
  margin: 40px 0 25px 0;
}

.news_show_content h3 {
  font-size: 18px;
  color: #27aae1;
  margin: 40px 0 25px 0;
}

.news_show_content h4 {
  font-size: 16px;
  color: #27aae1;
  margin: 30px 0 20px 0;
}

.news_show_content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.news_show_content img {
  width: 100%;
  max-width: 100%;
  max-height: 376px;
  object-fit: cover;
}

.news_show_rightSide section.new{
  padding: 0 0 20px 0;
}

.news_show_rightSide section h3{
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}

.news_show_rightSide section.new img{
  float: left;
  width: 35%;
  margin-right: 2%;
}
.news_show_rightSide section.new article{
  clear: both;
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
section.new .article_text{
  width: 100%;
}
section.new .article_text p{
  font-size: 12px;
}

section.new span{
  color: rgba(34, 30, 31, 0.7);
  font-size: 10px;
}

section.new span.category::after{
  content: '|';
  margin: 0 5px;
}

.news_show_rightSide section.category{
  padding: 0 0 20px 0;
}

.news_show_rightSide section.category h3{
  margin-bottom: 0;
}

.news_show_rightSide section.category article{
  padding: 10px 0 10px 10px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.news_show_rightSide section.category article:after{
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news_show_rightSide section.archive{
  padding: 0 0 20px 0;
}

.news_show_rightSide section.archive h3{
  margin-bottom: 0;
}

.news_show_rightSide section.archive li{
  position: relative;
  list-style-type: none;
}

.news_show_rightSide section.archive li a:after{
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news_show_rightSide section.archive li a{
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.news_show_rightSide section.keywords{
  padding: 0;
}
.news_show_rightSide section.keywords ul{
  clear: both;
  overflow: hidden;
}

.news_show_rightSide section.keywords li{
  float: left;
  margin: 0 6px 6px 0;
}

.news_show_rightSide section.keywords li a{
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 6px;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
}

.all_keywords{
  text-align: right;
  margin-top: 10px;
}
.all_keywords a{
  font-size: 13px;
  display: block;
  position: relative;
  padding: 0 15px 0 0;
}

.all_keywords a:after{
  content: "";
  position: absolute;
  top: 30%;
  display: inline-block;
  right: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media only screen and (max-width:736px){
  #news_show{
    padding: 40px 15px 40px 15px;
  }
  .news_show_leftSide{
    width: 100%;
    float: none;
  }
  .news_show_rightSide{
    float: none;
    width: 100%;
  }
  .news_show_head{

  }
  .news_show_head img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news_show_head_text{
    width: 100%;
    float: none;
  }
  .news_show_head_text h2{
    font-size: 18px;
  }
  .news_show_content h3 {
    font-size: 16px;
    margin: 25px 0 15px 0;
  }

  .news_show_content h4 {
    font-size: 15px;
    margin: 25px 0 15px 0;
  }

  .news_show_content p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news_show_rightSide section.category article{
    clear: both;
    overflow: hidden;
  }
  .news_show_rightSide section.category article img{
    width: 30%;
    float: left;
    margin-right: 2%;
  }
  .news_show_rightSide section.category article .article_text{
    width: 68%;
    float: left;
  }
  .news_show_rightSide section.new{
    padding: 50px 0 20px 0;
  }
}
</pre></body></html>