@charset "UTF-8";
.newImgTitleImg:hover,.newImgHeader:hover,.newImgBody:hover{
	color:#f00 !important;
}
/* 轮播图 最外层盒子 控制轮播图大小 */
.newImg3-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*  图片显示样式  通过透明度 opacity控制 */
  /*  下方 标题 样式*/
  /* 左右切换按钮 */
  /* 小图例外层盒子 */
  /* 图例 */
}
.newImg3-container .newImg3-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.newImg3-container .newImg3-slide-item.newImg3-active {
  z-index: 2000;
  
  opacity: 1;
  filter: alpha(opacity=100);
}
.newImg3-container .newImg3-slide-item .newImg3-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;cursor:pointer;
}
.newImg3-container .newImg3-headerbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(233, 85, 21);
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  z-index: 2000;
  opacity: 0.7;
  filter: alpha(opacity=70); /* IE8 及更早版本的浏览器   0 到 100*/
}
.newImg3-container .newImg3-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  z-index: 2000;cursor:pointer;
}
.newImg3-container .newImg3-prev,
.newImg3-container .newImg3-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  z-index: 2002;
  
  cursor: pointer;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newImg3-container .newImg3-prev {
  left: 0;
}
.newImg3-container .newImg3-next {
  right: 0;
}
.newImg3-container .newImg3-dots-container {
  position: absolute;
  bottom: 24px;
  right: 10px;
  right: 0px;
  align-items: center;
  z-index: 2003;
  
  font-family: 优设标题黑;
}
.newImg3-container .newImg3-dots-container .newImg3-dot-item {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
  float: left;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  background-image: url('./img/newImg3-dot-item.png');
  background-repeat: repeat-x;
  background-position: 0 0 ;
}
.newImg3-container .newImg3-dots-container .newImg3-dot-item.newImg3-active {
  background-image: url('./img/newImg3-dot-item-active.png');
  width: 26px;
}
.newImg3-container .newImg3-dots-container .newImg3-dot-item:hover {
  background-color: #f1390a;
}



 
