@charset "utf-8";


.content.channel .specialchannel .imgcarousel
{
	border-top: 6px solid #0074bd;
	padding-bottom: 70px;
}

.content.channel .specialchannel .imgcarousel a
{
	display: block;
}

.content.channel .specialchannel .imgcarousel img
{
	width: 100%;
}

.content.channel .specialchannel .imgcarousel .intro
{
	background: url(../images/bbg.png) repeat-x top left;
	width: 320px;
	position: relative;
	margin-top: -185px;
	margin-left: 65px;
	min-height: 185px;
}

.content.channel .specialchannel .imgcarousel .intro .wraper
{
	padding: 40px 45px 0 45px;
}

.content.channel .specialchannel .imgcarousel .intro h3
{
	font-size: 22px;
	color: #444;
	line-height: 1em;
	padding-bottom: 15px;
}

.content.channel .specialchannel .imgcarousel .intro p
{
	color: #7a7a7a;
}

.content.channel .specialchannel .imgcarousel .owl-wrapper li
{
	*float: left;
}


.content.channel .specialchannel .imgcarousel .owl-page.active span 
{
	width: 30px;
  	background: #f85a0d;
}

.content.channel .specialchannel .imgcarousel .owl-pagination 
{
  position: absolute;
  text-align: center;
  right: 110px;
  top:392px; 

}

.content.channel .specialchannel .imgcarousel .owl-page
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.content.channel .specialchannel .imgcarousel .owl-page span {
  background: #a7b4b4;
  border-radius: 6px;
  display: block;
  height: 12px;
  margin: 0 6px;
  outline: 0 none;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
}

.content.channel .specialchannel .imgcarousel .owl-buttons
{
	position: absolute;
	right: 0;
	top:380px; 
}

.content.channel .specialchannel .imgcarousel .owl-buttons .prev,.content.channel .specialchannel .imgcarousel .owl-buttons .next
{
	height: 34px;
	width: 40px;
	color: #fff;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
}

.content.channel .specialchannel .imgcarousel .owl-buttons i
{
	*line-height: 34px;
}

.content.channel .specialchannel .imgcarousel .owl-buttons .owl-prev,.content.channel .specialchannel .imgcarousel .owl-buttons .owl-next
{
	float: left;
}

.content.channel .specialchannel .imgcarousel .owl-buttons .prev
{
	background: #9caeb9;
	
}

.content.channel .specialchannel .imgcarousel .owl-buttons .next
{
	background: #6d899a;
	
}

@media screen and (max-width:500px)
{



	.content.channel .specialchannel .imgcarousel .intro
	{
		margin:0;
	}

	.content.channel .specialchannel .imgcarousel .owl-buttons
	{
		top: 25%;

	}

	
}



@media screen and (max-width:340px)
{
	.content.channel h1.channelTitle
	{
		font-size: 20px;
	}

	.content.channel .openchannel .goverment .govitemlist-1 li
	{
		width: 100%;
		float: none;
	}

	.content.channel .specialchannel .imgcarousel .owl-buttons
	{
		display: none;

	}
	
}


