header {
    position: initial;
}

.adv {
    width: 100%;
    height: 470px;
    position: relative;
}

.adv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bread {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(14, 14, 14, 0.6);
    padding: 10px;
}

.bread,
.bread a {
    font-size: 14px;
    color: #FFFFFF;
}

.bread a::after {
    content: " > ";
    font-size: 14px;
    color: #FFFFFF;
}

.bread a:first-child {
    display: none;
}

.breadCen {
    text-align: right;
}

.content {
    width: 100%;
}

.content .center {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 120px;
}

.leftNav {
    margin-bottom: 50px;
    width: 330px;
    flex-shrink: 0;
    margin-top: -50px;
    position: relative;
}

.leftNav h4 {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    background: rgba(1, 98, 45, 0.84);
    border-radius: 20px 20px 0px 0px;
    border-bottom: 12px solid #C0C0C0;
    padding: 40px 20px;
    text-align: center;
}

.leftNav ul {
    background: #fff;
}

.leftNav ul li {
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
}

.leftNav ul li>a {
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
    padding-left: 60px;
}

.leftNav ul li>a:hover,
.leftNav ul li.active>a {
    font-weight: bold;
    color: #01622D;
    background: url(../imagesEn/icon-sj.png) no-repeat 20px center;
}

.leftNav ul li dd {
    padding-left: 60px;
}

.leftNav ul li dd a {
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    padding-left: 30px;
    display: block;
    position: relative;
    transition: 0.5s;
}

.leftNav ul li dd a::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.5s;
}

.leftNav ul li dd a:hover::before,
.leftNav ul li dd.active::before {
    border-color: #01622D;
    transition: 0.5s;
}

.leftNav ul li dd a:hover,
.leftNav ul li dd a:hover,
.leftNav ul li dd.active a,
.leftNav ul li dd.active a {
    color: #01622D;
    background: none;
}

.rightCon {
    flex: 1;
    overflow: hidden;
}

.conTit {
    width: 100%;
    border-bottom: 2px solid #C0C0C0;
    padding: 35px 0;
    position: relative;
}

.conTit::after {
    content: "";
    position: absolute;
    left: 0;
    width: 138px;
    height: 10px;
    background: #01622D;
    bottom: -5px;
}

.conTit h6 {
    font-weight: bold;
    font-size: 30px;
    color: #01622D;
    word-break: break-word;
}

.introCon {
    padding: 30px 0;
}

.introCon h6 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 20px 0;
}

.introTxt p {
    font-size: 16px!important;
    color: #333333!important;
    padding: 8px 0!important;
    line-height: 1.5!important;
    text-align: justify;
    text-indent: 0!important;
}

.contactBox {
    width: 100%;
    padding: 40px 0;
}

.contactItem {
    background: #F5F5F5;
    padding: 40px;
    margin-bottom: 40px;
}

.contactItem>h4 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.contactPeo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.contactPeo>div {
    flex: 0 0 calc(50% - 10px);
    background: url(../imagesEn/icon-ruc.png) no-repeat right center #fff;
    padding: 30px 20px;
}

.contactMin h6 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.contactMin h6 span {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.contactMin h6 i {
    width: 78px;
    height: 35px;
    background: url(../imagesEn/icon-user.png) no-repeat 40px center #01622D;
    border-radius: 0px 10px 10px 0;
    display: block;
    margin-left: -20px;
}

.contactMin p {
    font-size: 14px;
    color: #333333;
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px 20px
}

.contactMin b {
    flex-shrink: 0;
    width: 40px;
}

.contentBox {
    padding: 50px 0;
}

.faculty {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.faculty a {
    width: calc(33.333% - (15px * 2 + 30px)/ 3);
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    align-items: center;
    height: 88px;
    transition: 0.5s;
    position:relative;
}

.faculty a h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}

.faculty a p {
    font-size: 14px;
    color: #666666;
}

.faculty a span {
    width: 57px;
    height: 29px;
    background: url(../imagesEn/iconTea.png) no-repeat center right;
    position:absolute;
    bottom:0px;
    right:0;
    transition:0.3s;
}

.faculty a:hover {
    background: url(../imagesEn/teaBg.png) no-repeat center/cover;
    transition:0.5s;
}

.faculty a:hover h6,
.faculty a:hover p {
    color: #fff;
}

.faculty a:hover span {
    background-image: url(../imagesEn/iconTeaon.png);
    transition:0.3s;
}

.teamBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.contentBox a.team {
    width: calc(50% - 15px);
    background: url(../imagesEn/leaderBg.png) no-repeat left/cover #f5f5f5;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    align-items: center;
    transition: .3s;
}

.contentBox a.team i {
    width: 178px;
    flex-shrink: 0;
    height: 258px;
}

.contentBox a.team .teamCon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px;
}

