body {
	font: 14px/1.5 "SegoeUI","\5FAE\8F6F\96C5\9ED1",arial,Hiragino Sans GB,\5b8b\4f53;
}
.spinner {
  margin-left:auto;
  margin-right:auto;
  width: 150px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.carousel-inner-text{
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	color:#fff;
	height:32px;
	line-height:32px;
	width:100%;
	position:absolute;
	bottom:0px;
}
.spinner > div {
  background-color: #2A328C;
  margin-left:5px;
  height: 100%;
  width: 5px;
  display: inline-block;   
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.spinner .rect7 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner .rect8 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
a{
	color:#222;
}
a:hover{
	color:#2A328C;
	text-decoration: none;
}
footer {
  padding: 20px 0;
  color: #222;
  background-color: #f9f9f9;
  border-top: 2px solid #e5e5e5;
  margin-top: 15px;
}
.dot_span_45{
	display: inline-block;
    float: left;
    width: 3px;
    height: 3px;
    background: #2A328C;
    margin-right: 5px;
    margin-top: 12px;	
}
.dot_span_top{
	display: inline-block;
    float: left;
    width: 3px;
    height: 3px;
    background: #8C0000;
    margin-right: 5px;
    margin-top: 12px;	
}
.title_p{
	height:32px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	border:1px #FFF solid;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;	
}
.title_p:hover{
	border:1px #A3A7CD solid;
	background-color:#F3F4F9;
}
.f_title,.f_title_top{
	height:26px;
	line-height:26px;
	font-size:16px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	list-style:none;
	padding-left:0px;
	padding-right:0px;	
	width:80%;
	display:inline-block;
	float:left;
}
.f_title_notime,.f_title_notime_top{
	height:26px;
	line-height:26px;
	font-size:16px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	list-style:none;
	padding-left:0px;
	padding-right:0px;	
	float:left;
	width:100%;
}
.f_title_top a,f_title_notime_top a{
  color: #8C0000;
  text-decoration: none;
  font-weight:bold;
}
.f_title_top a:hover,.f_title_notime_top a:hover{
  color: #2A328C;
  text-decoration: none;  
}
a.top{
	color: #2A328C;
	text-decoration: none;
	font-weight:bold;	
}
a:hover.top{
	color: #fea22b;
	text-decoration: none;
}
.f_time{
	height:26px;
	line-height:26px;
	font-size:12px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
	text-align:right;
	width:20%;
	display:inline-block;
}
.ul_top_news{
    padding-left: 0;
    list-style: none;
	font-size:16px;
}
.ul_top_news> li{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	height:36px;
	line-height:36px;
	font-size:16px;
}
.ul_title{
    padding-left: 0;
    list-style: none;
}

.ul_title > li {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	height:32px;
	line-height:32px;
	font-size:14px;
}

.ul_title_s{
	padding-left: 0;
	list-style: none;
}
.ul_title_s > li {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	height:32px;
	line-height:32px;
	font-size:16px;
}
.ul_title_list_s{
    padding-left: 0;
    list-style: none;
}
.ul_title_list_s > li {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	height:28px;
	line-height:28px;
	font-size:14px;
}
.nav_ul {
	border:1px solid #eee;
	border-radius:8px;
	background-color:#2A328C;
	/*background-color:rgba(42,50,140,0.6);*/
}
.nav_ul > li {
	width:12%;
	text-align:center;
	font-size:16px;
	height:55px;
	line-height:55px;
	color:#FFF;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.nav_ul > li:hover{
	background:#FFF;
	color:#2A328C;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);*/
}
.nav_ul > li:hover:first-child{
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
.nav_ul > li:hover:last-child{
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}
.hr_btn_div:hover{
	background:#3AA5D9;
}
.line_break{
	line-height:18px;
	height:108px;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 6;/*规定超过6行的部分截断*/
	-webkit-box-orient: vertical;
	overflow : hidden; 
	word-break: break-all;/*在任何地方换行*/
}
.news_holder:hover{
	background-color:#f5f5f5;
}
.list_page_right{
	background-color:#F7F7F9;
	padding-top:10px;
	border:1px #dddddd solid;
}
.up_file_li{
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
}
#news_info_holder{
	font-family: "SegoeUI","\5FAE\8F6F\96C5\9ED1",arial,Hiragino Sans GB,\5b8b\4f53;
	font-size:16px;
	background-color:#fff;
	line-height:26px;
	padding:20px;
}