#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
#news{
	max-width: 1000px;
	margin: auto;
}
.news{
	width:1000px;
	height: 250px;
    border: solid 1px rgba(0,0,0,0.1);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.shape-top {
    width: 150px !important;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}
.shape-bottom {
    width:  150px !important;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 40px;
    bottom: -15px;
}
.news h4{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #181691;
	padding: 5px;
	margin-top: 30px;
	border-left: 3px solid #181691;
	margin-left: 390px;
	 font-family: 'dejavu_sansbold';
}
.news h4 a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #181691;
	text-decoration: underline;
}
.news h4 p{
	margin-top: 10px;
	color: #181691;
	
}
.news-image{
    width: 370px;
    height: 244px;
    margin-left: 0;
    margin-top: 0;
    float: left;
    background-size: cover;
    background-position: center center;
    margin: 2px;
}

    .news-text{
		width: 560px;
		height: 100px;
		border: 1px solid #e9e9e9;
		border-left: none;
		border-right: none;
		line-height: 22px;
		float: right;
		margin-right: 40px;
		margin-top: 30px;
		 color: #7f7f7f;
		 font-size: 13px;
	}

	.news-url{
		width: 74px;
		height: 33px;
		line-height: 35px;
        text-align: center;
        font-family: 'dejavu_sansbook';
        font-size: 14px;
        font-weight: 500;
        color: #000;
        position: absolute;
        right: 4px;
        bottom: 2px;
         -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	.news-url:hover{
		color:#181691;
	}
	.date_see{
		width: 200px;
		position: absolute;
		margin-left: 395px;
		color: #7e807f;
		bottom: 5px;
	}
	.date_see div{
		float: left;
		padding: 5px;
		font-size: 13px;
		border-left: 1px solid rgba(0,0,0,.2);
	}
	.date_see div:first-child{
		border-left: none;
	}
	