.section-title {
    /*background-image: url("../../image/media-bg/banner-mtzx.png");*/
}

.aqhb-content {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
    overflow: hidden;
}
.item-title{
    color: #0078c5;
    position: relative;
    margin-bottom: 50px;
}
.item-title >div:first-child{
    font-size: 34px;
    padding-bottom: 10px;
    font-family: 'ssrrr', sans-serif;
}
.item-title >div:nth-child(2){
    font-size: 22px;
    line-height: 2em;
}
.item-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #bdc3cd;
}
.list-item{
    display: flex;
    margin-bottom: 40px;
}
.list-item__img{
    flex: none;
    width: 600px;
    height: 300px;
}
.list-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-item-introduce{
    flex: auto;
    padding:  0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #efefef;
}
.introduce-title{
    flex: none;
    font-size: 28px;
    padding: 20px 0;
    color: #595757;
    /*font-weight: bold;*/
    /*font-family: 'ssrrr', sans-serif;*/
}
.introduce-text{
    flex: auto;
    overflow-y: auto;
    height: 100px;
    font-size: 16px;
    color: #595757;
    margin-bottom:20px;
}

.introduce-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
}
.introduce-text::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255, 255, 255, 0);
}

.introduce-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
    background-color: #77777a;
}

