.d-report-list-page {
    color: #333;
}
.section-2 .j-center-block {
    width: 1000px;
    background-color: #FBFBFB;
margin: 0 auto;
    text-align: center;
	padding-bottom:40px;
    position: relative;
}


.section-2 .report-list {
    text-align: left;
    width: 1170px;
    margin: 0 auto;
    padding-top: 54px;
}
.section-2 .report-list {
    width: 940px;
    padding-top: 54px;
}



 .section-2 .item {
    background-color: white;
    display: inline-block;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 6px 7px;
    position: relative;
    width: 336px;
    margin: 15px 25px;
    transition-duration: 0.2s;
}
.section-2 .item {
    padding: 6px 7px;
    width: 296px;
    margin: 10px 6px;
}


.section-2 .item .pic-box {
    width: 100%;
    height: 157px;
    overflow: hidden;
position:relative;
}
.section-2 .item .pic-box {
    height: 138px;
}

.section-2 .item .date-box {
    background-color: #eff3f6;
    font-size: 10px;
    color: #828383;
    height: 26px;
    line-height: 28px;
}
.section-2 .item .date-box {
    font-size: 10px;
    height: 23px;
    line-height: 25px;
}

.section-2 .item .title {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #3a3a3a;
    margin: 0 5px;
}
.section-2 .item .title {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: 6px 5px 0;
}

.section-2 .item .detail {
    font-size: 12px;
    color: #929496;
    line-height: 1.5;
    margin: 0 5px;
    height: 54px;
    overflow: hidden;
}
.section-2 .item .detail {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 5px;
    height: 54px;
    overflow: hidden;
}
.section-2 .item .btn-open {
    display: inline-block;
    width: 66px;
    height: 24px;
    border: 1px solid #ccccce;
    background-color: #d1d1da;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 24px;
    margin: 19px 5px 19px 5px;
    transition-duration: 0.2s;
    cursor: pointer;
}
.section-2 .item .btn-open {
    margin: 12px 5px 10px 5px;
}
.section-2 .item:hover .btn-open{
background:#3cbaff;
border:1px solid #3cbaff;
}
.section-2 .item .pic-box img {
    width: 100%;
}
.section-2 .item .date-box img {
    width: 13px;
    margin-left: 6px;
    margin-right: 2px;
    vertical-align: -2px;
}
.section-2 .item .date-box {
    font-size: 10px;
    height: 23px;
    line-height: 25px;
}
.section-2 .item .date-box {
    background-color: #eff3f6;
    font-size: 10px;
    color: #828383;
    height: 26px;
    line-height: 28px;
}
.bg{display:none;position:absolute;width:100%;height:100%;background:#000;z-index:2;top:0;left:0;opacity:0.7;}
.section-2 .item .pic-box .bg img{
display:block;
width:32px;
height:32px;
margin-top:53px;
margin-left:124px;
}