@charset "utf-8";
/*所有院系:结束*/
/*菜单宽度*/
.mymenu{
    border-top-color:#7a418f;
    /* padding: 0px; */
}

/*取消所有li的列表样式*/
li {
    list-style-type: none;
}
/*图片样式*/
img {
    border: 0px;
    vertical-align: middle;
}
/*所有a链接样式*/
a {
    text-decoration: none;
    outline: none;
    /*blr: this.onFocus=this.blur());*/
}
/*最外ul样式*/
.ce {
    display: block;
    /*width: auto;*/
    background: #7a418f;
    /* position: absolute; */
    z-index: 5;
    /*top: 0px;*/
    /*left: 0px;*/
    padding-left: 10px;/*菜单左侧清华紫部分宽度*/
    border-bottom: solid 10px #71418f;/*一级菜单底部边框样式*/
}

/*下边框的颜色颜色*/
.ce li {
    /* min-width: 227px; */
    border-bottom: 1px solid #a8b4a5;
    /*border-top: 1px solid #F7F7F7;*/
}
/*.ce > .xz{*/
/*border-bottom: 1px solid red;*/
/*}*/
.more {
    /*margin-left: 30px;*/
}

.ce li a {
    padding: 10px 0px 10px 10px;/*一级菜单的内边距*/
    color: black;/*菜单字体颜色*/
    display: block;
    cursor: pointer;
    font-size: 15px;
    background:  no-repeat 10px center;
    background-color: white;/*菜单的颜色*/
    border-left:10px solid #7a418f;/*给所有菜单加白色左边框*/
}

.ce li a:hover {
    /*background: no-repeat 10px center rgb(168, 180, 165);!*鼠标划过一级菜单的背景颜色#F7F7F7*!*/
    background: no-repeat 10px center white;/*鼠标划过一级菜单的背景颜色#c4a7ff*/
    border-left:10px solid rgb(62,188,213);
    color:#7a418f;
    /*鼠标划过二级菜单时左侧的颜色条*/
}

/*.ce li .dqian {*/
/*background: none;*/
/*}*/

/*.ce li .xz {*/
/*background: no-repeat 10px center #fff;!*仅有一级菜单的背景颜色*!*/
/*!*color: white;*!*/
/*}*/


.er {
    display: none;
    /*width: 150px;*/
    margin-left: 0px;
    /*background: rgb(168, 180, 165);*/
    /*background: rgb(168, 180, 165);*/
    background: white;
    /*二级菜单子菜单的颜色*/
    /*padding-left: 10px;*/
    color: black;
    border-left:5px solid #7a418f;
    padding-left: 0px;
    margin-left: 5px;
}

.er li {
    /* min-width: 217px; */
    /*width: 100%;*/
    border: solid rgb(140,140,140);/*二级菜单子菜单边框颜色*/
    border-width: 1px 0px 0px;
}
.er li a {
    display: block;
    padding: 10px 0px 10px 15px;
    color: black;/*二级菜单子菜单字体颜色*/
    background: none;
    font-size: 15px;
}
.ce li a img[class="tb"]{
    display: none;
}

.er .e_li a {
    /*background: url("https://www.cavenetomi.com/__xh__/rid.lib.tsinghua.edu.cn/static/web/bootstrap3.3.5/mycss/more.png") no-repeat 100px center;*/
}

.er li a:hover,.er li .sen_x {
    /*background: rgb(167, 134, 169);*/
    /*鼠标划过二级菜单子菜单的颜色*/
}

/*.er .e_li a:hover,.er .e_li .sen_x {*/
/*background: url("https://www.cavenetomi.com/__xh__/rid.lib.tsinghua.edu.cn/static/web/bootstrap3.3.5/img/photo/more.png") no-repeat 100px center rgb(253,83,49);*/
/*}*/

/*所有院系:结束*/
/*将ul li横排:开始*/
.myszm ul{
    list-style:none;/*取消ul 样式*/
}
.myszm li{
    float:left;
}
/*将ul li横排:结束*/

.myszm ul li{
    margin-left: 6px;
    padding-left: 7px;
}

/*学者列表照片区域*/
.myphoto{
    /*background-color: yellow;*/
    padding: 0px;
    min-height: 500px;

}

.myphoto img{
    /*padding: 8px 10px 8px 10px;*/
    /*width: 80px;*/
    height: 125px;
}
.myphoto div{
    margin: 0px;
    padding: 2px;
    text-align: center;
}