.fyjj {
    position: relative;
}

.wechat-code {
    position: absolute;
    right: 48px;
    top: -80px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    z-index: 10;
}

.fyjj-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: url("/template/1/scczgbxy/static/images/fyjj-bg.png");
    background-size: 100% 100%;
    z-index: 0;
}

.fyjj-connent1 {
    width: 660px;
    height: 390px;
}
.fyjj-content .show7line{
-webkit-line-clamp: 5;
}
@font-face {
    font-family: 'fzxjljt';
    src: url('/template/1/scczgbxy/static/css/fzxjljt.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fyjj-connent2 {
    background: transparent;
    height: 367px;
    overflow: hidden;
    font-family: "fzxjljt";
    font-size: 28px;
    line-height: 60px;
    color: #000000;
    font-weight: 400;
  text-indent: 2em;
}



.fyjj-content {
    width: 100%;
    margin: 0;
    padding: 0 80px;
    background: url("/template/1/scczgbxy/static/images/fy-bd-center.png");
    background-size: 100% 100%;
    box-sizing: border-box;
}

.fyjj-top {
    width: 100%;
    height: 30px;
    background: url("/template/1/scczgbxy/static/images/fy-bd-top.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    margin-top: 50px;
}

.fyjj-bottom {
    width: 100%;
    height: 36px;
    background: url("/template/1/scczgbxy/static/images/fy-bd-bottom.png");
    background-size: 100% 100%;
    box-sizing: border-box;
}

.collpase-toggle {
  padding-top: 15px;
}

.xxfc-nav {
    background: url("/template/1/scczgbxy/static/images/tszy.png") center center no-repeat;
    background-size: contain;
}

.jctj-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 0;
}

.tszy-title {
    width: 320px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    color: #1C1C1C;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.other-info-bg {
    height: 46px;
    background: rgb(240, 239, 239);
}

.other-info {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;

}


.other-info .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-info .item {
    width: 400px;
}

.other-info .item &:last-child {
    margin-right: 0;
}

.other-info .text-value {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #373934;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}