



.bg-story{
    width: 100%;
    height: 200px;
    background: url(../../img/banner_zhichi.jpg) 0 0 no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-story .search-input{
    background-color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 25px;
    padding: 0px 30px;
}

.bg-story .search-btn{
    background: url(../../img/ico_search.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.bg-story .search-btn:hover{
    background-color: #f3feff;

}
.bg-story input{
    width: 500px;
    border: 0;
    font-size: 16px;
}


.min-story-main{
    width: 1366px;
    min-height: 560px;
    margin: 0 auto;
    padding: 60px 0px;
}
.tab-content>.active {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}

.tab-content>.active p{
    width: 100%;
    text-size-adjust: none;
    line-height: 1.8;
    word-wrap: break-word;
    list-style: outside;
    font-size: 14px;

}
.tab-content>.active p b{
    font-size: 16px;
}

.nav {
    padding-left: 100px;
    border-right: 2px solid #EDF5F8;
}
.nav-pills .nav-link {
    text-align: left!important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #676767;
    border-right: 0!important;
    font-size: 12px;
}
.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;
}