  .content .article .article-list-content {
    background-color: #fff
  }

  .content .article .article-list-content .list-type {
    width: 100%;
    border-bottom: 1px solid #1a6ac1;
    width: 923px;
    margin: 0 auto;
    padding-top: 80px;
    margin-bottom: 41px
  }

  .content .article .article-list-content .list-type span {
    display: inline-block;
    font-size: 20px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #fff;
    background-color: #1a6ac1;
    padding: 13px
  }

  .content .article .article-list-content .list-wrap {
    width: 923px;
    margin: 0 auto;
    margin-bottom: 41px
  }

  .content .article .article-list-content .list-wrap .article-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding-left: 25px;
    color: #777;
    margin-top: 10px;
	max-width: 100%;
  }

  .content .article .article-list-content .list-wrap .article-item .article-title {
    display: inline-block;	
	font-weight: 800;
	width: 90%;  
    max-width: 90%;
    overflow: hidden;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
	float:left;
}

  .content .article .article-list-content .list-wrap .article-item .article-title:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #77aaf6;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .content .article .article-list-content .navigation {
    width: 1115px;
    padding-right: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 32px;
    background: #eee
  }
.content .article .article-list-content .list-wrap .article-item .article-nr {   
    max-width: 100%;
	max-height:120px;
	line-height: 20px;	
	word-wrap:break-word; 
	word-break:break-all;
    overflow: hidden;	
    color: #777;    
    text-overflow: ellipsis;     
  }
.list-cyzd{width: 100%; padding-left:5px; padding-right:5px; padding-top: 5px;}
.list-cyzdimg{text-align: center;width: 100%; height: auto; max-width:1120px; max-height:280px;}
.list-pic{width:250px;height: auto; max-width: 250px; float:left; max-height: 150px; }
  
.content .article .article-list-content .list-wrap .article-itempic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    color: #777;
    margin-top: 10px
  }
  .content .article .article-list-content .list-wrap .article-item .article-titlepic {
	font-weight: 800;
    max-width: 80%;
    overflow: hidden;
    color: #222;
    white-space: nowrap;

  }

  .content .article .article-list-content .list-wrap .article-item .article-titlepic:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #77aaf6;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  } 
.content .article .article-list-content .list-wrap .article-itempic .article-nr {  
   	max-width: 100%;	
	max-height:120px;
	line-height: 20px;	
	word-wrap:break-word; 
	word-break:break-all;
    overflow: hidden;	
    color: #777;    
    text-overflow: ellipsis;     
  }

.article-time{display: block; font-size: 1.0em;float: right; text-align: right;}@media (max-width: 1100px){.article-time{display: none;}}
