.header {

}

body {        
    /* background: #0a81c3; */
}

.header .head-bg {
    background: url(http://www.hunan.gov.cn/hnszf/xhtml/img/icon_top_furonghua.png) #10568a center top no-repeat;
    color: #fff;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {   
    background: #f6f6f6;
}

.content-wrap {    
    margin: 0 auto; 
    padding: 0;
    /* max-width: 500px; */
    /* width: calc(100% - 40px); */
    /* min-height: 500px; */
    padding-top: 10px;
    height: auto;
}

.content {
    /* position: relative; */
    /* min-height: 500px; */
    /* margin-right: 380px; */
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
    height: auto;
}

.user-box {
    height: auto;
    overflow: hidden;
    width: 100%;    
    flex-direction: row;
}

.school-type {
    width:100%;
    height: 40px;
    line-height:40px;
    font-size: 16px;
    font-weight: bold; 
    text-align: center;
    background-color: #0a81c3;
    color: #fff;
    border-radius: 4px;
}

.zg {
    background-color:#6899f5;
}
/* 
@media (min-width: 768px){
	.container{
		width:750px;
	}
}

@media (min-width: 992px){
	.container{
		width:970px;
	}
} */

.user-content {
    width: 266px;
    margin: 5px;
    height: 40px;
    text-align: center;
    /* align-items: center; */
    float: left;    
}

@media (max-width: 500px) {
    .user-content {
        width: calc(100% - 10px);
        margin: 5px;
        height: 40px;
        text-align: center;
        /* align-items: center; */
        float: left;    
    }
}

.user-content .user-name {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #0a81c3;
    border-radius: 6px;
}

.user-content .user-name  a{
    color: #fff;
}

.user-content .zg-school {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color:#6899f5;
    border-radius: 6px;
}

.user-content .zg-school  a{
    color: #fff;
}

.footer {
    clear: both;
    padding: 24px 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #74acd6;
    background-color: #10568a;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 10%);
}