a:hover {
    color: #669900;
    
}
.list .list_right .content .con_title {
   
    margin-bottom: 0;
}

.conRight .list ul  {
    display: block;
    overflow: hidden;
}
.conRight .list ul li {
       width: 100%;
    margin-bottom: 0;
    margin-right: 2.3%;
    border-bottom: 1px #d9d3d3 dotted;
    display: block;
    overflow: hidden;
        padding:14px 0 5px 0;
    
}
.conRight .list ul li .t {
    width: calc(100% - 65px);
    box-sizing: border-box;
    padding-left: 60px;
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    background-position: 23px 4px;
    background-repeat: no-repeat;
    background-image: url(../images/pdf.png);
    color: #595757;
    background-size: 28px;
}
.conRight .list ul li .t a{
    font-size: 16px;
}
.conRight .list ul li p {
   font-size: 15px;
    color: #999999;
    padding: 0 0 0 59px;
    position: relative;
    top: -3px;
    display: inline-block;
    letter-spacing: 0;

}

.conRight .list ul li .kan {
    margin-right: 7px;
    float: right;
    width: 56px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/kan.png);
    display: block;
    position: relative;
}
.conRight .list ul li .down {
  
    width: 61px;
    height: 60px;
    float: right;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-image: url(../images/down.png);
    display: block;
    position: relative;

}
.conRight .list ul li .down span{
    font-size: 12px;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.conRight .list ul li .kan:hover {
    background-image: url(../images/kan_h.png);
}
.conRight .list ul li .down:hover {
    background-image: url(../images/down_h.png);
}
.conRight .list ul li .kan:after {
    width: 1px;
    height: 20px;
    top: 22px;
    left: -0.5px;
    position: absolute;
    background-color: #898989;
    content: '';
}

.page {
    margin: 20px 0 30px 0;
}