body * {
    /*outline: 1px dotted #f5c6cb;*/
}

:root {
    /*主颜色*/
    --main-color: #09488D;
    /*文字白色*/
    --white-text-color: #ECF1F3;
    /*默认背景色*/
    --default-blue: #0C5CB6;
    /*淡蓝色*/
    --light-blue: #3A97FF;
    /*侧边栏出现过渡时间*/
    --side-transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}
p {
    margin: 0;
}

@font-face {
    font-family: 'mmr';
    src: url('../fonts/mmrtext-mid-modified.woff') format('woff'), url('../fonts/mmrtext-modified.ttf') format('ttf');
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book-4.woff') format('woff');
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular-14.woff') format('woff');
}

.font-normal {
    font-family: MyriadPro;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;*/
}

.font-bold {
    font-family: MyriadPro;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;*/
    font-weight: bold;
}

.pl-20 {
    padding-left: 20px;
}
.width-1200 {
    margin: 0 auto;
    width: 1280px;
}
.width-1280 {
    margin: 0 auto;
    width: 1280px;
}
.width-1360 {
    margin: 0 auto;
    width: 1360px;
}

.width-870 {
    padding-left: 20px;
    width: 870px;
}

.width-950{
    width: 950px;
}
.min-width-1200 {
    min-width: 1280px;
}
.min-width-1280 {
    min-width: 1280px;
}

.min-width-1360 {
    min-width: 1360px;
}

body {
    padding-top: 180px;
    /*font-family: mmr, serif !important;*/
    font-family: Avenir;
    font-size: 14px;
    background: var(--white-text-color);
    transition: var(--side-transition-duration);
}
.header-wrap {
    position: sticky;
    top:0;
    z-index: 1000;
}
header {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 1000;
    background: var(--main-color);
}
main {
    position: relative;
}
.nav-link {
    padding: 8px 16px !important;
}
.header {
    padding: 0;
    height: 98px;
    color: white;
}

.header-left {
    padding-left: 20px;
    height: 100%;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
}

.header-left .logo {
    margin-right: 22px;
    height: 74px;
}

.header-logo-text .header-logo-text-up {
    font-size: 31px;
    text-align: center;
}

.header-logo-text .header-logo-text-divide {
    width: 378px;
    height: 1px;
    background: #a1abb4;
}

.header-logo-text .header-logo-text-down {
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
}

header .quick-links {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

header .quick-links-button > span {
    margin-right: 10px;
    text-decoration: underline;
}
header .quick-links-button > i {
    margin-right: 10px;
}


header .show-icon{
    position: absolute;
    top: 400px;
    width: 100px;
    height: 100px;
    display: none;
}

header .weixin:hover .showWeixin{
    margin-top: -500px;
    display: block;
}

header .email:hover .showEmail{
    margin-top: -500px;
    display: block;
}

/*导航*/
.nav-wrap {
    position: sticky;
    top:118px;
    z-index: 999;
}
nav {
    position: fixed;
    top: 98px;
    width: 100%;
    z-index: 999;
    height: 82px;
    padding: 0;
    box-shadow: 0 0 1rem 0 rgb(188 209 226 / 59%);
}

.nav-item {
    position: relative;
    flex-shrink: 0;
    font-size:20px;
    color: #09488D;
}
.nav-item-active .nav-link{
    font-weight: bold;
}
.nav-item .first-layer {
    color: #09488D;
    text-transform: uppercase;
}

.nav-item .first-layer i {
    margin-left: 8px;
}

.nav-item:not(:last-child) .first-layer:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    background: #c1c1c1;
    width: 1px;
    height: 20px;
    transform: rotate(25deg);
    transform-origin: center;
}

nav .nav-search-btn {
    position: relative;
    background: #ECF1F3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0872AF;
    font-size: 40px;
    font-weight: normal;
}
nav .nav-search-btn-trigger {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
nav .search-form {
    position: absolute;
    top: 90px;
    right: 0;
    height: 56px;
    z-index: 1000;
    display: flex;
    transition: 0.1s;
    overflow: hidden;
}
nav .search-form.hidden {
    height: 0;
}
nav .search-form .search-input {
    padding-left: 48px;
    width: 603px;
    border-radius: 28px 0 0 28px;
    background: #1A1A1A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
nav .search-form input {
    width: 100%;
    font-size: 24px;
    color: white;
    border: none;
    background: #1A1A1A;
}
nav .search-form input::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
    font-size: 24px;
}
nav .search-confirm {
    position: relative;
    width: 122px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    border-radius: 0 28px 28px 0;
    color: white;
    font-size: 28px;
    cursor: pointer;
}
nav .search-confirm .fa{
    position: absolute;
    top: -30px;
    left: 60px;
    color: var(--main-color);
    font-size: 48px;
}
nav .sub-nav-container {
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
    z-index: 10;
    box-shadow: 0px 5px 16px 0px rgba(9, 72, 141, 0.75);
    width: 322px;
    color: #A1ABB4;
    font-size: 22px;

    height: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
}

nav .nav-item:hover .sub-nav-container {
    padding: 25px;
    height: auto;
    opacity: 1;
}

nav .sub-nav-container:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 50%;
    height: 8px;
    background: var(--main-color);
}

