@charset "utf-8";
/* CSS Document */



/* Headline
===========================================================================================================================================================================================*/
.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;
	margin: 0 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 28px;
	height: 12px;
	margin: 0;
	background-color: #d81720;
	border: 0 none;
}
.carousel-inner .carousel-caption{
	width: 80%;
	left: 20px;
	bottom: 15px;
	border-left: 6px solid #f3c146;
	font-size: 1.6rem; font-size: 16px;
	padding: 12px 8px;
	text-align: left;
	background-color: #9f1f24 \9;
	background-color: rgba(159,31,36,0.6);
	line-height: 1.2
}
.carousel-control{
	background: none;
    opacity: .5;
    filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
.carousel-control.left{
	left: -3%;
}
.carousel-control.right{
	right: -3%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 50rem; font-size: 50px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
	width: 100%;
	height: auto !important;
}


@media screen and (min-width: 768px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 720px;
		height: 405px;
	}
}

@media screen and (min-width: 992px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 566px;
		height: 318px;
	}
}
@media screen and (min-width: 1170px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 652px;
		height: 366px;
	}
	.carousel-inner .carousel-caption{
		font-size: 2.0rem; font-size: 20px;
	}
}

@media \0screen\,screen\9 {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 760px;
		height: 427px;
	}
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
}

.main h2{
	background: url(ico_panel_ietbwcx.png) no-repeat left center;
	line-height: 52px;
	color: #c33b31;
	font-size: 2.2rem; font-size: 22px;
	font-weight: 600;
	padding-left: 100px;
}
.more{
	float: right;
	font-size: 1.2rem; font-size: 12px;
	padding-top: 8px;
	color: #e10d15;
	font-weight: normal;
}
.more:hover{
	color: #c0a10e;
}

.panel-headline-pic p{
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
	height: 90px;
	overflow: hidden;
}
.panel-headline img {
    display: inline-block;
    margin-right: 12px;
    float: left;
}
.panel-headline h1{
	font-size: 2.6rem; font-size: 26px;
	font-weight: 600;
	color: #c40000;
	border-bottom: 1px solid #c40000;
	line-height: 34px;
	padding-bottom: 10px;
}
.panel-headline h1 a{
	color: #e2000e;
}
.panel-headline h1 a:hover{
	color: #FC6;
}
.panel-headline h4{
	font-size: 1.6px; font-size: 16px;
	line-height: 1.3;
	padding: 3px 0;
	color: #f9b43c;
	font-weight: 600;
	overflow: hidden;
	margin-bottom: 5px;
}
.panel-headline h4 a{
	color: #f1a31c;
}
.panel-headline h4 a:hover{
	color: #f9b43c;
}
.panel-headline p{
	color: #666;
	line-height: 1.4;
	height: 42px;
	overflow: hidden;
}
.main-panel{
	background: #fef7e9;
	padding-bottom: 20px;
}

.panel-imgnews section{
	float: left;
	width: 49%;
	position: relative;
}
.panel-imgnews section.right{
	float: right;
}
.panel-imgnews section img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.panel-imgnews section p {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #330c0cb3;
	opacity: 1.0;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	width: 100%;
	line-height: 1.3;
	padding: 3px 8px;
	color: #fff;
}
.panel-imgnews section p:hover {
	color: #fff;
	text-decoration: underline;
}
.main-panel ul{
	margin-top: 15px;
}
.main-panel li{
	color: #444;
	line-height: 1.4;
	padding: 3px 0;
}
.main-panel li i{
	padding-right: 6px;
	color: #f53a45;
}
.main-panel .link li{
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.panel-imgnews section{
		float: none;
		width: 100%;
	}
	.panel-imgnews section img{
		width: 100%;
		height: auto !important;
	}
	.panel-imgnews section.right{
		display: none;
	}
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 1169px) {}

@media screen and (min-width: 768px) {
	.main-panel .link li{
		width: 49%;
	}
	.panel-imgnews section img{
		width: 338px;
		height: 190px;
	}
}
@media screen and (min-width: 992px) {
	.panel-headline h4{
		height: 44px;
	}
	.panel-imgnews section img{
		width: 216px;
		height: 122px;
	}
	.main-panel .link li{
		width: 33%;
	}
}
@media screen and (min-width: 1170px) {
	.panel-headline h4{
		font-size: 1.8px; font-size: 18px;
		height: 48px;
	}
	.panel-imgnews section img{
		width: 265px;
		height: 149px;
	}
}

@media \0screen\,screen\9 {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 720px;
		height: 405px;
	}
	.panel-imgnews section img{
		width: 265px;
		height: 149px;
	}
}