
  .banner {
    background: url(../../static/ywjs_jcsstz/jcsstz_new.png) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 240px;
    position: relative;

    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;

    filter: alpha(opacity=0);
    opacity: 0;
    display: flex;
    align-items: center;
}

 .content-box {
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
}
.banner .content-box:not(.source){
    padding-top: 52px;
    padding-bottom: 52px;
    height: fit-content;
}
.banner .detail-title {
    /*font-family: MicrosoftYaHei;*/
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #ffffff;
}
.banner .source{
    position: absolute;
    bottom: 20px;
}
.banner .source>span{
    /*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
    margin-right: 34px;
}
.main_body{
    padding: 63px 188px 140px;
    display: flex;
}


.e-article__title{
    padding: 0 !important;
    padding-bottom: 10px !important;
}
.e-article__wrapper{
    padding: 0 !important;
}

.e-icon-download{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../../static/article_detail/download.png');
    background-size: 100%;
    margin-right: 7px;
}
.e-icon-font-size{
    width: 20px;
    height: 16px;
    background: url('../../static/article_detail/font-size.png');
    background-size: 100%;
}
.e-fontsize-select{
    border: solid 1px #cacaca;
    background-color: #fff;
}
#downloadButton{
    line-height: 30px;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    margin-left: 30px;
    /*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.main_body,.banner-info{
    padding-left: 100px;
    padding-right: 100px;
}


.e-article__content{
    padding: 31px 50px 40px !important;
}
.e-article__content *{
  font-family: 微软雅黑, 'Microsoft YaHei' !important;
}
.pull-right.noprint{
    max-width: inherit;
}
.detail-img{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #eceef2;
}
.detail-img a{
    position: relative;
    width: 32.7%;
    display: block;
    padding-bottom: 18.5%;
}

.detail-img img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.related-articles a{
    /*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.related-articles a span:first-child{
    color: #005096;
}
.related-articles a span:last-child{
    color: #333333;
}
.related-articles a:first-child{
    margin-bottom: 19px;
    display: block;
}
.related-articles,.related-articles .back-btn{
    margin-top: 30px;
}




/* 新加的 */
.banner-info .banner-info-breadcrumb {
    position: absolute;
    top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .e-relevant__wrapper {
    width: 303px;
    height: 100%;
    padding-left: 49px;
    flex-shrink: 0;
  }
  .e-relevant__title {
    border-bottom: 1px solid #ccd6eb;
    padding: 0 !important;
    padding-bottom: 10px !important;
  }
  .e-relevant__content {
    margin-top: 15px;
  }
  .e-relevant__content ul li {
    background-color: #f8fafd;
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
  .e-relevant__content ul li img {
    width: 100%;
    max-height: 170px;
  }

  .e-relevant__content .content__title {
    font-size: 16px;
    margin-top: 15px;
    padding:0 15px;
  }
  .e-relevant__content .content__date {
    color: #7a7a7a;
    font-size: 12px;
    margin-top: 13px;
    padding-left: 15px;
  }

  .relevant-noprint {
    padding: 15px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .e-relevant__title--text,
  .e-relevant__title--more {
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    font-weight: bold;
  }
  .e-relevant__title--more {
    font-size: 14px;
    font-weight: bold;
    color: #005096;
  }
  .e-relevant__title--text::after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #005096;
  }
