@charset "utf-8";
/* CSS Document */

a.more {
	float: right;
	color:#5060b0;
	line-height: 44px;
}
a.more:hover{
	color:#ec0515;
}
/* Topnews
=================================*/
/*bootstrap.css文件第5835行～第5863行*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 50%;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: #4a63e3;
	border: 0 none;
}
@media only screen and (min-width: 991px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 756px;
		height: 495px;
	}
}

.carousel-inner .carousel-caption{
	left: 0;
	bottom: 11%;
	line-height: 22px;
	padding: 5px 20px;
	text-align: left;
	background-color: #0b1f50 \9;
	background-color: rgba(11, 31, 80, 0.6);
}
.carousel-inner .carousel-caption a{
	color: #fff;
}
.column-topnews-R{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f7fafe,endColorStr=#c9d9ea); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #f7fafe, #c9d9ea);        /* IE 10 */
	background: -moz-linear-gradient(top,#f7fafe,#c9d9ea);/*火狐*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#f7fafe), to(#c9d9ea));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7fafe), to(#c9d9ea));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #f7fafe, #c9d9ea);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #f7fafe, #c9d9ea);  /*Opera 11.10+*/ 
	
	position:static; 
	padding-left: 25px;
}
.column-topnews-R h3{
	margin: 20px 0 10px 0;
	color:#182f62;
	font-size: 1.8rem; font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 28px;
	position: relative;
}
.column-topnews-R h3 a{
	color:#182f62;
}
.column-topnews-R h3 a:hover{
	color:#ec0515;
}
.column-topnews-R p{
	color:#737373;
	text-indent: 2em;
	line-height: 26px;
	position: relative;
}
.column-topnews-R a{
	color:#5060b0;
}
.column-topnews-R a:hover{
	color:#ec0515;
}
.column-topnews-R ul{
	margin:5px 0 2px 0;
	position: relative;
}
.column-topnews-R li{
	color:#5060b0;
	background:  no-repeat -30px -48px;
	padding-left: 10px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	line-height: 28px;
}
.column-topnews-R li a{
	color: #333333;
}
.column-topnews-R li a:hover{
	color: #182f62;
}

@media only screen and (min-width: 992px) {
	.column-topnews{
		padding-right: 15px;
		height: auto!important;
	}
	.column-topnews-L{
		margin-left: 30px;
		width: 52%;
	}
	
}
@media only screen and (max-width: 992px) {
	.column-topnews-L{
		padding: 0;
		margin-bottom: -10px;
	}	
	.column-topnews-R h3{
		height: auto;
	}
}






