﻿article.news .newsleft
{
    float:left;
    margin-right:20px;
    width:280px;
}
article.news .newsleft .news_left {
    width: 260px;
    border: solid 2px #EEE;
    margin-top: 20px;
    height: 340px;
    overflow: hidden;
}
article.news .newsleft .news_left .items
{
    margin:10px;
}
article.news .newsleft .news_left .items .newsitem
{
    height:30px;
    line-height:30px;
    color: #4A4949;
    margin-left: 12px;
}
article.news .newslist
{
    float:left;
    width:620px;
}
article.news .newslist .item
{
    padding-bottom: 20px;
    padding-top: 20px;
    height:200px;
}    
article.news .newslist .item .leftcontent
{
    float:left;
    margin-right:20px;
    height:200px;
}
article.news .newslist .item .leftcontent img
{
    border: 1px solid #e7e7e7;
    border-radius: 6px;
}
article.news .newslist .item .rightcontent
{
    font-family:微软雅黑;
}
article.news .newslist .item .rightcontent .title
{
    font-size: 24px;
    line-height: 32px;
    font-weight:bold;
}
article.news .newslist .item .rightcontent .date
{
    padding-bottom: 0px;
    display:none;
    color:#A09F9F;
}
article.news .newslist .item .rightcontent .info
{
    padding: 10px 0;
    display:block;
    color:#A09F9F;
}
article.news .newslist .item .rightcontent .content
{
    border-top:none;
    line-height: 24px;
    color:#595959;
    font-size:13px;
}
article.news .newslist .item .rightcontent .read
{
    color:#F15D3B;
    float: right;
    font-weight:bold;
    font-size:14px;
    margin-top:10px;
}
article.newsdetail .title
{
    font-family: "微软雅黑";
    font-size:24px;
    color: #000;
    line-height: 80px;
}
article.newsdetail .info
{ 
    padding-bottom:20px;
}
article.newsdetail .content
{
    font-size:14px;
    border-top: 1px solid #EAEAEA;
}
article.newsdetail .content .beizhu
{
    color:#B0B0B0;
    display:block;
    font-size:12px;
}
article.newsdetail .content p
{
    font-size:14px;
    margin-top: 25px;
    line-height: 30px;
}
article.newsdetail .bottom
{
    margin-top:20px;
}
article.newsdetail .bottom .button
{
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	letter-spacing: 2px;
	cursor: pointer;
	float:left;
    margin-right: 10px;
}
article.newsdetail .bottom .buttonno
{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 2px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
	padding: 0 8px;
}
article.newsdetail .bottom .buttonno.blue {
	text-shadow: 1px -1px 0px #237;
	color: #fff;
	border: solid 1px #206AAB;
	background: -webkit-linear-gradient(top, #3AA8F2 0%, #0F73C4 100%);
	background: -moz-linear-gradient(top, #3AA8F2 0%, #0F73C4 100%);
	background: -o-linear-gradient(top, #3AA8F2 0%, #0F73C4 100%);
	background: -ms-linear-gradient(top, #3AA8F2 0%, #0F73C4 100%);
}
article.newsdetail .bottom .button.gary,article.newsdetail .bottom .buttonno.gary  
{
    color:Gray;
	border: solid 1px #CBCBCB;
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
	text-shadow: 1px 1px 1px #fff;
}

a
{
    color:#2A2929;
}
