@font-face {
    font-family: 'Bebas';
    src: url('../font/BEBAS-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 0.8rem;
    width: 14rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.content .brief {
    display: flex;
}

.content .brief .bri-left {
    width: 6.4rem;
    box-sizing: border-box;
}

.left-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
}

.left-border {
    width: 0.6rem;
    height: 0.04rem;
    background: #0B4DB2;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.content .bri-left .left-tex {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 0.16rem;
    color: #232323;
    line-height: 0.3rem;
    height: 3.2rem;
    width: 6.4rem;
    overflow: auto;
}

/* 自定义滚动条样式 */
.content .bri-left .left-tex::-webkit-scrollbar {
    width: 0.04rem;
    /* 滚动条宽度 */
}

.content .bri-left .left-tex::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 滚动条颜色 */
    border-radius: 0.04rem;
    /* 滚动条圆角 */
}

.content .bri-left .left-tex::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* 鼠标悬停时滚动条颜色 */
}

.content .bri-left .left-tex::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 滚动条轨道的背景颜色 */
    border-radius: 0.04rem;
    /* 轨道圆角 */
}

.content .bri-right {
    position: relative;
    width: 6.8rem;
    height: 4rem;
    margin-left: 0.8rem;
    /* background: url('../img/concerning/bgconcer.png') no-repeat;
    background-size: 100% 100%; */
    margin-top: 0.45rem;
    /* overflow: hidden; */
}

.content .bri-right .bri-right-img {
    width: 6.8rem;
    height: 4rem;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.bri-right .bri-right-img .r-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.bri-right .bri-right-img .r-bg:hover {
    transform: scale(1.2);
}

.content .bri-right .r-left,
.content .bri-right .r-right {
    width: 0.9rem;
    height: 0.9rem;
}

.bri-right .r-left {
    transform: translate(6.28rem, -4.29rem);
}

.bri-right .r-right {
    transform: translate(-0.45rem, -1.5rem);
}

.imgList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 2.16rem;
    margin-top: 1rem;
    margin-bottom: 0.9rem;
    box-sizing: border-box;
}

/* .imgList .li-con1 {
    margin-right: 1.94rem;
} */

.imgList .li-con-tit {
    display: flex;
    margin-bottom: 0.1rem;
}

.imgList .li-con-tit span:nth-child(1) {
    display: flex;
    font-family: Bebas, Bebas;
    font-size: 0.48rem;
    color: #333333;
    margin-right: 0.06rem;
}

.imgList .li-con-tit span:nth-child(2) {
    display: flex;
    align-items: flex-end;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.3rem;
    color: #333333;
}

.imgList .li-con1 {
    width: 1.31rem;
    height: 2.16rem;
}

.imgList .li-con1 .li-con-tit {
    margin-left: 0.05rem;
}

.imgList .li-con1 .li-bott {
    width: 1rem;
    text-align: center;
}

.imgList img {
    width: 1rem;
    height: 1rem;
}

.imgList .li-bott {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.2rem;
    color: #333333;
}

.imgList .li-con2 {
    width: 1.4rem;
    /* margin-right: 2.14rem; */
}

.imgList .li-con2 img {
    margin: 0 auto;
}

.imgList .li-con2 .li-con-tit {
    margin-left: 0.32rem;
}

.imgList .li-con2 .li-bott {
    width: 1.4rem;
}

/* .imgList .li-con3{
    margin-right:2.16rem;
} */

.imgList .li-con3 .li-con-tit {
    margin-left: 0.42rem;
}

/* .imgList .li-con4{
    margin-right: 1.95rem;
} */

.imgList .li-con4 .li-con-tit {
    display: flex;
    justify-content: center;
}

/* .imgList .li-con4 .li-bott{
    width: 1.2rem;
} */

.imgList .li-con4 img {
    margin: 0 auto;
}

.imgList .li-con5 .li-con-tit {
    margin-left: 0.11rem;
}

/*  */
.values {
    width: 100%;
    height: 4.5rem;
    background: linear-gradient(137deg, #0B4DB2 0%, rgba(7, 79, 166, 0.78) 45%, rgba(1, 81, 150, 0) 100%), url('../img/concerning/values.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 0.8rem;
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    box-sizing: border-box;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.34rem;
}

.values .val-top {
    margin-bottom: 0.35rem;
}

.bg {
    background: url('../img/concerning/bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1.2rem;
}

.card {
    margin-top: -0.1rem;
    width: 100%;
    height: 5.21rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.14);
    padding: 0.55rem 0.5rem;
    /* margin-bottom: 1.2rem; */
    box-sizing: border-box;
}

.card div {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #232323;
    line-height: 0.3rem;
}

.indent {
    text-indent: 2em;
    /* 2em 相当于两个字符的宽度 */
}

.bg1 {
    height: 8.37rem;
    background: url('../img/concerning/bg1.png') no-repeat;
    background-size: 100% 100%;
}

.personnel {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #232323;
}

.personnel div {
    margin-bottom: 0.15rem;
}

.architecture {
    width: 100%;
    height: 6.08rem;
    margin-bottom: 0.9rem;
}
@media only screen and (max-width: 768px) {
    .content{
        width: 100%;
        display: block;
    }
    .values{
        font-size: 0.24rem;
    }
    .content .brief{
        display: block;
        height: auto;
    overflow: hidden;
    }
    .content .brief .bri-left{
        width: 100%;
  float: left;
  display: block;
    }
    .left-title{
        text-align: center;
    }
    .left-border{
        margin: 0 auto;
    }
    .content .bri-left .left-tex{
        width: 94%;
  margin: 0 auto;
    margin-top: 0px;
  font-size: 0.24rem;
  line-height: 0.5rem;
  height: auto;
  margin-top: 10px;
    }
    .content .bri-right{
        width: 94%;
  float: left;
  margin: 0 auto;
    margin-left: auto;
  margin-left: 4%;
  height: auto;
    }
    .imgList{
        margin-top: 0.5rem;
        width: 90%;
    margin: 0 auto;
    }
.card{
    height: auto;  box-shadow: none;
}
.card div{
    font-size: 0.24rem;
  
}
.personnel{
    font-size: 0.24rem;
  color: #232323;
  width: 90%;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 15px;
}
.personnel div img{
   width: 100% !important;
}
.content .bri-right .bri-right-img{
    height: 5rem;
}
}
