
.container_12{width:960px; margin:auto;}
.carousel_wrapper {
	position: relative;
	overflow: hidden;
	padding: 10px 60px;
	height:110px;
	margin:auto;
	
}
.carousel1news li {
	float: left;
	overflow:  hidden;
	text-align: center;
	padding-bottom: 10px;
}


.car  {
	padding-top: 65px;

}

.car>div {
	border-bottom: 1px solid #d2d1d1;
}

.car h3 {
	text-align: center;
	border-top: 1px solid #d2d1d1;
height:30px;

}

.car h3 span {
	display: inline-block;
	background: url(../images/cont_bg.png) 0 0 repeat;
	padding: 0 6px;
	position: relative;
	top: -32px;
}


.carousel1news li a {

}

.carousel1news li a img {
	max-width: 100%;
}

.carousel1news li a:hover {
}

.carousel1news li  p {
	margin-bottom: 12px;
}

.carousel1news {
	cursor: default !important;	
}


a.nextnews {
	background: url(../../images/prevnext.png) right 0 no-repeat;
	display: block;
	position: absolute;
	width:25px;
	height: 49px; 
	right: 0px;
	top: 5px;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;

}


a.prevnews {
	background: url(../../images/prevnext.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	width: 25px;
	left: 0px;
	height: 49px;
	top: 5px;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

 
.prevnews:hover {
	background-position: 0 bottom;
}
.nextnews:hover {
	background-position: right bottom;
}


.btnnews{ height:40px; background:#ffffff; width:110px; padding-left:20px; padding-right:10px; margin:auto; }
.btnnews a{height:40px; line-height:40px; font-size:16px; color:#f92723; letter-spacing:1px; font-weight:600;}
.btnnews a:hover{color:#ffffff;}
.btnnews:hover{ background:#666666; color:#ffffff;}
.newstext{height:65px; line-height:22px;}


@media only screen and (max-width: 767px) {
 	.carousel1news li {
		margin-left: 0;
	}	
	
	.carousel-div {
		margin: 0 !important;	
	}
}

 @media only screen and (max-width: 479px) { 
 	.carousel1news li {
		margin-left: 0;	
	} }
