﻿/* - - - - - - - - - 全局重置样式  - - - - - - - - -*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
img{vertical-align:middle;border:none;}
input,select,button{vertical-align:middle;}
input{padding:0;}
button{cursor:pointer;}
body{font-size:12px;background:#fff;}
ul,ol{list-style-type:none;}
h3,h4{font-size:14px;}
em,address{font-style:normal;}
a{color:#4f4f4f;text-decoration:none;}
/*链接样式*/
a:link{}	
a:hover{color:#f60;text-decoration:underline;}	/*鼠标悬停时*/
a:active{}	/*鼠标点击与释放之间*/
a:visited{}	/* 已被访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor{ border:none!important;}	/*无边框*/
.no_bg{ background:none!important;}	/*无背景*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.f_left{ float:left;}	/*左浮动*/
.f_right{ float:right;}	/*右浮动*/
/* - - - - - - - - - 文字列表类  - - - - - - - - -*/
	/*新闻列表*/
	 .NewsList{margin:0 10px 9px;padding-top:10px;border-top:1px dashed  #ddd;}
	 .NewsList li{height:25px;line-height:25px;padding-left:10px;font-size:14px;background:url(../images/line_x.gif) no-repeat left 12px;overflow:hidden;}
	 .NewsList li span{color:#fe7c83;}
	 .NewsList li span a{color:#fe7c83;}
	 .NewsList li a{color:#122e67;}
	 .NewsList li a:hover{color:#f60;}
	/*文档列表*/
	 .DocList{margin:0 13px;}
	 .DocList li{height:27px;line-height:27px;padding-left:11px;font-size:14px;background:url(../images/line_x.gif) no-repeat left 12px;overflow:hidden;}
	 .DocList li span{color:#fe7c83;}
	 .DocList li span a{color:#fe7c83;}
	 .DocList li a{color:#122e67;}
	 .DocList li a:hover{color:#f60;}
	/*文本列表*/
	 .TextList{margin:0 16px;padding-top:15px;}
	 .TextList li{height:25px;line-height:25px;padding-left:11px;font-size:14px;background:url(../images/line_x.gif) no-repeat left 11px;overflow:hidden;}
	 .TextList li span{float:right;padding-left:15px;color:#122e67;}
	 .TextList li a{color:#122e67;}
	 .TextList li a:hover{color:#f60;}
	/*侧栏列表*/
	 .SideList{float:left;}
	 .SideList li{float:left;margin-left:11px;display:inline;}
	 .SideList li a{float:left;width:102px;height:25px;line-height:25px;text-indent:10px;font-size:14px;background:url(../images/3.gif) no-repeat left 10px;overflow:hidden;}
	 .SideList li a:hover{color:#f60;}
	/*导航列表*/
	 .NavList{float:left;width:330px;line-height:30px;font-size:14px;}
	 .NavList dt{float:left;width:94px;height:30px;line-height:30px;position:relative;text-indent:46px;color:#122e67;}
	 .NavList dd{float:left;font-size:13px;}
	 .NavList dd ul{float:left;}
	 .NavList dd ul li{float:left;}
	 .NavList dd ul li a{width:59px;height:30px;line-height:30px;display:block;}
	/*链接列表*/
	 .linklist{float:left;padding-top:7px;}
	 .linklist li{float:left;width:70px;height:27px;line-height:27px;margin-left:7px;text-align:center;font-size:14px;display:inline;}
/* - - - - - - - - - 图片列表类  - - - - - - - - -*/
	/*图片列表*/
	 .PicList{float:left;padding-top:17px;}
	 .PicList li{float:left;width:94px;margin-left:19px;display:inline;}
	 .PicList li img{width:94px;height:125px;display:block;}
	 .PicList li strong{width:94px;height:22px;line-height:22px;text-align:center;font-weight:normal;overflow:hidden;display:block;}
	/*照片列表*/
	 .PhotoList{float:left;padding-top:12px;}
	 .PhotoList li{float:left;width:103px;height:73px;margin-right:15px;padding:3px 2px 2px 3px;overflow:hidden;border:1px solid #ccc;display:inline;}
	 .PhotoList li a img{float:left;width:102px;height:72px;}
	/*视频列表*/
	 .VideoList{float:left;padding-top:16px;height:65px; }
	 .VideoList li{float:left;width:102px;height:72px; overflow:hidden;position:relative;padding-left:11px;display:inline;}
	 .VideoList li img{width:102px;height:72px;}
	 .VideoList li a:hover{ cursor:pointer; text-decoration:none;}
	 .VideoList li strong{width:102px;height:15px;line-height:15px;position:absolute;bottom:0px;_bottom:-1px;left:11px;text-align:center;font-size:12px;font-weight:normal;color:#fff;background:url(../images/bg.png) no-repeat left top;}
	/*图片列表*/
	 .Pic{width:209px;height:101px;position:relative;overflow:hidden;}
	 .Pic .photo img{width:209px;height:101px;}
	 .Pic strong{width:209px;height:25px;line-height:25px;position:absolute;bottom:0px;left:0px;text-align:center;font-weight:normal;color:#fff;background:url(../images/hei_bg.png) repeat left top;}
	 .Pic strong{_bottom:-1px;}
/* - - - - - - - - - 图文混排类  - - - - - - - - -*/
	/*新闻*/
	 .News{width:343px;height:72px;padding:9px 11px;}
	 .News .photo{float:left;width:102px;height:72px;position:relative;margin-right:14px;overflow:hidden;display:inline;}
	 .News .photo img{width:102px;height:72px;}
	 .News .photo span{width:106px;height:18px;line-height:18px;position:absolute;bottom:0px;left:0px;text-align:center;color:#fff;background:url(../images/hei_bg.png) repeat left top;overflow:hidden;}
	 .News ul li{height:24px;line-height:24px;padding-left:13px;font-size:14px;background:url(../images/2.gif) no-repeat left 11px;overflow:hidden;}

	 .News ul li span{color:#fe7c83;}
	 .News ul li span a{color:#fe7c83;}

	 .News ul li a{color:#122e67;}
	 .News ul li a:hover{color:#f60;}
/* - - - - - - - - - 段落选项卡  - - - - - - - - -*/
	/*热点新闻*/
	 .hotNews{padding-top:10px;text-align:center;}
	 .hotNews h3{height:42px;line-height:42px;text-align:center;font-size:20px;font-weight:normal;color:#122e67;overflow:hidden;}
	 .hotNews h3 a{color:#122e67;}
	 .hotNews p{height:29px;line-height:29px;overflow:hidden;}
	 .hotNews p a{color:#122e67;}
	 .hotNews p a:hover{color:#f60;}
/* - - - - - - - - - 选项卡类  - - - - - - - - -*/
	/*新闻选项卡*/
	 .NewsTab{float:left;width:100%;background-color:#fafafa;border-bottom:1px solid #e0e0e0;}
	 .NewsTab li{float:left;margin-left:12px;display:inline;}
	 .NewsTab li a{float:left;width:67px;height:36px;line-height:36px;text-align:center;font-size:16px;font-family:'微软雅黑';font-weight:normal;}
	 .NewsTab li.change a{position:relative;bottom:-1px;background:#fff url(../images/line_x.gif) repeat-x left top;border:1px solid #dbdee1;border-bottom:1px solid #fff;}
	/*选项卡*/
	 .Tab{float:left;width:100%;background-color:#fafafa;border-bottom:1px solid #ccc;}
	 .Tab li{float:left;margin-left:3px;display:inline;}
	 .Tab li a{width:56px;height:28px;line-height:32px;text-align:center;overflow:hidden;display:block;}
	 .Tab li.change a{position:relative;bottom:-1px;background:url(../images/line_x.gif) repeat-x left top;border:1px solid #ccc;border-bottom:1px solid #fff;}

