*{
     margin: 0;
     /*padding: 0;*/
     font-size: 20px;
 }
body{
    background: url("../images/bg.jpg") repeat-x;
}
ul{
    list-style: none;
}
ul li{
    display: inline-block;  margin: 2%;
}
a{  text-decoration: none;}
button{
    padding: 2px;
}
.header_bg{
    width: 100%;
    height: 8px;
    background-color: #114D7F;
}
.logo{
    width: 320px;
    height: 67px;
    margin: 20px auto 10px;
    background: url("../images/logo.jpg") no-repeat;
}
.container{
    width: 640px;
    min-height: 537px;
    overflow: auto;
    margin: 20px auto;
    padding: 10px 10px;
}
.classify{
    width: 100px;
}
#child_classify{
   display:none;
}
.list{
    margin-top: 20px;
}
.list ul{
    display: none;
    padding: 20px 10px;
    background-color: lightblue;
}
.education li{}
.colored{
    background-color: #114D7F;
}
.expert_selected{
    margin-top: 50px;
}
.expert_selected ol{
    margin-top: 10px;
    /*padding-left: 30px;*/
}
.expert_selected ol li{}
/*
.footer_bg{
    width: 100%;
    height: 376px;
    background: url("../images/footer_bg.jpg") repeat-x;
}*/
.container_fun{
    width: 960px;
    height: 500px;
    margin: 100px auto;
    /*border: 1px solid #114D7F;*/
}
ul.fun_list li{
    display: inline-block;
    float: left;
    width: 220px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    background: royalblue;
}
ul.fun_list li:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    text-shadow: 0 0 15px #fff;
}
ul.fun_list li:first-child{
    background-color: royalblue;
}
ul.fun_list li:nth-of-type(2){
    background-color: cornflowerblue;
}
ul.fun_list li:nth-of-type(3){
    background-color: mediumpurple;
}
ul.fun_list li:nth-of-type(4){
    background-color: sandybrown;
}
ul.fun_list li i{
    font-style: normal;
    color: #ffffff;
    font-weight: bold;
}
.table_download_csv_link, .table_download_xls_link {
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    background-color: #1ABC9C;
    border-bottom: 3px solid #16A085;
    text-align: center;
    /*line-height: 30px;*/
    border-radius: 5px;
    color: #fff;
}
.download_box{
    width: 100%;
    padding-top: 20px;
    text-align: center;
}