.main {
    width: 100%;
}

.hd_box {
    width: 100%;
    position: relative;
}

.hd_box img {
    width: 100%;
}

.nav_box {
    position: absolute;
    width: 100%;
    bottom: 4px;
    /* position: fixed; */
}

.nav {
    box-shadow: rgba(0, 0, 0, 0.07) 1px 20px 10px 0px;
}

.nav-item {
    float: left;
    height: 50px;
    text-align: center;
    position: relative;
    transition: all .3s;
}

.nav-item a {
    color: #fad968;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}

.nav-item-ul {
    position: absolute;
    z-index: 111;
    min-width: 167px;
    visibility: hidden;
    top: 60px;
    box-sizing: content-box;
    opacity: 0;
    padding: 5px 8px;
    background-color: #0853a8;
    transition: all 0.3s ease 0s;
    transform: translateY(10px);
    /* box-shadow: rgb(204, 204, 204) 0px 5px 8px; */
}

.nav-item:hover .nav-item-ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
}

.nav-item-li {
    background-color: #0853a8;
    font-size: 15px;
}

.nav-item-li a {
    display: block;
    width: 100%;
    font-size: 19px;
    padding: 0px 5px;
    color: white;
    line-height: 26px;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: normal;
    background-color: #0853a8;
}

.nav-item-li:first-child {
    border: none;
}

.nav-item:hover {
    background-color: #fad968;
    color: rgb(146, 49, 49);
    border-radius: 5px;
}

.nav-item:hover a {
    color: rgb(243, 0, 0);
}

.nav-item:hover .hd {
    color: white;
}

.nav-item-li a:hover {
    background-color: #1b67be;
    color: white;
    width: 100%;
    margin: 0px auto;
}

.center {
    width: 100%;
    overflow: hidden;
}

.hyyw_box {
    overflow: hidden;
}

.hyyw {
    width: 100%;
    background: url(../images/gyyw_bg.png) no-repeat center center;
}

.tit_box {
    background: url(../images/tit_bg.png) no-repeat center center;
    width: 420px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 35px;
}

.tit_box p {
    width: 100%;
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    /* line-height: 90px; */
    margin-top: 34px;
    text-shadow: 4px 4px 2px black;
}

.hyyw_info {
    width: 100%;
    margin-top: 38px;
}

.hyyw_pic {
    width: 48.9%;
    height: 431px;
    position: relative;
    float: left;
}

.changebg {
    position: fixed;
    background-color: red;
    top: 0px;
    height: 49px;
    z-index: 111;
    max-width: 1920px;
}

.hyyw_img {
    width: 624px;
    height: 443px;
    overflow: hidden;
}

.hyyw_img img {
    width: 100%;
    height: 100%;
}

.h_box {
    position: relative;
    width: 100%;
}

.hy_tit {
    position: absolute;
    bottom: 0px;
    height: 57px;
    width: 100%;
}

.hy_tit p {
    font-size: 15px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    line-height: 58px;
    display: block;
    text-indent: 1em;
    position: relative;
    z-index: 11;
}

.hy_tit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 57px;
    background: url(../images/hy_tit_bg.png) no-repeat center center;
    left: 0px;
    bottom: 0px;
}

.hyyw_bd {
    position: absolute;
    max-width: 300px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    bottom: 59px;
    right: 0px;
}

.hyyw_bd ul li {
    width: 12px;
    height: 11px;
    border-radius: 50%;
    background-color: white;
    float: left;
    margin: 0px 5px;
}

.hyyw_bd ul li.on {
    width: 12px;
    height: 11px;
    border-radius: 50%;
    background-color: #a40000;
}

.hyyw_list {
    width: 48.9%;
    height: 443px;
    float: right;
}

.hy_l_tit {
    width: 100%;
    font-size: 23px;
    padding: 10px 16px;
    padding-top: 17px;
}

