.adv {
    margin-top: 110px;
    width: 100%;
    padding-bottom: 26%;
    position: relative;
}

.advBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advTxt h1 {
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: center;
}

.bread,
.bread a {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.bread a:first-child,
.bread a:nth-of-type(3),
.bread a:first-child+span {
    display: none;
}

.bread span {
    padding: 0 2px;
}

.content {
    width: 100%;
    margin-bottom: 50px;
}

.secNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(-60px);
    margin-bottom: -60px;
}

.secNav a {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-transform: capitalize;
}

.secNav a+a {
    border-left: 1px solid #D9D9D9;
}

.secNav a::after {
    content: '';
    width: 0;
    height: 8px;
    background: rgba(0, 89, 160, 0.1);
    transition: 0.3s;
}

.secNav a.active,
.secNav a:hover {
    color: #0059A0;
}

.secNav a.active::after,
.secNav a:hover::after {
    width: 56px;
    transition: 0.3s;
}

.commonBox {
    margin: 50px 0;
    width: 100%;
}

.listBox>ul li {
    width: 100%;
    border-top: 1px solid #E7E7E7;
    padding: 30px 0;
}

.listBox>ul li a {
    display: flex;
    align-items: center;
}

.listBox>ul li a .time {
    width: 140px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(92, 92, 92, 0.6);
}

.listBox>ul li a .time h6 {
    font-size: 22px;
    color: #333333;
}

.listBox>ul li a .time p {
    font-size: 14px;
    color: #333333;
}

.listBox>ul li a>h3 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px;
}

.listBox>ul li:hover {
    background: #0059A0;
    box-shadow: 0px 4px 18px 2px rgba(49, 119, 255, 0.4);
}

.listBox>ul li:hover a>h3,
.listBox>ul li:hover a .time h6,
.listBox>ul li:hover a .time p {
    color: #fff;
}

.listBox>ul li:hover a .time {
    border-color: #fff;
}

.contactBox {
    display: flex;
    align-items: center;
}

.contact-img {
    width: 51.7%;
}

.contact-img i {
    width: 100%;
    padding-bottom: 68.7%;
    height: 0;
    position: relative;
    display: block;
}

.contact-img i img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.contact-txt {
    width: 48.3%;
    padding-left: 4%;
}

.contact-txt p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.contact-txt p img {
    max-width: 80%;
}

.listImg a {
    display: block;
    margin-bottom: 40px;
    background: #F6F6F6;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.listImg a i {
    width: 32.7%;
    padding-bottom: 22%;
    position: relative;
    height: 0;
    transform: translateY(-20px);
    flex-shrink: 0;
}

.listImg a i img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.listImg a .listTxt {
    padding: 20px 60px;
}

.listImg a .listTxt span {
    font-size: 16px;
    color: #666666;
}

.listImg a .listTxt h3 {
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    margin-top: 10px;
}

.listImg a .listTxt p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.facultySort {
    width: 100%;
    border-bottom: 1px solid #DDDD;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    padding: 15px 0;
    position: relative;
}

.facultySort::after {
    content: "";
    display: block;
    width: 52px;
    height: 6px;
    background: #0059A0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.departInt {
    margin: 25px 0
}

.departInt {
    text-align: justify
}

.facultyCon {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 25px;
    row-gap: 25px;
}

.facultyCon a {
    width: 100%;
    padding-bottom: 131%;
    position: relative;
}

.facultyCon a i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.facultyCon a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.facultyCon {
    margin-bottom: 40px;
}

.facultyCon a .facTxt {
    width: 100%;
    height: 24%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../../images/en/teaBg.png) no-repeat top right/cover;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 15px;
    padding-bottom: 12px;
}

.facultyCon a .facTxt h3 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.facultyCon a:hover i img {
    transform: scale(1.05);
}

.teaBassMess {
    width: 100%;
    height: auto;
    display: flex;
}

.teaBassMess i {
    width: 23%;
    position: relative;
    height: 360px;
}

.teaBassMess i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.teaBassTxt {
    width: calc(77% - 20px);
    margin-left: 20px;
    background: url(../../images/en/teaMessBg.png) no-repeat center right/cover;
    padding: 50px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.tea-name-box {
    position: relative
}

.tea-name-box a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    padding-right: 24px;
    background: url(../../images/en/icon-back.png) no-repeat right center;
    text-align: right;
    z-index: 2;
}

