/* art_list_top */
.art_list_top{
    padding: 20px 50px 20px 18px;
    border-radius: 3px;
    box-shadow: 0px 4px 16px #dcdcdc;
    -webkit-box-shadow: 0px 4px 16px #dcdcdc;
}
.art_list_top .art_top_img{
    width: 241px;
    height: 201px;
}
.art_list_top .art_top_img span.pa{
    bottom: 0;
    left: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.68);
}
.art_list_top .art_top_con{
    width: 450px;
}
.art_list_top .art_top_con .more_thr{
    max-height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.art_list_top .art_top_con .art_top_list a{
    width: 200px;
    margin-right: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.art_list_top .art_top_con .art_top_list a:nth-child(2n){
    margin-right: 0;
}

/* nav_sec */
.nav_sec a{
    padding-right: 10px;
    margin-right: 10px;
}
.nav_sec a:before{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #666;
}
.nav_sec a:last-child:before{
    display: none;
}

/* art_sec_list */
.art_sec_list{
    margin-bottom: 40px;
}
.art_sec_list:last-child{
    margin-bottom: 0;
}
.art_sec_list .sec_list_title{
    padding-bottom: 14px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #dcdcdc;
}
.art_sec_list .sec_list_img{
    width: 123px;
    height: 148px;
    margin-bottom: 10px;
}
.art_sec_list .sec_list_con{
    width: 640px;
}
.art_sec_list .sec_list_con a{
    width: 308px;
    margin-right: 20px;
    padding-left: 14px;
}
.art_sec_list .sec_list_con a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #666;
}
.art_sec_list .sec_list_con a:nth-child(2n){
    margin-right: 0;
}