@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.news_list {
  align-items: stretch;
  justify-content: flex-start;
}

.news_list li {
  width: calc(100% / 3 - 40px * 2 / 3);
  margin: 0 40px 40px 0;
}

.news_list li:nth-child(3n) {
  margin-right: 0;
}

.news_list li:hover .img_out img {
  transform: scale(1.03);
}

.news_list li a {
  display: block;
  text-decoration: none;
}

.news_list li .img_out {
  overflow: hidden;
}

.news_list li .img_out img {
  transition: all .3s;
  display: block;
  width: 100%;
}

.news_list li h6 {
  padding: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.news_list li h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.news_list li p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
}

.news_details__body {
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 100px;
}

.news_details__body .tit_con {
  position: sticky;
  top: 15%;
  width: 30%;
  padding-right: 80px;
}

.news_details__body .tit_con h6 {
  padding-bottom: 10px;
}

.news_details__body .tit_con h6 a {
  font-size: 16px;
  font-size: 1.6rem;
}

.news_details__body .tit_con h6 a i {
  padding-right: 10px;
}

.news_details__body .tit_con h6 a:hover {
  color: #09a5e1;
}

.news_details__body .tit_con h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.news_details__body .tit_con h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
}

.news_details__body .tit_con .share {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.news_details__body .details_con {
  width: 70%;
}

.news_details__body .details_con p, .news_details__body .details_con div span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #5b6165;
}

.news_details__body .details_con img {
  max-width: 100%;
}

.news_details__body .more_news {
  margin-top: 80px;
}

.news_details__body .more_news p {
  line-height: 3;
}

.news_details__body .more_news p:first-child {
  border-bottom: 1px solid #e8e8e8;
}

.more_list__body {
  background-color: #f6f6f6;
}

.more_list__body h3.page_title {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 30px;
}

.more_list__body h6 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.more_list__body ul.flex {
  align-items: stretch;
  justify-content: flex-start;
}

.more_list__body ul.flex li {
  width: calc(100% / 4 - 40px * 3 / 4);
  margin: 0 40px 0 0;
}

.more_list__body ul.flex li:nth-child(4n) {
  margin-right: 0;
}

.more_list__body ul.flex li:hover .img_out img {
  transform: scale(1.03);
}

.more_list__body ul.flex li a {
  display: block;
  text-decoration: none;
}

.more_list__body ul.flex li .img_out {
  overflow: hidden;
}

.more_list__body ul.flex li .img_out img {
  transition: all .3s;
  display: block;
  width: 100%;
}

.more_list__body ul.flex li h6 {
  padding: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.more_list__body ul.flex li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