.tea-name-box a:hover {
    color: #0059a0
}

.teaBassTxt h1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    -webkit-text-stroke: 2px #2C84CA;
    text-stroke: 2px #2C84CA;
    position: relative;
    z-index: 2;
}

.teaBassTxt h1 p {
    position: relative;
    z-index: 2;
}

.teaBassTxt h1::before {
    content: '';
    display: block;
    width: 33.333%;
    height: 25px;
    position: absolute;
    left: 0;
    margin-left: -50px;
    background: url(../../images/en/tea-titBg.png) no-repeat right center;
    z-index: 1;
    bottom: 0;
}

.teaBassTxtCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.txtItem:nth-child(odd) {
    width: 40%;
}

.txtItem:nth-child(even) {
    width: 60%;
}

.txtItem {
    margin-top: 50px;
}

.txtItem p {
    font-size: 16px;
    color: #333333;
}

.txtItem p:nth-child(2) {
    font-size: 18px;
    color: #333333;
}

.txtItem p:first-child {
    background: url(../../images/en/tea-hat.png) no-repeat left center;
    padding-left: 24px;
}

.txtItem:nth-child(2) p:first-child {
    background-image: url(../../images/en/tea-tie.png);
}

.txtItem:nth-child(3) p:first-child {
    background-image: url(../../images/en/tea-email.png);
}

