
.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content-table {
    width: 1920px;
    height: 890px;
    margin: 0 auto;
    background: #fff;
}

.homepage-content {
    width: 100%;
    margin: 0;
}

/*内容上部分 轮播及登陆*/
.homepage-up {
    width: 100%;
    margin-top: 20px;
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
}

.flex-my {
    width: 102%;
    margin-left: -1%;
    margin-top: -9px;
    background-color: #2C6ED5;
    height: 43px;
    line-height: 43px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
}

.layui-tab-content-box {
    width: 68%;
    height: 460px;
    background-color: #fff;
}

.item> img {
    width: auto;
    height: 420px;
    max-width: 100%;
}

.lunbo-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

/*登陆*/
.register-login {
    width: 360px;
    height: 450px;
    background-color: #fff;
    position: relative;
}

.register-login img {
    width: 357px;
    height: 235px;
    max-width: 360px;
}

.register-title {
    color: #0073CB;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 110px;
}

.login {
    width: 360px;
    height: 210px;
    position: absolute;
    /* top: 357px; */
    /* top: 270px; */
}

.login-img {
    position: relative;
    height: 239px;
}

.login-title {
    width: 360px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #0073CB;
    line-height: 60px;
}

/*公告框*/
.affiche-box {
    width: 100%;
    height: 520px;
    margin-top: 30px;
    background-color: #fff;
}

.layui-card-header {
    font-size: 20px;
    color: #252525;
    height: 60px;
}

.card-more {
    float: right;
    font-size: 16px;
    color: #ABABAB;
}

.card-row {
    width: 100%;
    height: 60px;
}

.lingx {
    width: 2%;
    color: #0073CB;
    font-size: 14px;
    margin-right: 25px
}

.lingInx {
    color: #0073CB;    
    margin-right: 10px
}

.obtain {
    width: 70%;
    color: #252525;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.obtain a{
    color: #252525;
}

#noticeNew0::after{
    content: '新';
    color: red;
    position: absolute;
    left: 37px;
    top: 2px;
    font-size: 13px;
}

.date-1 {
    width: 20%;
    color: #ABABAB;
    text-align: right;
}

.card-row li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.data-box {
    width: 100%;
    /*height: 800px;*/
    margin-top: 20px;
    background-color: #fff;
}

.sense-row {
    width: 100%;
    height: 160px;
    padding-top: 20px;
    display: flex;
}

.sense-block-box {
    width: 25%;
    height: 120px;
}

.sense-block {
    width: 200px;
    height: 120px;
    border-radius: 10px;
    margin: 0 auto;
}

.block-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.block-num {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.graph {
    width: 100%;
    height: 440px;
}

.footer-block {
    padding-bottom: -20px;
}

.footer {
    /* width: 102%;
    margin-left: -1%; */
    position: relative;
    bottom: 0;
    margin: 0 -15px;
    height: 143px;
    background-color: #2C6ED5;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
}

/*左侧菜单栏*/