nav .sub-nav-container .sub-nav-item {
    position: relative;
    padding: 14px 25px 14px 6px;
    line-height: 24px;
}
nav .sub-nav-container .sub-nav-item a {
    color: #A1ABB4;
}

nav .sub-nav-container .sub-nav-item:not(:first-child) {
    border-top: 1px #A1ABB4 solid;
}

nav .sub-nav-container .sub-nav-item:hover {
    background: var(--white-text-color)
}
nav .sub-nav-container .sub-nav-item:hover a {
    color: var(--main-color);
}

/*走马灯*/
.carousel-item {
    height: 442px;
    background: #0c5cb6;
}

.carousel-item .img-container {
    min-width: 1440px;
    left: 0;
    top: 0;
}

.carousel-item .img-container img {
    right: 0;
    top: 0;
}

.carousel-item .bg-line {
    left: 0;
    bottom: 0;
    height: 82px;
    background: #000;
    opacity: 0.26;
}

.carousel-item .bg-line-text {
    top: 360px;
    right: 20px;
    width: 480px;
    height: 82px;
    font-size: 24px;
}

.carousel-item .bg-line-text:before {
    content: "";
    position: absolute;
    top: 10%;
    left: -30px;
    width: 1px;
    height: 80%;
    background: white;
    transform: rotate(20deg);
    transform-origin: center;
    opacity: 0.18;
}

.carousel-content {
    padding-top: 55px;
    padding-bottom: 34px;
    padding-left: 20px;
    height: 360px;
}

.carousel-content .white-line {
    width: 41px;
    height: 5px;
    border-radius: 1px;
}

