.container-main.news main .main-box{
    width: 1200px;
}
.faculty{
    background: url(../images_en/about/bg_watermark_top2.png) no-repeat right -130px,url(../images_en/about/bg_watermark_bottom.png) no-repeat left bottom;
}
.container-main.faculty main{
    padding-top: 0px;
}
.container-main.faculty .path{
    width: 1200px;
}
.container-main.faculty .banner span{
    width: 1200px;
}
.header .js-input{
    /*float: right;*/
    /*margin-right: 40px;*/
    /*height: 61px;*/
    /*line-height: 61px;*/
}
.header .js-input img{
    vertical-align: middle;
}
.header .js-input img.searchIcon{
    margin-right: 47px;
}
.common-width{
    width: 1200px;
    margin: 0 auto;
}
.container-main .location{
    width: 100%;
    height: 50px;
    background: #003c79;
    margin: 27px auto 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
}
.container-main .location a{
    color: #ffffff;
    font-family: Arial;
}

.faculty-content .main-full{
    padding-bottom: 88px;
}
.faculty-content .main-box{
    padding-top: 86px;
}
.faculty-content .person{
    display: flex;
    justify-content: space-between;
}
.faculty-content .banner span{
    bottom: 47px;
}
.faculty-content .photo{
    width: 194px;
    margin-right: 70px;
}
.faculty-content .photo img{
    width: 100%;
}
.faculty-content .photo h3{
    font-size: 72px;
    font-family: "Times New Roman";
    letter-spacing: 0;
}
.faculty-content .photo p{
    font-size: 18px;
    font-weight: bold;
    color: #003c79;
    letter-spacing: 0;
    padding-top: 41px;
}
.faculty-content .photo span{
    padding-top: 41px;
    font-size: 24px;
    display: block;
    /*padding-top: 13px;*/
    font-family: "Times New Roman";
    letter-spacing: 0;
    text-align: center;
}
.faculty-content .mail{
    padding-top: 11px;
    padding-bottom: 53px;
    /*border-bottom: 1px solid #003c79;*/
    border-bottom: 1px solid rgb(178,196,215);
}
.faculty-content .mail p{
    font-size: 36px;
    font-weight: bold;
    color: #003c79;
    letter-spacing: 0;
}
.faculty-content .mail span{
    color: #003c79;
    font-size: 30px;
    padding-left: 65px;
    background: url("../images_en/faculty/icon_mail.png") left center no-repeat;
    letter-spacing: 0;
}
.faculty-content .right{
    width: calc(100% - 164px);
}
.faculty-content .tab-content{
    padding-top: 38px;
}
.faculty-content .tab-content ul{
    display: flex;
    justify-content: space-between;
}
.faculty-content .tab-content ul li{
    font-size: 30px;
    font-family: "Times New Roman";
    letter-spacing: 0;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding: 0 30px;
    border-bottom: 2px solid #efefef;
    flex: 1 0 auto;
    box-sizing: border-box;
    cursor: pointer;
}
.faculty-content .tab-content ul li.active{
    color: #fff;
    font-size: 36px;
    background: #003c79;
    border-bottom: none;
    letter-spacing: 0;
}
.faculty-content h3{
    font-size: 72px;
    font-family: "Times New Roman";
}
.faculty-content .tab-content-item{
    padding-top: 71px;
    display: none;
}
.faculty-content .tab-content-item.active{
    display: block;
}
.faculty-content h4{
    font-size: 30px;
    font-weight: bold;
    font-family: "Times New Roman";
    letter-spacing: 0;
    padding-bottom: 17px;
}
.faculty-content .tab-content-item p{
    font-size: 24px;
    letter-spacing: 0;
    color: #003c79;
    padding-bottom: 8px;
}
.faculty-content .tab-content-item .item-model{
    padding-bottom: 37px;
}
.faculty-content .tab-content-item .list{
    padding-bottom: 25px;
}
.faculty-content .tab-content-item .list p{
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
    padding-left: 26px;
    position: relative;
    padding-bottom: 0;
}
.faculty-content .tab-content-item .list p:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #003c79;
    position: absolute;
    left: 0;
    top: 16px;
}
.faculty-content .tab-content-item .list p.no-point:before{
    display: none;
}
.faculty-content .tab-content-item .list p.title{
    font-weight: bold;
}
.faculty-content .tab-content-item .list p.title:before{
    display: none;
}


/*照片列表*/
.container-main.facultyList .banner span{
    bottom: 47px;
}
.container-main.facultyList{
    background: none;
}
.container-main.facultyList main .main-box{
    width: 1200px;
}
.facultyList .filter{
    padding-top: 81px;
}
.facultyList .filter .filter-item{
    display: flex;
    /*border-top: 1px solid #668aaf;*/
    border-top: 1px solid rgb(178,196,215);
    padding-top: 16px;
    margin-bottom: 17px;
    position: relative;
    height: 46px;
    overflow: hidden;
}
.facultyList .filter .filter-item.active{
    overflow: visible;
    height: auto;
}
.facultyList .filter .filter-item:first-child{
    border-top: none;
}
.facultyList .filter .filter-item .more{
    width: 0;
    height: 0;
    border-left: 12px solid #003c79;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 28px;
    cursor: pointer;
    transition: 0.2s;
}
.facultyList .filter .filter-item.active .more{
    transform: rotateZ(90deg);
}
.facultyList .filter h6{
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    width: 138px;
    letter-spacing: 0;
}
.facultyList .filter .all{
    height: 46px;
    margin-right: 16px;
    cursor: pointer;
}
.facultyList .filter .all a{
    color: #000;
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    font-size: 22px;
}
.facultyList .filter .all.active a{
    background: #003c79;
    color: #fff;
}
.facultyList .filter ul{
    display: flex;
    align-items: center;
    width: calc(100% - 138px);
    flex-wrap: wrap;
}
.facultyList .filter ul .all{
    display: none;
}
.facultyList .filter ul li{
    margin-right: 16px;
    height: 46px;
    cursor: pointer;
}
.facultyList .filter ul li a{
    font-size: 20px;
    display: block;
    height: 100%;
    padding: 0 18px;
    line-height: 46px;
    letter-spacing: 0;
    color: #000;
}
.facultyList .filter ul li.active a{
    background: #003c79;
    color: #fff;
}
.facultyList .line{
    width: 882px;
    height: 2px;
    background: #efefef;
}
.facultyList .list{
    box-sizing: border-box;
    /*padding-left: 228px;*/
    padding-left: 150px;
    padding-right: 57px;
    padding-top: 94px;
}
.facultyList .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.facultyList .list ul#subSource{
    display: none;
}
.facultyList .list ul li{
    width: 251px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    padding-bottom: 61px;
    margin: 0 40px;
}
.facultyList .list ul li img{
    width: 248px;
    height: 300px;
}
.facultyList .list ul li h6{
    font-size: 30px;
    color: #003c79;
    text-align: center;
    font-weight: normal;
    padding-top: 26px;
}
.facultyList .list ul li p{
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 11px;
}
.facultyList .pagination{
    margin-bottom: 19px;
}

.faculty table{
    width: 100%;
    border: 1px solid #003c79;
    margin-bottom: 35px;
}
.faculty table thead th{
    color: #42628f;
    font-size: 20px;
    height: 45px;
    text-align: center;
    background: #eaeff4;
}
.faculty table tr:nth-child(even){
    background: #eaeff4;
}
.faculty table tbody tr td{
    line-height: 30px;
    padding: 5px;
    color: #42628f;
    font-size: 20px;
}
.faculty table tbody tr td:first-child{
    padding-left: 30px;
}

