﻿@charset "utf-8";
.news{
	background: #ececec;
	padding: 15px;
	margin: 0;
	margin-top: 25px;}
.news img{
	max-width: 100%;}
.date{
	font-size: 14px;
	color: #747474;
	line-height: 48px;}
.title{
	font-size: 18px;
	font-weight: bold;
	color: #3965cc;
	line-height: 48px;}
.intro{
	font-size: 14px;
	line-height: 28px;
	color: #656565;}
