.article-read h1, .article-read h2, .article-read h3 {
	color: #212121;
	font-weight: normal;			
}
.article-read h1 a, .article-read h2 a, .article-read h3 a{      
  color: #212121;
}
.article-read h2,.article-read h2 a{
  font-size: 36px;
}
.article-read h3,.article-read h3 a{
  font-family: 'Montserrat-Medium';
  font-size: 18px;
}

.article-read img {
	vertical-align: middle;
  -webkit-transition: 0.6s all; 
  -moz-transition: 0.6s  all; 
  -ms-transition: 0.6s  all; 
  transition: 0.6s  all;
}  /* 图片在当前行内的垂直位置 */

.article-read p{
  margin-top: 20px;
	font-size: 16px;
	font-family: 'Montserrat-Regular';
	color: #666;
	line-height: 30px;
}

.article-read .container{
	width: 1400px;
	margin:0 auto;
}

.article-read .padding-top{
	padding-top: 100px;
}
.article-read .paddinga-top{
  padding-top: 90px;
}
.article-read .padding{
  padding: 100px 0;
}
.article-read .paddinga{
  padding: 90px 0;
}
.article-read .margin-top{
    margin-top: 100px;
}
.article-read .margina-top{
    margin-top: 90px;
}

.article-read .wp{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
.article-read .wpa{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-read .wpb{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article-read .lg-01{
  width: 50%;
}
.article-read .lg-02 li{
  width: 48.8%;
  margin-left: 2.4%;
}
.article-read .lg-02 li:nth-child(2n+1){
  margin-left: 0;
}
.article-read .lg-03 li{
  width: 31%;
}
.article-read .lg-03 li{
  margin-left: 2.33%;
}
.article-read .lg-03 li:nth-child(3n+1){
  margin-left: 0;
}
.article-read .lg-04 li{
  width: 23%;
  margin-left: 2.66%;
}
.article-read .lg-04 li:nth-child(4n+1){
  margin-left: 0;
}
.article-read .mg-04 li{
  width: 25%;
}
.article-read .lg-05 li{
  width: 20%;
}
@media screen and (max-width: 1580px){  
  .article-read .padding-top{
      padding-top: 80px;
  }
  .article-read .paddinga-top,.article-read .paddinga{
      padding-top: 70px;
  }
  .article-read .padding{
        padding: 80px 0;
  }
  .article-read .paddinga{
    padding: 70px 0;
  }
  .article-read .margin-top{
      margin-top: 80px;
  }
}
@media screen and (max-width: 960px){
  .article-read .lg-01,
  .article-read .lg-02 li,
  .article-read .lg-03 li,
  .article-read .lg-04 li,
  .article-read .lg-05 li,
  .article-read .mg-04 li{
  width: 100%;
  }
  .article-read .lg-02 li,.article-read .lg-03 li,.article-read .lg-04 li{
    margin-left: 0;
  }
  .article-read .lg-04 li:nth-child(4){
    margin-top: 40px;
  }
  .article-read .padding-top,.article-read .paddinga-top,.article-read .paddinga{
    padding-top: 50px;
  }
  .article-read .padding,.article-read .paddinga{
    padding: 50px 0;
  }
  .article-read .margin-top,.article-read .margina-top{
      margin-top: 50px;
  }
}

.article-read .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.article-read .swiper-container{
  width: 100%;
  overflow: hidden;
}
.article-read .swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.crumbs {
  padding: 18px 0;
  border-bottom: 1px solid #ddd
}

.crumbs a,
.crumbs i,
.crumbs span {
  font-size: 13px;
  color: #666
}

.crumbs i {
  margin: 0 8px;
  font-style: normal
}

.news-detail h2 {
  width: 40%;
  font-size: 26px;
  line-height: 40px
}

.news-detailtit {
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd
}

.news-detailtit div span {
  display: block;
  width: 44px;
  height: 44px;
  margin-left: 60px;
  margin-right: 15px;
  font-size: 22px;
  color: #fff;
  line-height: 44px;
  border-radius: 50%;
  background: var(--color-icon-primary);
  text-align: center
}

.news-detailtit .n-nr div:nth-child(2) span {
  font-size: 30px
}

.news-detailtit div p {
  margin-top: 8px
}

.news-detailpic {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.news-detailpic span {
  display: block;
  width: 28.7%;
  overflow: hidden
}

.news-detailpic span img {
  width: 100%
}

.news-detailpic span img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.news-detailpic div {
  width: 62%;
  display: flex;
  align-items: center
}

.news-detailpic div p {
  font-size: 18px
}

.details h3 {
  margin-top: 50px;
  font-size: 20px;
  font-family: montserrat-bold;
  color: #000009
}

.details p {
  margin-top: 30px
}

.study-fenye {
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #eee
}

.fenye-prev,
.fenye-next {
  width: 40%
}

.fenye-center {
  width: 20%;
  text-align: center
}

.fenye-center a {
  font-size: 16px;
  color: #666
}

.fenye-center a:hover {
  color: #212121
}

.fenye-prev span {
  float: left
}

.fenye-prev span a,
.fenye-next span a {
  color: #666;
  font-size: 16px
}

.fenye-prev span a i {
  font-size: 14px;
  margin-right: 10px;
  color: #999
}

.fenye-prev span a:hover,
.fenye-prev span a:hover i,
.fenye-next span a:hover,
.fenye-next span a:hover i {
  color: #212121;
  text-decoration: none
}

.fenye-prev h3 {
  float: left;
  height: 26px;
  margin-left: 20%
}

.fenye-prev h3 a,
.fenye-next h3 a {
  font-size: 18px;
  color: #212121
}

.fenye-prev h3 a:hover,
.fenye-next h3 a:hover {
  font-size: 20px;
  text-decoration: underline;
  color: var(--color-noticeboard-backgroud)
}

.fenye-next span {
  float: right
}

.fenye-next span a i {
  font-size: 14px;
  margin-left: 10px;
  color: #999
}

.fenye-next h3 {
  float: right;
  margin-right: 20%
}

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

  .article-read .container {
      width: 78%
  }

  .article-read h2,
  .article-read h2 a {
      font-size: 32px
  }
}

@media screen and (max-width:1420px) {
  .news-detailtit {
      padding-bottom: 40px
  }

  .news-detailpic div p {
      margin-top: 10px
  }

  .news-detailpic div p {
      font-size: 17px
  }
}

@media screen and (max-width:1280px) {
  .article-read h2,
  .article-read h2 a {
      font-size: 28px
  }

  .news-detail h2 {
      width: 49%
  }
}

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

  .article-read .container {
      width: 88%
  }

  .article-read p {
      font-size: 15px;
      line-height: 24px
  }

  .article-read h2,
  .article-read h2 a {
      font-size: 26px
  }

  .details h3 {
      margin-top: 30px
  }

  .details p {
      margin-top: 20px
  }

  .fenye-prev h3 a,
  .fenye-next h3 a {
      font-size: 15px
  }

  .fenye-prev h3 a:hover,
  .fenye-next h3 a:hover {
      font-size: 16px
  }

  .fenye-prev span a,
  .fenye-next span a {
      font-size: 14px
  }

  .news-detail h2 {
      width: 100%
  }

  .news-detailtit div span {
      margin-left: 0;
      margin-right: 10px
  }

  .news-detail h2 {
      font-size: 20px;
      line-height: 26px
  }

  .news-detailtit {
      margin-top: -15px;
      padding-bottom: 30px
  }

  .news-detailtit div {
      margin-top: 15px
  }

  .news-detailtit div p {
      margin-right: 20px
  }

  .news-detailpic {
      padding: 40px 0
  }

  .news-detailpic span,
  .news-detailpic div {
      width: 100%
  }

  .news-detailpic div {
      margin-top: 20px
  }

  .study-fenye {
      margin-top: 50px;
      padding-bottom: 40px
  }
}
    
    
    .article-read img {
max-width:100% !important;
      height:auto !important;
}
    
    
    
    @media screen and (max-width: 992px){

.article-read h3, .article-read h3 a {
    display: none;
}


}