/*样式*/
.list {
  
    padding: 20px 5px;}

.list>li {
    line-height: 55px;
    padding-left: 25px;
    display:flex;
    justify-content:space-between;}
.list>li span{font-size:18px;width:102px;color:#999;}
.list>li:nth-child(2n-1) {
    background: url(images/list-one.png) no-repeat left center;}

.list>li:nth-child(2n) {
    background: url(images/list-two.png) no-repeat left center;}

.list>li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex:1;
    padding-right:40px;}

.list>li:hover a {
    color: #bd1111;}
.ny-right{min-height:350px;}

