.myly-card {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 0 1px 16px 0 #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    font-size: 32px;
    font-weight: bold;
    line-height: 200px;
}

.zyfw-card {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 0 1px 16px 0 #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    font-size: 32px;
    font-weight: bold;
    line-height: 200px;
}

body {
    background-color: #fff;
}

.head-box {
    height: 80px;
    background-color: #1295d8;
    border-bottom: solid 1px #fff;
}

.head-box-inner {
    height: 80px;
}

.index-logo {
    float: left;
    height: 70px;
    padding: 5px 0;
}

.index-logo img {
    height: 70px;
}

.index-title {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: white;
    padding: 0 10px;
    text-align: left;
}

.index-info {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    text-align: right;
    color: #fff;
}

.index-info span {
    padding: 0 10px;
    cursor: pointer;
}

.index-box {
    padding: 10px;
    height: 350px;
    border: solid 1px #eee;
    border-top: solid 4px #3C68E5;
    box-shadow: 0 1px 16px 0 #ccc;
}

.index-box-head {
    height: 40px;
    line-height: 40px;
    color: #3C68E5;
    font-size: 24px;
}

.index-box-more {
    float: right;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
}

.index-box-more i {
    font-size: 20px;
    color: #3C68E5;
}

.index-box-content {
    padding-top: 20px;
}

/** 新闻 **/
.index-xw-item {
    height: 90px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 15px;
}

.index-xw-item-l {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #aaa;
    color: #FFFFFF;
}

.index-xw-item-l-act {
    background-color: #3C68E5;
    color: #FFFFFF;
}

.index-xw-item-day {
    font-size: 36px;
    line-height: 50px;
}

.index-xw-item-date {
    font-size: 20px;
    line-height: 30px;
}

.index-xw-item-r {
    text-align: left;
    float: right;
    width: 260px;
}

.index-xw-item-r-t {
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.index-xw-item-r-act {
    color: #3C68E5;
}

.index-xw-item-r-b {
    line-height: 22px;
    color: #aaa;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

/** 活动 **/
.index-hd-item {
    height: 135px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 15px;
}

.index-hd-item-l {
    float: left;
    width: 80px;
}

.index-hd-item-l img {
    width: 80px;
    height: 80px;
}

.index-hd-item-r {
    text-align: left;
    float: right;
    width: 260px;
    height: 135px;
}

.index-hd-item-r-t {
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hd-item-r-p {
    font-size: 16px;
    color: #5C6371;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hd-item-r-p i {
    color: #55a87c;
}

.index-hd-item-r-d1 {
    font-size: 12px;
    color: #5C6371;
    line-height: 20px;
}

.index-hd-item-r-d2 {
    font-size: 12px;
    color: #55a87c;
    line-height: 20px;
}

.index-hd-item-r-stu {
    line-height: 24px;
    padding-top: 5px;
    font-size: 14px;
}

.index-hd-item-stu {
    padding: 0 8px;
    margin: 0 2px;
    border-radius: 15px;
    float: left
}

.stu-warn {
    background-color: #D83434;
}

.stu-green {
    background-color: #55a87c;
}

.stu-main {
    background-color: #3C68E5;
}

.stu-gray {
    background-color: #CCCCCC;
}


/** 日历 **/
#hdrl {
    text-align: center;
}

#hdrl .layui-laydate, .layui-laydate-hint {
    border: none;
    box-shadow: none;
}

#hdrl .layui-laydate-content td, .layui-laydate-content th {
    width: 45px;
    height: 32px;
    padding: 5px;
    text-align: center;
}

#hdrl .layui-laydate-main {
    width: 335px;
}

#hdrl .laydate-set-ym {
    font-size: 18px;
    font-weight: bold;
}

#hdrl .layui-laydate .layui-this {
    background-color: #3C68E5 !important;
    color: #fff !important;
}

.foot-box {
    padding: 20px 0;
    margin-top: 20px;
    background-color: #3c3b3b;
    width: 100%;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
}

.login-box {
    padding: 10px 10px;
    border: solid 1px #eee;
    border-top: solid 4px #3C68E5;
    box-shadow: 0 1px 16px 0 #ccc;
}

.login-box-head {
    height: 40px;
    line-height: 40px;
    color: #3C68E5;
    font-size: 24px;
    padding-bottom: 30px;
    text-align: center;
}