



.bg-story{
    width: 100%;
    height: 500px;
    background: url(../../img/banner_youandme.jpg) 0 0 no-repeat;
}
.min-story-main{
    width: 1366px;
    min-height: 560px;
    margin: 0 auto;
    padding: 60px 0px;
    overflow: hidden;
}
.tab-content>.active {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav {
    padding-left: 100px;
    border-right: 2px solid #EDF5F8;
}
.nav-pills .nav-link {
    text-align: left!important;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #57C6F9;
    border-right: 0px;
}
.min-link-menu{
    border-right: 0px;
    border-left: 3px solid #57C6F9;
    background-color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    margin: 5px 0px;
    padding: 0px 1rem;
    cursor: pointer;
    height: 16px;
    align-items: center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #57C6F9;
    border-right: 0px;
    background-color: #EDF5F8;
}
.nav-pills .nav-link:hover {
    background-color: #EDF5F8;
}
.nav-link {
    display: block;
    margin: 5px 0px;
    padding: 0px 1rem;
}

.foldpanel dt {
    background: #ffffff;
    padding: 2px 0px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
    border-left: 4px solid #57C6F9;
    border-radius: 2px;
}
.foldpanel a {
    padding-left: 20px;
}