.hy_l_tit p {
    font-size: 16px;
    font-weight: bold;
    background: url(../images/dj.png) no-repeat left;
    padding-left: 28px;
    height: 23px;
    width: 79%;
    float: left;
    color: #a40000;
}

.first_box {
    background-color: white;
}

.hy_time {
    float: right;
    font-family: "uusk";
    color: #a40000;
    font-size: 17px;
}

.hy_jj {
    padding: 24px 16px;
    padding-top: 3px;
    text-indent: 3em;
    font-size: 14px;
    color: #a6a8ab;
}

.se {
    width: 100%;
    position: relative;
    padding: 0px 16px;
}

.se p {
    float: left;
    width: 84%;
    font-size: 15px;
    color: #434343;
    padding-left: 20px;
}

.se p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #a40000;
    left: 18px;
    bottom: 6px;
}

.se_time {
    font-size: 12px;
    float: right;
    color: #a6a8ab;
    line-height: 20px;
}

.hy_l_box ul li:first-child {
    margin-bottom: 20px;
}

.hy_l_box ul li:nth-child(n+2) {
    /* margin-top: 30px; */
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px;
    transition: all .3s;
}

.hy_l_box ul li:nth-child(2) {
    border: none;
}

.hy_l_box ul li:nth-child(n+2):hover {
    transform: translateY(-4px);
}

.hmfz {
    width: 100%;
    display: none;
}

.hmfz_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 462px;
    flex-wrap: wrap;
    margin-top: 51px;
}

.hm_info {
    width: 628px;
    /* height: 138px; */
    overflow: hidden;
    position: relative;
    margin-left: 24px;
    transition: all .3s;
}

.hm_img {
    width: 308px;
    height: 189px;
    overflow: hidden;
    float: left;
}

.hm_img img {
    width: 100%;
    height: 100%;
}

.hm_nr {
    float: right;
    width: 49%;
    margin-top: 31px;
}

.hm_nr p {
    font-size: 15px;
    font-weight: bold;
    color: #a40000;
}

.hm_jj {
    font-size: 12px;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 20px;
}

.hm_time {
    position: absolute;
    width: 125px;
    height: 29px;
    background-color: #f2b65b;
    bottom: 0px;
    left: 153px;
}

.hm_time p {
    height: 100%;
    line-height: 29px;
    text-align: center;
    color: white;
    background: url(../images/time.png) no-repeat 12px;
    padding-left: 20px;
}

.hmfz_list .hm_info:nth-child(odd) {
    margin: 0px;
}

.hm_info:hover {
    transform: translateY(-4px);
}

.dyfc_list {
    margin-top: 51px;
    padding-bottom: 51px;
}

.dyfc_a {
    width: 257px;
    /* height: 209px; */
    overflow: hidden;
    /* margin-left: 26px; */
    transition: all .3s;
    float: left;
}

.dyfc_11 {
    width: 100%;
}

.dyfc_22 {
    width: 100%;
    margin-top: 51px;
    padding-bottom: 51px;
}

.list_box {
    width: 179px;
    height: 214px;
    overflow: hidden;
    /* float: left; */
}

.list_box img {
    width: 100%;
    height: 100%;
}

.dyfc_info {
    /* float: left; */
    /* position: absolute; */
    height: 133px;
    width: 179px;
    left: 100px;
    bottom: 0px;
    background-color: #fffbf4;
}

.dyfc_al {
    position: relative;
    width: 100%;
}

.dyfc_info p {
    padding: 10px 15px;
    padding-top: 27px;
    color: #a40000;
}

.dyfc_info span {
    width: 21px;
    height: 5px;
    background-color: #a40000;
    border-radius: 5px;
    display: block;
    margin: 2px 15px;
}

.dyfc_list .dyfc_a:first-child {
    margin: 0px;
}

.dyfc {
    width: 100%;
    background: url(../images/dyfc_bg.png) no-repeat center bottom;
    overflow: hidden;
}

