* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

td {
    overflow-y: hidden;
}

.page {
    max-width: 1920px;
    min-width: 1492px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
}

html {
    overflow-x: hidden;
}

/* ??*/
.header {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
}

.header-logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.school-name img {
    width: 110px;
    height: 70px;
}

.college-name img {
    width: 150px;
    height: 30px;
    margin-left: 25px;
}

.header-nav {
    margin-left: auto;
    float: right;
}

.header-nav table {
    height: 90px;
    border-spacing: 6px 0;
}

.header-nav table td a {
    text-align: center;
    width: auto;
    height: auto;
    padding-bottom: 30px;
}

.header-nav table tr td a:hover {
    color: #52A950;
    border-bottom: 3px solid #52A950;
}

/*???*/
.banner {
    width: 100%;
    height: 300px;
    min-width: 1492px;
    max-width: 1920px;
}

.banner .pictures {
    position: absolute;
}

.banner .pictures img {
    float: left;
    min-width: 1492px;
    max-width: 1920px;
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner #nav-buttons {
    text-align: center;
    position: relative;
    z-index: 4;
    width: 200px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: rgba(51, 51, 51, 0.3) none repeat scroll !important;
}

.banner .button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background-color: RGBA(156, 170, 177, 1);
    margin: 0 10px 0;
    padding: 0 !important;
    border: none !important;
    cursor: pointer !important;
}

.content {
    margin-top: 20px;
    width: 80%;
    height: auto !important;
    box-sizing: border-box;
}

.con-first-left {
    width: 47%;
    height: 300px;
    border-right: 1px dashed #76B175;
    padding-right: 2vw;
    display: inline-block;
}

.con-first-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 10px;
}

.con-first-title img {
    width: 40px;
    height: 40px;
}

.con-first-title .title-h3 {
    margin-left: 5px;
    color: #76B175;
    height: 32px;
    white-space: nowrap;
}

.con-first-list {
    font-size: 15px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.con-first-list tr td:nth-child(2) td:nth-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.con-first-list tr td:nth-child(2) td:nth-child(2) {
    padding-left: 56px;
}

.con-first-list table {
    border-collapse: separate;
    line-height: 40px;
    width: 100%;
}

.con-first-list img {
    margin-right: 16px;
    padding: 0;
}

.con-first-right {
    display: inline-block;
    width: 47%;
    margin-left: 2%;
}

.con-second {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.con-second .child {
    width: 250px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.con-second .child a {
    color: #fff;
}

.con-second .child img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.con-third {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tab-left,
.tab-right {
    width: 47%;
    word-spacing: -5px;
    height: 350px;
}

#tab_header_left,
#tab_header_right {
    height: 60px;
}

#tab_header_left li,
#tab_header_right li {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 60px;
    height: 60px;
    width: 50%;
    background-color: #EAEAEA;
    color: #999;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-left #tab_header_left .selected {
    background-color: #52A950;
    color: #fff;
    height: 65px;
}

.tab-right #tab_header_right .selected {
    background-color: #B8D659;
    color: #fff;
    height: 65px;
}

.tab-left #tab_content_left {
    padding: 20px 25px 0;
    height: 280px;
    border-style: none solid solid solid;
    border: 1px solid #76B175;
    overflow: hidden;
}

.tab-right #tab_content_right {
    padding: 20px 25px 0;
    height: 280px;
    border-style: none solid solid solid;
    border: 1px solid #CEE38C;
    overflow: hidden;
}

#tab_content_left .dom table,
#tab_content_right .dom table {
    border-collapse: separate;
    line-height: 40px;
    width: 100%;
}

.dom-dashed {
    border-top: 1px dashed RGBA(153, 153, 153, 1);
    width: 85%;
    margin-top: 5px;
}

.dom-more {
    display: flex;
    justify-content: flex-end;
    margin-top: -10px;
    margin-bottom: 15px;
}

