.img-links{
    display: flex;
    height: 190px;
    justify-content:space-around;
    align-items:center;
width: 1200px;
    margin:0 auto;
}

.img-links img{
    cursor: pointer;

}

.swiper-panel{
background-color:#F3F4F5;
}

.swiper-panel .news-content{
    width:1200px;
    margin:0 auto;
}

.tongji{
    height:32px;
    background:url(../images/tongji_bg.png) repeat-x 0 0;
	 margin-top:20px;
}

.tongji .tongji-title{
    height:32px;
    width:198px;
    margin:0 auto;
    background:url(../images/tongji_title.png) no-repeat 0 0;
	background-color: #fff;
}


.statistics_panel{
	margin-top:20px;
    display: flex;
    justify-content:space-between;
    align-items:center;    
}

.statistics_left,.statistics_right{
    flex:0 0 380px;
    border:1px solid #E4E4E4;
    height:298px;
}

.statistics_center{
    flex:0 0 394px;
    height:300px;
    background:url(../images/numberbg.png) no-repeat 0 0;
	position:relative;
}

.statistics_center .current_num{
    position: absolute;
    right: 25px;
    top: 32px;
    width: 250px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666;
}

.statistics_center .current_num span.em{
	font-size:25px;
	color:red;
	    padding: 0 5px;
}