.depart_box{}
.depart_box .depart_wrap{
    float: left;
    width: 40%;
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom:30px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .depart_box .depart_wrap{
        width: 85%;
    }
}
.depart_box .depart_wrap .depart_one{
    display: flex;
    height: 75px;
    line-height: 75px;
    border-left: 2px solid #cfb789;
    padding: 0px  0px 0px 40px;

    background-color: #f9f9f9;
    font-size: 18px;
}
.depart_box .depart_wrap a.depart_two {
    font-size: 18px;
}

.depart_box1 li a{


    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;

    border-left: solid 2px #cfb789;
    background: url(../images/jg-back01.png) center no-repeat;
    background-size: cover;

    background: none;

    transition: all 0.3s;
}
.depat_title_wrap{margin-top: 40px;}
.depat_title{
    padding-left: 47px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:30px
}


/*机构*/
.institue_box{}
.institue_box .depart_wrap{
    float: left;
    width: 31%;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom:10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .institue_box .depart_wrap{
        width: 95%;
    }
}
.institue_box .depart_wrap .depart_one{
    display: flex;
    height: 45px;
    line-height: 45px;
    border-left: 2px solid #cfb789;
    padding: 0px  0px 0px 10px;

    background-color: #f9f9f9;
    font-size: 18px;
}
.institue_box .depart_wrap a.depart_two {
    font-size: 18px;
}

/*领导简介*/
.leader_wrap{
    width: 100%;

    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(155, 166, 171, 0.30196078431372547);
}
.leader_top{
    width: 100%;

}
.leader_left{
    margin-top: 5px;
    width: 4px;
    height: 25px;
    float:left;
    background: #D98314;

}
.leader_center{
    float: left;
    padding-left:35px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    font-size: 24px;
}
.leader_line{
    margin-left: 15px;
    float: left;
    margin-top: 3px;
    width: 5px;
    height: 25px;
    border-left: 1px solid rgba(155, 166, 171, 0.30196078431372547);

}
.leader_right{

    margin-top: 2px;
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #2F3233;
    margin-left: 5px;
    padding-left: 6px;
}
.leader_abstract{
    width: 100%;
    margin-top: 25px;
    margin-left: 40px;


}
.leader_abstract p{
    line-height: 35px;
    font-size: 16px;
    color: #6A7073;
}
/*学生导航*/
.app_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 25px;
}
ul.app_box{
    margin-top: 40px;
}
ul.app_box li{
    width: 28%;
    height: 50px;
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;

    line-height: 50px;
    background-color: #eeeeee;
    list-style: none;
    font-size: 16px;

}

ul.app_box li a{
    display: block;
    padding-left: 2rem;
}
ul.app_box li a:hover{
    background-color: #e9e9e9;
    color: #333;
}

.inst_wrap1{
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    float: right;
    display: inline-block;
    font-size: 14px;
    background: #efeded;
    padding-left: 10px;
    padding-right: 10px;

    margin-left: 20px !important;

}
.inst_wrap2{
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    float: right;
    display: inline-block;
    font-size: 14px;
    background: #efeded;
    padding-left: 10px;
    padding-right: 10px;

    margin-left: 6px !important;

}