@import "/common/css/com.css";
.header_wang .header .container .navbar .about{
    background-color: #F6F9FE;
    position: relative;
}
.header_wang .header .container .navbar .about:after{
    content: '';
    display: block;
    width: 44px;
    height: 4px;
    background: #3D7EFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.study-room .part {
    box-sizing: border-box;
}
.study-room .part .content{
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

.study-room .part .part-title{
    height: 56px;
    width: auto;
}

.study-room .part .sub-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #424752;
}

.study-room .part1{
    height: 780px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px 836px;
    color: #ffffff;
}
.study-room .part1 .content{
    padding-top: 88px;
    display: flex;
}
.study-room .part1 .photo{
    display: flex;
    margin-top: 119px;
    width: 544px;
    height: 384px;
    margin-left: 55px;
}
.study-room .part1 .part-title{
    width: 488px;
    height: 168px;
}
.study-room .part1 .sub-title{
    color: #ffffff;
    margin-top: 32px;
}
.study-room .part1 .list{
    margin-top: 68px;
}
.study-room .part1 .list .item{
    width: 552px;
    height: 80px;
    background: #1C2038;
    border: 1px solid #A1A9BA;
    opacity: 0.6;
    padding: 24px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.study-room .part1 .list .item:last-child{
    margin-top: 20px;
}
.study-room .part1 .list .item .icon{
    width: 32px;
    height: 32px;
}
