span#dt_newsslider_prev94, span#dt_newsslider_next94 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: red;
  position: absolute;
  top: 210px;
  z-index: 50;
  cursor: pointer;
  background-size: cover;
}

span#dt_newsslider_prev94 {
  left: 0;
  background: url(/images/arL.png) center center no-repeat;
}

span#dt_newsslider_next94 {
  right: 0;
  background: url(/images/arR.png) center center no-repeat;
}

/*redpress*/
.style15.dt_newsslider {
  position: relative;
  min-height: 455px;
  background: #fff;
  margin: 0;
  font-family: Arial;
  padding: 0 !important;
  height: 455px !Important;
  overflow: hidden;
}

.style15.dt_newsslider .dt_newsslider_list .dt_newsslider_list_item {
  margin: 0;
  padding: 0;
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: #233e73;
  border-radius: 10px;
}

.style15.dt_newsslider .dt_newsslider_list .dt_newsslider_list_itembg {
  display: block;
  height: 10px;
  line-height: 10px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}


.style15.dt_newsslider .dt_newsslider_list .dt_newsslider_list_itembg:hover{
	background: #e2e2e2;
	color: #444;
}

.style15.dt_newsslider .dt_newsslider_list .dt_newsslider_list_item.active {
  background: #ec0e26;
  cursor: pointer;
}

.style15.dt_newsslider .dt_newsslider_list .dt_newsslider_list_item.active div{
	background: transparent !important;
	color: #fff;
}

.style15.dt_newsslider .dt_newsslider_list span.dt_newsslider_list_img{
	overflow: hidden;
	width: 80%;
	height:70px;
	display:block;
	margin:10px auto 5px;
	background: #999;
	border: 2px solid #bbb;
	border-radius: 2px;
}

.style15.dt_newsslider .dt_newsslider_list .active span.dt_newsslider_list_img{
	border: 2px solid #ea2929;
}

.style15.dt_newsslider .dt_newsslider_list {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  clear: both;
  overflow: hidden;
  z-index: 5;
  width: 290px !important;
  text-align: center;
  height: 55px;
}

.style15.dt_newsslider .dt_newsslider_list img{
	min-height: 70px;
	min-width:100%;
}

.style15.dt_newsslider .dt_newsslider_list span.dt_newsslider_list_title{ 
	font-size:13px; 
	line-height:16px; 
	padding: 5px 15px 1px;
	display: block;
	color: #f42b2b;
	font-weight: bold;
	word-wrap: break-word;
}

.style15.dt_newsslider .dt_newsslider_list .active span.dt_newsslider_list_title{
	color: #fff;
}

.style15.dt_newsslider .dt_newsslider_list span.dt_newsslider_list_desc{ 
	font-size:11px; 
	line-height:14px; 
	padding: 0 15px 0;
	display: block;
	clear:both;
	max-height: 62px;
	overflow: hidden;
	word-wrap: break-word;
	color: #333;
}

.style15.dt_newsslider .dt_newsslider_list .active span.dt_newsslider_list_desc{
	color: #fff;
}

.style15.dt_newsslider .dt_newsslider_slide{ 
	position:relative;
	width:100%;
	overflow: hidden;
}

.style15.dt_newsslider .dt_newsslider_slide:first-child{
	display: block;
} 

.style15.dt_newsslider .dt_newsslider_slide_img {
  display: block;
  background: #fff;
  width: 880px !important;
  height: 455px !important;
}

.style15.dt_newsslider .dt_newsslider_slide_img img{
	border:0;
	margin:0;
	padding:0;
	width:100%;
}

.style15.dt_newsslider .dt_newsslider_slide_info {
  position: absolute;
  width: 220px;
  right: -1000px;
  height: 325px;
  bottom: 0;
  top: auto !important;
  right: auto !important;
  left: 0;
  opacity: 1;
  padding: 0px;
  padding-left: 70px;
  background: rgba(255, 255, 255, 0.8);
}
.style15.dt_newsslider .dt_newsslider_slide_info:hover{
	opacity:1;
}

.style15.dt_newsslider .dt_newsslider_slide_title {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  color: #233e73;
  font-weight: normal;
  word-wrap: break-word;
  display: block;
  background: url('../../images/style14/w10.png') repeat 0 0;
  font-family: Intro bold caps;
  padding-right: 20px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.style15.dt_newsslider .dt_newsslider_slide_desc {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  display: block;
  padding-right: 20px;
  font-family: Arial;
  margin-bottom: 10px;
}

.style15.dt_newsslider .dt_newsslider_slide_more {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  margin: 0;
  text-indent: 0px;
  background: rgba(35, 62, 115, 0.7);
  width: 165px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-family: Intro bold caps;
  margin-bottom: 10px;
}

.style15.dt_newsslider .dt_newsslider_slide_more:hover {
  color: #C4C8FF;
}

.style15.dt_newsslider .clear{clear: both;}