* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.public-bg {
    background: rgba(44, 119, 152, .3);
    border: 2px solid rgba(44, 119, 152, .5);
    border-radius: 5px;
}

.content-body {
    width: 100%;
    height: 100%;
    /*background: #0d325f;*/
    background-image: url(/image/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.header {
    height: 70px;
    width: 100%;
    /*    border: 1px solid red;*/
}

.header .header-left {
    width: 60%;
    float: left;
    margin-left: 20%;
    line-height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-image: url(/image/nameBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;

}

.header .header-left span {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.header .header-time {
    width: 20%;
    line-height: 70px;
    font-size: 20px;
    float: right;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-time span {
    color: #ffffff;
}

.header .header-time img {
    width: 40px;
    height: 40px;
}

.content {
    width: 100%;
    height: calc(100% - 75px);
    position: absolute;
}

.content .content-con {
    height: 100%;
}

.content .content-con .left-body {
    width: 22%;
    height: 100%;
    float: left;
    margin: 0 0.3%;
}

.left-body .left-top {
    width: 100%;
    height: 30%;
}

.left-body .left-top .public-title {
    width: calc(100% - 20px);
    height: 15%;
    background-image: url(/image/name_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.left-body .left-top .top-body {
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    float: right;
}

.left-body .left-top .top-body .top-body-item {
    width: 100%;
    height: 18%;
    margin-top: 5%;
}

.left-body .left-top .top-body .item-top {
    width: 100%;
    height: 40%;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.left-body .left-top .top-body .item-bottom {
    width: 100%;
    height: 60%;
    padding: 10px;
    box-sizing: border-box;
}

.left-body .left-top .top-body .item-bottom span:nth-child(1) {
    color: #26d3f7;
    font-size: 20px;
    font-weight: bold;
}

.left-body .left-top .top-body .item-bottom span:nth-child(2) {
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
}

.top-left-title {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.top-left-title h6 {
    color: #bad0e2;
}

.top-left-title span {
    margin-top: 30px;
    display: inline-block;
    color: #2aa4f1;

    /*    height: 80px;
        line-height: 80px;*/
}

.top-left-title span b {
    font-size: 30px;
    letter-spacing: 5px;
}

.top-left-title img {
    width: 80%;
}

.left-body .left-top .top-body .top-right {
    float: left;
    width: 50%;
    height: 100%;
}

.left-body .left-con {
    width: 100%;
    height: 30%;
    margin-top: 1.6%;
}

.left-body .left-con .public-title {
    width: calc(100% - 20px);
    height: 15%;
    background-image: url(/image/name_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 3%;
}

.title-nav {
    width: calc(100% - 20px);
    height: calc(100% - 50px);
    margin-top: 3%;
    float: right;
}

.left-body .left-bottom {
    width: 100%;
    margin-top: 3%;
    height: 36%;

}

.left-body .left-bottom .public-title {
    width: calc(100% - 20px);
    height: 12%;
    background-image: url(/image/name_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.center-body {
    width: 54%;
    height: 100%;
    float: left;
    position: relative;
    /*border: 1px solid red;*/
}

.center-body .center-body-title {
    width: 80%;
    height: 5%;
    position: absolute;
    left: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #cbf9fe;
}

.center-body .center-body-title div {
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.center-body .center-body-text {
    width: 80%;
    height: 25%;
    position: absolute;
    top: 5%;
    left: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #cbf9fe;
}

.center-body .center-body-text div {
    height: 100%;
    width: 30%;
    border-radius: 50%;
    background-image: url(/image/Group.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
}

/*.center-body .center-body-text span:nth-child(2) {*/
/*    font-size: 20px;*/
/*    margin-left: 20px;*/
/*}*/

.center-body .map {
    width: 100%;
    height: 100%;
}

.right-body {
    width: 22%;
    height: 100%;
    float: right;
    margin: 0 0.3%;
}

.right-body .right-top {
    width: 100%;
    height: 25%;
}

.right-body .right-top .public-title {
    width: calc(100% - 20px);
    height: 15%;
    background-image: url(/image/name_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.right-body .right-con {
    width: 100%;
    height: 30%;
    margin-top: 2%;
}

.right-body .title-nav {
    float: left;
}


.right-body .right-bottom {
    width: 100%;
    height: 65%;
    margin-top: 2%;
}

.right-body .right-bottom .public-title {
    width: calc(100% - 20px);
    height: 8%;
    background-image: url(/image/name_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.right-body .right-bottom .container {
}

@media screen and (max-width: 1600px) and (max-height: 900px) {
    /* 在屏幕宽度在768px到1024px之间时应用的样式 */
    .right-body .right-bottom .container-item {
        width: 28%;
        height: 28%;
        margin-top: 10px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 30px;
    }

    .header .header-time span {
        font-size: 14px;
    }

}

@media screen and (min-width: 1601px) and (min-height: 901px) {
    /* 在屏幕宽度在768px到1024px之间时应用的样式 */
    .right-body .right-bottom .container-item {
        width: 100px;
        height: 90px;
        margin: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 30px;
    }
}


.right-body .right-bottom .container-item span:nth-child(1) {
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-left: 3px;
}

.right-body .right-bottom .container-item span:nth-child(2) {
    color: white;
    font-weight: bold;
    margin-top: 10px;
    font-size: 23px;
    margin-left: 3px;
}

.red {
    background-size: cover;
}


thead {
    color: #637289;
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #FFF;
}

table tr td:nth-child(4) {
    color: #2aa4f1;
}


th, td {
    padding: 8px;
    text-align: center;
}

th {
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background-color: #11304a;
}

tbody tr:hover {
    background-color: #11304a;
}
