.top {
    width: 100%;
    height: .09rem;
    background-color: #b04a39;
    position: relative;
}
.f_by{
    width: 33%;
}
.top_nav {
    width: auto;
    /* float: right; */
    /* line-height: 0.3rem; */
    font-size: 0px;
    /* padding: 0.51rem 0px 0px; */
    transition: all 0.3s ease 0s;
}

.top_nav a {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px .104rem;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
}

.top_nav a p:hover {
    color: white;
    font-weight: bold;
}

.top_nav a:first-child::before {
    content: "";
}

.top_nav a::after {
    content: "|";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
}

.news-list-bd ul li a {
    display: block;
    padding-top: 5px;
}

.top_nav .search_btn {
    width: .32rem;
    height: .32rem;
    display: inline-block;
    cursor: pointer;
    /* margin: 0px 1px 0px 14px; */
    margin-right: .1rem;
    vertical-align: middle;
    background: url("../images/search_btn.png") center center no-repeat;
}

.search_box {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    display: none;
}

.search_box .close {
    background: url("../images/close.png") center center / contain no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 30%;
}

.ser {
    height: 45px;
    line-height: 45px;
    width: 550px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: -100px 0px 0px;
}

.search_box.on {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 11111;
}

.ser input.notxt {
    position: absolute;
    width: 406px;
    height: 45px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px inset;
    flex: 1 1 0%;
    padding: 0px 12px;
    font-size: 16px;
    appearance: none;
    border-radius: 0px;
    outline: none;
    border: 0px;
}

.ser input.notxt1 {
    position: absolute;
    width: 120px;
    height: 45px;
    border: none;
    background: #b04a39;
    right: 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
}

.top_link {
    position: absolute;
    right: 0rem;
    width: 3.5rem;
    height: .35rem;
    background-color: #b04a39;
    border-bottom-left-radius: .2rem;
    z-index: 111111111;
}

.top_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_nav div a p {
    font-size: .14rem;
}

.nav {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(0 0 0 / 53%), rgb(250 250 250 / 9%));
    z-index: 1111111;
}

.logo {
    width: 3.74rem;
    height: .77rem;
    overflow: hidden;
}

.nav-dh {
    height: 0.56rem;
    line-height: 0.56rem;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: 0.2rem;
    /* padding-left: .3rem; */
    max-width: 10.5rem;
}

.nav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .35rem;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav-dh ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(50rem);
    /* padding-right: 0.18125rem; */
    /* padding-left: 0.16125rem; */
    height: 0.55rem;
    line-height: 0.56rem;
    width: 100%;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav-dh ul li>a {
    font-size: 0.18rem;
    display: block;
    position: relative;
    width: 100%;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.3) 0.01rem 0.03rem 0.03rem;
    z-index: 11111111;
    font-family: "shbd";
}

.nav-dh ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 0.38rem !important;
    padding-left: 0.06rem !important;
    padding-right: 0.06rem !important;
}

.subNav li a {
    line-height: 0.38rem;
}

.nav-dh ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 0.65rem;
    width: 100%;
    left: 0rem;
    /* transform: translateY(15%); */
    background-color: white;
    opacity: 0;
}

.nav-dh .subNav li a {
    font-size: .14rem;
    color: black;
    text-shadow: none;
    width: 100%;
    white-space: nowrap;
}

.nav-dh .subNav li:hover {
    background-color: #b04a39;
    color: white;
    width: 100%;
}

.top_box {
    position: relative;
    /* height: 1.9rem; */
}

.top_nav p {
    font-size: 0.17rem;
    transition: all .3s;
}

.top_nav p:hover {
    font-weight: bold;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
     top:.55rem;
}

.nav-item:hover {
    background-color: #b04a39;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: white;
}

.logo img {
    width: 100%;
}

.nav-dh>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* banner -----------ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/

.banner-container {
    width: 100%;
    /* max-width: 1920px; */
    overflow: hidden;
    margin: 0rem auto;
    position: relative;
    /* z-index: -1; */
}

