.main1 .top_box{
    display: flex;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.03rem 0.15rem 0 #0000001a;
    padding: 0.35rem 0.5rem 0.54rem 0.37rem;
    border-radius: 0.18rem;
    box-sizing: border-box;
}
.main1 .top_box .img_box{
    width: 1.8rem;
}
.main1 .top_box .news_imgs{
    width: 100%;
    height: 2.18rem;
    border-radius: 0.18rem;
    overflow: hidden;
    margin-bottom: 0.19rem;
}
.main1 .top_box .news_imgs img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.main1 .top_box .img_box .word_btn{
    color: #fff;
    background-color: #773334;
    font-size: 0.16rem;
    border-radius: 0.04rem;
    text-align: center;
    padding: 0.08rem 0;
    cursor: pointer;
}
.main1 .top_box .con{
    width: calc(100% - 1.8rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
}

.main1 .info_box>div{
    width: 100%;
    box-sizing: border-box;
}
.main1 .info_box .box01{
    display: flex;
    padding-top: 0.18rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #EAEAEA;
}
.main1 .info_box .box01 .left_ff{
    width: 50%;
    padding-right: 0.4rem;
    border-right: 0.01rem solid #EAEAEA;
}
.main1 .info_box .box01 .right_ff{
    width: 50%;
    padding-left: 0.4rem;
}
.main1 .info_box .news_title{
    font-size: 0.4rem;
    font-weight: bold;
    color: #773334;
    margin-bottom: 0.27rem;
}
.main1 .info_box .title,
.main1 .info_box .ff{
    font-size: 0.16rem;
    color: #333333;
    font-family:"SourceHanSansCN-Regular";
    line-height: 2;
    word-break:break-word;
}
.main1 .info_box .left_ff .news_ff{
    display:flex;
}
.main1 .info_box .left_ff .news_ff>.ff{
    float: left;
}
.main1 .info_box .left_ff .news_ff>.f5{
    position: relative;
    padding-right: 0.14rem;
    margin-right: 0.14rem;
    flex-shrink:0;
}
.main1 .info_box .left_ff .news_ff>.f5::after{
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0.08rem;
    display: block;
    width: 0.01rem;
    height: 0.16rem;
    background-color: #EAEAEA;
}
.main1 .info_box .txt{
    display: flex;align-items: center;
}
.main1 .info_box .title{
    flex-shrink:0;
    margin-right: 0.15rem;
}
.main1 .info_box .txt .text>div{
    float: left;
    margin: 0 0.05rem;
}
.main1 .info_box .txt.txt1 .title{background: url(images/kyjg.svg) no-repeat left 0.08rem / 0.13rem auto;padding-left:0.23rem;}
.main1 .info_box .txt.txt2 .title{background: url(images/z_icon01.svg) no-repeat left 0.06rem / 0.11rem auto;padding-left:0.23rem;}
.main1 .info_box .txt.txt3 .title{background: url(images/mail.svg) no-repeat left 0.1rem / 0.14rem auto;padding-left:0.23rem;}
.main1 .info_box .txt.txt4 .title{background: url(images/z_icon02.svg) no-repeat left 0.06rem / 0.14rem auto;padding-left:0.23rem;}

.main1 .info_box .box02{
    padding-top: 0.4rem;
}
.main1 .info_box .box02 .txt .text .ff,
.main1 .info_box .box02 .txt .text .ff p,
.main1 .info_box .box02 .txt .text .ff span,
.main1 .info_box .box02 .txt .text .ff font{
    font-size:0.16rem !important;    text-align: justify;
}

/* word_window */
.word_window{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    
    opacity: 0;
    transform: translateX(-40%) scale(0);
    transition: 0.4s;
}
.word_window.showSelf{
    opacity: 1;
    transform: translateX(0) scale(1);
}

.word_window .word_box{
    position: relative;
    left: 20vw;
    top: 25vh;
    width: 60vw;
    height: 50vh;
    background-color: #ffffff;
    border-radius: 0.18rem;
    box-shadow: 0 0.03rem 0.15rem 0 #0000001a;
    box-sizing: border-box;
    overflow: hidden;
}
.word_window .close_box{
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.2rem 0.2rem 0 auto;
    cursor: pointer;
}
.word_window .close_btn{
    width: 100%;
    height: 100%;
    background-color: #773334;
    -webkit-clip-path: polygon(10% 0, 0 10%, 40% 50%, 0 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0, 50% 40%);
    clip-path: polygon(10% 0, 0 10%, 40% 50%, 0 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0, 50% 40%);
}
.word_window .word_wrap{overflow:scroll;height:100%;}
.word_window .word_con{
    padding: 0.1rem 0.5rem 0.5rem;
    font-family:"SourceHanSansCN-Regular";
}
.word_window .word_con,
.word_window .word_con p,
.word_window .word_con span,
.word_window .word_con font{
    font-size: 0.16rem !important;
    line-height: 1.75 !important;
}
/* tab_box */
.teacher_left{flex-direction:column;}
.tab_box{margin-top:0.55rem;}
.tab_box .mainbox{
    background-color: #fff;
    box-shadow: 0 0.03rem 0.15rem 0 #0000001a;
    padding: 0.3rem 0.6rem 0.5rem;
    border-radius: 0 0 0.18rem 0.18rem;
    box-sizing: border-box;
}
@media screen and (max-width:767px){
    .main1 .info_box .box01{flex-direction:column;}
    .main1 .info_box .box01 .left_ff,
    .main1 .info_box .box01 .right_ff{
        width:100%;
        padding:0;
        border:none;
    }
}
@media screen and (max-width:479px){
.main1 .top_box .img_box{flex:0  0 1.5rem;}
    .main1 .info_box .news_title{font-size:20px;}
    .word_window .word_box{
        width:80vw;
        left:10vw;
    }
    .main1 .top_box,.tab_box .mainbox{
         /* flex-direction:column; */
         padding: 0.35rem  0.2rem  0.54rem 0.2rem;
    }
    .main1 .top_box .con{
        /* width:100%; */
        padding-left: 0.2rem;
        /* padding-left:0; */
        flex: 1;
    }

    .main1 .info_box .title, .main1 .info_box .ff{
        font-size:14px;;
    }
    main1 .info_box .title, .main1 .info_box .ff{font-size: 13px;}
.main1 .info_box .txt .title{background-size: 13px !important;padding-left: 18px !important;background-position: 0px 6px!important;}
    .main1 .info_box .left_ff .news_ff,.main1 .info_box .right_ff .txt{flex-wrap:wrap;}
.main1 .info_box .box02 .txt .text .ff p{font-size:14px !important;}
}