/* è½½å…¥iconfonts */
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
    color: #8c0000;
    padding-right: 5px;
}


.left{
    width: 59%;
    float: left;
    padding-left: 20px;
}

.right{
    width: 39%;
    float: left;
    padding-left: 20px;
}

.btn{
    color: #8c0000;
    border: 0;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.div-content{
    background-color: lightgrey;
    text-align: left;
    display: none;
    padding-left: 10px;
}

img {
    max-width: 100%;
}

#lab-active {
    color: #ffc600;
}

.main-content {
    margin-top: 20px;
}

.card {
    box-shadow: 0px 0px 5px #999;
    margin-bottom: 0px;
    text-align: center;
    height: 400px;
}
.card_index {
    box-shadow: 0px 0px 5px #999;
    margin-bottom: 20px;
    height: 500px;
}
.overview {
    text-align: left;
    padding: 40px;
    color: black;
}


.boss {
    padding-top: 5px;
}

#boss-img {
    width: 332px;
    height: 332px;
    margin: 10px 0;
}

.boss-name-chinese {
    font-family: 'Microsoft YaHei', 'å¾®è½¯é›…é»‘', 'Hiragino Sans GB', 'å†¬é’é»‘ä½“',  sans-serif;
}

#boss-biography {
    display: block;
    margin: 10px auto;
    width: 120px;
    background-color: #8c0000;
    color: #f0f0f0;
    box-shadow: 0 0 50px #999;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

#boss-biography:hover {
    color: #ffc600;
}

.boss-contact {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px;
}

.purple {
    color: #8c0000;
}

.boss-contact-head {
    padding: 15px;
    border-top: 1px solid #8c0000;
    text-align: left;
}

.boss-contact-item {
    padding: 3px 20px;
}

.boss-contact-link {
    color: #22132d;
    text-decoration: underline;
}

.degree {
    text-align: center;
    padding: 15px 10px;
    background-color: lightgrey;
}
.degree_Directory {
    text-align: left;
    padding: 15px 10px;
}

.member-item {
    margin-bottom: 15px;
    padding: 15px 0;
}

.menber-img {
    border-radius: 0%;
    height: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-instru{
    float: left;
    width: 50%;
    text-align: center;
}

.description {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    color: black;
    float: left;
    width: 50%;
}


.nooverflow {
    overflow: hidden;
    padding-right: 16px;
}

.beneath {
    opacity: 0;
    visibility: hidden;
}


/* responsive design */
@media screen and (min-width: 10px) {
    .boss,
    .member-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #boss-img-area {
        width: 45%;
        text-align: center;
        padding: 0 10px;
    }

    .boss-info {
        width: 50%;
    }

    .boss-more {
        width: 50%;
    }

    .boss-contact-head {
        border-top: none;
    }

    .boss-contact {
        width: 100%;
    }

    .boss-contact-head {
        display: block;
        width: 100%;
    }

    .member-list {
        justify-content: space-around;
    }

    .member-item {
        margin: 10px;
        padding: 10px;
    }

    .left{
        width: 100%;
    }

    .right{
        width: 100%;
    }

    .img-instru{
        width: 100%;
    }
   
    .description{
        width: 100%;
    }
}

@media screen and (min-width: 520px) {
    #alumni-box {
        width: 520px;
    }

    #alumni-header {
        width: 520px;
    }
}

@media screen and (min-width: 720px) {
    .boss-info {
        width: 60%;
    }

    .boss-more {
        width: 40%;
    }

    .left{
        width: 59%;
    }

    .right{
        width: 39%;
    }


}

@media screen and (min-width: 1080px) {
    .boss-contact {
        padding-left: 5%;
    }

    .member-list {
        justify-content: flex-start;
    }

    .member-item {
        padding: 15px;
    }

    .img-instru{
        width: 50%;
    }
   
    .description{
        width: 50%;
    }
}