.carousel-item .title {
    width: 960px;
    height: 120px;
    line-height: 60px;
    font-size: 40px;
    letter-spacing: 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.carousel-item .read-more {
    width: 156px;
    height: 48px;
    background: #3A97FF;
    font-size: 22px;
    border-radius: 0;
}

.carousel-item .read-more:hover {
    background: rgb(229, 203, 120);
}

.carousel-item .next-label {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}
.carousel-item .next-title {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

/*快速链接*/
.tool-zone {
    height: 298px;
}

.tool-panel {
    position: relative;
    width: 1160px;
    height: 148px;
    box-shadow: 0 0 1rem 0 rgba(188, 209, 226, 0.59);
    z-index: 1;
}

.tool-panel:before {
    content: "";
    position: absolute;
    left: -1%;
    top: 18%;
    width: 102%;
    height: 64%;
    background: #0c5cb6;
    z-index: -1;
}

.tool-zone .tools-ul .tool-item {
    width: 220px;
    cursor: pointer;
}

.tool-zone .tools-ul .tool-item > span {
    color: var(--main-color);
    font-size: 21px;
}

.tool-zone .tool-item .img-container {
    width: 60px;
    height: 60px;
    transition: 0.3s;
    transform-style: preserve-3d;
    perspective: 100px;
}

.tool-zone .tool-item:hover .img-container {
    transform: rotateY(180deg);
}

.tool-zone .tool-item .img-container img {
    left: 0;
    top: 0;
    backface-visibility: hidden;
}

.tool-zone .tool-item .img-container .back {
    transform: rotateY(180deg);
}

.main-list-content {
    padding-bottom: 100px;
    letter-spacing: 0;
}

/*latest news*/
.latest-news {
    padding-top: 32px;
    height: 748px;
    background: rgba(172, 191, 206, 0.57) url("image/latest_news_bg.png") no-repeat;
}

.latest-news .title {
    letter-spacing: 0;
    font-size: 52px;
}

.latest-news .news-ul-scroller {
    width: 100%;
    overflow: auto;
}

.latest-news .news-ul {
    padding: 30px 32px 60px;
}

.latest-news .news-card {
    flex-shrink: 0;
    width: 410px;
    height: 542px;
    box-shadow: 0 0 16px 0 rgba(47, 79, 105, 0.59);
    color: #2D333A;
    transition: 0.3s;
    letter-spacing: 0;
}

.latest-news .news-card:not(:first-child) {
    margin-left: 22px;
}

.latest-news .news-card img {
    width: 100%;
    height: 266px;
    background: var(--default-blue);
}

.latest-news .news-card .news-content {
    padding: 30px 40px 10px;
    height: 266px;
}

.latest-news .news-card .title {
    font-size: 22px;
    height: 64px;
    line-height: 32px;
    transition: 0.3s;
}

.latest-news .news-card .abstract {
    margin-top: 10px;
    font-size: 16px;
    height: 66px;
    line-height: 22px;
    color: #5C7A93;
}

.latest-news .news-card a {
    margin-top: 26px;
    padding: 0 12px;
    width: 169px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    color: white;
    background: var(--light-blue);
    border-radius: 0;
    text-align: center;
    transition: 0.3s;
}

.latest-news .news-card:hover {
    transform: scale(1.1);
}

.latest-news .news-card:hover {
    color: var(--default-blue);
}

.latest-news .news-card:hover a {
    background: var(--default-blue);
}

/*report news*/
.report-news {
    position: relative;
    height: 752px;
    color: var(--white-text-color);
}

.report-bg-blue, .report-bg-green {
    position: absolute;
    width: 30vw;
}

.report-bg-blue {
    top: 85px;
    left: 0;
    height: 642px;
    background: #0c5cb6;
    transition: 0.3s;
}

.report-bg-green {
    bottom: 0;
    right: 0;
    height: 616px;
    background: #3A97FF url("image/report_bg.png");
    transition: 0.3s;
}

.report-blue {
    top: 85px;
    left: 0;
    padding-left: 20px;
    padding-right: 40px;
    width: 736px;
    height: 642px;
    background: #0c5cb6;
    transition: 0.3s;
}

.report-green {
    top: 136px;
    right: 0;
    padding-top: 60px;
    padding-left: 190px;
    width: 672px;
    height: 616px;
    background: #3A97FF url("image/report_bg.png");
    color: var(--white-text-color);
    transition: 0.3s;
}
.report-news .blue-left {
    width: 443px;
}

.report-news .blue-title, .report-news .green-title {
    font-size: 48px;

}

.report-news .blue-title {
    padding-top: 30px;
}

.report-news .green-title {
    line-height: 50px;
}

.report-news .blue-left > img {
    width: 100%;
    height: 280px;
}

.report-news .blue-abstract {
    font-size: 22px;
    height: 64px;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    letter-spacing: 0;
}

.report-news .blue-left > a, .report-news .report-green > a {
    width: 149px;
    padding: 0;
    height: 42px;
    line-height: 41px;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.report-news .blue-left > a {
    background: #3A97FF;
    color: white;
}

.blue-right {
    padding-top: 70px;
    padding-bottom: 50px;
}

.report-news .blue-right img {
    width: 190px;
    height: 138px;
}

.report-news .green-article-title {
    margin-top: 40px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
}
.report-news .speaker-sub {
    margin-top: 32px;
}
.report-news .time-sub {
    margin-top: 20px;
}
.report-news .read-more {
    margin-top: 40px;
}



.report-news .report-green .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}


.report-news .report-green .sub-content {
    font-size: 22px;
    letter-spacing: 0;

}

.report-news .report-green > a {
    background: #0C5CB6;
}

.school-data {
    height: 580px;
    background: url("image/quick_facts_bg.jpg");
}

/*footer*/
footer {
    position: relative;
    color: var(--white-text-color);
    background: #0F4D93;
    letter-spacing: 0;
    z-index: 100;

}

footer .footer-content {
    background: url('./image/footer_bg.jpg');
}

footer .footer-logo {
    min-width: 160px;
    height: 64px;
}

footer .history-wrap {
    width: 100%;
    overflow: auto;
}

footer .history {
    margin: 0 auto;
    width: 1800px;
}

footer .history-divide {
    width: 100%;
    height: 12px;
    display: flex;
}

footer .history-divide > span {
    flex-shrink: 0;
    display: block;
    height: 100%;
    background: #CEDBE6;
}

footer .history-up {
    position: relative;
    width: 100%;
    height: 182px;
}

footer .history-down {
    position: relative;
    width: 100%;
    height: 182px;
}

footer .history-item {
    position: absolute;
    padding-left: 16px;
    height: 157px;
    border-left: var(--white-text-color) 1px solid;
}

footer .history-up .history-item {
    bottom: 0;
}

footer .history-down .history-item {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

footer .history-item .history-title {
    font-size: 26px;
    color: var(--white-text-color);
    font-weight: bold;
}

footer .history-item .history-desc {
    font-size: 14px;
    color: var(--white-text-color);
}

footer .social-icons {
    width: 160px;
}

footer .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


footer .copyright {
    height: 3.75rem;
    line-height: 3.75rem;
    background: #032F5E;
}

footer .show-icon{
    position: absolute;
    top: 400px;
    width: 100px;
    height: 100px;
    display: none;
}

footer .weixin:hover .showWeixin{
    display: block;
}

footer .email:hover .showEmail{
    display: block;
}

/*侧边栏*/
body.show-side-bar {
    transform: translateX(-312px);
}
.quick-links-container {
    position: fixed;
    right: -296px;
    top: 0;
    padding-top: 44px;
    width: 296px;
    height: 100%;
    background: #434F5C;
    box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.56);
    transition: var(--side-transition-duration);
    font-size: 20px;
    letter-spacing: 0px;
    z-index: 10;
    overflow: hidden;
}
.quick-links-container .links .link {
    position: relative;
    margin-bottom: 10px;
    padding-left: 70px;
    width: 325px;
    height: 52px;
    line-height: 52px;
}
.quick-links-container .a-link:hover {
    color: #FFCD61;
    text-decoration: underline;
    background: #384451;
}
.quick-links-container .a-link {
    position: relative;
    cursor: pointer;
    color: white;
}

.quick-links-container .a-link:hover:after {
    content: "";
    position: absolute;
    top:0;
    color: #FFCD61;
    width: 5px;
    right: -5px;
    height: 100%;
    background: #0C5CB6;
}

.quick-links-container .links img{
    margin-right: 15px;
    width: 34px;
    height: 34px;
}
.quick-links-container .helpful-links {
    padding-left: 70px;
}
.quick-links-container .helpful-links .helpful-link-header{
    padding: 20px 0;
    font-size: 26px;
}
.quick-links-container .helpful-links-ul {
    position: relative;
    padding: 10px 0;
}
.quick-links-container .helpful-links-ul:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 86px;
    height: 3px;
    background: white;
}
.quick-links-container .helpful-links-ul:after {
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 86px;
    height: 3px;
    background: white;
}
.quick-links-container .helpful-links-ul a {
    margin: 8px 0 8px -70px;
    padding-left: 70px;
    padding-right: 50px;
    height: 40px;
    line-height: 40px;
    width: 320px;
    font-size: 16px;
}
.quick-links-container .share-links {
    padding-top: 20px;
}
.quick-links-container .share-link {
    position: relative;
    margin: 8px 1px 8px;
    padding-left: 70px;
    padding-right: 50px;
    height: 62px;
    line-height: 62px;
    width: 320px;
}
.quick-links-container .share-link .qr-code{
    position: absolute;
    left: 70px;
    top: 0;
    display: none;
}

.quick-links-container .share-link {
    position: relative;
    margin: 8px 1px 8px;
    padding-left: 70px;
    padding-right: 50px;
    height: 62px;
    line-height: 62px;
    width: 320px;
}
.quick-links-container .share-link:hover .qr-code{
    display: block;
}
.quick-links-container .share-link img{
    margin-right: 8px;
}
/*内容页样式*/

/*内容装饰图*/
.page-main-banner {
    position: relative;
    min-height: 192px;
    height: 100%;
}
.page-main-banner .bg-img {
    width: 100%;
    min-width: 1300px;
    min-height: 100%;
}
.page-main-banner .bg-img img {
    width: 100%;
    min-width: 1300px;
    min-height: 192px;
}

.page-main-banner .title-wrap {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
}
.page-main-banner .title {
    position: relative;
    padding-left: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 52px;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.91);
}
.page-main-banner .slash {
    position: absolute;
    bottom: -3px;
    left: 20px;
    font-size: 12px;
    opacity: 0.45;
    letter-spacing: 0;
}

