﻿@charset "utf-8";
/* CSS Document */

/*全局样式*/
html {background-color:#fff;color:#000;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address,select {margin:0px; padding:0px;}
input,img,select{vertical-align:middle;}
img{border:0 none;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
body{margin:0px auto; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
ul{list-style:none;}
a:link,a:visited{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#cd2f36;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
textarea{ resize:none; font-size:12px;}

.cl{clear:both; font-size:0px; height:0px;}

/*总体容器*/
.container{width:970px; height:auto; margin:0 auto; text-align:left; position:relative;}

.notice{width:663px; height:190px; overflow:hidden; position:relative;}
.notice_tu{float:left;width:262px; height:182px; margin-top:4px;position:relative;}
.noticeT{float:left; width:262px; height:182px;}
.noticeT li{width:262px; height:182px; overflow:hidden;}
.noticeT p{width:252px; height:20px; opacity: 0.6; filter:Alpha(Opacity=60,Style=0); background:#000000; margin-top:-28px; color:#FFFFFF; font-weight:bold; z-index:10px; padding-top:8px; padding-left:10px;}

.notice_right{float:left;width:381px; margin-left:19px;}
.nr_title{width:366px; height:23px; background:url(../11261.files/nrt_bg.jpg) no-repeat; font-size:16px; color:#c3000e; padding:7px 0 0 15px; font-weight:bold;}
.nr_con{width:366px; height:160px; margin-top:15px;}
.nr_con h5{font-size:14px; margin-left:20px;}
.nr_con_zhaiyao{color:#6f6f6f; margin:10px 0 10px 20px;text-indent:2em; width:290px; height:44px; overflow:hidden;}
.jinru{color:#004790; position:absolute; bottom:73px; right:20px;}
.nr_con ul{margin-left:10px; height:80px; overflow:hidden; margin-top:15px;}
.nr_con ul li{background:url(../11261.files/dot.jpg) left center no-repeat; padding-left:13px; width:300px; line-height:18px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-text-overflow: ellipsis; overflow:hidden;}
/*
.more{color:#004790; position:absolute; bottom:0; right:10px; font-weight:bold;}
.more a:link,.more a:visited,.jinru a:link,.jinru a:visited{color:#004790;}
.more a:hover,.jinru a:hover{color:#cd2f36;}*/



/*大图轮换开始*/
.window {
	width:262px; height:182px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 10px; right:10px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
font-size:12px;
padding:1px 0px;
 width:14px; height:14px;
  display:block;
   float:left;
   margin-left:6px;
	text-decoration: none;
	color: #0d3e80;
	border:1px solid #0d3e80;
/*	background:url(../images/yuan_02.gif) no-repeat;*/
}

.paging a.active {
	font-weight: bold; 
 color:#ffffff;
 background:#0d3e80;
/*background:url(../images/yuan_01.gif) no-repeat;*/
}
.paging a:hover {font-weight: bold; color:#ffffff;}
/*大图轮换结束*/



