body {
    max-width: 19.20rem;
    max-height: 10.80rem;
    width: 100%;
    margin: auto;
    font-family: 'PingFang SC', 'Courier New', 'Lucida Console', Consolas, 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
}

.index {
    position: relative;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_center{
    justify-content: center;
}

.index img {
    width: 100%;
}

.view .ul {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view .ul .item {
    margin: 0 0.2rem;
    cursor: pointer;
}

.view .ul .item img {
    width: 4.42rem;
}

.view .ul0 {
    top: 5.10rem;
}

.view .ul1 {
    top: 6.50rem;
}

.view.ul2 {
    top: 7.90rem;
}

.small {
    width: 100%;
}

.header {
    position: absolute;
    top: 0.6rem;
    border-bottom: 1px solid #08408e;
    width: 18rem;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .h_search .layui-icon {
    font-size: 0.3rem;
}

.header .h_search .back img {
    width: 1.75rem;
}

.header .h_search input {
    padding-left: 0.54rem;
    height: 0.52rem;
    font-size: 0.3rem;
    width: 2rem;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0.06rem;
}

.header .h_search .layui-input-prefix {
    line-height: 1.8;
}

.h_search .layui-input-wrap {
    display: flex;
}

.h_search .layui-input-wrap span {
    color: #fff;
    background: #08408e;
    cursor: pointer;
    width: 1rem;
    text-align: center;
    border-radius: 0.07rem;
    margin-left: 0.1rem;
    font-size: 0.24rem;
}

.header .h_center {
    color: #08408e;
    font-size: 0.48rem;
    font-weight: bold;
}

.content {
    position: absolute;
    top: 2rem;
    left: 0;
    width: calc(19.2rem - 1.2rem);
    right: 0;
    z-index: 100;
    margin: auto;
    height: 8rem;
    overflow-y: auto;
    cursor: grab;
}

.content::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.content * {
    font-size: 0.3rem;
    line-height: 1.6;
    font-family: 'Hei font';
    color: #222222;
}

.content .img_list {
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    width: 100%; /* 确保容器宽度占满父元素 */
}

.content .img_list .img_item {
    flex: 0 0 calc(100% / 6); /* 使每个子元素平均分配空间 */
    box-sizing: border-box; /* 确保内边距和边框不会影响宽度计算 */
    text-align: center;
    margin: 0.2rem 0 0.4rem 0;
}

.content .img_list .img_item .img {
    width: 1.8rem;
    height: 2.7rem;
    border-radius: 0.05rem;
    background: #1e9fff;
    margin: auto;
}

.content .img_list .img_item img {
    width: 1.6rem;
    height: 2.5rem;

}

.content .img_list .img_item .name {
    font-size: 0.3rem;
    line-height: 0.6rem;
}

.content .img_list .img_item .time {
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.leader_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.3rem;
}

.leader_list .leader_item {
    flex: 0 0 calc(100% / 12);
    margin-bottom: 0.1rem;
}

.leader_list .leader_item a {
    font-size: 0.3rem;
    line-height: 1.6;
    width: 0.92rem;
    display: inline-block;
    text-align-last: justify;
}

.c_small {
    margin: 0 auto 0.4rem auto;
    font-size: 0.3rem;
    text-align: center;
}
.c_time {
    margin: auto;
    font-size: 0.3rem;
    text-align: center;
}
.c_title{
    font-size: 0.36rem;
    text-align: center;
    margin: auto;
    color: #000;
}
.student .c_title{
    text-align: left;
}
.student .student_name{
    margin: 0.1rem 0 0.3rem 0;
}
.student .b{
    width: 100%;
    height: 6rem;
    overflow: hidden;
    margin-bottom: 0.12rem;
}
.student .b img{
    width: 100%;
    height: 100%;
}
.student .leader_list{
    padding-left: 0.6rem;
}