.banner-bd ul li img {
    width: 100%;
    display: block;
    animation: 10s ease-in-out 0s infinite alternate none running zoomin;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.banner-bd ul li {
    overflow: hidden;
    position: relative;
}

.banner-container .prev {
    right: 3.3rem;
    background: url("../images/prev.png") 0% 0% / 100% no-repeat;
    background-size: 100%;
}

.banner-container .next {
    left: 3.2rem;
    background: url("../images/next.png") 0% 0% / 100% no-repeat;
    background-size: 100%;
}

.banner-container .prev,
.banner-container .next {
    width: 0.44rem;
    height: 0.44rem;
    line-height: 0.56rem;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}

.banner-hd,
.news-list-hd {
    position: absolute;
    /* max-width: 300px; */
    text-align: right;
    /* height: 1.17rem; */
    /* left: 0px; */
    right: 3rem;
    bottom: .1rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.banner-container .banner-hd li {
    border-radius: 50%;
    margin: 0.08rem;
    float: left;
    font-size: .27rem;
    display: inline-block;
    color: #b04a39;
}

.banner-container .banner-hd li.on {
    width: .8rem;
    height: 0.15rem;
    border-radius: 10px;
    transition: all .3s;
    color: #cfa972;
}

.banner-container .banner-hd li::after {
    content: "";
    border-top: 1px solid #cfa972;
    display: inline-block;
    vertical-align: middle;
    width: 0rem;
    margin-left: 5px;
    transition: all 0.5s;
}

.banner-container .banner-hd li.on::after {
    width: .4rem;
}


/* section_01 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

.section_01 {
    width: 100%;
    background: url(../images/s01_bg.png) no-repeat center center;
    overflow: hidden;
}

.s01_tit {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: .4rem;
    margin-bottom: .4rem;
}

.s01_tit p {
    display: inline-block;
    font-size: .28rem;
    font-weight: bold;
}

.s01_tit span {
    font-size: .18rem;
    color: #797979;
}

.s01_tit>a {
    background: url(../images/s01_morebg.png) no-repeat right;
    padding-right: .3rem;
    font-size: .15rem;
    background-size: 24%;
}

.s01_nr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: .5rem;
}

.s01_left {
    width: 52.86%;
}

.s01_img {
    width: 7.4rem;
    height: 4.6rem;
    overflow: hidden;
}

.s01_img img {
    width: 100%;
    height: 100%;
}

.s01_info {
    background: url(../images/s01-p-bg.png) no-repeat center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .88rem;
    background-size: 100%;
    position: relative;
}

.s01_info p {
    font-size: .17rem;
    color: white;
    font-weight: bold;
    padding-left: .2rem;
    width: 6.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s01_info p::after {
    content: "";
    position: absolute;
    height: .46rem;
    width: .02rem;
    background-color: white;
    top: .24rem;
    left: 89%;
}

.day {
    color: white;
    font-size: .17rem;
}

.year {
    color: white;
    font-size: .17rem;
    font-weight: bold;
}

.s01_info span {
    margin-right: .16rem;
}

.s01_right {
    width: 42.712%;
}

.s01_list ul li a {
    display: block;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.s01_list ul li {
    height: .75rem;
    border-bottom: 1px solid #eeeeee;
}

.s01_list ul li a i {
    width: 0rem;
    position: absolute;
    left: 0rem;
    height: 2px;
    background-color: #b04a39;
    transition: all .5s;
    bottom: 0rem;
}

.s01_list ul li:hover i::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    color: #b04a39;
    border: 1px solid;
    position: absolute;
    right: -0.04rem;
    top: -0.014rem;
    margin-left: .1rem;
}

.s01_list ul li:hover i {
    width: 60%;
}

.s01_list ul li:hover {
    border: none;
}

.s01_list ul li a p {
    font-size: .17rem;
    font-weight: bold;
    width: 4.36rem;
    line-height: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s01_list ul li a span {
    line-height: .75rem;
    background: url(../images/time.png) no-repeat left;
    padding-left: .2rem;
    font-size: .2rem;
}

.s01_lb ul li img {
    transition: all .3s;
}

.s01_lb ul li:hover img {
    transform: scale(1.1);
}


/* section_01 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* section_02 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

.section_02 {
    width: 100%;
    background: url(../images/tzgg.png) no-repeat center;
    overflow: hidden;
    background-size: 100%;
}

.s02_tit {
    width: 1.68rem;
    margin: 0 auto;
    margin-top: .52rem;
    margin-bottom: .4rem;
}

.s02_tit p {
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
}

.s02_tit span {
    font-size: .18rem;
    text-align: center;
    display: block;
    color: #797979;
}

.s02_list {
    width: 100%;
    margin-bottom: .24rem;
}

.s02_list_box {
    width: 100%;
    padding: 0 .5rem;
}

.s02_list_box ul li {
    width: 18%;
    height: 1.67rem;
    overflow: hidden;
    background: url(../images/t1.png) no-repeat center;
    background-size: 100%;
    transition: all .3s;
    margin-top: .05rem;
    border-bottom: 2px solid #b04a39;
}

.s02_list_box ul li div {
    padding: .26rem .2rem;
    position: relative;
}

.s02_list_box ul li div i {
    width: .26rem;
    height: 0.06rem;
    border-radius: .1rem;
    background-color: #cfa972;
    display: block;
}

.s02_list_box ul li div p {
    margin-top: .15rem;
    font-size: .17rem;
}

.s02_list_box ul li div h5 {
    margin-top: .06rem;
    font-size: .15rem;
}

.s02_list_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s02_list_box ul li div span {
    width: .19rem;
    height: .19rem;
    overflow: hidden;
    background: url(../images/tz.png) no-repeat center;
    background-size: 100%;
    display: block;
    margin-top: .15rem;
    position: absolute;
    right: 0.4rem;
}

.s02_list_box ul li:hover {
    transform: translateY(-4px);
}

.s02_list .swiper-pagination {
    bottom: 0rem;
}

.s02_list .swiper-container {
    padding-bottom: .5rem;
}

.s02_list .swiper-pagination-bullet-active {
    width: .13rem;
    height: .13rem;
    border-radius: 100%;
    background-color: #b04a39 !important;
}

.s02_list .swiper-pagination-bullet {
    width: .13rem;
    height: .13rem;
    border-radius: 100%;
    background-color: #dcdcdc;
    opacity: 1;
}


/* section_02 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* section_03 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

.section_03 {
    width: 100%;
    background: url(../images/s03_bg.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.s03_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.s03_box_01,
.s03_box_02 {
    width: 49%;
}

.s03_jzyg {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s03_jzyg_01,
.s03_jzyg_02 {
    width: 48%;
}

.s03_jzyg_01 {
    position: relative;
    height: 4.2rem;
}

.s03_01_time {
    width: 18.237%;
    height: .76rem;
    background-color: rgba(176, 74, 57, .9);
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.s03_01_time span,
.s03_01_time p {
    display: block;
    font-size: .1744rem;
    color: white;
    text-align: center;
    line-height: .26rem;
}

.s03_jzyg_01>a>img {
    width: 100%;
    height: 100%;
}

.s03_01_time span {
    margin-top: .16rem;
}

.s03_jzyg_info {
    font-size: .1526rem;
    color: white;
    position: absolute;
    right: 0rem;
    width: 81.763%;
    height: .35rem;
    bottom: 0rem;
    z-index: 1111;
    white-space: nowrap;
    line-height: .35rem;
    padding-left: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s03_jzyg_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .6;
    right: 0rem;
    z-index: -1;
}

.s03_jzyg_mb {
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0rem;
}

.s03_mb_box {
    padding: 0rem .33rem;
    position: relative;
    z-index: 1111;
}

.s03_mb_box>p {
    margin-top: .7rem;
    font-size: .17rem;
    font-weight: bold;
    color: white;
}

.s03_mb_box .zjr {
    margin-top: .35rem;
}

.zjr,
.sj,
.dd {
    display: flex;
    justify-content: left;
}

.zjr,
.sj,
.dd {
    margin-top: .2rem;
}

.zjr p,
.sj p,
.dd p {
    white-space: nowrap;
    color: white;
    padding-left: .3rem;
    font-size: .15rem;
}

.s03_jzyg_mb::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    top: 0rem;
    content: "";
}

.zjr p {
    background: url(../images/zcr.png) no-repeat left;
    background-size: 21%;
}

.sj p {
    background: url(../images/xsjz_sj.png) no-repeat left;
    height: .24rem;
    background-size: 21%;
}

.dd p {
    background: url(../images/dd.png) no-repeat left;
    height: .24rem;
    background-size: 21%;
}

.zjr span,
.sj span,
.dd span {
    color: white;
    display: block;
    font-size: .15rem;
}

.s03_jzyg_01 .s03_jzyg_mb {
    transition: all .5s;
}

.s03_jzyg_01:hover .s03_jzyg_mb {
    height: 100%;
}

.s03_jzyg_01:hover .s03_01_time,
.s03_jzyg_01:hover .s03_jzyg_info {
    display: none;
}

.s03_02_01 {
    width: 100%;
    background-color: #f1ebe4;
    overflow: hidden;
    height: 2.11rem;
}

.s03_02_01 a {
    display: block;
    padding: 0rem .31rem;
}

.s03_02_01 .zjr,
.s03_02_02 .zjr {
    margin-top: .15rem;
}

.s03_02_01 .sj,
.s03_02_02 .sj {
    margin-top: .15rem;
}

.s03_02_01 .dd,
.s03_02_02 .dd {
    margin-top: .1rem;
}

.s03_02_01 .zjr p,
.s03_02_01 .zjr span,
.s03_02_01 .sj p,
.s03_02_01 .sj span,
.s03_02_01 .dd p,
.s03_02_01 .dd span {
    color: black;
}

.s03_02_01 .zjr p {
    background: url(../images/zjr2.png) no-repeat left;
    background-size: 21%;
}

.s03_02_01 .sj p {
    background: url(../images/sj2.png) no-repeat left;
    background-size: 21%;
}

.s03_02_01 .dd p {
    background: url(../images/dd2.png) no-repeat left;
    background-size: 21%;
}

.s03_02_01>a>p,
.s03_02_02>a>p {
    font-size: .17rem;
    margin-top: .14rem;
}

.s03_02_01 .dd,
.s03_02_02 .dd {
    margin-bottom: .18rem;
}

.s03_02_02 {
    width: 100%;
    background: url(../images/s02_02_02.png) no-repeat center;
    overflow: hidden;
    height: 2.11rem;
}

.s03_02_02 a {
    display: block;
    padding: 0rem .31rem;
}

.s03_02_02>a>p {
    color: white;
}

.s03_02_01:hover .s03_02_01_p,
.s03_02_02:hover .s03_02_02_p {
    font-weight: bold;
}

.s03_xsyg {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s03_xsyg_01,
.s03_xsyg_02 {
    width: 48%;
    height: 4.2rem;
    overflow: hidden;
}

.s03_xsyg_01 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.s03_xsyg_01>a>img {
    width: 100%;
    height: 100%;
}

.s03_xsyg_info {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: .82rem;
}

.s03_xsyg_info::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    left: 0rem;
    bottom: 0rem;
    position: absolute;
}

.s03_day,
.s03_year {
    color: white;
    font-size: .17rem;
    text-align: center;
}

.s03_xsyg_time {
    z-index: 1111;
}

.s03_xsyg_info p {
    color: white;
    font-size: .17rem;
    z-index: 111;
    width: 78%;
    padding-left: .14rem;
    padding-top: .18rem;
}

.s03_xsyg_time {
    padding-top: .18rem;
    /* padding-right: .14rem; */
    width: 18%;
    overflow: hidden;
}

.s03_xsyg_info p::after {
    content: "";
    bottom: .17rem;
    position: absolute;
    border-left: 1px solid white;
    width: 0.02rem;
    height: .47rem;
    left: 80%;
}

.s03_xsyg_02_01 {
    width: 100%;
    background: url(../images/s02_02_02.png) no-repeat center;
    overflow: hidden;
    height: 2.11rem;
}

.s03_xsyg_02_02 {
    width: 100%;
    background-color: #f1ebe4;
    overflow: hidden;
    height: 2.11rem;
}

.s03_xsyg_02_01 a,
.s03_xsyg_02_02 a {
    display: block;
    padding: .48rem .38rem;
    position: relative;
}

.s03_xsyg_02_01 a span,
.s03_xsyg_02_02 a span {
    padding-left: .1rem;
    margin-bottom: .14rem;
    display: block;
    line-height: .23rem;
}

.s03_xsyg_02_01 a span::before {
    content: "";
    width: .08rem;
    height: .12rem;
    background-color: white;
    position: absolute;
    left: .34rem;
    top: 0.52rem;
}

.s03_xsyg_02_01 a {
    color: white;
    line-height: .23rem;
}

.s03_xsyg_02_02 a span::before {
    content: "";
    width: .08rem;
    height: .12rem;
    position: absolute;
    left: .34rem;
    top: 0.52rem;
    background-color: #b04a39;
}

.s03_xsyg_02_01 p,
.s03_xsyg_02_01 span,
.s03_xsyg_02_02 p,
.s03_xsyg_02_02 span {
    transition: all .3s;
    font-size: .17rem;
}

.s03_xsyg_02_01:hover p,
.s03_xsyg_02_01:hover span {
    color: #cfa972;
}

.s03_xsyg_02_02:hover p,
.s03_xsyg_02_02:hover span {
    color: #b04a39;
}

.s03_xsyg_01 img {
    transition: all .5s;
}

.s03_xsyg_01:hover img {
    transform: scale(1.1);
}

.s03_xsyg_01:hover .s03_xsyg_info p {
    font-weight: bold;
}


/* section_03 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* section_04 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

.section_04 {
    width: 100%;
    background: url(../images/s04_bg.png) no-repeat center;
    background-size: 100%;
}

.s04_box {
    display: flex;
    justify-content: space-between;
}

.s04_box_01,
.s04_box_02 {
    width: 48%;
}

.s04_box_01 .s01_tit div p,
.s04_box_01 .s01_tit div span,
.s04_box_02 .s01_tit div p,
.s04_box_02 .s01_tit div span,
.s04_box_01 .s01_tit a,
.s04_box_02 .s01_tit a {
    color: white;
    text-align: center;
}

.s04_box_01 .s01_tit>a, .s04_box_02 .s01_tit>a {
    background: url(../images/morebg_02.png) no-repeat right;
}

.s04_01_list ul li a {
    color: white;
}

.s04_01_list {
    margin-bottom: .55rem;
}

.s04_01_list ul li {
    height: .67rem;
    position: relative;
    margin-top: .19rem;
    transition: all .3s;
}

.s04_01_list ul li a p {
    font-size: .17rem;
}

.s04_01_list ul li a span {
    font-size: .15rem;
    margin-top: .1rem;
    display: block;
}

.s04_01_list ul li a::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    border-bottom: 1px dashed white;
    width: 100%;
}

.s04_01_list ul li:first-child {
    margin-top: 0rem;
}

.s04_01_list ul li:last-child a::after {
    display: none;
}

.s04_01_list ul li:hover p {
    font-weight: bold;
}

.s04_02_list {
    width: 100%;
}

.first_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s04_02_img {
    width: 44%;
    height: 1.75rem;
    overflow: hidden;
}

.s04_02_img img {
    width: 100%;
    height: 100%;
}

.s04_02_info {
    width: 51%;
}

.s04_02_info p {
    color: white;
    font-size: .17rem;
}

.s04_02_info span {
    display: block;
    color: #c5c5c5;
    font-size: .15rem;
    margin-top: .19rem;
}

.s04_02_info div {
    color: white;
    font-size: .15rem;
    margin-top: .4rem;
    text-align: right;
}

.s04_02_a {
    display: flex;
    justify-content: space-between;
    color: white;
}

.s04_02_a p {
    width: 83%;
    font-size: .17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s04_02_a span {
    display: block;
    width: 13%;
    font-size: .15rem;
    text-align: right;
}

.s04_02_list ul li {
    margin-top: .3rem;
}

.s04_02_list ul li:first-child {
    margin-top: 0rem;
}

.s04_02_list ul li img {
    transition: all .3s;
}

.s04_02_list ul li:hover img {
    transform: scale(1.1);
}

.s04_02_list ul li:hover .s04_02_a {
    transform: translateY(-4px);
}

.s04_02_list ul li .s04_02_a {
    transition: all .3s;
}


/* section_04 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* section_05 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

.section_05 {
    background: url(../images/jyhd.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.s05_box_list {
    width: 100%;
    margin-bottom: .65rem;
}

.s05_box_list ul li {
    width: 23%;
    overflow: hidden;
}

.s05_img {
    width: 100%;
    height: 2.01rem;
}

.s05_img img {
    width: 100%;
    height: 100%;
}

.s05_info p {
    font-size: .17rem;
    line-height: .24rem;
    height: .46rem;
    overflow: hidden;
}

.s05_info span {
    font-size: .15rem;
    color: #bababa;
    display: block;
    margin-top: 0.09rem;
}

.s05_info {
    padding: .22rem;
    position: relative;
    background-color: white;
}

.s05_info i {
    display: block;
    font-style: normal;
    font-size: .14rem;
    margin-top: .13rem;
    width: .97rem;
    height: .21rem;
    background-color: #b04a39;
    color: white;
    text-align: center;
    margin-left: 62%;
}

.s05_box_list ul {
    display: flex;
    justify-content: space-between;
}

.s05_box_list ul li {
    transition: all .3s;
}

.s05_box_list ul li:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px;
}


/* section_05 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* section_06 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

.section_06 {
    width: 100%;
    background: url(../images/s06_bg.png) no-repeat center;
    overflow: hidden;
    background-size: 100%;
}

.s06_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .65rem;
}

.s06_l_left,
.s06_l_right,
.s06_l_02 {
    width: 49%;
    overflow: hidden;
}

.s06_l_01 {
    position: relative;
    width: 100%;
    height: 4.76rem;
    overflow: hidden;
}

.s06_l_01 img {
    width: 100%;
    height: 100%;
}

.s06_bq {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    display: block;
    width: 10%;
    height: .58rem;
    border-top-right-radius: .2rem;
    background-color: #b04a39;
    color: white;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    padding-top: .1rem;
    z-index: 1111;
}

.s06_p {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    color: white;
    font-size: .17rem;
    width: 100%;
    line-height: .6rem;
    padding-left: 15%;
    z-index: 11;
}

.s06_p::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    height: .6rem;
    background: linear-gradient(to top, rgb(0 0 0 / 76%), rgb(224 204 204 / 9%));
    z-index: -1;
}

.s06_l_02_box {
    position: relative;
    height: 2.3rem;
}

.s06_l_02_box img {
    width: 100%;
    height: 100%;
}

.s06_l_02_box .s06_bq {
    width: 20%;
}

.s06_l_02_box .s06_p {
    font-size: .16rem;
    line-height: .2rem;
    font-weight: normal;
    padding-left: 25%;
    padding-right: .1rem;
    padding-bottom: .1rem;
}

.s06_l_right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s06_l_02 {
    width: 48%;
    height: 2.3rem;
    overflow: hidden;
    margin-bottom: .17rem;
}

.s06_l_right .s06_l_02:nth-child(3),
.s06_l_right .s06_l_02:nth-child(4) {
    margin-bottom: 0rem;
}

.s06_l_01 img {
    transition: all .5s;
}

.s06_l_01:hover img {
    transform: scale(1.1);
}

.s06_l_02_box img {
    transition: all .5s;
}

.s06_l_02_box:hover img {
    transform: scale(1.1);
}

.s06_l_02_box:hover .s06_p {
    font-weight: bold;
}

.s06_l_01:hover .s06_p {
    font-weight: bold;
}


/* section_06 ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* footer ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */

footer {
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.link_list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .3rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    border-bottom: 1px solid white;
}

select {
    background-color: rgba(0, 0, 0, .1);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    border: none;
    color: white;
    background: url(../images/sl.png) no-repeat right;
    padding-right: .2rem;
}

.link_list select option {
    color: white;
    font-size: .12rem;
    background-color: #cfa972;
    text-align: center;
}

.xn {
    margin-right: .3rem;
    /* width: 50%; */
    text-align: right;
}

.xw {
    margin-left: .3rem;
    /* width: 50%; */
}
.xw select {
    background: url(../images/sl.png) no-repeat left;
}
.link_list select {
    outline: none;
}

.f_xx p {
    color: white;
    font-size: .14rem;
    line-height: .3rem;
}

.f_info {
    margin-top: .2rem;
}

.f_xx {
    margin-top: .27rem;
    padding-bottom: .3rem;
}

.sc_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evm_01 p {
    text-align: center;
    color: white;
    font-size: .16rem;
}

.top_nav div {
    padding-left: .04rem;
}


/* footer ----------  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ */

.static_bg {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.static_bg img {
    display: block;
    width: 100%;
    /* max-width: 19.2rem; */
    margin: 0 auto;
}

.teacher-center {
    background: url("../images/news_bg.png") center top no-repeat;
    position: relative;
}

.teacher-center-box-left {
    background-color: #b04a39;
    text-align: center;
    /* line-height: 1.06rem; */
    float: left;
    margin-top: -0.38rem;
    width: 20%;
    height: 100%;
}

.teacher-center-box-left h2 {
    /* width: 2.96rem; */
    /* height: 1.06rem; */
    color: white;
    font-size: 0.22rem;
    font-weight: bold;
    /* white-space: nowrap; */
    margin-top: 0.5rem;
    margin-bottom: .5rem;
    /* margin: auto 0; */
    text-align: center;
}

.teacher-nav {
    background-color: white;
    padding-top: .15rem;
    padding-bottom: .10rem;
    display: block;
}

.teacher-nav>li {
    /* height: .65rem; */
    text-align: center;
    line-height: .56rem;
}

.teacher-nav li a {
    font-size: .15rem;
}

.teacher-nav>li:hover {
    background-color: rgb(184 55 55);
}
.teacher-nav>li.on>ul>li:hover{
    background-color: rgb(167 167 167);
}
.teacher-nav>li:hover>a{
    color: white;
    
}
  .teacher-nav>li.on>ul>li:hover a{
      color:white;
  }
.teacher-center-box-right {
    float: right;
    width: 80%;
}

.location {
    margin-top: -2.3%;
    position: relative;
    z-index: 1111;
    font-size: .17rem;
}
.location a,.location span{
    font-size:.17rem;
}

.location span {
    margin-left: .1rem;
    z-index: 1111;
    font-weight: bold;
}

.location a {
    z-index: 111;
}

.opcity-bg {
    background-color: rgb(238, 238, 238);
    opacity: 0.4;
    margin-top: -2.9%;
    width: 100%;
    float: left;
    height: .39rem;
}

.teacher-list {
    width: 100%;
    margin-top: .1rem;
}

.teacher-list>.human-infor>ul {
    padding-bottom: .3rem;
}

.teacher-list>.human-infor>ul>li {
    padding-top: .5rem;
    margin-left: .36rem;
    margin-bottom: .27rem;
}

.teacher-list>.human-infor>ul>li>div {
    width: 4.6rem;
}

.teacher-list>.human-infor>ul>li>.human-infor-container>.infor-box>.message {
    width: 2.65rem;
}

.search-list>ul>li {
    /* padding-top: .18rem; */
    /* padding-bottom: .18rem; */
    border: 1px solid rgb(223, 223, 223);
    margin-top: .2rem;
}

.search-list>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}

.search-list>ul>li>a:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px;
    transform: scale(1) translateY(-3px);
    background-color: white;
}

