﻿.MainPage {
    height: 100%;
    width: 100%;
    background: url(../../Resource/Images/Main/cloud.png);
    background-size: cover;
    border: 0;
    margin: 0;
    padding: 0;
}

.Main_header {
    height: 10%;
    border: solid 1px #ffffff;
    background: #ffffff;
    color: #227447;
    box-shadow: 0px -4px 20px #227447;
}


.Main_Body {
    height: 85%;
}

.Main_footer {
    width: 100%;
    height: 3%;
    background: #227447;
    color: white;
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
    position: absolute;
    bottom: 0;
    box-shadow: 0px -3px 7px #227447;
}

.BodyItem {
    border: 1px solid #227447;
    height: 100%;
    display: inline-block;
    margin-left: 1%;
    vertical-align: middle;
}

.BodyTop {
    height: 50%;
    padding: 2%;
}

.BodyTop {
    height: 45%;
    padding: 1%;
    padding-right: 10%;
    padding-left: 10%;
}

.BodyBottom {
    height: 45%;
    padding-right: 10%;
    padding-left: 10%;
}

.binfo {
    width: 65%;
}

.BodyItem.bLogin {
    width: 30%;
}

.BodyItem.bnewsinfo {
    width: 23%;
}

.header_title {
    color: #227447;
    font-size: 34px;
    display: flex;
    align-items: inherit;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    padding-left: 11%;
    font-weight: bold;
}

    .header_title div {
        color: #227447;
        font-size: 34px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        height: 100%;
        padding-left: 11%;
        font-weight: bold;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

ul.newsList li:hover div {
    font-size: 16px;
    font-weight: bold;
    color: #227447;
}

.itemTitle {
    height: 20px;
    border: 1px solid #227447;
    background: #227447;
    color: white;
    font-size: 13px;
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    justify-content: flex-start;
}

.itemTitleName {
    font-size: 13px;
    color: white;
}

.itemBody {
    height: 90%;
    overflow-y: scroll;
}

    .itemBody::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    .itemBody::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #227447;
    }

    .itemBody::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #ededed;
    }

.itemIco {
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 4px;
}

    .itemIco i.fontawesome {
        font-size: 12px;
        cursor: pointer;
        user-select: none;
        color: white;
    }

.itemTitleName {
    display: inline-block;
}

.amore {
    float: right;
    margin-top: -2.0em;
    margin-right: 1%;
    color: white;
    font-size: 12px;
}

.binfo .amore {
    margin-top: -3%;
}

ul.newsList {
    padding: 10px;
}

    ul.newsList li div {
        display: inline-block;
        padding: 5px;
        padding-bottom: 0;
    }

    ul.newsList li {
        float: left;
        width: 100%;
        cursor: pointer;
    }

.newtitle {
    width: 50%;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newdate {
    float: right;
    color: #9e9b9b;
}

.mLogin {
    padding-top: 5%;
}

#btn_login {
    width: 70%;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    background: #227447;
    border: none;
    margin-left: 15%;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
}


#comein {
    width: 35%;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    background: #227447;
    border: none;
    margin-left: 15%;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    display: inline-block;
}
#logout {
    width: 35%;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    background: #227447;
    border: none;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    display: inline-block;
}
#loging {
    width: 70%;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    background: #75d3f4;
    border: none;
    margin-left: 15%;
    font-size: 20px;
    display:none;
}
.login_text {
    display: inline-block;
    font-size: x-small;
    color: #6D6D6D;
}

.login_item {
 
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 55px);
}

.login_input {
    outline: none;
    border: none !important;
    width: 100%;
 
    color: #6D6D6D;
    text-indent: 15px;
    background: white !important;
}


ul.newsList {
    padding: 10px;
}

    ul.newsList li div {
        display: inline-block;
        padding: 5px;
        padding-bottom: 0;
    }

    ul.newsList li {
        float: left;
        width: 100%;
    }

.newtitle {
    width: 50%;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newdate {
    float: right;
    color: #9e9b9b;
}
.dot {
    font-family: simsun;
    animation: dot 0.8s infinite step-start;
    font-size: 30px;
}

:root .dot {
    display: inline-block;
    width: 1.5em;
    vertical-align: bottom;
    overflow: hidden;
}

@keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em;
    }

    33% {
        width: .5em;
        margin-right: 1em;
    }

    66% {
        width: 1em;
        margin-right: .5em;
    }

    100% {
        width: 1.5em;
        margin-right: 0;
    }
}

span#uname {
    font-size: 25px;
    /*color: #227447;*/
    font-weight: bold;
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #227447;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    background-color: #227447;
    border-radius: 2px 2px 0 0;
}