@charset "utf-8";
/* view */
.News-nav{
	float: left;
	margin-left: 18px;
	margin-top: 8px;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.News-nav2{
	float: right;
	margin-right: 18px;
	margin-top: 6px;
	margin-bottom: 8px;
	color: #CCC;
}
.News-nav2 a{
	border: 1px solid #FC0;
	padding: 2px;
	text-decoration: none;
	font-size: 12px;font-weight: normal;
}
.newsviewdl{
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #FFF;
}
.newsviewdl:hover{
	border: 1px solid #FE8802;
	background-color: #FFFAE7;
}
.newsviewdt1{
	background-image: url(news_er.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
}
.newsviewdt1 a{
	font-size: 14px;
	line-height: 180%;
	color: #003399;
	text-decoration: underline;
}
.newsviewdd{
	font-size: 13px;
	line-height: 150%;
	color: #333;
	text-indent: 6mm;
}
.newsviewdt2{
	text-align:right;
}
/* picview */
.picnewsviewdl{
	padding-right: 18px;
	padding-left: 18px;
	margin: 3px;
}
.picnewsviewdt1{
	background-image: url(news_er.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	float: right;
	width: 490px;
}
.picnewsviewdt1 a{
	color: #003399;font-size: 14px;
	line-height: 180%;
	text-decoration: underline;
}
.picnewsviewdd1{
	font-size: 13px;
	line-height: 150%;
	color: #333;
	width: 130px;
	float: left;
}
.picnewsviewddPic{
	height: 90px;
	width: 120px;
	padding: 3px;
	background-color: #eee;
	float: left;
}
.picnewsviewdd2{
	font-size: 13px;
	_font-size: 12px;
	line-height: 150%;
	color: #333;
	text-indent: 7mm;
	padding-left: 5px;
	width: 500px;
	_width: 496px;
	height: 60px;
}
.picnewsviewdt2{
	text-align:right;
	float: right;
}
/* 列表 */
.newslist{
    list-style:none;
	margin-right: 26px;
	margin-left: 26px;
}
.newslist li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	height:16px;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.newslist li a
{
	text-decoration:none;
	color:#777;
	text-transform:capitalize;
	line-height: 16px;
	font-size: 14px;
}
.newslist li a:hover {
	COLOR: #ff6b00;
	TEXT-DECORATION: underline
}
.newslistdate {     
	COLOR: #666;
	font-size: 14px;
}

.newslistpage{
	text-align: center;
	width: 96%;
	height:25px;
	padding:6px;
	vertical-align: middle;
	margin: 10px;
	border: 1px solid #FFF;
}
.newslistpage a{
	font-size: 12px;
	border: 1px solid #ccc;
	height: 22px;
	width: auto;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
	color: #F30;
	background-color: #FFF;
	margin-top: 1px;
}
.newslistpage a:hover{
    color: #F30;
	background-color: #FFF;
	border: 1px solid #f30;
}
.newslistpage span{
	font-size: 11px;
	color: #F30;
	background-color: #FFF;
	border: 1px solid #F00;
	height: 22px;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.newslistpage strong{
	font-size: 12px;
	color: #FFF;
	background-color: #F60;
	border: 1px solid #F00;
	height: 22px;
	width: auto;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
 /* 新闻页面 */
.newstitle {
	height: 25px;
	color: #363737;
	text-indent:14px;
	margin: 12px;
	font-weight: bold;
	font-size: 22px;
	padding-top: 6px;
	padding-bottom: 16px;
}
.newsshow{
	width: 96%;
	margin-bottom: 8px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 15px;
}
.newsIntro{
	color:#666;
	margin:20px;
	width: 92%;
	background: #FFFFFF;
	border: 1px dashed #CAE5FF;
	text-align: left;
	text-indent: 7mm;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 180%;
	font-size: 14px;
}
.newsContent{
	line-height:180%;
	text-align:left;
	color:#333;
	margin-top: 18px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.newsContent td,.newsContent th,.newsContent p{
	line-height: 180%;
}
.newspage{
	text-align: center;
	width: 98%;
	height: auto;
	padding:6px;
	vertical-align: middle;
}
.newspage span{
	font-size: 12px;
	color: #F30;
	border: 1px solid #F30;
	height: 22px;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-decoration: none;
	background-color: #FFF;
}
.newspage a{
	font-size: 12px;
	border: 1px solid #F30;
	height: 22px;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-decoration: none;
	color: #FFF;
	background-color: #F30;
}
.newspage a:hover{
	background-color: #FFF;
	color: #F30;
}
.newsKeywords{
	color:#666;
	margin:18px;
	width: 638px;
	border: 1px dashed #CAE5FF;
	background-color: #FFC;
}
.newsnextpage{
	width: 630px;
	line-height:180%;
	color:#666;
	padding:6px;
	margin-bottom:6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.newsnextpage_l{
	float: left;
	font-size: 14px;
}
.newsnextpage_r{
	float: right;font-size: 14px;
}
.keywords{
	float: left;
	width: 400px;
	line-height:200%;
	text-align: left;
	margin-left: 10px;
}
.editor{
	width:130px;
	float: right;
	padding-right:10px;
	line-height:200%;
	text-align: right;
}
.newsTile{
	height: 48px;
	width: 192px;
	background-image: url(newdigg-bg.png);
	background-position: 195px 0px;
	font-size: 12px;
}
.newsTile:hover{
	background-image: url(newdigg-bg.png);
	background-position: 195px -51px;
}
.newsComments{
	width: 650px;
}
.toPostbutton{
	color: #FFF;
	background-color: #09C;
	height: 20px;
	border: 0px;
	margin-top:5px;
}
.toPostbutton_box{
	padding-top:0px;
	text-align: left;
}
.tieBody{
	height: 90px;
	width: 640px;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	background-image: url(Commentspic.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.Comments_kz{
	width: 650px;
	font-size: 14px;
}
.Commentstitle{
	float:left;
	width:80px;
	font-weight: bold;
	text-align: left;
}
.CommentsShow{
	float:right;
	width:110px;
}
 /* 新闻边栏 */
.NewsControl_ad{
	height:auto;
	width: 268px;
	border: 1px solid #EBC7BE;
	padding: 0px;
	margin-bottom: 10px;
}
.NewsControlList                   
{
	width: 93%;
	list-style:none;
	margin: 6px;
}
.NewsControlList li
{
	height: 15px;
	line-height: 15px;
	padding-top: 6px;
	padding-bottom: 5px;
	background-image: url(news_er.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
}
.NewsControlList li a:hover {}
.NewsControlList li a {
	text-decoration:none;
	text-transform:capitalize;
	line-height: 15px;
	margin-left: 25px!important; /* IE7+FF */
	margin-left: 18px;/* ie6 */
	font-size: 14px;
	color: #333;
}
/*dl盒子*/
.News_box_sh_bg{
	width: 268px;
	border: 1px solid #bbb;
	margin-bottom: 10px;
}
.News_tit_sh_bg a{
	font-size: 14px;
	line-height: 200%;
	color: #FF0;
	background-color: #89BF01;}
.News_tit_sh_bg{
	width: 266px;
	margin:1px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #000;
	background-image: url(box_title1.gif);
	background-repeat: repeat-x;
	text-indent: 4mm;
	background-color: #FFFAE7;
}
.News_tit_sh_bg span {
	float: right;
	height: 11px;
	background-image: url(../News/images/more.gif);
	background-repeat: no-repeat;
	width: 43px;
	margin-top: -20px;
}
.News_con_sh_bg{
	width:268px;
	height:auto;
	color: #888888;
}
.News_bot_sh_bg{
	height: 0px;
	display:none;
}
 /* 图片新闻 */
.NewsControlPicList                   
{
	width: 93%;
	list-style:none;
	margin: 6px;
}
.NewsControlPicList li
{
	height: 73px;
	line-height: 73px;
}
.NewsControlPicList li a {
	text-decoration:none;
	text-transform:capitalize;
	line-height: 150%;
	margin-left: 15px!important; /* IE7+FF */
	/* ie7,8 */
	margin-left: 18px;/* ie6 */
	font-size: 14px;
	color: #333;
}
.NewsControlListPic{
	height: 60px;
	width: 80px;
	float: left;
	padding: 2px;
	background-color: #CCC;
	margin-left: 6px;
	margin-right: 6px;
}
.News_TouTiaoPic{
	margin-top: 8px;
	margin-right: 12px;
	margin-left: 6px;
	color: #666;
}
.News_TouTiaoPic a{
	padding-left: 8px;
	line-height: 160%;
	font-size: 14px;
	color: #333;
}
.news_img_box{
	border: 1px dashed #eee;
	height: auto;
	width: 620px;
	margin: 0px;
	padding: 0px;
}
/*news_img的dl盒子*/
.News_img_box_sh_bg{
	width: 650px;
	border: 1px solid #EBC7BE;
}
.News_img_tit_sh_bg{
	width: 648px;
	margin:1px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../News/images/box_title1.gif);
	background-repeat: repeat-x;
	text-indent: 4mm;
	text-align: left;
	background-color: #FFFAE7;
}
.News_img_con_sh_bg{
	width:650px;
	height:auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 160%;
}
.News_img_bot_sh_bg{
	height: 0px;
	display:none;
}
.News_img_Lista {
	text-decoration:none;
	text-transform:capitalize;
	line-height: 20px;
	margin-left: 18px!important; /* IE7+FF */
	margin-left: 10px;/* ie6 */
    margin-top: 5px;
	margin-bottom:8px;
	font-size: 14px;
	color: #333;
}
.News_img_Pic{
	padding: 3px;
	height: 100px;
	width: 130px;
	margin-top: 5px;
	border: 1px solid #eee;
}
.News_img_Pica{
	text-decoration:none;
	text-transform:capitalize;
	margin-top: 3px;
	margin-bottom:5px;
	font-size: 13px;
	line-height: 180%;
	color: #333;
}
#NewsTieList{
	margin-top: 5px;
	margin-bottom: 5px;
}