.search-list li .search-date p {
    font-size: .27rem;
    line-height: 0.48rem;
    /* border-radius: 5px 5px 0px 0px; */
    position: relative;
    background-color: #b04a39;
    color: white;
    font-family: "?ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“1?-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡?ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°?o-??-ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©?ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“_GBK.TTF";
}

.search-date span {
    font-size: .18rem;
    position: relative;
    line-height: .52rem;
    /* border-radius: 5px 5px 0px 0px; */
    /* display: block; */
}

.search-date {
    background-color: rgb(236, 236, 236);
    width: .9rem;
    height: .93rem;
    text-align: center;
    /* margin-left: .3rem; */
    color: black;
    /* border-radius: 0px 0px 5px 5px; */
    transition: all 0.3s ease 0s;
}

.background-images img {
    width: 100%;
    height: 8.41rem;
}

.search-list-tit {
    display: block;
    margin-left: .68rem;
    height: .41rem;
    font-size: .14rem;
    line-height: 25px;
    color: black;
    margin-top: .02rem;
    transition: all 0.3s ease 0s;
}

.search-last-text {
    overflow: hidden;
    padding-top: .1rem;
}

.search-last-text h1 {
    font-size: .22rem;
    font-weight: normal;
    padding-left: .24rem;
    color: rgb(9, 9, 9);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 800px;
}