.footer {
    width: 100%;
    height: 180px;
    font-size: 13px;
    bottom: 0;
    color: #fff;
    background: linear-gradient(to right, RGBA(122, 179, 118, 1), RGBA(163, 203, 129, 1), RGBA(197, 222, 137, 1));
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left {
    height: 80%;
    width: 35%;
}

.footer-top {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-log img {
    width: 110px;
    height: 65px;
}

.footer-top-link {
    width: 350px;
}

.footer-top-link .school-part {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-msg {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 13px;
}

select {
    width: 130px;
    height: 25px;
    border: none;
    border-radius: 10px;
    outline: none;
    color: rgba(131, 181, 130, 1);
    text-align: center;
    text-align-last: center;
}

.footer-left .footer-bottom {
    margin-top: 10px;
}

.footer-left .footer-bottom .school-msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
}

.footer-right {
    display: inline-flex;
    height: 80%;
    width: 40%;
    margin-left: 50px;
}

.school-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    padding-right: 50px;
}

.school-tel img {
    width: 220px;
    height: 80px;
}

.footer-right .wx {
    margin-left: auto;
    width: 245px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-right .wx img {
    width: 110px;
    height: 110px;
}

.footer-right .wx .wx-recruit,
.wx-school {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/*list*/
.list-content {
    width: 100%;
    min-height: 600px;
    background-color: #fff;
    margin-bottom: 20px;
}

.list-nav {
    width: 100%;
    height: 70px;
    background-color: #EAEAEA;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.list-content .nav-title {
    width: 300px;
    height: 100%;
    color: #fff;
    margin-right: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, RGBA(122, 179, 118, 1), RGBA(163, 203, 129, 1), RGBA(197, 222, 137, 1));
}

.list-content .list-nav .nav-location {
    color: #999 !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.list-content .list-nav .nav-location img {
    width: 20px;
    height: 25px;
    margin-right: 10px;
}

.list-news {
    width: 75%;
    margin: 10px auto;
    display: flex;
    justify-content: flex-start;
}

.list-news-title {
    width: 29%;
    min-height: 590px;
    color: #999999;
}

.list-news-title img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.list-news-title table td:hover {
    color: #52A950 !important;
    font-weight: bold;
}

.list-news-title table {
    padding-top: 10px;
    line-height: 40px;
    margin: 0 auto;
}

.list-news-content {
    width: 70%;
    min-height: 590px;
    border-left: 1px solid #999;
    padding-left: 30px;
}

.list-news-content table {
    width: 100%;
}

.list-news-content table tr td:nth-child(2) td:nth-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-news-content td {
    line-height: 40px;
    overflow: hidden;
}

.list-news-content .dot {
    width: 12px;
    height: 12px;
    background: linear-gradient(180deg, rgba(118, 177, 117, 1) 0%, rgba(206, 227, 140, 1) 100%, rgba(214, 228, 170, 1) 100%);
    border-radius: 50%;
    opacity: 1;
    margin-right: 20px;
}

/*display*/
.display-content {
    width: 100%;
}

.display-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff !important;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, RGBA(122, 179, 118, 1), RGBA(163, 203, 129, 1), RGBA(197, 222, 137, 1));
}

.display-nav .nav-title {
    display: inline-block;
}

.display-info {
    width: 60%;
    min-height: 800px;
    margin: 0 auto;
    height: auto !important;
}

.display-title-head {
    margin-top: 20px;
    padding: 10px 0 10px;
    color: #52A950;
    font-size: 20px;
    text-align: center;
}

.display-title {
    color: #999;
    text-align: center;
}

#nav-location a {
    color: #fff;
}

.display-info .info {
    margin-top: 20px;
    display: table-cell;
    vertical-align: center;
}

.con-first {
    margin: 0 auto;
}

.content td a:hover {
    color: #52A950;
}

.con-first-title a {
    float: right;
    text-align: right;
    width: 110px;
}

.list-news-content table:nth-child(1) tr td a:hover {
    color: #52A950;
}

#nav-location img {
    height: 14px;
    margin-right: 6px;
}

#nav-location {
    display: inline-block;
    float: right;
}

#nav-location span:before {
    content: ">";
}

.container {
    margin: 0 auto;
    width: 80%;
}

.more-logo {
    width: 100%;
}