/* .app-container {

    background: #F8F7F7;
} */

.lMainBox {
    width: 65%;
    margin: auto;
    /* padding: 0 0 56px 0; */
    box-sizing: border-box;
    background: #fff;
    display: flex;

}

.sMainBox {
    width: 65%;
    margin: auto;
    /* padding: 0 0 56px 0; */
    box-sizing: border-box;
    /* background: #fff; */
    display: flex;

}

.boxLeft {
    /* background: #376DD9; */
    width: 300rem;
    min-height: 1000px;
    font-weight: bold;
    font-size: 15rem;
    color: #000;
    /* color: #FFFFFF; */
    padding-top: 70px;
    box-sizing: border-box;
    position: relative;
}

p {
    margin: 0;

}
/* 实验室概况 */
.boxLeft .laboratory_about{
    width: 100%;
    height: 100rem;
    background-color: #376DD9;
    color: #fff;
    position: absolute;
    top:-50rem;
}
.boxLeft .laboratory_about p{
    height: 100%;
    line-height: 100rem;
    font-size: 26rem;
    /* text-align: center; */
    box-sizing: border-box;
    padding-left: 4vw;
}
/* 实验室概况下的小三角 */
.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #376DD9;
    position: absolute;
    top: 100rem;
    right: 80rem;
}

.boxLeft .menuCss {
    padding-left: 40rem;
    box-sizing: border-box;
    line-height: 70rem;
    cursor: pointer;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.menuCss2 {
    border: 1px solid #ccc;
    border-left: 3px solid #376DD9;
    color: #376DD9;
    background: #fff;
    padding-left: 40rem;
    line-height: 70rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
/* 实验室介绍等  前面的小方块选中时的样式 */
.menuCss3{
    display: inline-block;
    width: 6px;
    height: 4px;
    background-color: #376DD9;
    margin-right: 1vw;
}
/* 实验室介绍等  前面的小方块未选中时的样式 */
.menuCss4{
    display: inline-block;
    width: 6px;
    height: 4px;
    background-color: #000;
    margin-right: 1vw;
}

.boxRignt {
    flex: 1;
    padding: 20px;
    text-align: center;
    width: 500rem;
}
/* 面包屑样式 */
.bread{
    text-align: left;
    color: #999;
}
.bread span{
    margin: 0 5px;
}

.boxRignt .rightP {
    text-align: left;
    font-size: 20px;
    color: #000000;
    line-height: 31px;
}

/* 研究科研 */

/* 获奖 */

.winningBox {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.winningBox img {
    width: 160rem;
    margin-right: 20px;
    margin-bottom: 20px;
}


/* 代表成果 */
.overBox {
    width: 30%;
    background: #FFFFFF;
    border-radius: 0px 0px 15px 15px;
    margin-right: 20px;
}

.overImg {
    width: 100%;
}

.overTitle {
    font-size: 20px;
    color: #2E2E2E;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.overBox .overText {
    font-size: 14px !important;
    color: #2E2E2E;
    line-height: 30px;
    padding: 20px;
    box-sizing: border-box;
}

/* 研究方向 */
.rMain {
    display: flex;
    flex-wrap: wrap;

}

.yBox1 {
    width: 48%;
    background: #FFFFFF;
    border-radius: 26px 26px 26px 26px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 20px;
}

.yBoxTop {
    background: linear-gradient(90deg, #ECF1FF 0%, #F4F7FF 100%);
    border-radius: 26px 26px 0px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.yBoxTop2 {
    background: linear-gradient(90deg, #FDEDE3 0%, #FAF6F6 100%);
    border-radius: 26px 26px 0px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.yBoxTop3 {
    background: linear-gradient(90deg, #FFECEC 0%, #FEFEFE 100%);
    border-radius: 26px 26px 0px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.yBoxTop4 {
    background: linear-gradient(90deg, #E1FCF9 0%, #ECFBFC 100%);
    border-radius: 26px 26px 0px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.yEnd {
    text-align: left;
    padding: 20px;
    box-sizing: border-box;

}

.yTitle {
    font-weight: bold;
    font-size: 24px;
    color: #376DD9;
    line-height: 28px;
    margin-bottom: 10px;
}

.yText {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
}

.yEndTitle {
    font-size: 15px;
    color: #000000;
    line-height: 23px;
    margin-bottom: 10px;
}

.yEndText {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    margin-bottom: 20px;
}

.focusBox {
    display: flex;
}

.focusBoxMain {
    width: 33%;
    background: #FFFFFF;
    border-radius: 26px 26px 15px 15px;
    margin-right: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.focusTop {
    /* height: 135px; */
    background: linear-gradient(90deg, #ECF1FF 0%, #F4F7FF 100%);
    border-radius: 26px 26px 0px 0px;
    padding: 35px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    color: #376DD9;
    line-height: 30px;
    text-align: center;
}



.focusText {
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    text-align: left;
}

