@charset "UTF-8";
/* CSS Document */
header .top_nav ul li.aboutaNav{
    line-height: 40px;
    background:url(../images/header_nav_about_hover.png) no-repeat;
    background-size: 36px;
    padding-left: 45px;
    background-position: left center;
    font-size: 18px;
    font-weight: 900;
}


/*title*/
.con_box{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 160px;
}
img{
    width: 100%;
}


.doorbox{
    width: 600px;
    margin: 0 auto;
    
}
.doorbox ul{
    display: flex;
    justify-content: space-between;
}
.doorbox ul li{
    color: #999;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}
.doorbox ul li:hover{
   color: #333;
}




.content{
    margin-top: 100px;
}

.content h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

.content .conleft{
    width: 720px;
    float: left;
}
.content p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: justify;
}
.content .conright{
    width: 430px;
    float: right;
}
.pcimg{
    display: block;
    margin-top: 50px;
}
.phoneimg{
    display: none;
}
.tuan{
    margin-top: 80px;
}
.tuan ul li{
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
   
}
.tuan ul li span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    float: left;
}
.tuan ul.tuan02 li strong{
    float: left;
    width: 500px;
}
.tuan ul.tuan01{
    width: 480px;
    float: left;
}
.tuan ul.tuan01 li{
    margin-bottom: 20px;
}
.tuan ul.tuan02{
    width: 690px;
    /*padding-left: 60px;
    border-left: 1px solid #ccc;*/
    float: right;
}
.shuxian{
    width: 1px;
    background-color: #ccc;
    height: 280px;
    float: left;
    margin-top: 20px;
    margin-left: 90px;
}
.tuan ul.tuan02 li{
    margin-bottom: 20px;
}

.tuanduititle{
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.tuandui{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tuandui ul{
    width: 43%;
}
.tuandui h5{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.content .tuandui p{
    margin-bottom: 20px;
}
.content .tuandui p span{
    font-size: 14px;
    font-weight: bold;
}

/*学委会*/

.title h3{
    text-align: right;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.member01{
    width: 190px;
    float: left;
    
}
.member02{
    width: 260px;
    float: right;
    
}
.member p{
    font-size: 12px;
    text-align: right;
    margin-bottom: 16px;
}
.member p span{
    font-size: 16px;
    font-weight: bold;
}
.member p strong{
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
.member01{
    margin-right: 40px;
}

@media (max-width:813px){
    .con_box{
        width: 90%;
        margin: 0 auto;
        padding: 0px;
        padding-top: 6rem;
    }

    .doorbox{
        width: 90%;
        margin: 0 auto;
        
    }
    .doorbox ul{
        display: flex;
        justify-content: space-between;
    }
    .doorbox ul li{
        color: #999;
        font-size: 1.8rem;
        font-weight: bold;
        cursor: pointer;
    }

    .doorbox ul li:hover{
        color: #999;
    }

    .content{
        margin-top: 4rem;
    }
    .content h1{
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    .content .conleft{
        width: 100%;
        float: none;
        margin-bottom: 2rem;
    }
    .content p {
        color: #333;
        font-size: 1rem;
        line-height: 1.8rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .content .conright{
        width: 100%;
        float: none;
    }
        
    .pcimg{
        display: none;
    }
    .phoneimg{
        display: block;
        margin-bottom: 3rem;
    }
    .tuan{
        margin-top: 4rem;
    }
    .tuan ul li{
        font-size: 1rem;
        line-height: 1.8rem;
        color: #333;
        font-weight: normal;
       
    }
    .tuan ul li span{
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 40%;
        float: left;
    }
    .tuan ul.tuan01 li strong{
        float: right;
        width: 54%;
    }
    .tuan ul.tuan02 li strong{
        float: right;
        width: 54%;
    }
    .tuan ul.tuan01{
        width: 100%;
        float: none;
    }
    .tuan ul.tuan01 li{
        margin-bottom: 1rem;
    }
    .tuan ul.tuan02{
        width: 100%;
        /*padding-left: 60px;
        border-left: 1px solid #ccc;*/
        float: none;
    }
    .shuxian{

        display: none;
    }
    .tuan ul.tuan02 li{
        margin-bottom: 1rem;
    }
        
    .tuanduititle{
        margin-top: 3rem;
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }

    .tuandui{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tuandui ul{
        width: 100%;
    }
    .tuandui h5{
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 2rem;
    }
    .content .tuandui p{
        margin-bottom: 20px;
    }
    .content .tuandui p span{
        font-size: 1rem;
        font-weight: bold;
    }






    .title h3{
        text-align: right;
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 3rem;
        margin-top: 4rem;
    }
    .member01{
        width: 100%;
        float: none;
        
    }
    .member02{
        width: 100%;
        float: none;
        
    }
    .member p{
        font-size: 0.9rem;
        text-align: right;
        margin-bottom: 2rem;
    }
    .member p span{
        font-size: 1.2rem;
        font-weight: bold;
    }
    .member p strong{
        margin-left: 20px;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1rem;
    }
    .member01{
        margin-right: 60px;
}






}




@media (min-width: 600px) and (max-width: 813px){
    
}