.dyfc_a:hover {
    transform: translateY(-4px);
}

.jcdt {
    width: 100%;
    background: url(../images/jcdt.png) no-repeat center bottom #fff2db;
    overflow: hidden;
    padding-bottom: 51px;
}

.jcdt_img {
    width: 627px;
    height: 328px;
    overflow: hidden;
}

.jcdt_img img {
    width: 100%;
}

.jcdt_cd {
    position: relative;
}

.jcdt_info {
    position: absolute;
    bottom: 0px;
    width: 552px;
    height: 52px;
    background-color: rgba(175, 52, 44, .8);
    line-height: 52px;
    color: white;
}

.jcdt_info p {
    width: 84%;
    float: left;
    text-indent: 2em;
    font-size: 15px;
    font-weight: bold;
}

.jcdt_time {
    float: right;
    padding-right: 10px;
    font-size: 13.85px;
}

.oth_img {
    width: 310px;
    height: 174px;
    overflow: hidden;
    float: left;
}

.oth_img img {
    width: 100%;
}

.oth_info {
    width: 298px;
    height: 174px;
    overflow: hidden;
    float: right;
    background: url(../images/o_bg1.png) no-repeat center center #cfa972;
}

.other {
    width: 100%;
    width: 627px;
    height: 175px;
}

.oth_info p {
    padding: 0px 25px;
    padding-top: 25px;
    color: white;
    font-size: 15px;
    height: 120px;
    overflow: hidden;
}

.oth_time {
    padding: 0px 25px;
    padding-top: 25px;
    text-align: right;
    color: white;
}

.jcdt_list ul li {
    /* margin-left: 26px; */
    transition: all .3s;
}

.jcdt_list ul li:first-child {
    margin: 0px;
}

.jcdt2 .jcdt_list ul li:nth-child(1) .oth_info {
    background: url(../images/o_bg2.png) no-repeat center center #f8b551;
}

.jcd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.jcdt_list {
    width: 48%;
    float: left;
    margin-top: 51px;
}

.jcdt2 {
    width: 49%;
    float: right;
    /* margin-top: 51px; */
}

.jcdt2 .jcdt_list {
    float: none;
}

.jcdt_list ul li:nth-child(2) {
    margin-top: 15px;
}

.jcdt_list ul li:hover {
    transform: translateY(-4px);
}

.zcwj {
    width: 100%;
    background: url(../images/zcwj.png) no-repeat center center;
}

.zcwj_list {
    width: 100%;
    margin-top: 51px;
    padding-bottom: 51px;
}

.zcwj_b {
    width: 626px;
    height: 176px;
    background: url(../images/zcwj_bg.png) no-repeat center center;
    float: left;
}

.zcwj_info {
    width: 100%;
    padding: 0px 27px;
    padding-top: 28px;
    color: white;
}

.zcwj_tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

.zcwj_jj {
    font-size: 14px;
    line-height: 25px;
}

.zcwj_list .zcwj_b:nth-child(n+3) {
    margin-top: 20px;
}

.zcwj_list .zcwj_b:nth-child(even) {
    margin-left: 28px;
}

.zcwj_list .zcwj_b {
    transition: all .3s;
}

.zcwj_list .zcwj_b:hover {
    transform: translateY(-4px);
}

footer {
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat center center;
    height: 306px;
    overflow: hidden;
}

.footer_bg {
    width: 100%;
    text-align: center;
}