.breadcrumb-container {
    padding: 30px 0 40px;
}
.breadcrumb-ul {
    display: flex;
    font-size: 16px;
}
.breadcrumb-ul .fa-home {
    font-size: 19px;
}
.breadcrumb-container .breadcrumb-li {
    margin-right: 10px;
    color: #73787E;
}
.breadcrumb-container .breadcrumb-li .fa-angle-right {
    margin-right: 10px;
}
.breadcrumb-container .breadcrumb-li a {
    cursor: pointer;
}
.breadcrumb-container .breadcrumb-li a:hover {
    color: #363638;
}
.breadcrumb-container .breadcrumb-li a.current {
    text-decoration: underline;
    color: #363638;
}
/*二级栏目*/
.sub-side-bar {
    position: absolute;
    right: 0;
    top: -75px;
    padding: 15px;
    width: 360px;
    background: white;
    z-index: 9;
}
.sub-side-bar .sub-side-bar-title {
    position: relative;
    padding-left: 19px;
    height: 62px;
    line-height: 62px;
    background: #0C5CB6;
    color: white;
}
.sub-side-bar .sub-side-bar-title .icon {
    width: 17px;
    height: 20px;
}
.sub-side-bar .sub-side-bar-title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left:0;
    bottom: -10px;
    border-top: 10px solid #113C6C;
    border-left: 10px solid transparent;
    z-index: 1;
}
.sub-side-bar .sub-side-bar-title i {
    font-size: 20px;
}
.sub-side-bar .sub-side-bar-title span {
    margin-left: 20px;
    font-size: 24px;
}
.sub-side-bar .sub-side-bar-ul {
    position: relative;
    margin-left: 10px;
    border-top: 1px solid #fff;
    min-height: 400px;
    background: linear-gradient(0deg, transparent, #eee);
}
.sub-side-bar .sub-side-bar-ul .sub-side-bar-li {
    position: relative;
    padding-left: 52px;
    padding-right: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #6E7174;
    background: #EEEEEE;
    letter-spacing: 0;
    border-bottom: 1px solid white;
}
.sub-side-bar .sub-side-bar-ul .sub-side-bar-li > i {
    margin-right: 10px;
}
.sub-side-bar .sub-side-bar-ul .sub-side-bar-li.current {
    color: #363638;
    background: #DDDDDD;
}
.sub-side-bar .sub-side-bar-ul .sub-side-bar-li.current:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #C2C2C2;
    width: 6px;
    height: 100%;
}
.sub-side-bar-avatar {
    width: 320px;
}
.avatar-desc {
    padding: 20px;
    width: 100%;
    color: #424242;
    font-size: 18px;
}
.sub-side-bar .sub-side-bar-ul-expand.calendar-expand{
    padding: 20px;
}
.sub-side-bar .sub-bar-calendar {
    padding: 0 10px 10px;
    background: white;
    font-size: 16px;
}
.sub-side-bar .calendar-title {
    height: 50px;
    line-height: 50px;
    color: #0C5CB6;
    font-size: 18px;
    font-weight: bold;
}
.sub-side-bar .calendar-title > i{
    font-size: 24px;
}
.sub-side-bar .week-ul {
    height: 30px;
    line-height: 30px;
    white-space: normal;
}
.sub-side-bar .week-ul span{
    display: inline-block;
    width: 13%;
    text-align: center;
}
.sub-side-bar .calendar-ul {
    white-space: normal;
    line-height: 30px;
    background: #EEEEEE;
}
.sub-side-bar .calendar-ul .calendar-item {
    position: relative;
    width: 14%;
    display: inline-block;
    text-align: center;
}
.sub-side-bar .calendar-ul .calendar-item.today {
    color: white;
}
.sub-side-bar .calendar-ul .calendar-item.today>span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0c5cb6;
    border-radius: 50%;
}