.teaCon h1 {
    font-weight: bold;
    font-size: 20px!important;
    color: #333333!important;
    border-bottom: 1px solid #BCBCBC;
    padding: 10px 0;
    padding-left: 24px;
    background: url(../../images/en/icon-sj.png) no-repeat left center;
    width: 40%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.teaCon p,
.teaCon span,
.teaCon p span {
    font-size: 16px!important;
    color: #333333!important;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif!important;
}

.leaderTit {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.leaderTit p::first-letter {
    color: #0059A0;
}

.leaderTit::after {
    content: "";
    display: block;
    width: 52px;
    height: 6px;
    background: #0059A0;
    margin-top: 8px;
}

.leaderList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 80px;
    margin-top: 50px;
}

.leaderList a {
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border: 1px solid #D0DBE4;
    transition: 0.3s;
}

.leaderList a i {
    width: 39%;
    padding-bottom: 48.3%;
    position: relative;
    transform: translateY(-15px);
}

.leaderList a i::after {
    content: '';
    width: 90%;
    height: 80%;
    background: linear-gradient( 180deg, #25A8E0 0%, #155AAA 100%);
    position: absolute;
    left: -15px;
    bottom: -15px;
    z-index: 1;
}

.leaderList a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.leaderList a:hover {
    box-shadow: 0 0 10px rgba(49, 119, 255, 0.4);
    transform: translateY(-10px);
    transition: 0.3s;
}

.leaderMess {
    width: 61%;
    padding: 20px 40px;
}

.leaderMess h3 {
    font-size: 20px;
    color: #0B344A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    background: linear-gradient( 90deg, #64a1dd 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 10px 30px;
    width: 90%;
    margin-bottom: 20px;
}

.leaderMess p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.artTit h1 {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}

.artTit span {
    font-size: 16px;
    color: #666666;
    padding-left: 24px;
    background: url(../../images/en/icon-time.png) no-repeat left center;
}

.artCon {
    margin: 30px 0;
    overflow: hidden;
}

.artCon table {
    border-collapse: collapse;
}

.artCon table td {
    padding: 10px;
}

.artCon p,
.artCon p span,
.artCon span {
    font-size: 16px!important;
    color: #333333!important;
    font-family: Arial, Helvetica, sans-serif!important;
    text-align: justify;
    margin: 15px 0;
}

.artCon p img {
    max-width: 80%;
}
.deanCon{display:flex;align-items:center;}
.deanImg{width:320px;flex-shrink:0;margin-left:50px}
.paperCheck {
    border-top: 1px dashed #B4C9FF;
    padding: 30px 0;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    column-gap: 40px;
    width: 100%;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px;
}

.paperCheck a:nth-child(2) {
    text-align: right;
}

.paperCheck a span {
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}

.paperCheck a span:hover {
    color: #0059A0;
}

.overviewPart01,
.overviewPart02 {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.overleftCon {
    width: 45.2%;
    padding-right: 6%;
}

.overleftCon p {
    text-align: justify;
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
}

.overleftCon h3 {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
    position: relative;
}

.overleftCon h3>p {
    font-weight: bold;
    font-size: 40px;
    color: #333;
}

.overleftCon h3::after {
    content: "";
    display: block;
    width: 52px;
    height: 8px;
    background: #0059A0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.overleftCon h3>p::first-letter {
    color: #0059A0;
}

.overrightCon {
    width: 54.8%;
    position: relative;
}

.overrightCon i {
    width: 100%;
    height: auto;
    padding-bottom: 65%;
    position: relative;
    display: block;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}

.overrightCon i img,
.overleftCon02 i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.overrightCon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0059A0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.overviewPart02 {
    position: relative;
}

.overleftCon02 {
    width: 43%;
    flex-shrink: 0;
}

.overleftCon02 i {
    width: 100%;
    display: block;
    padding-bottom: 78.6%;
    position: relative;
}

.overrightCon02 {
    padding: 30px 20px;
    background: url(../../images/en/overviewBg.png) no-repeat center center/cover #fff;
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-left: -100px;
}

.overrightCon02 p {
    margin: 20px 0;
}

.overrightCon02 p {
    font-size: 16px!important;
    color: #333333!important;
    text-align: justify;
}

.overviewPart03>span {
    font-size: 20px;
    color: #333333;
}

.overviewCon03 {
    background: #F8F8F8;
    padding: 30px;
    margin-top: 30px;
}

.overviewCon03 h5 {
    font-weight: bold;
    font-size: 18px!important;
    color: #333333!important;
    position: relative;
    margin-top: 40px;
    margin-bottom: 6px;
}

.overviewCon03 h5::after {
    content: '';
    display: block;
    width: 8px;
    height: 27px;
    background: #0059A0;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.overviewCon03 h5:first-of-type {
    margin-top: 0;
}

.overviewCon03 h6 {
    font-size: 16px!important;
    color: #0059A0!important;
    font-weight: normal!important;
    padding-left: 28px;
    background: url(../../images/en/tea-hat.png) no-repeat left center;
    margin-bottom: 6px;
}

.overviewCon03 p {
    font-size: 16px!important;
    color: #333333!important;
    text-align: left;
    margin-bottom: 6px;
}

.orgBox {
    width: 100%;
    display: flex;
}

.orgLeft {
    width: 360px;
    flex-shrink: 0;
}

.orgLeft>h3 {
    font-size: 34px;
    color: #333;
}

.orgLeft>h3 p::first-letter {
    color: #0059A0;
}

.orgLeft>h3::after {
    content: '';
    display: block;
    width: 52px;
    height: 6px;
    background: #0059A0;
}

.orgLeft ul li {
    padding-right: 38px;
    width: 100%;
    margin-top: 50px;
}

.orgLeft ul li a {
    min-height: 100px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.orgLeft ul li:hover,
.orgLeft ul li.active {
    background: url(../../images/en/orgNavBg.png) no-repeat right top/cover;
}

.orgLeft ul li:hover a,
.orgLeft ul li.active a {
    color: #fff;
    background: transparent;
}

.orgRight {
    width: calc(100% - 360px);
    padding-left: 30px;
}

.orgCon {
    padding: 30px;
    background: #EAF5FF;
}

.orgItem {
    width: 100%;
    padding: 30px;
    background: #fff;
}

.orgItem h3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.orgItem h3 p {
    font-weight: bold;
    font-size: 18px;
    color: #0059A0;
    padding-left: 28px;
    background: url(../../images/en/icon-org.png) no-repeat left center;
}

.orgItem+.orgItem {
    margin-top: 30px;
}

.orgItem>p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
}

.orgItem:hover h3 p {
    color: #0B344A;
}

.orgItem h3 img {
    transition: 0.3s;
}

.orgItem:hover h3 img {
    transform: scale(0.85);
    transition: 0.3s;
}


/* åˆ†é¡µ */

.pageBox {
    margin: 40px 0 20px 0;
    width: 100%;
    padding: 0 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
    padding: 3px 12px !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #fff!important;
    border-color: #0059A0;
    background: #0059A0;
}