.index-row {
	background-color:#e9e9e9;
	padding:25px 0px !important;
}
/* Topnews
=================================*/
.carousel-indicators {
	position:absolute; /*整个计数区域绝对定位*/
	bottom:1%; /*距容器carousel底部10px*/
	z-index:15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left:70%;
	margin-left:-20px;
	padding-left:0;
	text-align:right;
	width:30%;
	list-style:none;
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#fff \9;
	background-color:rgba(255, 255, 255, 0.6);
	border:0 none;
	border-radius:10px;
}
.carousel-control.left, .carousel-control.right {
    background-image:none!important;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width:13px;
	height:13px;
	margin:0;
	background-color:#fff;
	border:0 none;
}
.carousel-inner .carousel-caption{
	width:100%;
	left:0;
	bottom:0;
	line-height:22px;
	font-size:1.5rem;
	font-size:15px;
	padding:10px 10px 25px 10px;
	text-align:left;
	background-color:#274384 \9;
	background-color:rgba(39, 67, 132, 0.6);
}
.carousel-inner .carousel-caption a{
	color:#fff;
}


/*Tab
=================================*/
.index-newstop .wrapTabTit{
	border-bottom:1px solid #aeaeae;
}
.index-newstop .wrapTabTit li{
	padding:0 25px 5px 25px;
	line-height:38px;
	font-size:1.8rem;
	font-size: 18px;
}
.index-newstop .wrapTabTit li a{
	color:#383838;
	font-weight:bold;
}
.index-newstop .wrapTabTit li.active{
	background:url(newstop_tab_active_sinh.png) no-repeat center bottom;
	font-weight:bold;
	font-size:1.8rem;
	font-size:18px;
}
.index-newstop .wrapTabTit li span {
    -moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    border-color:#f00 #fff #fff;
    border-image:none;
    border-style:solid;
    border-width:8px;
    display:block;
    height:1px;
    left:32px;
    overflow:hidden;
    position:absolute;
    width:1px;
    z-index:-1;
}
.index-newstop .nav-tabs>li>a {
	margin-right:2px;
	border:0 none;
	border-radius:0;
	line-height:1.42857143;
}
.index-newstop .nav-tabs>li.active>a,
.index-newstop .nav-tabs>li.active>a:focus,
.index-newstop .nav-tabs>li.active>a:hover{
	color:#274384;
	text-decoration:none;
	font-weight:bold !important;
	cursor:default;
	background-color:transparent!important;
	border:0 none;
}
.index-newslist{
	margin-top:10px;
	padding:0 20px;
}
.index-newslist li{
	overflow:hidden;
	clear:both;
	background:url(dot_hui.png) no-repeat left 16px;
	border-bottom:1px dotted #cbcbcb;
}
.index-newslist li a{
	float:left;
	width:100%;
	overflow:hidden;
	line-height:28px;
	padding:4px 0px 4px 15px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-newslist li a:hover {
	color:#a60018;
}

/* === 首页-左侧 styles === */
.index-row-2 {
	padding:25px 0px !important;
}
.list-group{
	padding-bottom:10px !important;
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{
	color:#243d7a;
	background-color:#fff;
}
.list-group-item{
	background-color:#3d4e79 !important;
	color:#ffffff !important;
}
.list-group-item:first-child{
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}
.list-group-item:last-child{
	margin-bottom:0;
	border-bottom-right-radius:0px !important;
	border-bottom-left-radius:0px !important;
}
.list-group-item-success{
	background-color:#243d7a !important;
	font-weight:bold;
	font-size:16px !important;
	color:#ffffff !important;
}
.btn-default{
	width:100%;
	text-align:left;
	color:#444;
}
.dropdown-menu {
    margin:2px 0 0;
    padding:5px 0;
    min-width:auto;
    border-radius:0px;
    -webkit-box-shadow:none;
	box-shadow:none;
}

/* === 首页-中间 styles === */
.nav-tabs{
	font-weight:bold !important;
	font-size:16px !important;
	border-bottom:1px solid #ddd;
}
.index-row-2 .nav-tabs>li.active>a,
.index-row-2 .nav-tabs>li.active>a:focus,
.index-row-2 .nav-tabs>li.active>a:hover{
	font-size:16px !important;
	font-weight:bold !important;
	color:#fff !important;
	cursor:default;
	background-color:#243d7a !important;
}
.index-newscenter{
	padding:10px 5px 0px 5px;
}
.index-newscenter li{
	overflow:hidden;
	clear:both;
	border-bottom:1px dotted #d4d4d4;
}
.index-newscenter li a{
	float:left;
	width:100%;
	overflow:hidden;
	line-height:35px;
	background:url(dot_hong.png) no-repeat 0px 16px;
	padding-left:15px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-newscenter li a:hover {
	color:#a60018;
}
.index-newscenter .xsbg li a{
	line-height:24px;
	padding:8px 0 0 15px;
	text-overflow:inherit;
	white-space:normal;
}
.index-newscenter .xsbg li span{
	display:block;
	font-size:1.2rem;
	font-size:12px;
	color:#7f7f7f;
}

/* === 首页-右侧 styles === */
.panel{
	margin-bottom:25px !important;
	background-color:#fff;
	border:0px solid transparent;
	border-radius:0px !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.panel-heading{
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
	background-color:#243d7a !important;
}
.panel-title{
	color:#ffffff !important;
	font-size:16px !important;
	font-weight:bold !important;
}
.panel-body{
	padding:5px 12px 15px 12px !important;
	border:1px solid #ddd;
	border-top:0 none;
}
.index-newsright{
	padding:0px 5px;
}
.index-newsright li{
	background:url(dot_hong.png) no-repeat 0px 14px;
	padding:6px 0px 6px 15px;
	border-bottom:dotted 1px #dddddd;
}
.index-newsright li a{
	line-height:22px;
}
.index-newsright li a:hover {
	color:#a60018;
}
.btn{
	border-radius:0px !important;
}
.rukou{font-size:22px; line-height:40px;}



@media only screen and (min-width: 991px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		min-width:100%;
		height:312px;
	}
}
@media only screen and (max-width: 992px) {
}