/*图文列表页*/
/*in-the-news*/
.in-the-news {
    padding-bottom: 100px;
}
.in-the-news .image-text-item {
    padding: 30px 0;
    display: flex;
    border-bottom: 1px #DDDDDD solid;
}
.in-the-news .image-text-item .item-image-container{
    position: relative;
    width: 350px;
    height: 260px;
    flex-shrink: 0;
}
.in-the-news .image-text-item .date-widget{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px;
    width: 80px;
    background: #0C5CB6;
    color: white;
    line-height: 1.5em;
}
.in-the-news .image-text-item .date-widget-day{
    font-size: 28px;
}
.in-the-news .image-text-item .date-widget-month{
    font-size: 20px;
}
.in-the-news .image-text-item .date-widget-year{
    font-size: 20px;
}
.in-the-news .image-text-item .right-text {
    margin-left: 38px;
    max-width: 770px;
    min-width: 665px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.in-the-news .image-text-item .right-text-title {
    width: 100%;
    line-height: 40px;
    font-size: 32px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #0C5CB6;
}

.in-the-news .image-text-item .right-text-desc {
    width: 100%;
    height: 90px;
    line-height: 30px;
    font-size: 19px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #424242;
    letter-spacing: 0;
}
.in-the-news .image-text-item .right-text-btn {
    display: flex;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
}
.in-the-news .image-text-item .right-text-btn span:first-child {
    padding: 0 15px;
    background: #DDDDDD;
    color: #424242;
    letter-spacing: 0;
}
.in-the-news .image-text-item .right-text-btn span:last-child {
    margin-left: 2px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0C5CB6;
    color: white;
    font-size: 25px;

}

/*leadership team*/
.leadership-team {
    padding-bottom: 100px;
    letter-spacing: 0;
}
.leadership-team .image-text-item {
    padding: 30px 0;
    display: flex;
    border-bottom: 1px #DDDDDD solid;
}
.leadership-team .image-text-item .item-image-container{
    position: relative;
    width: 236px;
    height: 280px;
}
.leadership-team .image-text-item .item-image-container:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    height: 6px;
    width: 104px;
    background: #0C5CB6;
}


.leadership-team .image-text-item .right-text {
    margin-left: 38px;
    width: 583px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.leadership-team .image-text-item .right-text-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    overflow: hidden;
    color: #0C5CB6;
}
.leadership-team .image-text-item .right-text-sub-title {
    margin-top: 4px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    overflow: hidden;
    color: #363638;
}

.leadership-team .image-text-item .right-text-desc {
    width: 100%;
    height: 150px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #424242;
    letter-spacing: 0;
}
.leadership-team .image-text-item .right-text-btn {
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #0C5CB6;
    cursor: pointer;
}
.leadership-team .image-text-item .right-text-btn span {
    margin-left: 15px;
}
.leadership-team .image-text-item .right-text-btn span {
    margin-left: 15px;
}

