.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.Header {}

.container-fluid {
    /* display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center; */
}

.Header_img {
    display: flex;
    width: 1500px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    margin: 0px auto;
}

.logo_left {
    display: flex;
}

.logo_left img.xuexiao_logo {
    height: 160px;
}

.xueyuan_title {
    font-size: 1.2rem;
    margin-top: 5px;
    font-weight: 400;
}

.xueyuan_logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.xueyuan_logo img {
    height: 63px;
}

.xueyuan_logo_2 {
    margin-left: 5px;
}

.search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

.search-input {
    padding: 0 10px;
    height: 30px;
    width: 210px;
    outline: 0;
    border: 1px solid #c6c6c6;
    border-radius: 20px 0 0 20px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
}

.search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 10px;
    height: 30px;
    outline: 0;
    border: 1px solid #0e4132;
    border-radius: 0 20px 20px 0;
    background: #0e4132;
    color: #fff;
    line-height: 30px;
    margin: 0;
    padding: 0;
    appearance: auto;
}

.search_right {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.dateTip {
    font-size: 1.6rem;
    text-align: right;
    font-weight: bolder;
    color: black;
    display: flex;   
    padding: 10px 28px;
}
.xiaoli {
margin-left:10px;
}
.dateTip a {
    color: black;
}

.mynav {
    background-color: #0e4132 !important;
}

.nav-link {
    color: white;
    font-size: 2rem;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
}

.navbar-nav {
    width: 1500px;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.navbar-nav .nav-item {
    height: 100%;
}

.Content {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-bottom: 150px; */
}

.ContentBox {
    width: 1200px;
    min-height: 600px;
}

.footerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: 1400px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.footerContent h4 {
    line-height: 25px;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 150px;
    background: #0e4132;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contactMe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    -ms-flex-item-align: center;
    align-self: center;
}

.contactMe svg {
    margin-left: 10px;
}

.contactMe h4 {
    font-weight: bolder;
}

.details h4 {
    font-weight: bolder;
    font-family: inherit;
}

.others {
    font-size: 1.6rem;
    font-weight: bolder;
    display: flex;
    width: 600px;
    justify-content: space-around;
    align-items: center;
}

.others div {
    text-align: left;
}

.others div span svg {
    margin-right: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.breadcrumb-item {
    font-size: 1.5rem;
}

.breadcrumb-item a {
    color: #606266;
}

.breadcrumb-item a:hover {
    color: #00A388;
}

.bread_nav {
    padding-top: 10px;
    padding-bottom: 0px;
}

.ellipse {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.ellipses {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.others div a {
    color: white;
    text-decoration: none;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}