body,html{
    background-color: #F6F6F6;
    color: #333;
    font-size: 14px;
}
.main{
    margin-top: 126px;
}

.main .content{
    background-color: #fff;
}
.main .nocontent{
    height: 370px;
    text-align: center;
}
.main .nocontent .ivu-spin{
    margin-left: 590px;
    padding-top: 170px;
}
.main .content .reportul{
    padding: 10px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 370px;
}
.content .reportul li{
    width: 275px;
    height: 330px;
    border: 1px solid #D9D9D9;
    margin: 10px;
}
.content .reportul .frontcover{
    width: 243px;
    height: 149px;
    margin-left: 16px;
    margin-top: 16px;
    background-color: #999;
    color: #fff;
    text-align: center;
    position: relative;
}
.content .reportul .frontcover img{
    width: 243px;
    height: 149px;
}
.content .frontcover h4{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    padding-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content .frontcover .line{
    position: absolute;
    left: 100px;
    top: 70px;
    width: 45px;
    height: 1px;
    background-color: #fff;
    margin: 5px auto;
}
.content .frontcover p{
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.content .reportul .date{
    font-size: 16px;
    line-height: 66px;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    margin-top: 16px;
    margin-bottom: 6px;
}
.content .reportul .btn{
    width: 126px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #3F9BE7;
    color: #3F9BE7;
    margin: 0 auto;
    cursor: pointer;
}.content .reportul .btn:hover{
    color: #fff;
    background-color: #3F9BE7;
}

.content .reportpage{
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main .ad{
    width: 1200px;
    height: 144px;
    position: relative;
    margin-bottom: 20px;
}
.main .ad .btn{
    position: absolute;
    left: 50%;
    top: 90px;
    width: 134px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    margin-left: -67px;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 36px;
    cursor: pointer;
}

.main .group{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 134px;
    background-color: #fff;
    padding: 5px 20px;
}
.main .group h5{
    font-size: 24px;
    line-height: 48px;
}
.main .group .links{
    line-height: 30px;
}
.main .group .links a{
    font-size: 14px;
    color: #333;
}
.main .group .links a:hover{
    color: #3F9BE7; 
}
