﻿/*系统样式，CMS定义*/
body{
	font-family: "arial";
	font-size: 12px;
	color:#0F2B50;
	margin:0;
	background:#293F78 url(bg_sky.jpg) repeat-x top left;
}
html{overflow-x:hidden;overflow-y:auto} 

.left{float:left}
.right{float:right}
td {font-family:"arial";font-size:12px;color:#0F2B50}
p,ul{list-style:none;margin:0;padding:0;border:0px}
.clear{ clear:both;}/*清除浮动*/
img {border:0px;behavior:url("images/systemfiles/pngbehavior.htc")}/*支持png图片*/
a {behavior:url("images/systemfiles/onfocus.htc")}/*去掉点击虚线*/
.keyword{background-color: #FFFF00;}/*搜索高亮关键词*/

.input {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #0F2B50;
	background: #f8f8f8;
	width:100%;
	height:21px;
	border-top:1px solid #D8D8D8;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #D8D8D8;
	margin:0;
	padding:5px 0 0 5px;
}
.select {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #0F2B50;
	background:#f8f8f8;
}
a:link{color:#0F2B50;text-decoration: none}
a:visited{color:#0F2B50;text-decoration: none}
a:hover{color:#E0271D;text-decoration: none}

/*小号中文字体*/
.smallcnfont{font-family: "PMingLiU";font-size: 11px}

/*英文*/
.enfont{font-family:"Tahoma";font-size: 11px}
.enfont a:link{font-family:"Tahoma"font-size: 11px}
.enfont a:visited{font-family:"Tahoma"font-size: 11px}
.bold{font-weight:bold}
.px14{font-size:14px}

/*内容页图片展示*/
.picshowbox{border:4px solid #000}

/*内容行高样式*/
.h18{line-height: 18px;word-wrap:break-word}
.h20{line-height: 20px;word-wrap:break-word}
.h22 {line-height: 22px;word-wrap:break-word}
.content{word-break:break-all;text-align:justify;text-justify:inter-ideograph}

/*整体文字色定义*/
.font1{COLOR:#8795A8;text-decoration:none}
.font1 a:link{COLOR:#8795A8;text-decoration:none}
.font1 a:visited{COLOR:#8795A8;text-decoration:none}
.font1 a:hover{COLOR:#fff;text-decoration:underline}

.font2{COLOR:#A0ABC7;text-decoration:none}
.font2 a:link{COLOR:#A0ABC7;text-decoration:none}
.font2 a:visited{COLOR:#A0ABC7;text-decoration:none}
.font2 a:hover{COLOR:#fff;text-decoration:none}

.font3{COLOR:#E0271D;text-decoration:none}
.font3 a:link{COLOR:#E0271D;text-decoration:none}
.font3 a:visited{COLOR:#E0271D;text-decoration:none}
.font3 a:hover{COLOR:#0F2B50;text-decoration:underline}

.white{COLOR: #FFFFFF;text-decoration:none}
.white a:link{COLOR:#FFFFFF;text-decoration:none}
.white a:visited{COLOR:#FFFFFF;text-decoration:none}
.white a:hover{COLOR:#FFF;text-decoration: underline}

/*滤镜*/
.filterty {filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)} 
.filterAlpha {background:#000;filter: Alpha(Opacity=90);opacity:0.90}

/*列表新闻*/
.newslist li{list-style:none;margin:0;padding-left:10px;height:24px;line-height:24px;background:url(ico.gif) no-repeat left center}
.newslist li p{float:right;font-size:11px;}

/*列表图片  缩图排列*/
.piclist{width:640px;overflow:hidden;margin:0 auto}
.piclist li{float:left;list-style:none;margin:0;padding:0;overflow:hidden;width:160px;height:170px}
.piclist img{background:#fff;width:150px;height:140px;background:#DEDEDE}
.piclist li p{height:25px;line-height:25px;text-align:center}

/*列表滚动图片*/
.Pcscrollbox{width:306px;height:122px;background:url(pbg.gif) no-repeat}
#Pcscroll img{width:110px;height:100px;margin-right:5px;background:#0F2B50;margin-top:7px}

/*分页样式*/
.pages{text-align:center;margin-top:10px}

/*树型导航*/
.tree{margin-left:20px;overflow:hidden}
.tree li{width:159px;list-style:none;margin-bottom:1px;padding-left:45px}
.tree .depth1{background:url(case_off.gif) no-repeat;height:31px;line-height:31px}
.tree .depth1hover{background:url(case_on.gif) no-repeat;height:31px;line-height:31px}

.tree .depth2{width:157px;border:1px solid #DEDEDE;padding:5px 0 5px 45px;background:url(ico3.gif) no-repeat 27px center;line-height:18px}
.tree .depth2hover{width:157px;border:1px solid #DEDEDE;padding:5px 0 5px 45px;background:url(ico4.gif) no-repeat 27px center;line-height:18px}

/*选项卡*/
.Menubox {width:100%;height:28px;margin-bottom:12px;background:url(fgline.gif) repeat-x bottom}
.Menubox li{height:26px;line-height:26px;color:#fff;float:left;list-style:none;text-align:center;background:#2C4872;border:1px solid #576B85;cursor:pointer;margin-right:5px;padding:0 10px}
.Menubox li.hover{background:#0F2B50;border-top:1px solid #576B85;border-right:1px solid #576B85;border-bottom:1px solid #0F2B50;border-left:1px solid #576B85;font-weight:bold}
/*选项卡结束*/

.banner{position:absolute;margin-top:10px}
.sea{margin-top:210px}
.place{padding:6px;border:3px solid #DEDEDE;margin-bottom:15px}
