 /* 头条样式 */
 .swiper-slide {
      text-align: center;
      font-size: 14px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.toutiao_box{
	width: 100%;
	
}	
.left{
	float: left;
}
.right{
	float: right;
}
.toutiao_left{
	width: 295px;
	float: left;
	display: inline-block;
	
}
.toutiao_right{
	width: 585px;
	float:right;
	display: inline-block;
	
}
.toutiao_left_list img{width: 295px;
height: 210px;
}

.toutiao_left_list{
width: 100%;    margin-bottom: 10px;
	display: block;
	position: relative;
}
.toutiao_left_list h2{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
	padding: 10px 0;
	background: rgba(0,0,0,.8);
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #eee;
	
}

.toutiao_right_list{
	display: inline-block;
	float: left;
	background: #e5e5e5;
}
.toutiao_right_list span.toutiao_img{
	width: 100%;
	display: block;
	height: 400px;
}
.toutiao_right_list span img{
	width: 585px;
	height: 400px;
}
.toutiao_right_text p{
	 width:100%;    margin: 15px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:wrap;
height:85px; 
display: -webkit-box; 
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
}
.toutiao_right_title{    margin-top: 20px;
	width: 100%;padding: 0 15px;
	display: block;overflow: hidden;
}
.toutiao_right_title h2{
	font-size: 21px;text-align: left;
	color: #000;    height: 60px;
	line-height: 30px;
	width: 80%;display: inline-block;float: left;
	
}

.toutiao_right_title span{
	width: 19%;
	float: right;
	font-size: 13px;
	color: #898989;
}
.ico_time{    padding-left: 26px;line-height: 30px;display: inline-table;
	background:url(images/time_ico.png) no-repeat left center;
}
.ico_liulan{    padding-left: 26px;line-height: 30px;display: inline-table;
	background:url(images/liulan_ico.png) no-repeat left center;
}
.zhuozhe{
	text-align: left;
	font-size: 14px;
	color: #898989;
}

.toutiao_right_text{
	font-size: 14px;
	line-height: 30px;padding: 0px 15px;
	margin: 0;
	color: #222;
     padding-bottom: 26px;
	text-align: left;
}

.swiper-button-prev{
	left: 0px;
}
.swiper-button-next {right: 0px;}
.swiper-button-prev, .swiper-button-next {

    padding: 10px;
	color: #fff;
	background-color: rgba(0,0,0,.7);
}


/*实时资讯*/
.shishi_news{
	width: 100%;
}
.shishi_news a{
	background: url(/img/sshi_ico.png) no-repeat left center;

	padding-left: 20px;
}
.shishi_news h2{

	color: #222;	font-weight: 100;line-height:30px;
  
  
  
    height: 30px;
    float: left;
    font-size: 15px;
    line-height: 30px!important;
    display: inline-block;
    font-weight: 100;
  
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  
  
}

