body {
    background: #FCFBF9;
}

.monitor-header{
    height: 100px;
    background: #fff;
    overflow: hidden;
}
.monitor-header .header-content {
    width: 960px;
    height: 100px;
    margin: 0 auto;
}
.monitor-header .header-content .header-logo {
    margin: 15px 0;
    float: left;
}
.monitor-header .header-content .header-logo img {
    width: 145px;
    height: 70px;
    display: block;
}
.monitor-header .header-content .header-tip {
    float: right;
    height: 30px;
    margin: 50px 0 20px;
}
.monitor-header .header-content .header-tip img {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.monitor-header .header-content .header-tip p {
    display: inline-block;
    font-size: 24px;
    color: #969696;
    line-height: 30px;
}

.monitor-nav{
    width: 100%;
    height: 48px;
    background: #4B749D;
    overflow: hidden;
}
.monitor-nav .monitor-nav-list {
    width: 960px;
    height: 42px;
    margin: 8px auto 0;
}
.monitor-nav .monitor-nav-list li {
    float: left;
    padding: 0 20px;
    line-height: 42px;
    transition: all .2s linear;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    color: #fff;
}
.monitor-nav .monitor-nav-list li.active {
    background: #fff;
    color: #4b749d;
    transition: all .2s linear;
}

.monitor-wrapper{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.monitor-banner {
    width: 960px;
    height: 272px;
    margin: 14px 0 18px;
}
.monitor-banner img {
    width: 960px;
    height: 272px;
    display: block;
}

.monitor-pannel {
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    margin: 15px 0;
}
.monitor-pannel .pannel-header {
    height: 38px;
     border-radius: 2px 2px 0 0;
     background: #f8f8f8;
     border-bottom: 1px solid #d2d2d2;
     font-size: 14px;
     color: #505050;
     line-height: 38px;
     padding: 0 20px;
     box-sizing: border-box;
}
.monitor-pannel .pannel-body {
    padding: 35px 20px;
    box-sizing: border-box;
    background: #fff;
}

.monitor-pannel .pannel-body p {
    font-size: 14px;
    color: #969696;
    line-height: 28px;
}
.monitor-pannel .pannel-body p a{
    color: #4B749D;
}
.monitor-pannel .pannel-body ul {
    list-style: disc;
    margin-left: 1em;
}
.monitor-pannel .pannel-body ul li{
    font-size: 14px;
    line-height: 28px;
    list-style: disc;
    color: #969696;
}
.monitor-pannel .pannel-body img {
    max-width: 920px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.monitor-pannel .pannel-body .join-btn {
    width: 130px;
    height: 38px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background: #4B749D;
    transition: opacity .3s linear;
}
.monitor-pannel .pannel-body .join-btn:hover{
    opacity: .8;
    transition: opacity .3s linear;
}
.report p span{
    color: #FE5848;
    font-weight: bold;
}
.enter{
    color: #000 !important;
    font-weight: bold;
}