﻿@charset 'utf-8';

.news{}
.newsItem:first-child{margin-top: 40px;}
.newsItem{margin-top: 24px;}
.newsItemTitle{height: 44px;line-height: 44px;margin: 16px 0;color:#313131;}
.newsItemTitleTxt{font-size: 22px;color:#313131;cursor: pointer;}
.newsItemTime{font-size:14px;color: #A5A5A5;}
.newsItemDesc{font-size:14px;line-height: 1.8em;text-indent: 2em;}

.newsItemTitleTxt:hover{color: #10cdc6;}