
@font-face {
    font-family: 'segoeui';
    src: url("../fonts/segoeui.ttf");
  }
  @font-face{
    font-family: Deng;
    src:url("../fonts/segoeui.ttf");
  }

p{
    font-family: Deng;
    font-weight: 600;
    font-size: 15.5px;
}
.title{
    font-weight: 600;
    font-size: 45px;
    color: black;
}
.about{
    font-family: segoeui;
    margin-top: 50px;
    font-weight: 600;
    font-size: 17.5px;
    color: rgb(17, 48, 204);
}
.about>a{
    font-family: Deng;
    font-weight: 600;
    color: rgb(94, 125, 194);
}

.team{font-family: Deng;
    font-weight: 600;
    font-size: 17.7px;
    color: rgb(17, 48, 204);
}
.team_name{
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    color: black;
}


.col-sm-4>img{
    width: 364px;
    height: 211px;
}
.row_{
    display: flex;
    flex-flow: row;
}
.row_left{
    width: 364px;
}
.row_right{
    width: 700px;
    padding-left: 50px;
}


/*
分界线
*/
.borderline{
    background:  rgb(94, 125, 194);
    width: 100%;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow:hidden;
}

.team_borderline{
    background:  rgb(94, 125, 194);
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow:hidden;
}