.search-last-text p {
    font-size: .17rem;
    line-height: 22px;
    color: rgb(118, 118, 118);
    margin-top: .1rem;
    text-indent: 2em;
    overflow: hidden;
    height: .44rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-list {
    margin-left: .18rem;
    margin-top: .2rem;
    margin-bottom: .12rem;
    min-height: 450px;
}

.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: .3rem;
    line-height: 1;
    margin-top: .2rem;
    color: rgb(9, 9, 9);
    text-align: center;
}

.value-tit-p {
    font-size: .14rem;
    line-height: 40px;
    background-color: rgb(244, 244, 244);
    color: rgb(118, 118, 118);
    text-align: center;
    text-indent: 2em;
    margin-top: .15rem;
}

.search-right {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: .0rem .3rem .5rem;
    min-height: 500px;
    margin-top: .22rem;
    margin-left: .41rem;
}

.value-tit-p span {
    display: inline-block;
    margin: 0px 0.08rem;
}

.value-text p {
    font-size: .16rem;
    color: black;
    margin-top: .3rem;
    /* text-indent: 2em; */
    /* text-align: center; */
}

.value-text-link {
    margin-top: .42rem;
}

.value-text-link a {
    margin: .3rem 0px;
    color: rgb(103, 103, 103);
    font-size: .16rem;
}

