.box {
    max-width: 1400px;
    min-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	box-sizing: border-box;}
	
	.report{}
.report_list{ padding:0px 0 40px;}
.zhiding{
   line-height: 78px;
    height: 52px;
    color: #df3e3e;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    float: left;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;

	
	
}
.report_list li a:hover{ background:#123b97; color: #fff;}

.woo-box-flex{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}

.zhiding img{
    width: 48px;
    height: 19px;
}
.report_list li a{ display:block; background:#f5f5f5; padding:1% 4%; line-height: 54px;   color: #666;}
.report_list li:nth-of-type(even) a{ background:#fff;}
.load_link02{ display:block; float: right; position:relative; padding-left: 15px; margin-left: 4%;}
.load_link02:before{ content:""; position: absolute; top:50%; left:0; margin-top:-7px; width:14px; height: 14px; background: url(../image/ico_18a.png) left bottom no-repeat;}
.report_date{ display:block; float: left; position:relative; opacity: .80; padding-right: 10px; margin-right: 10px;}
.report_date:before{ content:""; position: absolute; top:50%; right:0; margin-top:-8px; width: 2px; height: 16px; background:#a7a7a7;}
.report_list li a p:hover{ color:#fff; }
.report_list li a{    display: block;
    background: #f5f5f5;
    padding: 1% 4%;
    line-height: 54px;
    color: #666;}
.report_list li a:hover{ background:#1d77ab; color: #fff;}
.report_list li a:hover .load_link02:before{ background-position:left top;}
.report_list li a:hover .report_date:before{ background:#fff;}



