.adv {
    width: 100%;
    padding-bottom: 22%;
    position: relative;
}

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


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  */

.contentside {
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.leftNav {
    position: relative;
    top: -80px;
    width: 280px;
    flex-shrink: 0;
}

.leftNav::before {
    content: '';
    width: 8px;
    height: calc(100% - 70px);
    background: #9F212D;
    position: absolute;
    top: 0;
    left: -8px;
}

.firTit {
    background: url(../images/page/icon-ruc.png) no-repeat center/35% #9F212D;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
}

.secNav ul {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 170px;
    background: url(../images/page/leftBg.png) no-repeat bottom/100% #F2F2F2;
}

.secNav ul li {
    width: 100%;
    padding: 0 28px;
}

.secNav ul li a {
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.secNav ul li:last-child a {
    border-bottom: none;
}

.secNav ul li:hover,
.secNav ul li.active {
    background: #fff;
}

.secNav ul li:hover>a,
.secNav ul li.active>a {
    color: #9F212D;
}

.secNav ul li>dl {
    background: #fff;
    padding: 10px 0;
}

.secNav ul li>dl dd a {
    height: 60px;
    font-size: 18px;
    border-bottom: none
}

.secNav ul li>dl dd a.active {
    background: #f5f5f5;
    color: #9f212d
}

.rightCon {
    flex: 1;
    overflow: hidden;
    padding: 0 5px;
}

.bread {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-bottom: 1px solid #E3E3E3;
}

.currentTit h1 {
    font-weight: bold;
    font-size: 28px;
    color: #9F212D;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #C59DA0;
    padding: 8px 0;
    padding-left: 34px;
    background: url(../images/page/icon-current.png) no-repeat left center/24px;
}

.breadcrumb,
.breadcrumb a {
    font-size: 16px;
    color: #666;
}

.breadcrumb a:hover {
    color: #8D0B0B;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

.introBox {
    width: 100%;
    background: url(../images/page/introBg.png) no-repeat 100px/cover;
}

.brief {
    margin: 30px 0;
}

.brief p {
    text-align: justify;
    margin: 10px 0;
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
}
.brief table{background:#fff;margin-top:20px;width:100%;}
.brief table td{padding:10px;border-color:#a3a3a3}
.brief table td p{text-indent:0;}
.brief table .firstRow td{background:#9f212d;padding:15px 0;}
.brief table .firstRow td p{color:#fff;font-weight:bold;font-size:18px;}



/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

.listTxt>ul li {
    margin: 20px 0;
}

.listTxt>ul li a {
    width: calc(100% - 16px);
    display: flex;
    align-items: center;
    background: #F3F3F3;
    margin-left: 16px;
    padding: 20px 0;
}

.listTxt>ul li a .time {
    flex-shrink: 0;
    background: #9F212D;
    width: 96px;
    height: 106px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -16px;
}

.listTxt>ul li a .time b {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

.listTxt>ul li a .time p {
    font-size: 18px;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.listTxt>ul li a .txtCon {
    padding-right: 40px;
    padding-left: 10px;
}

.listTxt>ul li a .txtCon h6 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}

.listTxt>ul li a .txtCon p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listTxt>ul li a:hover h6 {
    color: #9F212D;
}

.listTxt>ul li a:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

.articleBox {
    width: 100%;
    background: #fff;
}

.articleTit {
    width: 100%;
    border-bottom: 1px dashed #FFB2B2;
    padding: 40px 10px 18px 10px;
}

.articleTit h1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.articleTit .author {
    width: 100%;
    display: flex;
    justify-content: center;
}

.articleTit .author span {
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
}

.articleTit .author span a {
    color: #9F212D;
}

.articleCon {
    width: 100%;
    margin-top: 40px;
}

.articleCon p {
    font-size: 16px;
    color: #333333;
    margin: 5px 0;
}

.paperCheck {
    border-top: 1px dashed #FFB2B2;
    padding: 30px 0;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    column-gap: 40px;
    margin-top: 40px;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a p {
    font-size: 14px;
    color: #333333;
    background: url(../images/page/icon-left.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 6px;
}

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

.paperCheck a:nth-child(2) p {
    background-image: url(../images/page/icon-right.png);
    background-position: right center;
    padding-right: 20px;
}

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


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

.imgList {
    margin: 20px 0;
    overflow: hidden;
}

.imgList>ul>li {
    width: 100%;
    margin-bottom: 20px;
    background: #F3F3F3;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.imgList>ul li .img-box {
    width: 290px;
    height: 206px;
    flex-shrink: 0;
    margin-right: 30px;
}

.imgList>ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgList>ul li .info-box {
    flex: 1;
    overflow: hidden;
}

.imgList>ul li .info-box .info-tit {
    margin-bottom: 10px;
}

.imgList>ul li .info-box .info-tit a {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgList>ul li .info-box .info-desc {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.imgList>ul li .info-box .info-more {
    width: 60px;
    height: 8px;
    display: flex;
    background: url(../images/page/icon-listMore.png) no-repeat center center/contain;
}

.imgList>ul li:hover {
    background: #9F212D;
}

.imgList>ul li:hover .info-box .info-tit a,
.imgList>ul li:hover .info-box .info-desc {
    color: #FFFFFF;
}

.imgList>ul li:hover .info-box .info-more {
    background-image: url(../images/page/icon-listMoreOn.png);
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */

.teamBox {
    margin: 45px 0;
    width: 100%;
}

.teamList {
    width: 100%;
    display: flex;
    gap: 40px 50px;
    padding-left: 16px;
    flex-wrap: wrap;
}

.teamList a {
    width: calc(25% - 38px);
}

.teamList a i,
.picBox i {
    width: 100%;
    padding-bottom: 141%;
    height: 0;
    display: block;
    position: relative;
}

.teamList a i::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #DEDEDE;
    left: -15px;
    top: -15px;
    transition: 0.3s;
}

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

.teamList a .teamTxt h6 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #9F212D;
    margin-bottom: 10px;
}

.teamList a .teamTxt p {
    padding-left: 18px;
    background: url(../images/page/icon-triangle.png) no-repeat left center/12px;
    font-size: 18px;
    color: #666666;
}

.teamList a:hover i::before {
    background: #9F212D;
    transition: 0.3s;
}

.teamList a:hover .teamTxt h6 {
    color: #9F212D;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ */

.teacherBox {
    width: 100%;
    overflow: hidden;
}

.sortTab {
    width: 100%;
    margin: 20px 0;
    padding: 16px 25px;
    padding-bottom: 0;
    background: #F6F6F6;
    border-radius: 10px;
    border: 1px dashed #B3B3B3;
}

.tab-1 ul,
.tab-2 dl {
    width: 100%;
    display: flex;
    gap: 22px;
}

.tab-1 ul li {
    flex: 1;
}

.tab-1 ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    border-radius: 6px;
    background: #fff;
}

.tab-1 ul li:hover a,
.tab-1 ul li.active a {
    background: #9F212D;
    color: #fff;
}

.tab-2 dl {
    gap: 7px;
    margin: 25px 0;
}

.tab-2 dl dd a {
    /* width: 32px; */
    /* height: 32px; */
    padding: 4px 10px;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-2 dl dd a.active,
.tab-2 dl dd a:hover {
    background: #9F212D;
    color: #fff;
}

.teaList {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 20px;
}

.teaList>ul {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.teaList>ul li {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s;
}

.teaList>ul li:hover {
    transform: translateY(-6px);
}

.teaList>ul li>i {
    width: 38%;
    height: 30px;
    background: url(../images/page/tea-bgH.png) no-repeat bottom center/contain;
}

.teaList>ul li a {
    width: 100%;
    background: url(../images/page/teabg.png) no-repeat right bottom/100% #FFFFFF;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    padding: 20px;
}

.teaList>ul li a>i {
    flex-shrink: 0;
    width: 156px;
    height: 234px;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    margin-right: 30px;
}

.teaList>ul li a>.teaItemMess {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.nameAzc {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    gap: 10px 30px;
}

.nameAzc h2 {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 5px solid #9F212D;
}

.teaList>ul li:hover .nameAzc h2 {
    color: #9F212D;
}

.nameAzc p {
    font-weight: bold;
    font-size: 18px;
    color: #BA5C29;
    padding: 2px 20px;
    border-radius: 4px;
    border: 1px solid #BA5C29;
    background: #FFF0D8;
}

.min-mess b {
    font-weight: 500;
    font-size: 18px;
    color: #9F212D;
    padding-left: 24px;
}

.min-mess:nth-of-type(2) b {
    background: url(../images/page/icon-book.png) no-repeat left center/18px;
}

.min-mess:nth-of-type(3) b {
    background: url(../images/page/icon-email.png) no-repeat left center/18px;
}

.min-mess {
    margin-top: 20px;
}

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

.teacherArticle {
    width: 100%;
    display: flex;
    background: #F6F6F6;
    padding: 20px 30px;
    margin: 20px 0;
    overflow: hidden;
}

.baseL {
    width: 306px;
    padding: 20px;
    background: #9F212D;
}

.picBox {
    width: 100%;
    padding-bottom: 30px;
}

.picBox h1 {
    height: 58px;
    background: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid;
    border-image: linear-gradient(to bottom, rgba(159, 33, 45, 1), rgba(255, 255, 255, 1)) 2 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -20px;
    font-size: 24px;
    color: #333333;
}

.picBox p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.baseTxt {
    border-top: 1px solid rgba(216, 85, 98, 0.6);
    padding: 24px 0;
}

.baseTxt h6,
.baseTxt p {
    font-size: 16px;
    color: #FFFFFF;
}

.infoR {
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
}

.infoR h1 {
    background: linear-gradient( to right, rgba(202, 130, 85, 0.3) 0%, rgba(255, 205, 200, 0) 50%);
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    padding-left: 34px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(162, 73, 64, 1), rgba(246, 246, 246, 1)) 1 1;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333333;
    position: relative;
}

.infoR h1:before {
    content: '';
    height: 100%;
    width: 8px;
    border-right: 6px solid #fff;
    background: #9F212D;
    position: absolute;
    left: 0;
}

.infoR p {
    font-size: 16px;
    color: #333333;
    display: flex;
}

.infoR p::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #333;
    display: inline-block;
    margin-right: 5px;
    flex-shrink: 0;
    margin-top: 14px;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */

.contactBox {
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
}
.contactItem{width:100%;background:#F5F5F5;margin-bottom:35px;overflow: hidden;}
.contactBase {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.contactBase>i {
    height: auto;min-width:360px;flex:1;
}

.contactBase>i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactMess {
    flex: 1;
    overflow: hidden;
    padding: 10px 50px 10px 0;
}

.contactMess h1 {
    width: 100%;
    line-height:1.3;
    border-left: 8px solid #9F212D;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #9F212D;
    padding: 0 20px;
    margin-bottom: 28px;
}
.contactWay{display:flex;flex-direction:column;gap:11px;}
.contactWay p {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    display: flex;
    width: 100%;
}

.contactWay p::before {
    content: '';
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    background: url(../images/page/icon-adress.png) no-repeat left center/30px;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 2px;
}

.contactWay p:nth-child(2):before {
    background-image: url(../images/page/icon-phone.png);
}
.contactItem .way{width:100%;padding:0 40px;margin:25px 0;/* overflow: hidden; */}

.contactItem .way ul{width:100%;display:flex;gap:20px 50px;flex-wrap:wrap;}
.contactItem .way ul li{flex:1;}
.contactItem .way ul li p{width:100%;display:flex;flex-direction:column;gap:4px;}
.contactItem .way ul li p strong{background: #9F212D;border-radius: 6px;width:fit-content;padding:8px 30px;color:#fff;font-size:18px;margin-bottom:10px;}
.contactItem .way ul li p em{font-size: 16px;color: #555;}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ */

.organization {
    width: 100%;
    margin: 30px 0;
}

.orgItem {
    width: 100%;
    background: #FAFAFA;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    padding: 20px 0;
    margin-bottom: 30px;
}

.orgItem h2 {
    font-size: 24px;
    color: #333333;
    background: linear-gradient( 90deg, #D9D9D9 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    border-left: 10px solid #9F212D;
    padding: 20px 40px;
}

.orgImg {
    padding: 40px 80px;
    width: 100%;
}

.orgImg img {
    max-width: 100%;
}


/*pagenation*/

.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: #AE0C2A;
    background: #AE0C2A;
}