@charset "utf-8";
/* CSS Document */

/* content*/
.content{
    width: 1200px;
    margin: 24px auto 0;
    overflow:hidden;
}



.content-left{
    width: 794px;
    float: left;
}

.content-right{
    width: 390px;
    float: right;
}


.module{
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 4px;
}


.module-no-padding{
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 4px;
}

.module-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}
.module-top-title-box{
    display: flex;
}


.module-title{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}

.module-title span{
    margin-right: 30px;
}

#to_my_schedule{
    cursor: pointer;
    color: #b42a24;
}



.module-more{
    width: 73px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.module-more a{
    font-weight: 500;
    font-size: 14px;
    color: #878787;
}

.module-more span{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/more.png");
}



.module-more-down select{
    /* for Chrome, Safari */
    /*-webkit-appearance: none;*/
    /* for Firefox */
    /*-moz-appearance: none;*/
    /* for IE10+ */
    /*-ms-appearance: none;*/
    /* for standard browsers */
    /*appearance: none; */
    border: none !important;
    background-color: #fff;  /* 背景颜色 */
    padding: 5px 0 5px 20px; /* 内边距 */
    font-size: 14px; /* 字体大小 */
    font-weight: 400;
    color: #222222;
    outline: none;
    cursor: pointer;


}

.module-tab{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
    border-bottom: 2px solid #ff0000;
}

.module-tab-title{
    display: flex;
    justify-content: flex-start;

}

.xwzx-tab-title{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    padding: 8px 10px;
    cursor: pointer;
}

.xwzx-tab-title-active{
    color: #ffffff !important;
    /* border-bottom: 6px solid #2872e1; */
    background: #ff0000;
}





select:focus option:checked {
    color: #2872e1 !important;
    /* 背景色 - 兼容不同浏览器 */
    background: linear-gradient(0deg, #b2d1f3 0%, #b2d1f3 100%);
    /* 字体颜色 - 兼容不同浏览器 */
    -webkit-text-fill-color: #2872e1 !important;
}
option {
    padding: 4px 10px;
}


/* 我的收藏 */
.c_favorites_ed{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    cursor:pointer;
    margin-left: 10px;
}
.c_favorites_ed .c_favorites_edimg{
    width: 20px;
    height: 20px;

}
.c_my_favorites {
    width: 100%;
    margin-top: 18px;
}

.c_my_favorites .c_favorites_title_box {
    height: 45px;
    width: 100%;
    background: #fff;
    position: relative;
}

.c_my_favorites .c_favorites_title_box .c_favorites_title {
    height: 45px;
    line-height: 45px;
    padding: 0 16px 0 16px;

}

.c_my_favorites .c_favorites_title_box .c_favorites_ed {
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 16px;
    color: #b42a24;
    display: inline-block;
    cursor: pointer;
}

.c_my_favorites .c_favorites_title_box .c_favorites_ed .c_favorites_edimg {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    margin-right: 3px;
}

.c_my_favorites .c_favorites_tab_box {
    width: 100%;
    height: 46px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ff0000;
}

.c_my_favorites .c_favorites_tab_box .c_favorites_tab {
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    flex: 1;
    cursor: pointer;
}
.c_my_favorites .c_favorites_tab_box .c_favorites_tab.c_favorites_tab_hover:hover {
    color: #ffffff;
}

.c_my_favorites .c_favorites_tab_box .c_favorites_tab:hover {
    color: #b42a24;
}
.c_my_favorites .c_favorites_tab_box .c_favorites_tab_hover {
    color: #ffffff;
    background: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.c_my_favorites .c_favorites_tab_box .c_favorites_tab_hover .c_hover_tabback {
    height: 22px;
    line-height: 22px;
    text-align: center;
    /* background: #fff; */
    width: 80%;
    margin: 12px auto 0;
    /* border-radius: 6px; */
}

.c_my_favorites .c_favorites_content_box {
    width: 100%;
    padding: 10px 10px;
    background: #fff;
    height: 120px;
}


.c_favorites_li {
    line-height: 24px;
    padding: 0px 5px;
    text-align: center;
    /* display: block; */
    background: #ffb642;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 24%;
}
.c_favorites_li:hover {
    box-shadow: 0 2px 5px #FF9800;
    transform: translate3d(0, -2px, 0);
    transition: all .2s linear;
}
.c_my_favorites .c_favorites_content_box .c_favorites_content_no {
    height: 110px;
    color: #adadad;
    background: #fff;
    text-align: center;
    min-width: 300px;
}

.c_my_favorites .c_favorites_content_box .c_favorites_content_no .c_favorites_wu {
    width: 45px;
    margin: 20px auto 0;
    display: inline-block;
}

.c_my_favorites .c_favorites_content_box .c_favorites_content_no .c_favorites_zwsj {
    line-height: 16px;
    text-align: center;
}

/*  我的收藏无数据时样式 */
.c_favorites_content_no{
    width: 200px;
    margin: 0 auto;
}

.c_favorites_zwsj{
    text-align: center;
}


/*  收藏内容 */
.c_edit_tab_box{display: none}
.c_edit_tab_box_hover{display: block}

/* 我的收藏  收藏数据源 数据 样式*/
.c_favorites_list,.c_favorites_source_list {
    display: flex;
    flex-wrap: wrap;
}



.c_favorites_list .microserSort{
    height: 105px !important;
    width: 14.6% !important;
    border-radius: 8px;
    margin: 5px;
    box-shadow: 1px 1px 4px 2px #eae9e9;
    cursor: move !important;
    user-select: none;
}

/*我的收藏中移动时的效果*/
.c_favorites_list .microserSort.moving {
    background: transparent;
    color: transparent;
    border: 1px dashed #ccc;
}

.c_favorites_list .microserSort.moving b,.c_favorites_list .microserSort.moving img,.c_favorites_list .microserSort.moving span{
    pointer-events: none;
}

.no-drag {
    user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.c_favorites_source_list .microserSort{
    height: 105px !important;
    width: 14.6% !important;
    border-radius: 8px;
    margin: 5px;
    box-shadow: 1px 1px 4px 2px #eae9e9;
    cursor: default !important;
}

.c_favorites_list .microserSort span,.c_favorites_source_list .microserSort span{
    font-size: 13px !important;
}

.c_favorites_list .microserSort .love_img_edit,.c_favorites_source_list .microserSort .love_img_edit{
    width: 30px;
    height: 30px;
    cursor: pointer !important;
}





/* 系统直通车 */
.c_system {
    width: 100%;
    background: #fff;
    padding: 20px;
}

.c_system .c_system_center {
    width: 100%;
    background: #fffaee;
    padding: 26px 26px 0;
    position: relative;

}

.c_system .c_system_center .c_system_title {
    font-size: 22px;
    line-height: 22px;
}

.c_system .c_system_center .c_system_more {
    line-height: 22px;
    color: #b42a24;
    position: absolute;
    top: 28px;
    right: 25px;
    display: inline-block;
    cursor: pointer;
}

.c_system .c_system_center .c_system_box {
    width: 100%;
    margin-top: 26px;
    height: 100px;
}


.layui-layer-content{
    overflow: hidden;
}


/* 收藏弹框 拖拽时不溢出 */
.c_edit {
    /* width: 100%; */
    padding: 25px;
    height: 300px;
    overflow-y: auto;
}
.c_edit  .c_system_li {
    height: 26px;
    width: 24.5%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 26px;
}
.c_system .c_system_center .c_system_box .c_system_li {
    height: 26px;
    width: 24.5%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 26px;
}
.c_system .c_system_center .c_system_box .c_system_li:hover .c_system_text{
    color: #b42a24;
}
.c_system_li .c_system_pic {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;

}

.c_system_li .c_system_pic .c_system_img {
    width: 26px;
    height: 26px;
}

.c_system_li .c_system_text {
    width: calc(100% - 32px);
    font-size: 14px;
    color: #515151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 3px;
}
/*收藏*/




/*办事中心 yyzx-microserSort*/
.bszx-content{
    display: flex;
    flex-wrap: wrap;
    height: 83px;
    overflow: hidden;
}


.unslider {
    position: relative;
    padding: 0;
    height:146px;
    margin-top:30px;
}
.unslider-wrap { position: relative; }
.unslider-wrap.unslider-carousel li {
    height:100%;
    float: left;
    position:relative;
}
.unslider-vertical>ul { height: 100%; }
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade { position: relative; }
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active { z-index: 10; }
.unslider li,.unslider ol,.unslider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-nav {
    width:126px;
    margin: -8px auto 0;
}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    margin: 0 7px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    *float:left;
    width: 16px;
    height: 3px;
    background: #E0E0E0;
    border-radius: 3px 3px 3px 3px;
}
.unslider-nav ol li.unslider-active {
    background:#D9473C;
    cursor: pointer;
}

.microserSort{
    /* display: inline-block; */
    vertical-align: middle;
    margin: 3px 5px 15px;
    width: 96px;
    height: 76px;
    /* margin-bottom: 15px; */
    text-align: center;
    cursor: pointer;
}

.microserSort:hover{
    /* border-radius: 10px;
     box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.55);*/
}



.microserSort b{
    display: block;
    /* width: 100px; */
    margin: 4px auto 0;
    position: relative;
}

.microserSort b img{
    width: 40px;
    height: 40px;
}


.microserSort b em{
    width: 18px;
    height: 18px;
    display: block;
    background: #D9473C;
    opacity: 1;
    border: 1px solid #FFFFFF;
    position: absolute;
    top:0;
    right: 10px;
    border-radius: 15px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.microserSort span{
    display: block;
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 19px;
    height: 22px;
    /*margin-top:5px;*/
    overflow: hidden;
}

/*right 通知公告*/
.tzgg-content{
    height: 222px;
    overflow: hidden;
}

.tzgg-item{
    width: 360px;
    font-weight: 400;
    font-size: 16px;
    float: left;
    /* margin-top: 28px; */
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.tzgg-item:nth-child(odd){
    float: left;
}

.tzgg-item:nth-child(even){
    /* margin-left: 29px; */
    float: right;
}


.tzgg-item p{
    width: 274px;
    float: left;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}


.tzgg-item-time{
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    /* display: block; */
}

/*left 新闻*/
.xw-content{
    height: 323px;
    overflow: hidden;
}
.xw-item{
    cursor: pointer;
    width: 48%;
    float: left;
    margin-top: 28px;
    transition:transform 0.5s ease;
}

.xw-item:hover > img{
    transform:scale(1.05);

}

.xw-item:hover > .xw-line{
    margin-top: 10px;
    border: 2px solid #ff0000;
}



.xw-item:nth-child(2n+2){
    margin-left:18px;
}


.xw-item img{
    width: 100%;
    height: 116px;
}

.xw-item .xw-title{
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
}

.xw-item .xw-time{
    /*width: 87px;*/
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}


.xw-item .xw-line{
    margin-top: 10px;
    border: 2px solid rgba(243, 243, 243, 1);
}

.xw-item .xw-line-checked{

}

/* left 我的课表*/
.wdkb-content{

}




/*表头样式*/
.wdkb-content table tr:nth-child(1) th:nth-child(odd){
    background: rgba(238, 238, 238, 0.3);
}

.wdkb-content table tr:nth-child(1) th:nth-child(even){
    background: rgba(238, 238, 238, 0.6);
}

.wdkb-content table tr:nth-child(odd) td:nth-child(1){
    background: rgba(238, 238, 238, 0.6);
}

.wdkb-content table tr:nth-child(even) td:nth-child(1){
    background: rgba(238, 238, 238, 0.3);
}


.wdkb-content table tr:nth-child(1) th{
    /*width: 155px;*/
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #222222;

}

.wdkb-content table tr:nth-child(1) th.now-today{
    background-color: #ffc;
}





.wdkb-content th{
    border:1px solid #eaeaea;
}

.wdkb-content th .dayOfWeek_title{
    /* border-bottom: 1px solid #eaeaea; */
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.wdkb-content th span{
    line-height: 25px;
    height: 25px;
    display: block;
}


.wdkb-content td{
    /*width: 155px;
    min-height: 96px;*/
    border:1px solid #eaeaea;
    text-align: center;
    position: relative;
}

.wdkb-content td .section-title{
    min-height: 100px;
    line-height: 100px;
}



/*第一列样式*/
.wdkb-content table tr td b{
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    /*color: #E62129;*/
}

.wdkb-content table tr td span{
    display: none;
    height: 17px;
    font-weight: 400;
    font-size: 12px;
    color: #555555;
}

/*其他列样式*/
.wdkb-content table tr:nth-child(odd) td:nth-child(2){
    background: rgba(255, 199, 1, 0.1);
}

.wdkb-content table tr:nth-child(odd) td:nth-child(3){
    background: rgba(45, 192, 232, 0.1);

}

.wdkb-content table tr:nth-child(odd) td:nth-child(4){
    background: rgba(175, 139, 242, 0.1);

}

.wdkb-content table tr:nth-child(odd) td:nth-child(5){
    background: rgb(160 6 235 / 10%);
}

.wdkb-content table tr:nth-child(odd) td:nth-child(6){
    background: rgba(255, 76, 121, 0.1);
}

.wdkb-content table tr:nth-child(even) td:nth-child(2){
    background: rgba(255, 76, 121, 0.1);
}

.wdkb-content table tr:nth-child(even) td:nth-child(3){
    background: rgba(255, 153, 63, 0.1);
}


.wdkb-content table tr:nth-child(even) td:nth-child(4){
    background: rgba(45, 192, 232, 0.1);
}

.wdkb-content table tr:nth-child(even) td:nth-child(5){
    background: rgba(255, 199, 1, 0.1);
}

.wdkb-content table tr:nth-child(even) td:nth-child(6){
    background: rgba(91, 13, 235, 0.1);
}

/* td内容样式 */
.wdkb-content table tr td:not(:first-child) .content-box p{
    /*width: 116px;*/
    margin: 0 auto;
    height: 31px;
    padding: 5px 1px;
    font-weight: 500;
    font-size: 13px;
    color: #363434;
}

.wdkb-content table tr td:not(:first-child) .content-box span{
    display: block;
    /* height: 18px; */
    height: auto;
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    padding: 0 1px 5px;
}

.wdkb-content table tr td:not(:first-child) .content-box span:nth-of-type(1){
    height: 18px;
}

.wdkb-content table tr td:not(:first-child) .content-box span:nth-of-type(2){
    height: 31px;
}




.jc-td-no-text{
    background: #ffffff !important;
}


/* td提示样式 */

.tip-box{
    text-align: left !important;
    position: absolute;
    display: none;
    background: #ffffff;
    box-shadow: -1px 7px 13px 0 rgba(0, 0, 0, 0.12);
    width: 15.49rem;
    z-index: 999;
    flex-direction: column;
    top: 0;
    right: -17.5rem;
    padding: 1rem;
    border-radius: 8px;
}
.tip-box::after {
    content: "";
    position: absolute;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: 1rem solid #fff;
    left: -1rem;
    top: 0.5rem;
}







.wdkb-content tr:nth-last-child(1) .tip-box,.wdkb-content tr:nth-last-child(2) .tip-box, .wdkb-content tr:nth-last-child(3) .tip-box {
    bottom: 0;
    top: auto;
    /* height: 500px; */
    /* overflow: auto; */
}

.wdkb-content tr:nth-last-child(1) .tip-box::after,.wdkb-content tr:nth-last-child(2) .tip-box::after, .wdkb-content tr:nth-last-child(3) .tip-box::after {
    bottom: 1rem;
    top: auto;
}


.wdkb-content table tr td:not(:first-child) .tip-box p{
    height: 24px;
    /* padding: 10px 4px; */
    font-weight: 550;
    font-size: 16px;
    color: #555555;
    border-bottom: 1px solid #9f9b9b;
}

.wdkb-content table tr td:not(:first-child) .tip-box span{
    display: block;
    /*height: 18px;*/
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    margin-top: 5px;
}


.tch-name,.base-info{
    border-bottom: 3px dotted #dfd8d8;
    padding-bottom: 5px;
}

.tip-box .img-span{
    display: flex !important;
}

.tip-box .img-span img{
    width:16px;
    height: 16px;
    /*margin-top: 1px;*/
}


/* 天气预报 */
.zhinfo{
    position: absolute;
    float: left;

    margin-top: 222px;
}

.wether{
    display: flex;
    color: #ffffff;
    width: 248px;
    height: 40px;
    padding: 10px 13px;
    /* padding: 15px; */
    /* margin: 0 5px 20px; */
    border-radius: 4px;
    /*background: linear-gradient(75deg, #ead6bb, #e5b97e);*/
    background-image: url("../images/wether.png");
    background-size: cover;
    /*color: #6d4a24;*/
}

.date-content{
    display: flex;
    width: 210px;
}


.current-hh-mm{
    width: 71px;
    font-size: 27px;
    font-weight: 500;
    height: 40px;
    /* border: 1px solid #000; */
}

.calendar-info{

    width: 114px;

    margin-left: 14px;
}

.calendar-info li{

}

.calendar-info li b{

    font-size: 12px;

    margin-right: 5px;
}

.wether-content{
    position: absolute;
}



.wetherIcon{
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    left: 210px
}


.wether-detail{
    display: none;
    width: 85px;
    min-height: 77px;
    position: relative;
    left: 267px;
    top: -65px;
    background: #718ab1d9;
    box-shadow: 2px 12px 13px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
    border-radius: 5px;
    padding: 10px;
}

.wether-detail ul{

}


.wether-detail li{

}

.wether-detail li span{
    font-size: 12px;
    color: #ffffff;
}

.wether-detail li b{
    font-size: 12px;
    color: #ffffff;
}

.wether-detail:after{
    content: "";
    position: absolute;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid #718ab1d9;
    left: -0.45em;
    top: 2rem;
}


.wetherIcon:hover .wether-detail{
    display: block;
}





.login-info{
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    cursor: pointer;
}

.login-info li{

    color: #ffffff;

    font-size: 11px;
}

.login-info span{

}

.login-info b{

}



/* right 一卡通*/
.ykt{
    padding: 15px;
    margin: 0 0px 20px;
    border-radius: 4px;
    /*background: linear-gradient(75deg, #ead6bb, #e5b97e);*/
    background-image: url("../images/ykt.png");
    background-size: cover;
    /*color: #6d4a24;*/
    height: 64px;
}
.module-title-desc div{
    /* margin-bottom: 10px; */
    text-align: right;
}
.module-title-desc div:first-child{
    display: flex;
}

.module-title-desc div:nth-of-type(2){
    margin: 5px 0;
}

.module-title-desc .eye{
    cursor: pointer;
    margin-left: 7px;
    width: 17px;
    height: 20px;
}

.module-title-desc span{
    font-weight: 500;
    font-size: 15px;
    /*color: #ffffff;*/
    color: #764a23;
}

.module-title-desc b {
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    color: #ffffff;
}

.module-title-desc b:nth-of-type(2){
    /* margin: -2px 0 0; */
}

#ykt-ye{
    display:none;
}

.ykt-content{
    display: none;
}

.ykt-content p{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.ykt-content ul{
}
.ykt-content li{
    display: flex;
    justify-content: space-between;
    border: 1px solid #6d4a24;
    padding: 3px;
}













/*right 待办消息dbxx-content*/

.dbxx-content{
    height: 360px;
    background: #FFFFFF;
    overflow: hidden;
}

.dbxx-item{
    padding: 12px 8px;
    /*height: 66px;*/
    cursor: pointer;
}

.dbxx-item{
    margin-bottom: 12px;
}

/*.dbxx-item.color-1 {
    background: rgb(141 237 151 / 32%);
}
.dbxx-item.color-2 {
    background: rgba(16, 137, 228, 0.05);
}
.dbxx-item.color-3 {
    background: rgb(239 219 105 / 30%);
}
.dbxx-item.color-4 {
    background: rgb(247 223 218 / 40%);
}*/

.dbxx-item:nth-child(4n+1){
    background: rgb(141 237 151 / 32%);
}

.dbxx-item:nth-child(4n+2){
    background: rgba(16, 137, 228, 0.05);

}

.dbxx-item:nth-child(4n+3){
    background:  rgb(239 219 105 / 30%);
}

.dbxx-item:nth-child(4n+4){
    background:  rgb(247 223 218 / 40%);
}


.dbxx-item-title{
    height: 20px;
}
.dbxx-item-title div{
    float: left;
}

.dbxx-item-title b{
    width: 6px;
    height: 6px;
    margin-top: 8px;
    display: block;
    float: left;
    background: #E62129;
    border-radius: 15px;
}
.dbxx-item-title p{
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #565656;
}
.dbxx-item-title p:nth-child(2){
    margin-left: 7px;
}

.dbxx-item-title p:nth-child(3){
    /* width: 61px; */
    padding: 0 2px;
}

.dbxx-item-title .dbxx-item-time{
    float: right;
    /* width: 68px; */
    font-weight: 400;
    font-size: 14px;
    color: #878787;
}

.dbxx-item-text{
    /* width: 238px; */
    height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    margin-top: 15px;
}



/*
.dbxx-item-title{
	height: 20px;
	!* line-height: 20px; *!
	margin-top: 8px;
	!* float: right; *!
	!* text-align: right; *!
	margin-left: 16px;
}
.dbxx-item-title div{
	float: left;
}


.dbxx-item-title p{
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: #565656;
}
.dbxx-item-title p:nth-child(2){
	margin-left: 16px;
}

.dbxx-item-title p:nth-child(3){
	width: 66px;
}

.dbxx-item-title .dbxx-item-time{
	!* float: right; *!
	width: 68px;
	font-weight: 400;
	font-size: 14px;
	color: #878787;
}

.dbxx-item-title b{
	width: 6px;
	height: 6px;
	margin-top: 8px;
	margin-right: 8px;
	display: block;
	float: left;
	background: #E62129;
	border-radius: 15px;
}

.dbxx-item-text b{
	width: 6px;
	height: 6px;
	margin-top: 8px;
	margin-right: 8px;
	display: block;
	float: left;
	background: #E62129;
	border-radius: 15px;
}

.dbxx-item-text{
	!* width: 238px; *!
	height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #272727;
	!* margin-top: 15px; *!
	cursor: pointer;
	overflow: hidden;
}

*/



/*right 应用中心yyzx-content*/


.yyzx-content{
    height: 401px;
    overflow: hidden;
}

#sso-app{
    height:364px;
}


.yyzx-unslider {
    position: relative;
    padding: 0;
    margin-top:30px;
    height: 388px;
}
.yyzx-unslider-wrap { position: relative; }
.yyzx-unslider-wrap.yyzx-unslider-carousel li {
    height:100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    position:relative;
}
.yyzx-unslider-vertical>ul { height: 100%; }
.yyzx-unslider-vertical li {
    float: none;
    width: 100%;
}
.yyzx-unslider-fade { position: relative; }
.yyzx-unslider-fade .yyzx-unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.yyzx-unslider-fade .yyzx-unslider-wrap li.yyzx-unslider-active { z-index: 10; }
.yyzx-unslider li,.yyzx-unslider ol,.yyzx-unslider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.yyzx-unslider-nav {
    width: 142px;
    margin: -8px auto 0;
}
.yyzx-unslider-nav ol {
    list-style: none;
    text-align: center;
}
.yyzx-unslider-nav ol li {
    display: inline-block;
    margin: 0 7px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    *
    float:left;
    width: 19px;
    height: 12px;
    background: #E0E0E0;
    border-radius: 15px;
}
.yyzx-unslider-nav ol li.yyzx-unslider-active {
    background:#D9473C;
    cursor: pointer;
}

.yyzx-microserSort{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 95px;
    /* margin-bottom: -1px; */
    text-align: center;
    cursor: pointer;
}
.yyzx-microserSort b{
    display: block;
    /* width: 100px; */
    margin: 0 auto;
    /* position: relative; */
}

.yyzx-microserSort b img{
    width: 40px;
    height: 40px;
}


.yyzx-microserSort b em{
    width: 18px;
    height: 18px;
    display: block;
    background: #D9473C;
    opacity: 1;
    border: 1px solid #FFFFFF;
    position: absolute;
    top:0;
    right: 10px;
    border-radius: 15px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.yyzx-microserSort span{
    display: block;
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 19px;
    margin-top:5px;
    /* width: 100px; */
    height: 19px;
    overflow: hidden;
}

/* right 校历*/
/*.current-calendar{
	background: url("../images/xl.png") no-repeat;
	background-size: 100% 100%;
	width: 288px;
	height: 184px;
}

.current-calendar .week{
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	padding: 18px 0 0 23px;

}
.current-calendar .tDate{
	text-align: center;

}

.current-calendar .tDate span{
	display: block;
}

.current-calendar .tDate .day{
	font-weight: 400;
	font-size: 72px;
	color: #FFFFFF;
}

.current-calendar .tDate .year-month{
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}


*/


/* 日历中的工作任务 */
.layui-laydate-content td, .layui-laydate-content th{
    height:36px !important;
}
.laydate-day-mark{
    line-height: 36px !important;
}

.layui-laydate-content td>div{
    padding:10px 0 !important;
    height: 100%;
}


.calendar-task-list{
    border-top: 1px solid #e2e2e2;
}

.calendar-task-list h1{
    width: 70px;
    height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #555555;
    margin-top: 18px;
}

.calendarDayTask , .workCalendar li{
    height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}





/* content-bottom*/
.content-bottom{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 4px;
}


/* 常用链接 */
.cylj-module{
    padding-bottom: 0 !important;
}

.cylj-title{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-left: 24px;
    width: 131px;
    float: left;
}

.cylj-content{
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 6px; */
}

.cylj-content div.link-item{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 6px 16px;
    height: 48px;
    line-height: 28px;
    width: 15%;
    border: 1px solid #eaeaea;
    /* box-shadow: 1px 1px 4px 2px #eae9e9; */
    border-radius: 8px;
    padding: 5px 23px;
    overflow: hidden;
    /* position: relative; */
    /* z-index: -2; */
}


.cylj-content img.link-item-img{
    width: 100%; /* 根据需要调整宽度 */
    height: auto; /* 保持图片的宽高比 */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; /* 确保图片在文字下方 */
}


.cylj-content div.link-item-desc{
    position: relative;
    z-index: 99999; /* 确保文字在图片上方 */
    color: white;
    /* text-align: center; */
    /* margin: 0 auto; */
    width: 100%;
}

.cylj-content div.link-item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}





.cylj-content div.link-item:nth-of-type(5n+1){
    margin-left: 0;
}

.cylj-content div.link-item:nth-of-type(5n+5){
    margin-right: 0;
}

.cylj-content div.link-item b{
    /* float: left; */
    width: 16px;
    height: 16px;
    margin-right: 13px;
    /* display: block; */
    background-image: url("../images/link.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cylj-content div.link-item span{
    /* display: block; */
    /* float: left; */
    /* margin-left: 4px; */
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    /* width: 84%; */
    /* margin: 0 auto; */
    /* text-align: center; */
}


/**
 * 顶部统计信息
 */
.bssl{
    display: flex;
    justify-content: space-between;
}

.bssl div.static-module{
    background: #FFFFFF;
    padding: 15px;
    width: 20%;
    margin: 0 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    /* position: relative; */
    /* overflow: hidden; */
    height: 64px;
    line-height: 64px;
    /* text-align: center; */
    /* padding: 20px; */
}

.bssl div.static-module:nth-of-type(1){
    margin-left: 0 !important;
}

.bssl div.static-module:last-child{
    margin-right: 0 !important;
}


.bssl div.static-module.static-oa-email{
    /*background: linear-gradient( 70deg , #32e1d5, #25cde1);*/
    background-image: url("../images/group-506.png");
    background-size: cover;
    background-position: center;
}

.bssl div.static-module.static-netease-email{
    background-image: url("../images/group-510.png");
    background-size: cover;
    background-position: center;
}

.bssl div.static-module.static-1{
    /*background: linear-gradient( 70deg , #3dc6f5, #37a9fc);*/
    background-image: url("../images/group-511.png");
    background-size: cover;
    /* height: 63px; */
    /* text-align: center; */
    /* line-height: 63px; */
}


.bssl div.static-module.static-2{
    /*background: linear-gradient( 70deg , #32e1d5, #25cde1);*/
    background-image: url("../images/group-508.png");
    background-size: cover;
}

.bssl div.static-module.static-3{
    /*background: linear-gradient( 70deg , #fd806c, #fc5076);*/
    background-image: url("../images/group-507.png");
    background-size: cover;
}

.bssl div.static-module.static-5{
    /*background: linear-gradient( 70deg , #fec849, #fda833);*/
    background-image: url("../images/group-510.png");
    background-size: cover;
}

.bssl div.static-module span{
    font-weight: 500;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    /*    padding: 20px 0;
        text-align: center;*/
}

.bssl div.static-module.static-5 span{
    font-weight: 500;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    padding: 20px 0;
    text-align: center;
}


.bssl div.static-module img,.last-login-info img{
    position: absolute;
    width: 100px;
    height: 82px;
    bottom: -18px;
    left: -16px;
    webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    /*filter: blur(3px);*/
}

.bssl div.static-module b{
    font-size: 32px;
    color: #ffffff;
    float: right;
}


.last-login-info{
    height: 62px;
    border-radius: 3px;
    background: linear-gradient( 70deg , #e770e5, #dd0cda);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
}


.last-login-info span{
    font-size: 15px;

}

.last-login-info div b{
    margin-left: 105px;
    font-size: 24px;
}


/*首页日程提示位于下方中间位置*/
.laydate-day-mark::after{
    left: 20px !important;
    top: 30px !important;
}