html {
    font-size: 16px;
}

body {
    position: relative;
}

ul, li {
    list-style: none;
}
ul {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #efeff4;
}

header .logo {
    width: 23%;
    height: 50px;
    display: flex;
    align-items: center;
}

header .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

header .logo img {
    height: 100%;
}

.menuBox {
    width: 200px;
    height: 100vh;

    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    background-color: #fff;
    transition: 0.5s;
    transform: translateX(100%);
}

.active {
    transform: translateX(0)
}

.slThead {
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    line-height: 50px;
}

.slThead .logo {
    width: 42px;
    height: 42px;
    margin-top: 4px;
    margin-left: 4px;
}

.slThead a {
    width: 100%;
    height: 100%;
}

.slThead img {
    width: 100%;
}

.menuBox .layui-nav {
    background-color: #fff;
}

.menuBox .layui-nav .layui-nav-item {
    width: 90%;
    border-radius: 2px;
    background-color: #FFF;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.menuBox .layui-nav .layui-nav-item a {
    margin: 10px auto;
    font-size: 15px;
    color: #000;
    background-color: #F5F5F5;
    padding-top: 0;
}

.menuBox .layui-nav .layui-nav-item.layui-this a,
.menuBox .layui-nav .layui-nav-item:hover a {
    background-color: #0072E2;
    color: #fff;
}

.main {
    width: 100%;
    padding: 50px 10px 0;
    box-sizing: border-box;
    background-color: #fff;

}

.eills1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.eills2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 公共列表 */
.common-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.common-title h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}

.common-title h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #0072E2;
}

.common-title a {
    font-size: 14px;
    color: #A6A9B8;
    line-height: 32px;
}

.common-title a .mui-icon {
    font-size: 18px;
}

.newsBox {
    padding-bottom: 20px;
}

.common-list {
    width: 100%;
}

.common-list > a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
}

.common-list > a .fmImg {
    width: 105px;
    height: 70px;
    margin-right: 10px;
    position: relative;
}

.common-list > a .fmImg .tag {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 2px 5px;
}

.common-list > a .fmImg img {
    width: 100%;
    height: 100%;
}

.common-list > a .textBox {
    width: 67%;
}

.common-list > a .textBox .title {
    margin-top: 2px;
    font-size: 14px;
    height: 34px;
    margin-bottom: 18px;
    line-height: 18px;
    color: #222222;
}

.common-list > a .textBox .bot {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #A7A7A7;
}

.common-list > a .textBox .bot .source {
    min-width: 50%;
}

.common-list > a .textBox .bot .time {
    min-width: 50%;
    text-align: right;
}

.lookMore {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #0072E2;
    font-size: 14px;
    border: 1px solid #0072E2;
    background-color: #fff;
    margin: 10px auto 0;
    box-sizing: border-box;
}

.lookMore[disabled] {
    color: gray;
    border: 0px;
}

.common-school {
    width: 100%;
    padding-bottom: 15px;
}

.common-school .swiper {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.common-school .swiper-slide {}

.common-school a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
}

.common-school a .fmImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.common-school a .fmImg img {
    width: 100%;
    height: 100%;
}

.common-school a .textBox {
    width: 77%;
}

.common-school a .textBox .title {
    font-size: 15px;
    color: #222222;
}

.common-school a .textBox .bot {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #A7A7A7;
    padding-top: 15px;
}

.common-school a .textBox .bot .address {
    background-color: #F8F9FA;
    padding: 0 10px;
    border-radius: 2px;
}

.common-school a .textBox .bot .view img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.footer {
    width: 100%;
    background-color: #F5F7FA;
    padding: 16px;
    box-sizing: border-box;
}

.footer .item .title {
    font-size: 14px;
    color: #222222;
    margin-bottom: 16px;
}

.footer .item .aBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer .item a {
    color: #667287;
    font-size: 14px;
    margin-bottom: 12px;
    margin-right: 12px;
}

.footer .botItem {
    padding-top: 5px;
    border-top: 1px solid #D3D7DE;
    display: flex;
}

.footer .botItem .logoImg {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.footer .botItem .textBox p {
    font-size: 12px;
    color: #58647C;
    margin-top: 5px;
}

.footer .botItem .textBox a {
    font-size: 12px;
    color: #58647C;
    margin-top: 8px;
}