.home_tabs{
    box-sizing: border-box;
    padding: 0 80px;
}
.home_tabs_btn{
   position: relative;
   padding: 10px 0;
   font-size:16px;
   font-family:Source Han Sans SC;
   font-weight:400;
   line-height:22px;
   color:rgba(38,38,38,1);
}
.home_tabs_btn.active{
   color:rgba(40,178,139,1);
}
.home_tabs_btn.active::after{
   position: absolute;
   content: "";
   width:24px;
   height:2px;
   background:rgba(40,178,139,1);
   bottom: 0;
   left: 50%;
   margin-left: -12px;
}
.home_tabs_body{
    display: none;
}
.home_tabs_body.active{
    display: block;
}
.person_item{
    display:block;
    box-sizing:border-box;
    margin-top:15px;
    padding:20px 15px;
    background:#fff;
}
.person_img{
    width:66px;
    height:88px;
}
.person_img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.person_right{
    width:-webkit-calc(100% - 66px);
    width:calc(100% - 66px);
    box-sizing:border-box;
    padding-left:10px;
    vertical-align: top;
}
.person_top{
    padding-bottom:16px;
    border-bottom:1px solid rgba(242,242,242,1);
}
.person_text1{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:20px;
    color:rgba(7,36,71,1);
}
.person_text2{
    font-size:0.14rem;
    margin-top:4px;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(40,178,139,1);
}
.person_text3{
    margin-top:4px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(4,13,46,1);
}
.person_content{
    padding-top:13px;
}
.person_content pre{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:24px;
    color:rgba(4,13,46,1);
}

.promotion_item{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-top: 16px;
}
div>.promotion_item:nth-child(2n){
    margin-right: 0;
}
.promotion_img_wrapper{
    min-height: 50px;
    border-radius: 4px;
    overflow: hidden;
}
.promotion_img_wrapper img{
    width: 100%;
}
.promotion_name{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:22px;
    color:rgba(38,38,38,0.75);
    text-align: center;
    padding-top: 16px;
}
.c_d_green{
    color: rgba(40,178,139,1);
}
a.c_d_green:hover{
    color: rgba(40,178,139,1);
}
.units_row{
    display: block;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
}
.units_row>div{
    line-height: 20px;
    margin-top: 8px;
}
.units_row>div:first-child{
    margin-top: 0;
}
.dir_zone_list {
    padding: 15px;
    border-top: 1px solid rgba(246, 250, 255, 1);
    border-bottom: 1px solid rgba(246, 250, 255, 1);
    margin-top: 10px;
    background: #fff;
}
div>.dir_zone_list:first-child{
    margin-top: 0;
}
.dir_table_name {
    color: #262626;
    font-weight: bold;
    font-size: 0.16rem;
    letter-spacing: 1px;
}
.dir_tab_row {
    font-size: 0;
}
.dir_tab_label {
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    line-height: 20px;
    font-size: 0.14rem;
    width: 85px;
    text-align: right;
}
.dir_tab_info {
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    line-height: 20px;
    font-size: 0.14rem;
    padding-left: 10px;
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
}
.organizing_bg{
    background-image: url(../image/student/organizing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment:fixed
}
.o_title{
    margin-top: 24px;
    font-size:0.24rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:33px;
    color:rgba(255,253,242,1);
    text-align: center;
}
div>.o_body:first-child{
    margin-top: 0;
}
.o_body{
    margin-top: 10px;
}
.o_c_row.c_o_yellow,.c_o_yellow{
   color: #F5D105; 
   font-weight: 400;
}
.o_body .o_c_row:first-child{
    margin-top: 0;
}
.o_c_row{
    position: relative;
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:normal;
    line-height:30px;
    /* margin-top: 10px; */
    color:rgba(255,255,255,1);
}
.o_c_row.o_dot{
    padding-left: 16px;
}
.o_c_row.o_dot::before{
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg); 
}
.mt_24{
    margin-top: 24px;
}
.mt_20{
    margin-top: 20px;
}
.p_o_btn{
    width:40%;
    height:40px;
    opacity:1;
    border-radius:20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.p_o_btn1{
    background:rgba(255,216,67,1);
}
.p_o_btn2{
    background:rgba(40,178,139,1);
}
