    .news_c{
        padding-right: 0;
        height: 210px;
        width: 100%;
        background-color: #ffffff;
        margin: 0 auto 40px auto;
        display: block;
        overflow: hidden;
    }
    .a_div1 {
        width: 30%;
        height: 100%;
        float: left;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
    }
    .a_div1 .a_div_1 {
    	width: 100%;
    	height: 100%;
    	display: inline-block;
    	background: #4f9de0;
    }
    .news_c img{
	    width: 105%;
	    position: absolute;
	     top: 50%; 
	     left: 50%; 
	     -webkit-transform: translate(-50%,-50%); 
	     transform: translate(-50%,-50%); 
    }
    .news_c_text{
        float: right;
        padding: 0 5%;
        height: 100%;
        width: 60%;
    }
    .a_block {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .news_xxk_box {
        width: 88%;
		max-width: 1202px;
    }