/*文章父级页面样式*/

/*样式一*/
.ml2 .article .top span{margin-left:25px;margin-top:5px;line-height:25px;}
.ml2 .article .content{border:none;padding-left:0;}
.ml2 .article .content ul li{background-image: url(../images/rightarrow.jpg);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border-bottom: 1px ridge #efefef;
    margin: 0 0 0 5px;
    padding-left: 15px;}

.ml2 .article .content ul li a{color: #4c4c4c;
    display: inline-block;
    font-family: "宋体";
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;}