body,
html {
    background-color: #fafafa;
    font-family: "Microsoft YaHei UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a,
button {
    outline: none;
}

.btn:focus {
    box-shadow: none;
}

.hide {
    display: none;
}

.hide.active {
    display: block;
}

.nav-wrap {
    background-color: #fff;
    transition: all 0.8s;
    position: relative;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
}

.nav-wrap .navbar {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrap .navbar .logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-wrap .navbar .logo a:last-child {
    margin-left: 9px;
}

.nav-wrap .navbar .logo img {
    width: 100%;
}

.nav-wrap .navbar .menu {
    margin-left: 70px;
    text-align: right;
    flex-flow: nowrap;
    display: flex;
}

.nav-wrap .navbar .menu a {
    color: #1a4855;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-align: center;
}

.nav-wrap .navbar .menu a.active {
    font-weight: bold;
}

.nav-wrap .navbar .menu a.active::after,
.nav-wrap .navbar .menu a:hover::after {
    height: 3px;
    width: 100%;
    content: '';
    display: block;
    background-color: #206f85;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.footer {
    background-image: url('../images/index_footer_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.footer .wrap {
    max-width: 1300px;
    padding-top: 60px;
    margin: 0 auto;
    height: 360px;
    color: #fff;
}

.footer .wrap .s-left p {
    font-size: 14px;
}

.footer .wrap .s-center {
    flex: 1;
    margin: 0 50px;
}

.footer .wrap .s-center .item {
    width: 100%;
}

.footer .wrap .s-center .item a {
    opacity: 0.56;
    white-space: nowrap;
}

.footer .wrap .s-right h4 {
    font-size: 14px;
    margin-top: 23px;
}

.footer .wrap a {
    color: #fff;
}

.footer .wrap a.sub {
    opacity: 1 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright {
    background-color: #9c7950;
    max-width: 1920px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    height: 44px;
    line-height: 44px;
}

.copyright .wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.copyright .wrap a,
.copyright .link > a {
    color: #fff;
}

.copyright .link > a:not(:first-child) {
    margin-left: 10px;
}

.copyright .link > a:not(:first-child):before {
    color: #fff;
    content: '|';
    display: inline-block;
    margin-right: 10px;
}

.to-top {
    color: #fff;
    padding: 7.5px;
    position: fixed;
    z-index: 1500;
    bottom: 50px;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #b38553;
    border-radius: 6px;
}

.to-top .iconfont {
    line-height: 24px;
    font-size: 24px;
}

@media (max-width: 1455px) {
    .navbar .menu {
        flex: 1;
    }
}

.banner {
    background-image: url("../images/academic_banner_bg.jpg");
    background-position: center;
    height: 570px;
    width: 100%;
}

.banner .wrap {
    max-width: 1920px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner h2 {
    width: 100%;
    color: #fff;
    font-size: 3.8rem;
    text-align: right;
    padding-right: 5rem;
    display: none;
}

.sub-nav {
    box-shadow: 0 2px 3px #65656513;
    margin-bottom: 2px;
}

.sub-nav .nav-item:not(:first-child) {
    margin-left: 120px;
}

.sub-nav .nav-link {
    padding: 1.01rem 0.8rem;
    font-size: 19px;
    color: #333;
}

.sub-nav .nav-link.active {
    font-weight: bold;
    position: relative;
    color: #b38553;
}

.sub-nav .nav-link.active:after {
    background-color: #b38553;
    position: absolute;
    width: 80%;
    height: 2px;
    content: '';
    bottom: 0;
    left: 10%;
}

.breadcrumb {
    background-color: transparent;
    color: #666;
}

.breadcrumb .breadcrumb-item {
    color: #666;
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
    content: '>';
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb .breadcrumb-item.active {
    color: #666;
}

.breadcrumb.container {
    max-width: 1300px;
}

.banner {
    background-image: url("../images/news_banner.jpg");
    background-repeat: no-repeat;
}

.sub-nav .wrap {
    max-width: 1300px;
    padding: 0;
}

.normal-new .wrap {
    padding: 0;
    margin: 0 auto;
    max-width: 1300px;
}

.normal-new .wrap .image-news {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.normal-new .wrap .image-news > .d-flex {
    width: calc(100% / 3 - 40px);
    box-shadow: 0 3px 10px #65656515;
    background-color: #fff;
    margin-bottom: 70px;
    overflow: hidden;
}

.normal-new .wrap .image-news > .d-flex > div {
    width: 100%;
    padding: 35px 27px;
    align-items: center;
}

.normal-new .wrap .image-news > .d-flex > div span {
    font-size: 16px;
    color: #666;
}

.normal-new .wrap .image-news > .d-flex > div .btn {
    color: #b38553;
    font-size: 16px;
    border: 1px solid;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
}

.normal-new .wrap .image-news > .d-flex > div .btn:hover {
    background-color: #b38553;
    color: #fff;
}

.normal-new .wrap .image-news > .d-flex > div .btn:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    content: "\e8b9";
    margin-left: 0.8em;
}

.normal-new .wrap .image-news > .d-flex .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 40px 27px 35px;
    line-height: 30px;
    font-size: 18px;
    color: #343434;
}

.normal-new .wrap .image-news > .d-flex p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 27px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.normal-new .wrap .image-news > .d-flex img {
    width: 404px;
    height: 205px;
}

.normal-new .wrap .pagination {
    margin-bottom: 80px;
}

.normal-new .wrap .pagination .page-item .page-link {
    color: #999;
    border-color: #cecece;
}

.normal-new .wrap .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #b38553;
}

.list-news {
    margin-bottom: 34px;
}

.list-news .list-group-item-action .page-link:focus,
.list-news .list-group-item-action .page-link:active {
    box-shadow: none;
}

.list-news .list-group-item-action:hover,
.list-news .list-group-item-action:focus {
    background-color: #b38553;
    transition: all 0.6s;
}

.list-news .list-group-item-action:hover .date span,
.list-news .list-group-item-action:focus .date span,
.list-news .list-group-item-action:hover .btn-link,
.list-news .list-group-item-action:focus .btn-link {
    color: #fff;
}

.list-news .list-group-item {
    border-color: #cecece;
    border-radius: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 16px;
}

.list-news .list-group-item:not(:first-child) {
    border-top-width: 1px;
}

.list-news .list-group-item.active {
    border-color: #b38553;
    background-color: #b38553;
}

.list-news .list-group-item.active .btn-link {
    color: #fff;
}

.list-news .list-group-item.active .date {
    border-right-color: #fff;
}

.list-news .list-group-item.active .date span {
    color: #fff;
}

.list-news .list-group-item .btn-link {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #b38553;
    width: 100%;
}

.list-news .list-group-item .btn-link:hover {
    text-decoration: none;
}

.list-news .list-group-item .btn-link:after {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 16px;
    content: "\e65f";
    float: right;
}

.list-news .list-group-item .date {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #b38553;
    padding-right: 20px;
    margin-right: 30px;
}

.list-news .list-group-item .date span {
    white-space: nowrap;
    line-height: 42px;
    font-size: 16px;
    color: #b38553;
}

.list-news .list-group-item .date span.day {
    font-size: 32px;
    font-weight: bold;
}

.normal-new .content {
    background-color: #fff;
    box-shadow: 0 3px 10px #65656515;
    padding: 69px 54px;
}

.normal-new .content h2 {
    color: #b38553;
    font-size: 30px;
    line-height: 48px;
}

.normal-new .content .mark {
    margin-bottom: 42px;
    padding-bottom: 18px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}

.normal-new .content .mark span:not(:first-child) {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.normal-new .content .mark span:not(:first-child):before {
    content: '|';
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: -3px;
}

.normal-new .content-body {
    text-align: center;
}

.normal-new .content-body p {
    text-align: left;
    font-size: 18px;
    color: #444;
}

.page-wrap {
    display: flex;
    margin: 31px 0 54px;
    flex-direction: column;
    color: #444;
}

.page-wrap .page-item {
    line-height: 32px;
    font-size: 16px;
    color: #444;
}

/*# sourceMappingURL=new-detail.css.map */