/*job-openings*/
.job-openings {
    letter-spacing: 0;
}
.job-openings .image-text-list {
    width: 875px;
}
.job-openings .image-text-item {
    padding: 30px 0;
    display: flex;
    border-bottom: 1px #DDDDDD solid;
}
.job-openings .image-text-item .item-image-container{
    position: relative;
    width: 83px;
    height: 83px;
    flex-shrink: 0;
}
.job-openings .image-text-item .date-widget{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #797C7E;
    line-height: 1.5em;
}
.job-openings .image-text-item .date-widget-day {
    font-size: 28px;
}
.job-openings .image-text-item .date-widget-month{
    font-size: 20px;
}
.job-openings .image-text-item .date-widget-year{
    font-size: 20px;
}

.job-openings .image-text-item .right-text {
    margin-left: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.job-openings .image-text-item .right-text-title {
    width: 100%;
    font-size: 24px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0C5CB6;
    cursor: pointer;
}

.job-openings .image-text-item .right-text-desc {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3A3B3C;
    letter-spacing: 0;
}
.job-openings .image-text-item .right-text-btn {
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #0C5CB6;
    cursor: pointer;
}
.job-openings .image-text-item .right-text-btn span {
    margin-left: 15px;
}
.job-openings .image-text-item .right-text-btn span {
    margin-left: 15px;
}

/*teacher-content*/
.faculty-directory .content-main{
    width: 860px;
}

.faculty-directory .content-main .teacher-name{
    font-size: 34px;
    color: #0C5CB6;
}
.faculty-directory .content-main .teacher-position {
    font-size: 20px;
    color: #363638;
}
.faculty-directory .content-main .teacher-email {
    margin-top: 30px;
    color: #0c5cb6;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.faculty-directory .content-main .teacher-email i {
    margin-right: 20px;
}
.faculty-directory .content-main .teacher-divider {
    margin-top: 20px;
    width: 100%;
    height: 8px;
    background: linear-gradient(180deg, #1F2021, transparent);
    opacity: 0.3;
}
.content-main .article-title {

    font-size: 19px;
    color: #424242;
}
.community-partners .image-text-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1360px;
    min-width: 1200px;
}
.community-partners .image-text-item {
    position: relative;
    margin: 10px 20px;
    width: 350px;
    background: #0C5CB6;
    color: white;
}
.community-partners .image-text-item:hover {
    box-shadow: 0 2px 21px 0 rgba(47, 79, 105, 0.59);
}
.community-partners .image-text-item img {
    width: 100%;
    height: 242px;
}
.community-partners .image-text-item .image-text-title {
    position: absolute;
    bottom: 42px;
    padding: 20px;
    height: 100px;
    transition: 3s;
    background: #0c5cb6;
}
.community-partners .image-text-item:hover .image-text-title {
    height: auto;
}
.community-partners .image-text-item:hover .image-text-title>div {
    height: auto;
    -webkit-line-clamp: initial;
}
.community-partners .image-text-item .image-text-title >div {
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 3s;
}

.community-partners .image-text-item .image-text-footer {
    margin-top: 100px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community-partners .image-text-item .footer-date {
    flex-shrink: 0;
    padding-left: 20px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.community-partners .image-text-item .date-day {
    margin-right: 10px;
    font-size: 28px;
}
.community-partners .image-text-item .date-month {
    font-size: 20px;
}
.community-partners .image-text-item .footer-cursor {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #09488D;
}
.community-partners .image-text-item .footer-cursor img{
    width: 24px;
    height: 17px;
}
.calendar .event-list{
    padding: 30px 0;
}
.calendar .event-list .month-title {
    font-size: 28px;
    color: #0C5CB6;
}
.calendar .event-list table {
    margin-top: 10px;
    font-size: 16px;
}
.calendar .event-list table thead tr{
    background: #0C5CB6;
    height: 28px;
    color: white;
}
.calendar .event-list table .head-time {
    padding-left: 10px;
}
.calendar .event-list table tr {
    height: 36px;
    border-bottom: #DDDDDD 1px solid;
}
.calendar .event-list table .time {
    padding-left: 10px;
    width: 142px;
    color: #363638;
}
.calendar .event-list table .event {
    width: 568px;
    color: #0C5CB6 !important;
}
.calendar .event-list table .event a {
    color: #0C5CB6 !important;
}
.calendar .event-list table .location {
    width: 232px;
    color: #363638;
}

.calendar-article .article-content .content-title{
    padding: 30px 30px 30px 0;
    font-size: 28px;
    color: #0C5CB6;
}
.calendar-article .article-content .content-divider {
    width: 143px;
    height: 5px;
    background: #dddddd;
}
.calendar-article .article-content table {
    margin-top: 40px;
    font-size: 16px;
    color: #363638;
}
.calendar-article .article-content table tr{
    height: 36px;
}
.calendar-article .article-content table .field{
    width: 163px;
}
.calendar-article .article-content table .value{
    width: 649px;
}
.calendar-article .article-content .back-btn {
    margin-top: 40px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #424242;
    display: flex;
    cursor: pointer;
}
.calendar-article .article-content .back-btn span:first-child {
    width: 80px;
    text-align: center;
    background: #dddddd;
}
.calendar-article .article-content .back-btn span:last-child {
    margin-left: 4px;
    width: 42px;
    background: #0C5CB6;
    color: white;
    text-align: center;
}
.admissions-faqs .faqs-head {
    padding: 30px;
    display: flex;
}
.admissions-faqs .faqs-head img {
    width: 108px;
    height: 108px;
}
.admissions-faqs .faqs-head .head-right {
    margin-left: 43px;
    padding-top: 43px;
}
.admissions-faqs .faqs-head .head-title {
    font-size: 24px;
    color: #0C5CB6;
}
.admissions-faqs .faqs-head .head-desc{
    margin-top: 5px;
    font-size: 16px;
    color: #3A3B3C;
}
.admissions-faqs .question-list {
    width: 830px;
}
.admissions-faqs .question-item {
    margin-top: 16px;
}
.admissions-faqs .question-item .question-header{
    position: relative;
    padding:0 13px 0 28px;
    background: #DDDDDD;
    color: #1f2021;
    font-size: 18px;
}
.admissions-faqs .question-item .question-header:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 6px;
    background: #c2c2c2;
    font-size: 18px;
    line-height: 42px;
}
.admissions-faqs .question-item .question-header span{
    margin-left: 4px;
    padding: 8px 5px;
}
.admissions-faqs .question-item .question-header .header-btn{
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 22px;
}
.admissions-faqs .question-item.current .question-header{
    background: #0C5CB6;
    color: white;
}
.admissions-faqs .question-item .question-header .minus-show {
    display: none;
}
.admissions-faqs .question-item.current .question-header .add-show {
    display: none;
}
.admissions-faqs .question-item.current .question-header .minus-show {
    display: block;
}
.admissions-faqs .question-item .question-header .add-minus-icon{
    width: 19px;
    height: 19px;
}
.admissions-faqs .question-item .question-header .fa-minus{
    color: white;
    display: none;
}
.admissions-faqs .question-item.current .question-header .fa-minus{
    display: block;
}
.admissions-faqs .question-item .question-header .fa-plus{
    color: #0C5CB6;
    display: block;
}
.admissions-faqs .question-item.current .question-header .fa-plus{
    display: none;
}
.admissions-faqs .question-item .question-desc{
    padding-left: 28px;
    color: #363638;
    font-size: 16px;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
}
.admissions-faqs .question-item.current .question-desc{
    height: 200px;
    max-height: 400px;
    padding-top: 28px;
}
.about {
    letter-spacing: 0;
}
.about .article-title{
    padding: 30px 0;
    color: #0C5CB6;
    font-size: 34px;
}
.about .article-content {
    font-size: 16px;
}
.article .article-title {
    padding: 30px 0;
    color: #0C5CB6;
    font-size: 34px;
}
.article .content-divider {
    height: 5px;
    width: 143px;
    background: #dddddd;
}
.article .author-view{
    margin-top: 100px;
    font-style: italic;
    font-size: 17px;
    color: #363638;
}
.article .next-article{
    margin-top: 70px;
    font-size: 17px;
    color: #0C5CB6;
}
.article .author-view .content {
    margin-left: 5px;
}
.article .next-article .content-hr {
    margin: 5px;
}
.article .next-article .next-article-title{
    color: #737679;
    font-weight: normal;
}
.article .author-view .content-hr {
    margin: 5px;
}

.article .article-info {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #363638;
}
.article .article-content {
}
.postdoctoral .postdoctoral-head {
    padding: 30px;
    display: flex;
}
.postdoctoral .postdoctoral-head img{
    height: 112px;
}
.postdoctoral .head-right {
    margin-left: 50px;
}
.postdoctoral .head-title {
    font-size: 24px;
    color: var(--main-color);
}
.postdoctoral .head-desc {
    width: 624px;
    margin-top: 14px;
    font-size: 16px;
    color: #3A3B3C;
}
.postdoctoral .program-item {
    height: 41px;
    border-bottom: 1px solid #dddddd;
    color: #363638;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 857px;

}
.postdoctoral .program-item .program-line {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.postdoctoral .program-item .program-line .right-more {
    width: 21px;
    height: 41px;
    line-height: 41px;
}
.postdoctoral .program-item .program-line .right-more-content {
    width: 12px;
    height: 8px;
}
.postdoctoral .program-item .program-line .arrows-right {
    width: 21px;
    height: 17px;
    display: none;
}
.postdoctoral .program-item .program-line i {
    color: #dddddd;
}
.postdoctoral .program-item .program-line .title {
    flex-grow: 2;
    margin-left: 10px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.postdoctoral .program-item .program-line .apply-now {
    flex-shrink: 0;
    width: 114px;
    color: #0C5CB6;
    cursor: pointer;
    text-align: center;
    transition: 0.1s;
}
.postdoctoral .program-item:hover .program-line {
    background: #DBE7F4;
}
.postdoctoral .program-item:hover .program-line .right-more {
    display: none;
}
.postdoctoral .program-item:hover .program-line .arrows-right {
    width: 21px;
    height: 17px;
    display: block;
}
.postdoctoral .program-item:hover .program-line i {
    color: white;
}
.postdoctoral .program-item:hover .program-line .title {
    color: #0C5CB6;
}
.postdoctoral .program-item:hover .program-line .apply-now {
    position: relative;
    background: var(--main-color);
    color: white;

}
.postdoctoral .program-item:hover .program-line .apply-now:before {
    content: "";
    position: absolute;
    top:0;
    left: -8px;
    width: 10px;
    height:100%;
    background: var(--main-color);
    transform:skewX(-10deg)
}

.image-list-warp {
    margin-top: 30px;
    background: #0C5CB6;
}
.image-list {
    display: flex;
    flex-wrap: wrap;
    background: #0C5CB6;
}
.image-list .image-item {
    position: relative;
    width: 242px;
    height: 268px;
    display: inline-block;
    color: white;
    font-size: 36px;
    font-weight: bold;
    border: 4px solid white;
    transform-style: preserve-3d;
}
.image-list .image-item.hidden {
    display: none;
}
.image-list .image-item:hover .back {
    transform: rotateY(360deg);
}
.image-list .image-item:hover .front {
    transform: rotateY(180deg);
}
.image-list .image-item .back {
    position: absolute;
    left:0;
    top:0;
    padding: 10px;
    width: 100%;
    height: 100%;
    background: #0C5CB6;
    backface-visibility: hidden;
    transform:rotateY(180deg);
    transition: 1s;
}
.image-list .image-item img {
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: hidden;
    transition: 1s;
}

.image-list .image-item.empty {
    padding: 20px;
}
.teacher .search-box{
    height: 42px;
}
.teacher .search-by-name {
    display: flex;
    align-items: center;
}
.teacher .search-box .search-by-name .search-label {
    margin-right: 5px;
    font-weight: bold;
    color: #363638;
    font-size: 18px;
}
.teacher .search-box .search-input-wrap {
    display: flex;
}
.teacher .search-box .custom-select {
    margin-left: 10px;
    width: 206px;
    height: 42px;
    background: #dddddd;
    border-radius: 0;
    color: #6E7174;
    font-size: 18px;
}
.teacher .search-box .search-btn {
    margin-left: 10px;
    width: 100px;
    line-height: 42px;
    font-size: 18px;
    color: white;
    background: #0c5cb6;
    text-align: center;
    cursor: pointer;
}
.teacher .search-divide {
    margin-top:28px;
    height: 8px;
    background: url("./image/divide.png");
}
.teacher-list {
    padding-bottom: 50px;
}
.teacher .teacher-item {
    padding: 30px 0;
    height: 260px;
    display: flex;
    border-bottom: #DDDDDD 1px solid;
}
.teacher .teacher-item.hidden {
    display: none;
}
.teacher .teacher-item .teacher-image{
    flex-shrink: 0;
    width: 166px;
    height: 200px;
    display: inline-block;
}
.teacher .teacher-item .right-text {
    margin-left: 54px;
    display: inline-block;
}
.teacher .teacher-item .right-text-title {
    color: #0c5cb6;
    font-size: 34px;
    font-weight: bold;
}
.teacher .teacher-item .right-text-sub-title {
    color: #363638;
    font-size: 20px;
}

.teacher .teacher-item .right-text-desc {
    margin-top: 18px;
    margin-bottom: 18px;

    color: #424242;
    font-size: 18px;
}
.teacher .teacher-item .right-text-desc > a {
    color: #0C5CB6;
    text-decoration: underline;
}
.teacher .teacher-item .right-text-btn {
    color: #0C5CB6;
    font-size: 18px;
}

.student-spot .search-box{
    height: 42px;
}
.student-spot .search-by-name {
    display: flex;
    align-items: center;
}
.student-spot .search-box .search-by-name .search-label {
    margin-right: 5px;
    font-weight: bold;
    color: #363638;
    font-size: 18px;
}
.student-spot .search-box .search-input-wrap {
    display: flex;
}
.student-spot .search-box .custom-select {
    margin-left: 10px;
    width: 206px;
    background: #dddddd;
    border-radius: 0;
    color: #6E7174;
    font-size: 18px;
}
.student-spot .search-box .search-btn {
    margin-left: 10px;
    width: 100px;
    line-height: 42px;
    font-size: 18px;
    color: white;
    background: #0c5cb6;
    text-align: center;
    cursor: pointer;
}
.student-spot .search-divide {
    margin-top:28px;
    height: 8px;
    background: url("./image/divide.png");
}