.zjbg-box{
    width: 100%;
    background: url('https://tfile.dahe.cn/4105020005/img/zjbgbg.png') center center no-repeat;
    height: 861px;
    background-size: 100%;
}
.zjbg-header{
    width: 1090px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FBFCFE;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    padding-top: 173px;
    margin-bottom: 42px;
    text-indent: 2em;
}

.zjbg-title{
    text-align: center;
    padding-top: 90px;
}
.zjbg-time{ 
    text-align: right;
    font-size: 16px;
    /* color: #fff; */
    margin-bottom: 12px;
}
.zjbg-con{
    padding-top: 45px;
}
.zjbg-content {
  overflow: hidden;
  /* height: 323px; */
  display: flex;
  justify-content: space-between;
  /* padding-top: 75px; */
}
.zjbg-card{
    display: flex;
}
.zjbg-card img{
    height: 400px;
}
.zjbg-main {
    width: 600px;
    height: 400px;
    background: #FFFFFF;
    display: none;
}
.zjbg-main p{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #121212;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 45px;
    text-indent: 2em;
    text-align: justify;
}


.zjbg-card-on .zjbg-main{
    display: flex;
    align-items: center;
    justify-content: center;
}
.oldModel .zjbg-header{
    line-height: 1.5;
}
.oldModel .zjbg-content{
    height: auto;
}
.oldModel .zjbg-main p{
    line-height: 1.5;
    margin: 15px 30px;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}