@charset "UTF-8";
/**
 *
 * content 525 
 * content_footer 325
 */


#display_title {
	margin-bottom: -5px;
}
article.display_content{
 	padding: 30px 10px 10px 10px;
}
.box{
	padding: 5px;
	border: 1px  solid #cdcdcd;
	margin:10px 5px;
	background-image:  url(./../img/active_list/box_bg.jpg);
	min-height: 85px;
}

.news_title{
	padding-left: 10px;
	background-image: url(./../img/product_display_detail/title.jpg);
}
.box .left{
	width: 30%;
	float: left;
}
.box .right{
	width: 70%;
	float: right;
}

.box .left .pic_box img{
	max-height: 80px;
    max-width: 80px;
}
.box .right .title{
	color: #424242;
	font-size: 14px;
}
.box .right .content{
	width: 100%;
	font-size: 14px;
	color: #818181;
	word-wrap: break-word; 
	word-break: normal;
}
.box .right .time{
	color:#a1a1a1;
}
.news_content{
	word-wrap: break-word; 
    margin-top: -10px;
	word-break: normal;
    background: #fff;
}
#loading{
	display: block;
	margin: 5px 15px;
}
#scroll_top{
	width: 30px;
	height: 116px;
	margin-left: 6px;
	margin-top: 175px;
}

/** 轮播图片插件 覆盖。。**/

#myCarousel{
    margin-top: 20px;
}
.swiper-container {
  height: 150px;
  width: 100%;
}
.content-slide {
  padding: 10px;
  color: #fff;
}
.swiper-slide img{
    height: 150px;
    width: 100%;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align:center;
  bottom:-15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}