.contentBox a.team h4 {
    font-weight: bold;
    font-size: 26px;
    color: #01622D;
}

.contentBox a.team p {
    font-size: 16px;
    color: #333333;
}

.contentBox a.team b {
    width: 85px;
    height: 1px;
    background: #C6C6C6;
    margin-top: 30px;
}

.contentBox a.team:hover {
    box-shadow: 0 0 10px rgba(0, 74, 35, 0.5);
    transform: translateY(-5px);
    transition: .3s;
}

.listImgItem {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    justify-content: space-between;
    gap: 30px;
    background: #F4F4F4;
    margin-bottom: 30px;
}

.listImgCon {
    flex: 1;
    display: flex;
    gap: 40px;
    justify-content: flex-start;
}

.listImgCon .time,
.listTxtItem .time {
    padding: 0 40px;
    border-right: 1px solid #E1E1E1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.listImgCon .time b,
.listTxtItem .time b {
    display: block;
    height: 2px;
    background: #D4D4D4;
    width: 26px;
}

.listImgCon .time h6,
.listTxtItem .time p {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
}

.listImgCon .time span,
.listTxtItem .time span {
    font-size: 16px;
    color: #666666;
}

.listImgCon .con h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.listImgCon .con p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.listImgItem:hover {
    background: #01622D;
    transition: all 0.5s;
}

.listImgItem:hover p,
.listImgItem:hover h6,
.listImgItem:hover span {
    color: #fff!important;
}

.listImgItem i {
    width: 220px;
    height: 132px;
    flex-shrink: 0;
}

.researchList i {
    width: 136px;
    height: 176px;
}
.page {
    margin: 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: 0px 12px !important;
    height: 26px;
    line-height: 26px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #01622D!important;
    border-color: #01622D;
}

.detail>h6 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    border-bottom: 2px solid #EFEFEF;
    position: relative;
    padding: 50px 0 40px 0;
}

.detail>h6::after {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 10px;
    background: linear-gradient( 90deg, rgba(231, 231, 231, 0) 0%, #01622D 50%, rgba(229, 229, 229, 0) 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

.detailTxt {
    padding: 25px 0;
}

.detailTxt p {
    font-size: 16px!important;
    color: #333333!important;
    text-indent: 2em!important;
    line-height: 1.8!important;
    margin: 10px 0;
    text-align: justify;
}

.detailTxt p.img {
    text-align: center;
}

.detailTxt p img {
    margin-left: -2em!important;
    max-width: 90%!important;
}

.pageCheckBox {
    width: 100%;
    background: #F4F4F4;
    padding: 50px 0;
}

.pageCheck {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.pageCheck a {
    display: flex;
    justify-content: flex-start;
}

.pageCheck a:hover p {
    color: #01622D;
}

.pageCheck a span {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    flex-shrink: 0;
    width: 160px;
}

.pageCheck a span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: #01622D;
    border-radius: 50%;
}

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

.facultyBox {
    margin-top: 50px;
}

.teaHeadMess {
    background: url(../imagesEn/greenBg.png) no-repeat center/cover #01622D;
    height: 450px;
    padding: 75px 95px;
}

.teaHeadMess .name {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.teaHeadMess p {
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    gap: 5px;
}

.teaHeadMess b {
    flex-shrink: 0
}

.teaHeadMess .teapos {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.teaBio {
    position: relative;
    width: calc(100% - 100px);
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    margin-top: -220px;
    box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #DCDCDC;
}

.teaBio::before {
    content: "";
    display: block;
    width: calc(100% + 14px);
    height: 13px;
    background: #626262;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    position: absolute;
    top: -6px;
    left: -7px;
}

.teaBio>h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.teaTxt {
    margin-top: 20px;
}

.teaTxt p {
    font-size: 14px!important;
    color: #333333!important;
    line-height: 1.6!important;
    /* text-align: justify!important; */
}

.teaTxt h6 {
    font-weight: bold;
    font-size: 16px;
}