@charset "GBK";

/*****************************************************************
 *  
 *  源文件名:  newscss.css
 *  功    能： 沃赛信息新闻系统 前台样式定义
 *	作者：沃赛信息 [vsitNews]
 *
 *****************************************************************
*/

/**************** 页面 ************************************/
body {margin:0 auto; background:#fff; text-align:left; font-size:12px;}
img {border-style:none;}


/**************** 页面布局定义 *****************************/
#rArea { margin:0;width:480px; height:100%; background:#ffffff; border:1px solid #8f8fba;}
#lArea { margin:0;width:250px; height:100%; background:#F1F1F1; border:0px solid #8f8fba; padding-bottom:20px;}


/**************** 新闻链接样式定义 ************************/
A:link { COLOR: #333; TEXT-DECORATION: none; font-size: 14px;}
A:visited {COLOR: #83006f; TEXT-DECORATION: none;font-size: 14px;}
A:active {COLOR:  #bc2931; TEXT-DECORATION: none;  font-size: 14px;}
A:hover {COLOR: #bc2931; TEXT-DECORATION: underline;  font-size: 14px;}


/**************** 空行样式定义 ***************************/
#B1{margin:0 auto; width:100%; height:6px; font-size:1px;}
#B2{margin:0 auto; width:100%; height:10px; font-size:1px;}
#B3{margin:0; width:100%; height:5px; font-size:1px; border-bottom:1px solid #959595; background-color:#FFFFFF;}
#B4{margin:0 auto; width:100%; height:30px; font-size:1px;}

/**************** 信息提示字体样式定义 *****************/
#F1{font-family: "宋体";font-size: 14px; color:#ff6600;}
#F2{font-family: "宋体";font-size: 12px; color:#000000;}
#F3{font-family: "宋体";font-size: 14px; color:#bc2931;}


/**************** 分页显示字体样式定义 ******************/
.chinese{font-family: "宋体";font-size: 12px; color:#333333;}
.chinese a {font-family: "宋体"; };
.chinese a:link{ COLOR:#333; TEXT-DECORATION: none;font-size: 12px}
.chinese a:visited{COLOR:#369; TEXT-DECORATION: none;font-size: 12px}
.chinese a:hover{COLOR: #f60; TEXT-DECORATION: underline; font-size: 12px}
.chinese a:active{COLOR:#f00; TEXT-DECORATION: none;font-size: 12px}


/**************** 线条样式定义 **********************/
#Line { padding-left:10px; height:1px;}
#L1{ margin: 10px 10px 5px 10px;width:96%; height:1px; border-bottom:1px solid #959595;}
#L2{ margin: 5px 10px 5px 10px;width:96%; height:1px; border-bottom:1px dotted #959595;}


/*导航菜单样式定义*/
#new_menu {margin-top:10px;font-size:12px; background:url(../../pic/menu_bg.gif) no-repeat; color:#fff; clear:both; height:40px; padding:12px 0 0 50px;}
#new_menu ul { margin:0; padding:0;}
#new_menu li { list-style:none; float:left; margin-right:10px; }
#new_menu a:link{ COLOR:#fff; TEXT-DECORATION: none; font-size:12px;}
#new_menu a:visited{COLOR:#fff; TEXT-DECORATION: none; font-size:12px;}
#new_menu a:hover{COLOR:#Fc0; TEXT-DECORATION: underline; font-size:12px;}


/**************** 头部标题样式定义 *****************/
#TopTitle { margin-top:4px; margin-bottom:0;width:250px; height:20px;}
#TopTitle span{ margin:0;font-family: "黑体" ,Arial Black,sans-serif;font-weight:100;font-size: 18px; padding:8px 0 0 15px; color:#333;}

#header { width: 760px;	margin-bottom: 10px; font-size:12px;}
#header a:link { text-decoration: none;}
#header a:visited {	color: #000; text-decoration: none;}
#header a:hover { color: #EB6100;}
.header_top { background: #f3f3f3; border-bottom: 1px solid #e3e3e3; height:27px; width:100%; font-size:12px;}
.header_top a:link { text-decoration: none; font-size:12px;}
.header_top a:visited{color: #000; text-decoration: none; font-size:12px;}
.header_top a:hover{ color: #e66402 font-size:12px;;}
.header_icon a:link { text-decoration: none; font-size:12px;}
.header_icon a:visited{color: #000; text-decoration: none; font-size:12px;}
.header_icon a:hover{ color: #e66402; font-size:12px;}

/***************** 搜索表单样式定义 *****************/
#new_searchbar{ text-align:right; margin-bottom:6px;background-color:#e6e6ff; padding:4px 4px 4px 0px; vertical-align:middle;}
#new_Search { margin:0;width:400px; height:30px; padding:0 0 4px 0; float:right;}
#new_Search .Button { margin:5px 0 0 5px; padding:2px 2px 2px ; font-size:12px; color:#333; border: 1px ridge #4570b0; background:#f1f1f1; cursor:hand; height:22px;}
#new_Search .sText { margin:0 0 0 4px; padding:4px 0 2px 0;font-size:12px; color:#333; border: 1px solid #4570b0; width:140px; height:22px;}
#new_Search span{ font-size:12px; color:#333333; }
#new_Search .sForm{ margin:0 20px 0 0; height:30px; width:400px; text-align:right;}

/***************** 高级搜索表单样式定义 *****************/
#HSearch { margin:0;width:240px;height:200px; padding:0 0 4px 0; text-align:left;}
#HSearch .Button { margin:10px 0 200px 100px; padding:2px 2px 2px ; font-size:12px; color:#333; border: 1px ridge #296CBC; background:#f1f1f1; cursor:hand; height:22px;}
#HSearch .sText { margin:4px 0 0 4px; padding:4px 10px 0px 4px;font-size:12px; color:#333333; border: 1px solid #296CBC; width:140px; height:22px;}
#HSearch span{ font-size:12px; color:#333333; height:22px; width:80px; padding:15px 0 5px 10px; text-align:right;}
#HSearch .sForm{ margin:0 0 0 0; height:200px; width:240px; text-align:left;}


/***************** 头条图片新闻样式定义 *****************/
#pArea { margin:0;width:250px; height:auto; background:#fff; border:0px solid #959595;}
#pArea #Pic {margin:5px 5px 0px 5px;}
#pArea img{ border-style:none;}
#pArea h2 #Content{margin: 6px 10px 0px 10px;font-family:"宋体"; font-size:12px; font-weight:normal; line-height:18px; color:#656565;}
#pArea h2 #Content a:link{color:#bc2931; font-size:12px; font-family:"宋体";}
#pArea h2 #Content a:visited{color:#bc2931; font-size:12px;font-family:"宋体";}
#pArea h2 #Content a:hove{color:#000; font-size:12px;font-family:"宋体";}
#pArea h2 #Content a:active{color:#000; font-size:12px;font-family:"宋体";}
#pArea h2 a {font-family: "黑体" ,Arial Black,sans-serif;font-weight:100;font-size: 16px;padding-left:10px; padding-bottom:0; padding-top:0;}
#pArea h2 a:visited{color:#ff6600;}
#pArea h2 a:hover{color:#bc2931;}
#pArea h2 a:active{color:#bc2931;}
#pArea h2 a:link{color:#000;}


/***************** 滚动新闻样式定义 *****************/
#HotNews { margin:0;width:480px; height:20px; background:#f3f3fe; border:1px solid #8f8fba;}
#HotNews {float:left; padding:6px 10px 6px 10px; font-size:12px; font-weight:normal;color:#bc2931;}
#HotNews a{color:#bc2931; text-decoration:none; font-size:12px}
#HotNews a:hover{color:#000000; font-size:12px;}


/***************** 头条新闻样式定义 *****************/
#HeadNews{margin:0 auto; width:480px;float:left;}
#HeadNews h2{float:left;font-family: "黑体" ,Arial Black,sans-serif;font-weight:100;font-size: 20px; padding:14px 0 18px}
#HeadNews h2 a {font-family: "黑体" ,Arial Black,sans-serif;font-weight:100;font-size: 20px;padding-left:20px;}
#HeadNews h2 a:visited{color:#333;}
#HeadNews h2 a:hover{color:#bc2931;}
#HeadNews h2 a:active{color:#bc2931;}
#HeadNews h2 a:link{color:#000;}
#HeadNews #Content { font-family:"宋体"; font-size:12px; color:#656565; padding-left:10px; padding-right:10px; padding-bottom:5px;}

/***************** 一级页面导航样式定义 *****************/
#tArea{color:#020251; border-bottom:2px #8f8fba solid;border-top:1px #8f8fba solid; padding:2px 0px 2px 0px;height:20px; background-color:#e6e6ff;}
#tArea #Title2{float:left;height:20px;padding:6px 0 4px 40px; background:url(../../pic/Title.gif) #e6e6ff 10 no-repeat;}
#tArea span{ padding:4px 20px 0 6px; height:14px; float:right;}
#tArea span a{font-family: "宋体";font-size: 12px;}
#tArea span a:link {color:#000;}
#tArea span a:hove{color:#f60;}
#tFont{font-family: Arial Black,sans-serif;font-size: 16px; font-weight:600; color:#333;}
#Title1{ color:#020251; border-bottom:2px #8f8fba solid; padding:5px 0px 5px 40px;height:20px; background-color:#e6e6ff; background:url(../../pic/Title.gif) #e6e6ff 10 no-repeat;}


/***************** 二级页面导航样式定义 *****************/
#stArea{margin:0;width:480px; height:18px; clear:both; padding:0;text-align:left;background:#e6e6ff;  border-top:1px solid #8f8fba;text-align:left;border-bottom:2px #8f8fba solid;}
#stArea #sTitle2{float:left; height:17px;padding:6px 0 4px 40px; background:url(../../pic/Title.gif) #e6e6ff 10 no-repeat;}
#stArea span{ padding:4px 20px 0 4px; height:14px; float:right;}
#stArea span a{font-family: "宋体";font-size: 12px;}
#stArea span a:link {color:#000;}
#stArea span a:hove{color:#ff6600;}
#stArea #pic { padding:4px 20px 0 4px; height:14px; float:right; background:url(../../pic/Title.gif) #DEE8F2 right no-repeat;}
#stFont{font-family: "宋体";font-size: 16px; font-weight:bold; color:#333;}
#sTitle1{ margin:0;width:480px; height:18px;border-bottom:2px #8f8fba solid; padding:5px 0px 5px 40px; text-align:left;background:url(../../pic/Title.gif) #e6e6ff 10 no-repeat;}

#More a {font-family: Arial Black,sans-serif;font-size: 14px; padding-top:4px; padding-right:20;}
#More a:link {color:#bc2931;}
#More a:hove{color:#000000;}

#out { text-align:left; padding:0 50px 20px 50px; font-size:12px; line-height:160%;}

/***************** 新闻列表显示样式定义 *****************/
#News {margin:0;width:480px;padding:10px 0px 10px; text-align:left;}
#News ul {margin:0; padding:8px 0 8px;font-size:14px;color:#333;text-decoration:none; text-align:left;}
#News li { list-style-type:none; padding:4px 0px 4px 10px; height:20px}
#News span{padding:0 0 0 6px; font-size:12px;color:#1f3a87;} 	/*时间显示样式*/
#News li img{border-style:none;}
.newleft{float:left; width:200px;}

/***************** 图片新闻样式定义 *****************/
#Pic { margin:0; width:auto;height:auto;font-size:12px; color:#333;}
#Pic img{ border:1px solid #959595;text-align:center; color:#333; font-size:12px; background:#F6f6f6}
#Pic a{ font-size:12px;}

/***************** 专题导航样式定义 *****************/
#Spec {margin:0;width:480px;padding:10px 0px 10px; text-align:left;}
#Spec ul {margin:0; padding:8px 0 8px 6px;font-size:14px;color:#333;text-decoration:none; text-align:left; font-weight:bold;}
#Spec li { list-style-type:none; padding:4px 0px 4px 10px; height:30px;}
#Spec span{padding:0 0 0 6px; font-size:14px;color:#1f3a87; font-weight:normal;} 	/*时间显示样式*/
#Spec li img{border-style:none;} 


/***************** 专题最新新闻显示样式定义 *****************/
.SpecTitle{margin:5px 0 0 0;width:250px; clear:both; height:20px; padding:5px 0 0 10px; text-align:left;}
.SpecTitle .title{float:left; height:20px; left no-repeat; padding:0; font-weight:bold;text-align:left;}
.SpecTitle .more{ padding:0 0 0 6px; height:14px; float:right;}
.SpecTitle .more a:visited{color:#000;}
.SpecTitle .more a:hover{color:#bc2931;}
.SpecTitle .more a:link{color:#1f3a87;}

.SpecContent .more img { margin:0; border-style:none;}
.SpecContent{ margin:0;width:250px;}
.SpecContent ul {margin:0; padding:0;}
.SpecContent li {margin:0; padding-left:10px; list-style:none;overflow:hidden; text-overflow:ellipsis;white-space:nowrap;width:230px; background:url(../../pic/li.gif) no-repeat 10px 7px;}
.SpecContent h3 { margin:0;padding:4px 0 4px 8px; width:250px;font-weight:normal; font-size:12px;text-align:left;}
.SpecContent h3 a:link{color:#000; font-size:12px;}
.SpecContent h3 a:visited{color:#1f3a87; font-size:12px;}
.SpecContent h3 a: hover{color:#bc2931; font-size:12px;}
.SpecContent h3 img {border-style:none; margin:4px 0 4px 0}
.SpecContent img{border:1px solid #000; margin:2px 8px 8px 6px; float:left;}
.SpecContent p{ margin:0;float:left; width:100px;line-height:160%; text-align:left; padding:0; margin-bottom:10px; color:#656565; font-size:12px;}
#Title3{ color:#020251; border-bottom:2px #8f8fba solid; padding:5px 0px 5px 40px;height:20px; background-color:#e6e6ff; background:url(../../pic/Title.gif) #e6e6ff 10 no-repeat;}


/***************** 新闻显示页面样式定义 *****************/
#ShowNews { margin:0; width:750px;}
#ShowNews #Pos {margin:0; padding:3px 0px 3px 15px; text-align:left; border:1px solid #8f8fba; background-color:#f3f3fe; height:20px; font-size:14px; color:#333333;}
#ShowNews #Pos a:link{font-size:14px; font-family:"宋体"; color:#333;}
#ShowNews #Pos a:link{font-size:14px;color:#333;}
#ShowNews #Pos a:hove{font-size:14px; color:#bc2931;}
#ShowNews #Pos a:visited{{font-size:14px;color:#333;}

#ShowNews #Content { margin:10px 0 0 0; width:750px; border:1px solid #959595; background-color:#FFF; height:200px; font-family:"宋体";}
#ShowNews #Content #Title{ margin-top:15px;text-align:center; font-size:20px; font-weight:bold; color:#222;}
#ShowNews #Content #Info{ margin-top:10px;text-align:center; font-size:12px;color:#333;}
#ShowNews #Content #NewsContent{ margin:20px; padding:15px 20px 30px 20px;text-align:left; font-size:12px;color:#222; border-top:1px solid #959595; line-height:20px;};

.HtmlContent{ font-size:12px;}
#Title02{ margin-top:15px;text-align:center; font-size:20px; font-weight:bold; color:#222;}
#Info02 { margin-top:10px;text-align:center; font-size:12px;color:#333;}


/***************** 页面底部导航 & Copyright *****************/
.footer_nav { background-color:#f3f3fe; border:1px #8f8fba solid; color:#006; text-align:center; padding:4px;}
.footer_nav ul { margin:0; padding:0;}
.footer_nav li { margin:0; padding:2px 10px 2px 0px;; display:inline;}
.footer_nav a:link { text-decoration: none;}
.footer_nav a:visited{color: #000; text-decoration: none;}
.footer_nav a:hover{ color: #e66402;}
#Copyright { margin:0;padding:10px 0px; width:750px; height:80px;font-size:12px; text-align:center;}
#Copyright #Text { margin:0; padding-top:5px;line-height: 20px;float: left; color:#F00; width:750px;}
#Copyright #Text a { color:#F00 };
#Copyright span { margin:0; line-height:20px;color:#555; width:750px;}

.footer { float:left; color:#666; width:100%; text-align:center; border-top:2px solid #ccc; padding:5px 0; margin-top:10px;}
.footer p { margin:0; padding:0;}
.footer a:link { color:#666;}
.footer a:hover { color:#000;}
.footer a:visited { color:#666;}
/************************** End ************************************/