.value-text-link div {
    margin: .15rem 0px;
}

.value-text-link a:hover {
    color: #b04a39;
}

.nav-item:hover a {
    color: white;
}

.nav-item .subNav li {
    transition: all .3s;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
}

.nav ul>.nav-item>a:hover:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    left: 0;
    bottom: 0;
}

.nt_hd>.tempWrap {
    height: 3.83rem !important;
}

.team-list .first {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-top: .24rem;
}

.team-list .first h1 {
    font-size: .17rem;
    font-weight: bold;
    color: #333;
}

.search-list2 {
    margin-left: .18rem;
    margin-top: .2rem;
    margin-bottom: .12rem;
}

.search-list2 team-list ul li {
    float: left;
    width: 33%;
    padding: .18rem 0;
    transition: all .3s;
}

.team-list li h1 {
    font-size: .16rem;
    padding: 0px .14rem;
    border-left: 4px solid #b04a39;
}

.logo2 {
    width: 4.84rem;
    position: absolute;
    left: -2px;
    overflow: hidden;
    font-size: 0;
    top: .31rem;
    transition: all .3s;
}

.teacher-nav li.on>a {
    background: #b04a39;
    color: #fff;
    width: 100%;
    height: 82%;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.teacher-nav li.on ul li.on>a{
    background: #a3a3a3f5;
    color: #fff;
    width: 100%;
    height: 82%;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.teacher-nav li.on ul{
    display:block;
}
.teacher-nav li.on ul li{
    width: 96%;
    margin: 0 auto;
    background: #e9e9e9;
    white-space: nowrap;
}
.teacher-nav>li>ul{
    display:none;
}
.nav-btn {
    display: none;
}

.phone_nav {
    display: none;
}

.nav-btn {
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
    display: none;
}

.nav-btn .icon-bar-nav {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
}

.nav-btn .icon-bar-nav+.icon-bar-nav {
    margin-top: 3px;
}


/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */

.phone_nav {
    display: none;
}


/* ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */


/* .phone_nav{display: block;} */

.phone_nav {
    background: #b04a39;
    padding: 0 2%;
    position: absolute;
    z-index: 111111111;
    right: 0rem;
    width: 40%;
    top: 10%;
}

.phone_nav>ul>li {
    border-bottom: solid #fff 1px;
}

.phone_nav>ul>li>a {
    color: #fff;
    line-height: 35px;
}


/* .phone_nav>ul>li>ul{display: none;} */

.phone_nav>ul>li {
    position: relative;
}

.phone_nav>ul>.has_sub:after {
    content: "+";
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 0;
    line-height: 30px;
}

.phone_nav>ul>li>ul {
    padding-left: 10px;
    display: none;
}

.phone_nav>ul>li>ul>li>a {
    line-height: 30px;
    color: #fff;
}

.main-list{
    margin-top: 40px;
    min-height: 1000px;
}
.main-list .list-box{
    
}
.main-list .list-box>ul{

}
.main-list .list-box>ul>li{
    background: #fff;
    padding: 10px;
    margin: 15px 0;
min-height: 167px;
}
.main-list .list-box>ul>li>a{
    display: block;
    float: right;
    width: 710px;
}
.main-list .list-box>ul>li>img{
    width: 171px;
    max-height: 256px;
}
.main-list .list-box>ul>li>a>p{
    color: #01498c;
    font-size: 26px;
}
.main-list .list-box>ul>li>a>div{
    margin: 4px 0;
}
.main-list .list-box>ul>li>a>div>span,.main-list .list-box>ul>li>a>div>i{
    background: url(../C-images/author.png) no-repeat left center;
    padding: 4px 21px;
    font-size: 14px;
    color: #676767;
    display: inline-block;
}
.main-list .list-box>ul>li>a>div>i{
    background: url(../C-images/clock.png) no-repeat left center;
    margin-left: 50px;
}
.main-list .list-box>ul>li>a>span{
    color:#3e3e3e;
    font-size: 20px;
    display: block;
    text-indent: 2em;
    letter-spacing: 2px;
    margin-top: .3rem;
    line-height: .5rem;
}
.list_page{
  margin-left: 0.4rem;
}
.text_page li{
  margin-bottom: .2rem;
  padding-bottom: .2rem;
  border-bottom: 1px dashed #666666;
  transition: all .3s;
}
.text_page li:hover{
  transform: translateY(-3px);
}
.text_page li a{
  display: flex;
  justify-content: start;
  padding: .17rem 0;
}
.text_page li:hover a{
  background: url(../img/text_bg.png)no-repeat left top;
  border-bottom-right-radius: .3rem;
}
.text_page li a div{
  border-right: 1px solid #009e96;
  padding: 0 .2rem;
  margin-right: .2rem;
  font-family: "FZTYSK";
  text-align: right;
}
.text_page li a div span{
  color: #7d7d7d;
  font-size: 0.167rem;
  display: block;
  line-height: 0.3rem;
}
.text_page li a div p{
  font-size: 0.25rem;
  color: #009e96;
  line-height: 0.37rem;
}
.p_page li a div{
  border-right: none;
  border-top: 3px solid #13b5b1;
}
.p_page li:hover a {
  background: none;
}

.p_page li img{
  margin-right: .3rem;
  display: inline-block;
  width: 2.5rem;
  height: 1.6rem;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ§Ã‚Â¿Ã‚Â»ÃƒÂ©Ã‚Â¡Ã‚Âµ2 */
.text_page2 li{
  transition: all .3s;
}
.text_page2 li a span{
  float: right;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.43rem;
}
.text_page2 li a{
  display: block;
}
.text_page2 li a p{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.43rem;
}
.text_page2 li:hover{
  transform: translateY(-3px);
}
.text_page2 li:hover a p{
  color: #00559e;
}
.text_page2 li{
  padding-left: .25rem;
}
.text_page2 li:nth-child(odd){
  background: #f3f3f3;
}
.teacher{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.teacher li{
  width: 25%;
  text-align: center;
  margin-bottom: .4rem;
  transition: all .3s;
}
.teacher li:hover{
  transform: translateY(-3px);
}
.teacher li:hover img{
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.2);
}
.teacher li a{
  display: block;
}
.teacher li a div{
  width: 2rem;
  margin: 0 auto;
  height: 2.6rem;
}
.teacher li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.teacher li a p{
  width: 2rem;
  color: #333333;
  font-size: 0.194rem;
  line-height: .25rem;
  border-bottom: 1px solid #808080;
  margin: 0 auto;
  padding: .15rem 0;
}
.teacher li a span{
  background: #fff;
  color: #808080;
  font-size: 0.152rem;
  padding: 0 3px;
  margin: 0 auto;
  margin-top: -0.12rem;
  display: table;
}
.dqzz_title{
  font-size: 0.2rem;
  color: #666666;
  padding-bottom: .15rem;
  border-bottom: 1px solid #b04a39;
}
.dqzz1,.dqzz2 {
  padding: 0.38rem 0;
}
.dqzz2 ul{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.dqzz2 ul li{
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.dqzz2 ul li a{
  font-size: 0.16rem;
  color: #666;
  line-height: .4rem;
  padding: 0 0.24rem;
  border-left: 2px solid #b04a39;
  display: block;
}
.dqzz2 ul li a:hover{
  background: #b04a39;
    color:white;
}
.ld {
    width: 100%;
}

.search-list .ld ul li:hover {
    transform: none;
    box-shadow: none;
}

.ld_img {
    width: 2.25rem;
    height: 2.8rem;
    /* border: 1px solid; */
    text-align: center;
    margin: 0 auto;
}

.ld_img img {
    width: 100%;
    height: 100%;
}

.ld ul li p {
    font-size: .18rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: .1rem;
}

.ld ul li span {
    font-size: .16rem;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: .1rem;
}

.ld_zy {
    font-size: .15rem;
    width: 100%;
    margin-top: .1rem;
    text-align: center;
}

.ld a {
    width: 100%;
    display: block;
}

.ld li {
    width: 100%;
    margin-top: .5rem;
}

 

.ld li {
    width: 35%;
}

 
.ld ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.f_by img {
    width: 100%;
    height: 100%;
}