.footer_bg p {
    height: 100%;
    line-height: 30px;
    margin-top: 140px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.teacher-center {
    background: url("../images/news_bg.png") center top no-repeat;
    position: relative;
}

.teacher-center-box-left {
    background-color: #f00605;
    text-align: center;
    line-height: 106px;
    float: left;
    /* margin-top: -38px; */
}

.teacher-center-box-left h2 {
    width: 296px;
    height: 106px;
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.teacher-nav {
    background-color: white;
}

.teacher-nav li {
    height: 65px;
    text-align: center;
    line-height: 65px;
}

.teacher-nav li a {
    font-size: 15px;
}

.teacher-nav li:hover {
    background-color: rgb(238, 238, 238);
}

.teacher-nav li:hover a {
    color: #f00605;
}

.teacher-center-box-right {
    float: right;
    width: 984px;
}

.location {
    margin-top: 8px;
    position: relative;
    z-index: 1111;
}

.location span {
    margin-left: 10px;
    z-index: 1111;
    font-weight: bold;
}

.location a {
    z-index: 111;
}

.opcity-bg {
    background-color: rgb(238, 238, 238);
    opacity: 0.4;
    margin-top: -30px;
    width: 100%;
    float: left;
    height: 35px;
}

.teacher-list {
    width: 100%;
    margin-top: 10px;
}

.teacher-list>.human-infor>ul {
    padding-bottom: 30px;
}

.teacher-list>.human-infor>ul>li {
    padding-top: 50px;
    margin-left: 36px;
    margin-bottom: 27px;
}

.teacher-list>.human-infor>ul>li>div {
    width: 460px;
}

.teacher-list>.human-infor>ul>li>.human-infor-container>.infor-box>.message {
    width: 265px;
}

.search-list>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px solid rgb(223, 223, 223);
    margin-top: 20px;
}

.search-list>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.search-list li .search-date p {
    font-size: 27px;
    line-height: 38px;
    position: relative;
    background-color: #f00605;
    color: white;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â­ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ_GBK.TTF";
}

.search-date span {
    font-size: 12px;
    position: relative;
    line-height: 39px;
}

.search-date {
    background-color: rgb(236, 236, 236);
    width: 69px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    color: black;
    transition: all 0.3s ease 0s;
}

.background-images img {
    width: 100%;
    height: 841px;
}

.search-list-tit {
    display: block;
    margin-left: 68px;
    height: 41px;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-top: 2px;
    transition: all 0.3s ease 0s;
}

.search-last-text {
    overflow: hidden;
    padding-left: 23px;
    padding-top: 6px;
}

.search-last-text h1 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 24px;
    color: rgb(9, 9, 9);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

.search-last-text p {
    font-size: 14px;
    line-height: 22px;
    color: rgb(118, 118, 118);
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-list {
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.search-list ul li {
    transition: all 0.3s ease 0s;
}

.search-list ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px;
    transform: scale(1) translateY(-3px);
    background-color: white;
}

.search-list ul li:hover .search-last-text h1 {
    font-weight: bold;
}

.value-tit h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    color: rgb(9, 9, 9);
    text-align: center;
}

.value-tit-p {
    font-size: 14px;
    line-height: 40px;
    background-color: rgb(244, 244, 244);
    color: rgb(118, 118, 118);
    text-align: center;
    text-indent: 2em;
    margin-top: 15px;
}

.search-right {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 20px 30px 50px;
    min-height: 400px;
    margin-top: 9px;
    margin-left: 41px;
}

.value-tit-p span {
    display: inline-block;
    margin: 0px 8px;
}

.value-text p {
    font-size: 16px;
    color: rgb(129, 129, 129);
    margin-top: 30px;
    text-indent: 2em;
}

.value-text-link {
    margin-top: 42px;
}

.value-text-link a {
    margin: 30px 0px;
    color: rgb(103, 103, 103);
}

.value-text-link div {
    margin: 15px 0px;
}

.value-text-link a:hover {
    color: #f00605;
}

.nav-item:hover {}

.nav-item:hover a {
    color: white;
}

.nt_hd>.tempWrap {
    height: 383px !important;
}

.team-list .first {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-top: 24px;
}

.team-list .first h1 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.search-list2 {
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.search-list2 team-list ul li {
    float: left;
    width: 33%;
    padding: 18px 0;
    transition: all .3s;
}

.value-text {
    min-height: 400px;
}