.txt-faculty {
    position: relative;
    width: 1200px;
    margin: 0 auto;

    font-size: 48px;
    color: #58975F;
    line-height: 40px;
}

.tbl {
    table-layout: fixed;
    width: 100%;
}

.tbl .t {
    font-size: 20px;
    color: #58975F;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}

.tbl .n {
    width: 2em;
    font-size: 20px;
    color: #999EA8;
    letter-spacing: 0;
    text-align: right;
    line-height: 30px;
}

.tbl .update {
    font-size: 14px;
    color: #595959;
    letter-spacing: 0;
    text-align: right;
    line-height: 26px;
}

/**
列表样式
 */
.faculty-list-container {
    position: relative;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 0;
    list-style: none;

    text-align: justify-all;
}

.faculty-list-item {
    display: inline-block;

    width: 146px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0 36px;
    font-family: FiraSans-Bold;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.faculty-list-link {
    position: relative;
    display: inline-block;
    height: 130px;
    text-decoration: none;
}

.faculty-list-avatar {
    top: 0;
    left: 0;
    width: 140px;
    height: 106px;
}

.faculty-list-name {
    font-size: 14px;
    color: #595959;
    letter-spacing: 0;
    /*text-align: left;*/
    line-height: 26px;
}

.faculty-list-title {
    font-size: 14px;
    color: #58975F;
    letter-spacing: 0;
    /*text-align: center;*/
    line-height: 26px;
}

/**
分页
 */

.pagination {
    position: relative;
    width: 1200px;
    margin: 0 auto 60px auto;
    padding: 0;
    text-align: right;
    color: #666;
    list-style-type: none;
    font-size: 0;
}

.pagination li {
    display: inline-block;
}

.pagination .page-item {
    width: 50px;
    line-height: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.pagination > li:nth-child(2) {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination .page-last {
    border: 1px solid #ccc;

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination .page-link {
    display: block;
    width: 50px;
    line-height: 50px;

    font-size: 16px;
    text-align: center;

    color: #888;
    /*border: 1px solid #666;*/
    /*-webkit-box-shadow: 0 0 3px 0 #666666;*/
    /*-moz-box-shadow: 0 0 3px 0 #666666;*/
    /*box-shadow: 0 0 3px 0 #666666;*/

    text-decoration: none;

}

.pagination .prev,
.pagination .next {
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    width: 50px;
    line-height: 50px;

    font-size: 16px;
    text-align: center;

    border: 1px solid #ccc;

    color: #666;
}

.pagination .page-item.active {
    color: red;
}

/**
faculty详情
 */

.bread-crumb {
    width: 1200px;
    margin: 30px auto 0 auto;
    padding: 0;
    list-style: none;
}

.bread-crumb li {
    display: inline-block;
    font-size: 12px;
    color: #878787;
    letter-spacing: 2px;
    font-family: FiraSans-Regular;
}

.bread-crumb li:after {
    content: '>'
}

.bread-crumb li:last-child:after {
    content: ''
}

.main-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.content-left {
    position: relative;
    width: 880px;
    padding-right: 20px;
    /*border-right: 1px solid #ccc;*/
    /*background-color: green;*/
}

/**
右侧小导航的
 */

.rnav-right {
    position: absolute;

    top: 0;
    right: 0;

    padding: 0 0 0 30px;
    width: 270px;
}

.rnav-right.fixed {
    position: fixed;
    top: 100px;
}

.rnav-container {
    background-color: #F4F5FA;;
}

.rnav-right-item {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #3F0000;;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
    padding: 5px 20px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.rnav-right-item:hover {
    color: #58975F;
}

.rnav-right-item.active {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    background-color: #58975F;
}

.title-has-rnav {
    margin: 30px 0 10px 0;
    font-size: 22px;
    color: #58975F;
    line-height: 40px;
}

/**
分类的目录导航
 */

.content-intro {
    font-size: 14px;
    color: #595959;
    letter-spacing: 0;
    text-align: left;
    line-height: 26px;
}

.content-title {
    font-size: 16px;
    color: #58975F;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
}

.content-list {
    border-top: 1px solid #ccc;
}

.sec-title {
    font-family: FiraSans-Bold;
    margin: 40px 0 0 0;
    font-size: 20px;
    color: #58975F;
    letter-spacing: 0;
    line-height: 37px;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    z-index: 1000;
}

.modal-faculty {
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1010;

    /*background-color: red;*/
}

.modal-body {
    position: relative;
    margin: 0 auto;
    width: 1200px;

    height: 600px;

    background-color: #ffffff;
}

.faculty-detail {
    padding: 30px;
}

.modal-next {
    position: absolute;
    top: 50%;
    right: -80px;

    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;

    text-align: center;
    cursor: pointer;

    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 #666;
    -moz-box-shadow: 0 0 12px 0 #666;
    box-shadow: 0 0 12px 0 #666;
}

.modal-prev {
    position: absolute;
    top: 50%;
    left: -80px;

    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;

    text-align: center;
    cursor: pointer;

    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 #666;
    -moz-box-shadow: 0 0 12px 0 #666;
    box-shadow: 0 0 12px 0 #666;
}

.modal-next img {
    margin-left: 5px;
    height: 30px;
    vertical-align: middle;
}

.modal-prev img {
    margin-righ: 5px;
    height: 30px;
    vertical-align: middle;
}

.faculty-detail-header {
    padding-bottom: 20px;
    text-align: right;
}

.faculty-detail-header span {
    cursor: pointer;
}

.detail-left,
.detail-right {
    position: relative;
    display: inline-block;
    width: 560px;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    vertical-align: top;
}

.detail-left {
    border-right: 1px solid #ccc;
}

.detail-right {
    font-size: 14px;
    color: #595959;
    letter-spacing: 0;
    text-align: left;
    line-height: 26px;
    overflow: auto;
}

.cnt {
    padding: 30px;
}

.detail-avatar {
    display: inline-block;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.meta {
    padding: 30px 0;
}

.dname {
    font-size: 24px;
    color: #595959;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}

.dtitle {
    font-size: 16px;
    color: #2B0000;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}

.ditem {
    font-size: 16px;
    color: #2B0000;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}

.header-banner1 {
    position: relative;
    /*height: 150px;*/
    overflow: hidden;
}

.bg-cate-name {
    position: absolute;
    top: 35%;
    left: 0;
    width: 1200px;
    left: 50%;
    margin-left: -600px;

    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}


@media screen and (max-width: 768px) {
    .bread-crumb {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-content {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content-left {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: none;
    }

    .rnav-right {
        position: relative;
        margin-top: 30px;
        padding: 0;
        width: 100%;
    }

    .faculty-list-item {
        width: 50%;
        padding: 20px 10px 0 0;
    }

    .modal-faculty {
        height: 100%;
    }

    .modal-body {
        width: 90%;
        height: 80%;
        margin: 0 auto;
    }

    .modal-prev, .modal-next {
        display: none;
    }

    .detail-left {
        width: 100%;
        height: auto;
        border: none;
    }

    .cnt {
        padding: 0;
    }

    .detail-avatar {
        width: 90px;
        height: 90px;
    }

    .meta {
        padding: 15px;
        line-height: 24px;
    }

    .dname, .dtitle, .ditem {
        line-height: 24px;
    }

    .ditem {
        color: #999;
    }

    .detail-right {
        width: 100%;
        height: auto;
    }
}

/* end of media screen max width 768px */