.database_container{
    width: 1200px;
    margin: 0 auto;
}
.database_search_box{
    margin-top: 40px;
    width: 1200px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #f0f0f0;
}
.database_search_item{
    width: 1130px;
    height: 70px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
}
.search_input{
    padding-left: 20px;
    width: 370px;
    height: 40px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search_btn{
    width: 80px;
    height: 40px;
    background: #4b9a7b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor:pointer;
}
.database_search_title{
    width: 180px;
    text-align: right;
}
.database_search_item div{
    margin-right: 30px;
    font-size: 16px;
}
.database_list_box{
    margin-top: 40px;
    background: #fafafa;
}
.database_list_title{
    width: 100%;
    height: 60px;
    background: #4b9a7b;
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    text-align: center;
}
.database_list_title div{
    width: 400px;
    line-height: 60px;
}
.database_list_title div:nth-child(2){
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.database_list{
    border: 1px solid #f0f0f0;
}
.database_list li{
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666666;
    border: 1px solid #f0f0f0;
    overflow:hidden;
}
.database_list li:nth-child(2n+1){
    background: #fff;
}
.database_list li p{
    width: 400px;
    font-size: 15px!important;
    text-align: center;
    /*height: 60px;*/
/*    display: flex;
    align-items: center;*/
}
/*.database_list li p:hover{
  cursor:pointer;
  color: #458f71;
  text-decoration:underline;  
}*/
.database_list li p:first-child{
    text-align: left;
    padding:20px 50px;
    border-right: 1px solid #f0f0f0;
}
.database_list li p:last-child{
    justify-content: center;
    text-align: center;
    padding:22px 50px;
    border-left: 1px solid #f0f0f0;
}

.database_list li a{
    width: 400px;
    display:inline-block;
    font-size: 15px!important;
    text-align: center;
    padding:20px 50px;
    /*min-height: 60px;
    line-height: 60px;*/
}
.database_list li a:hover{
  cursor:pointer;
  color: #458f71;
  text-decoration:underline;  
}
.type_btns{
    display: flex;
}
.type_btn{
    cursor:pointer;
}
.type_btn.choose{
    color: #458f71;
}
