.textColor{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #e2e8e9;
}
.textColor span{
    color:#02CAB0;
}
.daiBan{
    width: calc(100% - 40px);
    height: 100%;
    padding: 20px;
    float: left;
    overflow-y: scroll;
}
.top{
    width: 100%;
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}
#topB{
    width:100%;
    display: block;
}
/*今日提醒*/
.tiXingList{
    width: calc(100% - 70%);
    height: 280px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
}
.tixingTitle{
    width: 90px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -45px;
    text-align: center;
    background: #02cab0;
    border-radius: 0 0 8px 8px;
    z-index:99;
}
.jinri{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.xitingList{
    width: calc(101% - 5px);
    height: 205px;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 15px;
}
.xitingList li{
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e2e8e9;
    cursor: pointer;
}
.date{
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    font-weight: bold;
}
.xitingList li p{
    width: calc(100% - 80px);
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 列表按钮 */
.botAnniu{
    float: right;
    position: absolute;
    right: 14px;
    bottom: 0;
    padding-bottom: 14px;
}
.addricheng{
    float: left;
    color: #02CAB0;
    text-decoration: underline;
    cursor: pointer;
}
.lookDaiBanList{
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 20px;
}
.lookDaiBanList a{
    width: auto;
    color: #02CAB0;
    display: block;
    float: right;
    overflow: hidden;
    text-decoration: underline;
}
.lookDaiBanList a:hover{
    color: #02a38b;
}
/*公司公告*/
.gonggao{
    width: calc(100% - 67%);
    height: 280px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.gongCon{
    width: 100% !important;
    height: 210px;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}
.gongCon p{
    width: 100% !important;
    text-indent: 1.4em;
    height: 51px;
    line-height: 51px;
}
.gongCon p span#colorBlue{
    cursor: pointer;
    color: #02CAB0;
}
.gongCon p p {
    float: left;
}
/*日历事件*/
.rilitime{
    width: calc(100% - 70%);
    height: 280px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ecf0f1;
    float: left;
    border-radius: 5px;
    position: relative;
}
.shijianShow{
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.shijianShow .showLeft{
    width: 49.5%;
    height:100%;
    overflow: hidden;
    float: left;
    border-right: dashed 1px #e4e9ea;
}
.shijianShow .showLeft li{
    width:100%;
    height:25%;
    overflow: hidden;
    line-height: 70px;
    border-bottom: dashed 1px #e4e9ea;
    font-size: 14px;
    color: #404040;
    box-sizing: border-box;
    padding-left: 40px;
}
.showLeft li:nth-last-child(1){
    border: none;
}
.shijianShow .showLeft li span{
    font-size: 18px;
    font-weight: bold;
    margin-left: 22px;
}
.shijianShow .showRight{
    width: 49.5%;
    height:100%;
    overflow: hidden;
    float: left;
}
.shijianShow .showRight li{
    width:100%;
    height:25%;
    overflow: hidden;
    line-height: 70px;
    border-bottom: dashed 1px #e4e9ea;
    font-size: 14px;
    color: #404040;
    box-sizing: border-box;
    padding-left: 40px;
}
.showRight li:nth-last-child(1){
    border: none;
}
.shijianShow .showRight li span{
    font-size: 18px;
    font-weight: bold;
    margin-left: 22px;
}
/*更多操作*/
.more{
    width: calc(100% - 417px);
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}
.zheng-hang{
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #ecf0f1;
    background: #fff;
    height: 95px;
}
.zheng-hang1{
    border: none;
}
/*.zheng-hang:hover{
    background: #f7f7f7;
    box-shadow:-3px 0 3px #e9eced, !*左边阴影*!
    3px 0 3px #e9eced, !*右边阴影*!
    0 -3px 3px #e9eced, !*顶部阴影*!
    0 3px 3px #e9eced; !*底边阴影*!
    cursor: pointer;
}*/
.zheng-title{
    width: 10%;
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
}
.zheng-main{
    width:90%;
    float: left;
    height:80px;
}
.zheng-mainCon{
    width: 16.66%;
    float: left;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
}
.shuziCon{
    width: 100%;
    float: left;
    font-size: 26px;
    height:40px;
    line-height: 40px;
}
.shuziTitle{
    width: 100%;
    float: left;
    color: #999;
    height:20px;
    line-height: 20px;
}
.moreOne{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}
.abnormal{
    color: #f61c3a;
}
.dai{
    color: #00bf67;
}
.pei{
    color: #ffa300;
}
.yu{
    color: #f56208;
}
.cheng{
    color: #f61c3a;
}
.bu{
    color: #8a8a8a;
}
.yudao{
    color: #24b0fc;
}
.konglv{
    color: #00bf67;
}
.moreDiv{
    width: 16.6%;
    height: 80px;
    margin: 0 16px 10px 0;
    background: #fff;
    border-radius: 5px;
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 25px;
    padding-top: 20px;
}
.moreDiv:nth-last-child(1){
    margin-right: 0;
}
.moreDivB{
    margin-right: 16px !important;
}
.moreDivC1{
    background: -webkit-linear-gradient(left bottom, #fb9f62 , #f57979);
    background:-moz-linear-gradient(left bottom, #fb9f62 , #f57979);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr=#fb9f62, endcolorstr=#f57979,GradientType=1 );
    background:-o-linear-gradient(left, #fb9f62, #f57979);
    background: linear-gradient(to right, #fb9f62 0%,#f57979 100%);
    background: -ms-linear-gradient(left, #fb9f62 0%,#fb9f62 100%);
}
.moreDivC2{
    background: -webkit-linear-gradient(left bottom, #5caaf9 , #577df8);
    background:-moz-linear-gradient(left bottom, #5caaf9 , #577df8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5caaf9,endcolorstr=#577df8,gradientType=1);
    background:-o-linear-gradient(left, #5caaf9, #577df8);
    background: linear-gradient(to right, #5caaf9 0%,#577df8 100%);
    background: -ms-linear-gradient(left, #5caaf9 0%,#577df8 100%);
}
.moreDivC3{
    background: -webkit-linear-gradient(left bottom, #e686b6 , #f5697e);
    background:-moz-linear-gradient(left bottom, #e686b6 , #f5697e);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e686b6,endcolorstr=#f5697e,gradientType=1);
    background:-o-linear-gradient(left, #e686b6, #f5697e);
    background: linear-gradient(to right, #e686b6 0%,#f5697e 100%);
    background: -ms-linear-gradient(left, #e686b6 0%,#f5697e 100%);
}
.moreDivC4{
    background: -webkit-linear-gradient(left bottom, #cc8afc , #a05ef3);
    background:-moz-linear-gradient(left bottom, #cc8afc , #a05ef3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc8afc,endcolorstr=#a05ef3,gradientType=1);
    background:-o-linear-gradient(left, #cc8afc, #a05ef3);
    background: linear-gradient(to right, #cc8afc 0%,#a05ef3 100%);
    background: -ms-linear-gradient(left, #cc8afc 0%,#a05ef3 100%);
}
.moreDivC5{
    background: -webkit-linear-gradient(left bottom, #48cf94 , #43ca3e);
    background:-moz-linear-gradient(left bottom, #48cf94 , #43ca3e);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#48cf94,endcolorstr=#43ca3e,gradientType=1);
    background:-o-linear-gradient(left, #48cf94, #43ca3e);
    background: linear-gradient(to right, #48cf94 0%,#43ca3e 100%);
    background: -ms-linear-gradient(left, #48cf94 0%,#43ca3e 100%);
}
.moreDivC6{
    background: -webkit-linear-gradient(left bottom, #fa9f62 , #f57979);
    background:-moz-linear-gradient(left bottom, #fa9f62 , #f57979);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fa9f62,endcolorstr=#f57979,gradientType=1);
    background:-o-linear-gradient(left, #fa9f62, #f57979);
    background: linear-gradient(to right, #fa9f62 0%,#f57979 100%);
    background: -ms-linear-gradient(left, #fa9f62 0%,#f57979 100%);
}
.moreDivC7{
    background: -webkit-linear-gradient(left bottom, #e5bd11 , #e9acac);
    background:-moz-linear-gradient(left bottom, #e5bd11 , #e9acac);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr=#e5bd11, endcolorstr=#e9acac,GradientType=1 );
    background:-o-linear-gradient(left, #e5bd11, #e9acac);
    background: linear-gradient(to right, #e5bd11 0%,#e9acac 100%);
    background: -ms-linear-gradient(left, #e5bd11 0%,#e9acac 100%);
}
.moreDivC8{
    background: -webkit-linear-gradient(left bottom, #e53b11 , #e9acac);
    background:-moz-linear-gradient(left bottom, #e53b11 , #e9acac);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr=#e53b11, endcolorstr=#e9acac,GradientType=1 );
    background:-o-linear-gradient(left, #e53b11 0%,#e9acac);
    background: linear-gradient(to right, #e53b11 0%,#e9acac 100%);
    background: -ms-linear-gradient(left, #e53b11 0%,#e9acac 100%);
}
.moreDivC9{
    background: -webkit-linear-gradient(left bottom, #facd62, #d6f579);
    background:-moz-linear-gradient(left bottom, #facd62, #d6f579);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr=#facd62, endcolorstr=#d6f579,GradientType=1 );
    background:-o-linear-gradient(left, #facd62 0%,#d6f579);
    background: linear-gradient(to right, #facd62 0%,#d6f579 100%);
    background: -ms-linear-gradient(left, #facd62 0%,#d6f579 100%);
}
.moreDivC10{
    background: -webkit-linear-gradient(left bottom, #528aea, #101bef);
    background:-moz-linear-gradient(left bottom, #528aea, #101bef);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr=#528aea, endcolorstr=#101bef,GradientType=1 );
    background:-o-linear-gradient(left, #528aea 0%,#101bef);
    background: linear-gradient(to right, #528aea 0%,#101bef 100%);
    background: -ms-linear-gradient(left, #528aea 0%,#101bef 100%);
}
.moreDivWhite{
    background: -webkit-linear-gradient(left bottom, #FFFFFF , #FFFFFF);
    background:-moz-linear-gradient(left bottom, #FFFFFF , #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr=#FFFFFF, endcolorstr=#FFFFFF,GradientType=1 );
    background:-o-linear-gradient(left, #FFFFFF, #FFFFFF);
    background: linear-gradient(to right, #FFFFFF 0%,#FFFFFF 100%);
    background: -ms-linear-gradient(left, #FFFFFF 0%,#FFFFFF 100%);
}
/*.moreDiv:last-child{
    margin-right: 0;
}
.moreDiv:nth-child(2n){
    margin-right: 0;
}*/
.moreDiv:hover{
    box-shadow:-3px 0 3px #e9eced, /*左边阴影*/
    3px 0 3px #e9eced, /*右边阴影*/
    0 -3px 3px #e9eced, /*顶部阴影*/
    0 3px 3px #e9eced; /*底边阴影*/
    cursor: pointer;
}
.moreDiv>div{
    height:auto;
    width: calc(100% - 40px);
    float: left;
}
.moreDiv>div>div{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
/*.moreDiv div.mtop{
    margin-top: -30px!important;
}*/
.moreimg{
    display: block;
    position: absolute;
    bottom:5px;
    right:10px;
}
.wenzi{
    height:30px;
    font-size: 16px;
    margin-left: 10px;
    float: left;
}
.shuzi{
    height:30px;
    float: right;
    color: #e20d0d;
}
.more-main{
/*    width: calc(100% - 115px);
    margin-left: 15px;
    float: left;
    height:50px;
    line-height: 75px;*/
    display: block;
    font-weight: bold;
    /*margin-left: 3px; uI 要去掉*/
}
.more-shuZi{
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin: 0 5px 0 0;
    height:50px;
}
.more-con{
    width: calc(100% - 115px);
    color: #fff;
    height:50px;
    line-height: 25px;
    opacity: 0.7;
    font-family: arial;
}
/*日历*/
.dateDemo{
    float: right;
    width: auto;
    height: auto;
    padding: 0 47px 0px 47px;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.dateDemo .dome{
    position: absolute;

}

/*.triangle-topright{
    display: block;
    position: absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-top: 40px solid #02cab0;
    border-left: 40px solid transparent;
}*/
.triangle-topright-content{
    color: #fff;
    width: 45px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity: 0.7;
}
.unit{
    color: #c3c3c3;
}
.active{
    box-sizing: border-box;
    border: solid 2px #02cab0;
    background: #fff !important;
    line-height: 38px !important;
}
.active1{
    color: #fff;
    font-weight: bold;
    background: #02cab0 !important;
}
.active1:hover{
    color: #fff !important;
}
.copyright{
    position: absolute;
    bottom: 10px;
    left: 30%;
}
