/*整体CSS*/

nav.clearfix{
    display:none !important;
}
.conBox{
    position: relative;
    width: 100%;
    overflow: hidden;  
}


.news-list-item{
    float: left;
}
.square .news-list-item{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    display: block;
        height: 250px;
    z-index:99;
}
.square .news-list-item:nth-child(4n) {
    margin-right: 0;
}
.news-list-img>a{
    display: block;
    width: 100%;
    /*max-height: 142px;*/
    height:152px;
    overflow: hidden;
    position: relative;
}
.news-list-img>a img{
    width: 100%;
    margin: 0;
}
.news-list-img>a img.playIcon{
    width:40px;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 100;
}
.news-list-item-title{
    font-size: 16px;
    color:#333;
  		height:45px;
}
.news-list-item-title a{
    font-size: 18px;
    line-height: 30px;
    color:#333;
    display: block;
    /*min-height: 56px;*/
}
.news-list-item-title a:hover{
    color: #f95759;
}
.news-list-item-info span{
    color: #999;
    display: inline-block;
    line-height: 28px;
    float: left;
    font-size: 12px;
        padding-top:6px;
}
.news-list-item-info span.news-list-item-info-date{
    float:right;
}
.tagName>span:nth-of-type(1){
	width:2px;height:20px;display:inline-block;
      float: left;
    background: red;
    margin-top: 8px;
}
@media screen and (max-width:768px){

    .square .news-list-item:nth-child(2n+1){
            margin-right: 2%;
    					height:260px;
        }
    .square .news-list-item{
        width:48%;
    		    height: 237px !important;
    		margin-bottom:0px;
    }
		
		.news-list-img>a {
          display: block;
          width: 100%;
          /* max-height: 142px; */
          height: 110px; 
          overflow: hidden;
          position: relative;
        min-height: 50px;
      }        
  		.news-list-item-title{
    /*word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;*/
		overflow:hidden;
    margin-top: 0;
    margin-bottom: 0;
        height: 64px;
    }
   .news-list-item-info span{
    word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:1;
		-webkit-box-orient:vertical;
		overflow:hidden;
        margin-top: 0;
    	margin-bottom: 0;	
    }
    .news-list-item-info span{
        font-size: 12px;
    }
    .tagName li a,.tagName a.tagNameLink,.tagName.listTagname li{
        padding:0 12px;
    }
  .news-list-img>a{
      /*max-height:90px;*/
  }
  .news-list-item-title a{
    line-height: 24px;
    /*font-weight: 300;*/
   /* padding-top:15px;*/
        font-size: 16px;
  }
  .ZT-nav.listZT-nav{
  		padding:0px 15px;
  }
}
@media screen and (max-width:415px){
.tagName li a,.tagName a.tagNameLink,.tagName.listTagname li{
        padding:0 10px;
    }
}
@media screen and (max-width:320px){
.tagName li a,.tagName a.tagNameLink,.tagName.listTagname li{
        padding:0 5px;
    }
}