﻿/* 新闻Middle部分的框架设置 */
/*新闻Master页*/
.NewsMaster-frame
	{background-color: white;
		width:780px;
	}

.NewsMaster-frame .newsleft {
	vertical-align:top;
	text-align:left;
	background-color: #FEFBF6;
	padding-left:0px;
}



.NewsMaster-frame .newsleft a:link{
	color: #000000;	
}

.NewsMaster-frame .newsleft a:visited {
	color: #000000;
}

.NewsMaster-frame .newsleft a:hover {
	text-decoration: none;
	color: #E06F0B;
}

.NewsMaster-frame .newsleft a:active {
	color: #000000;
}

.NewsMaster-frame .tdleft1
{
	background-color: #B2C2D2; 
	width: 4px;
}

.NewsMaster-frame.newsright

{
	border-right: #dcdcdc 1px solid;
	 border-top: #dcdcdc 1px solid;
	  border-left: #dcdcdc 1px solid; 
	  border-bottom: #dcdcdc 1px solid
}

.NewsMaster-frame.newsright_1
{
	vertical-align: bottom; 
	 color: #01486A; height: 18px;
	 background-color: #B2C2D2; text-align: left
	
	}

	
.NewsMaster-frame.newsright2
	{background-color: #FDFBF4;
		text-align: left;
		
		}
.NewsMaster-frame .newsmap {
	width: 550px;
	height: 4px;
	vertical-align: top;
	text-align: left ;
	padding-left:5px;
	font-size:12px;
}

.NewsMaster-frame .newscontent {
	width: 550px;
	Vertical-align: top;
	text-align: Left ;
	padding-left:5px;
}
/*新闻Home页*/
/*新闻Content页*/
.NewsContent-frame .newtitle {
	width: 100%;
	height: 4px;
	vertical-align: top;
	text-align: center ;
	padding-left:5px;
	font-size: x-large ;
	font-weight:bold ;
	color:Orange;
}

.NewsContent-frame .newdesc {
	width: 100%;
	height: 4px;
	vertical-align: top;
	text-align: center ;
	padding-left:5px;
}

.NewsContent-frame .newcontent {
	width: 100%;
	height: 454px;
	vertical-align: top;
	text-align: justify ;
	padding-left:5px;
}

.NewsContent-frame .newnext {
	width: 100%;
	height: 4px;
	vertical-align: top;
	text-align: right ;
    padding-right:5px;
}

.NewsContent-frame .newcomment {
	width: 100%;
	height: 104px;
	vertical-align: top;
	text-align: center ;
	padding-left:5px;
}


