@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.hide {
  display: none;
}

button {
  cursor: pointer;
  outline: none;
  line-height: initial;
}

/** 网站框架定义，通用样式 **/
.content {
  width: 1190px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .content {
    width: 100vw;
  }
}

button {
  font-size: 16px;
  background-color: #299df5;
  border-radius: 6px;
  color: #fff;
  border: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: inline-block !important;
}

.navbar-brand {
  padding: 6px 15px;
}


.news {
  background-color: #ffffff;
  font-family: "Hiragino Sans GB","STHeiti","PingFang","Microsoft Yahei";
}


.news .floor1 {
  /* background-color: #f2f6fc; */
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .news .floor1 {
    width: auto;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .news .floor1 {
    height: auto;
  }
}

.news .item {
  /* margin-bottom: 60px;
  height: 295px; */
  /* padding: 0 15px; */
}

@media (max-width: 768px) {
  .news .item {
    height: auto;
    /* margin-bottom: 20px; */
    overflow: hidden;
  }
}

.news .item {
  /* float: left; */
  position: relative;
  /* padding-left: 20px; */
}

.news .item .single .cat {
  font-size: 14px;
  /* color: #99a9bf; */
  color: #71787e;
  margin-bottom: 30px;
}

.news .item .single .cat .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.news .item .single .cat .blue {
  background-color: #1a91eb;
}

.news .item .single .cat .orange {
  background-color: #ec6941;
}

.news .item .single .cat .purple {
  background-color: #9a1aeb;
}

.news .item .single .title {
  font-size: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media (max-width: 768px) {
  .news .item .single .title {
    white-space: normal;
    margin-bottom: 10px;
  }
}

.news .item .single .title a {
  text-decoration: none;
  color: #393c3e;
}

.news .item .single .desc {
  /* color: #99a9bf; */
  font-size: 14px;
  height: 40px;
  font-family: 微软雅黑;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .news .item .single .desc {
    white-space: normal;
    margin-bottom: 10px;
  }
}

.news .item .single .date {
  /* color: #71787e; */
  font-size: 14px;
  margin-top: 10px;
  /* float: right; */
}

.news .item .single hr {
  margin-top: 20px;
}

.news .item .single .more {
  height: 35px;
  position: absolute;
  top: 255px;
  width: 100%;
  left: 0;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .news .item .single .more {
    white-space: normal;
    margin-bottom: 10px;
  }
}

.news .item .single .more img {
  width: 91px;
  height: 32px;
}

.news .right {
  float: right;
  padding-top: 20px;
  padding-bottom: 30px;
}

.news .right .title {
  font-size: 16px;
  font-weight: 600;
  font-family: 微软雅黑;
}

.news .right hr {
  margin: 20px 0px 40px 0px;
  font-weight: 100;
  font-size: 12px;
  /* height: 1px; */
  border-top: 1px dashed #ccc
}
.news .right .subTitle {
  font-size: 14px;
  font-weight: 500;
  font-family: 微软雅黑;
  margin-top: 15px;
}

.news .right .desc {
  margin-top: 15px;
}

.news .item .right img {
  width: 100%;
  height: 290px;
  border-radius: 5px;
}


.newsModal .modal-dialog {
  z-index: 99999;
  margin-top: 120px;
}

.newsModal .modal-dialog .modal-content {
  width: 700px;
  height: 400px;
}

@media (max-width: 768px) {
  .newsModal .modal-dialog .modal-content {
    width: 100%;
  }
  
}

.newsModal .modal-dialog iframe {
  width: 100%;
  height: 100%;
}

.totalPage {
  /* text-align: right; */
  /* padding-right: 30px; */
  /* margin-top: -30px; */
}


.detail .floor1 {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .detail .floor1 {
    padding-top: 20px;
  }
}
.detail .content_width {
  margin: auto;
}

.detail .title {
  color: #393c3e;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}

.detail .date {
  color: #71787e;
  font-size: 14px;
  margin: 40px auto;
  text-align: center;
  padding-right: 15px;
  border-right: 1px solid #99a9bf;
  margin-right: 10px;
}

.detail .back {
  width: 62px;
  height: 32px;
}

.detail .pre_a, .detail .pre, .detail .next {
  color: #71787e;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 5px;
}

.detail .pre_span, .detail .next_span {
  padding-left: 5px;
}

.detail .dateContainer {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}

.detail .cat {
  color: #99a9bf;
  font-size: 14px;
}

.detail .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
}

.detail .blue {
  background-color: #1a91eb;
}

.detail .orange {
  background-color: #ec6941;
}

.detail .purple {
  background-color: #9a1aeb;
}
