@charset "utf-8";
/* CSS Document */

a.more {
	float: right;
	font-weight: normal;
	color:#a90c0c;
	line-height: 3.6;
	cursor: pointer;
	font-size: 1.4rem; font-size: 14px;
}
a.more:hover{
	color:#f89234;
}
h4 a{
	color:#1d60b0;
}
h4 a:hover{
	color:#cb1b1d;
}
.img-border{
	border: 1px solid #cdcdcd;
	padding:2px;
}

/* Topnews
=================================*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器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: 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: 15px;
	height: 15px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
@media only screen and (min-width: 991px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 755px;
		height: 425px;
	}
}

.carousel-inner .carousel-caption{
	width: 70%;
	left: 0;
	bottom: 0;
	line-height: 1.5;
	font-size: 2.0rem; font-size: 20px;
	padding: 1.5% 2.5%;
	text-align: left;
	background-color: #000000 \9;
	background-color: rgba(0, 0, 0, 0.4);
}
.carousel-inner .carousel-caption p{
	font-size: 1.4rem; font-size: 14px;
	line-height: 1.4;
	padding-top: 2%;
}
.carousel-inner span{
	color: #fff;
	font-size: 1.4rem; font-size: 14px;
	padding: 1% 2%;
	background: #e2ae4a;
	margin-left: 70%;
	bottom: 0;
	position: absolute;
}
.carousel-inner span a{
	color: #fff;
	text-decoration: none;
}
.carousel-inner span a:hover{
	text-decoration: underline;
}
.carousel-control{
	top: 40%;
	left: 2%;
	width: 0%;
	opacity: .8;
	font-size: 6.0rem; font-size: 60px;
}
.carousel-control.left,
.carousel-control.right{
	background: none;
}
.carousel-control.right{
	right: 4%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}

.main{
	background: #fff;
	padding: 1.5% 0;
}
.list-topnews h3{
	color: #a90c0c;
	font-weight: bold;
	font-size: 1.6rem; font-size: 16px;
	line-height: 2.4;
}
.list-topnews time{
	color: #c42222;
	display: block;
	line-height: 1.6;
}
.list-topnews li{
	line-height: 1.4;
	font-size: 1.5rem; font-size: 15px;
}
.main-content h3{
	border-bottom: 1px solid #d17d7d;
}
.main-content h3 span{
	display: inline-block;
	background: url(bg_tit_imesq.jpg) no-repeat left top #a90c0c;
	color: #fff;
	font-size: 1.8rem; font-size: 18px;
	font-weight: bold;
	line-height: 2.6;
	padding: 0 5rem; padding: 0 50px;
}
.main-content a p{
	line-height: 1.5;
}
.list-news li{
	list-style: disc;
	line-height: 1.4;
	margin-bottom: 5px;
}
.main-content .right{
	border: 1px solid #a90c0c;
}
.main-content .right h3{
	background: url(bg_tit_imesq.jpg) no-repeat left top #a90c0c;
	color: #fff;
	font-size: 1.8rem; font-size: 18px;
	font-weight: bold;
	line-height: 2.6;
	padding: 0 2rem 0 5rem; padding: 0 20px 0 50px;
}
.main-content .right h3 a{
	color: #fff;
}
.main-content .right h3 a:hover{
	color: #fad961;
}
.main-content .right ul{
	padding: 0 5% 2% 5%;
}
.main-content .right li h4{
	color: #bb0000;
	display: block;
	font-size: 1.4rem; font-size: 14px;
	font-weight: bold;
	margin-bottom: 1%;
}
.main-content .right li{
	line-height: 1.4;
	margin-bottom: 3%;
}

@media only screen and (min-width: 768px){
	.list-news{
		margin-left: 2rem; margin-left: 20px;
	}
}
@media only screen and (min-width: 992px) {
	body{		
		background: url(bg_body_imesq.jpg) no-repeat center top;
	}
	.list-topnews h3{
		font-size: 1.8rem; font-size: 18px;
	}
	.list-topnews li{
		min-height: 75px;
	}
	.main-content .right dd{
		min-height: 48px;
	}
	.nbs-flexisel-item img {
		width:152px;
		height:114px;
	}
}
@media only screen and (min-width:1170px) {
	.list-topnews li{
		min-height: 75px;
		font-size: 1.6rem; font-size: 16px;
	}
	.main-content section img{
		width: 214px;
		height: 161px;
	}
	.list-news li{
		line-height: 2.3;
	}
	.nbs-flexisel-item img {
		width:175px;
		height:131px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel-inner .carousel-caption{
		font-size: 1.6rem; font-size: 16px;
		line-height: 24px;
	}
	.list-topnews li{
		margin-bottom: 5px;
	}
	.nbs-flexisel-item img {
		width:202px;
		height:151px;
	}
}
@media only screen and (max-width: 481px) {
	.column-topnews-L{
		padding: 0;
		margin: 0;
	}
	.nbs-flexisel-item img {
		width:157px;
		height:117px;
	}
}


.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
	margin: 0;
	padding: 0 10px;
}