div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.fulfillment-list li {
	display: inline-block;
	width: 220px;
	margin-bottom: 30px;
	padding: 0 25px;
	text-align: center;
	color: #fff;
	background: linear-gradient(45deg, rgba(11, 63, 28, .6) 0, rgba(8, 156, 74, .6) 100%);
	border-radius: 4px;
	vertical-align: top;
}
.fulfillment-list li:hover {
	background: linear-gradient(45deg, #0b3f1c 0, #089c4a 100%);
}

.batton_banner_link {
	position: relative;
    display: inline-block;
    min-width: 170px;
    margin: .6em 0;
    padding: 12px 25px 11px 25px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #0b3f1c;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
	color: #fff;
	-webkit-box-shadow: 0 18px 38px rgba(255, 255, 255, .08);
	box-shadow: 0 18px 38px rgba(255, 255, 255, .08);
	background: #0b3f1c;
	background: linear-gradient(135deg, #0b3f1c 0, #089c4a 100%);
}

.batton_banner_link:hover {
	background: #0b3f1c;
	background: linear-gradient(135deg, #0b3f1c 0, #0b3f1c 100%);
	color: #fff;
}