.page-item  {
    color: #333;background-color: #fff;margin-bottom: 10px;
}
.page-item-title {
    line-height: 40px;margin-left: 20px;height: 40px;
}
.layui-table {
    margin: 0;
}
.layui-table td {
    text-align: center;
}
.tag-item {
    float: left;width: 33.333%;
}
.tag-item .md {
    background-color: #fff;margin-right: 10px;margin-bottom: 10px;border-radius: 4px;
}
.app_view .tag-item:nth-child(3n) .md {
    margin-right: 0px;
}
.tag-item-title {
    line-height: 30px;height: 30px;color: #1E9FFF;border-bottom: 1px solid #1E9FFF;margin-bottom: 10px;
}
.tag-item-list li{
    display: block;float: left;width: 33.333%;
}
.tag-item-list {
    margin-bottom: 0px;
}
.tag-item-list li a {
    padding-right: 10px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    display: block;
}
.page-tags {
    margin-bottom: 0px;
}
.article-list li {
    float: left;width: 33.333%;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    position: relative;
}
.article-list li a {
    width: 80%;display: block;
}
.article-list li span {
    position:absolute;right:20px;color: #999;top: 0px;
}
.article-list .page-item-title {
    border-bottom: 1px solid #eee;margin-left: 0px;margin-bottom: 10px;
}

.link-list .page-item-title {
    margin-left: 0px;border-bottom: 1px solid #eee;
    margin-left: 0px;
    margin-bottom: 10px;
}
.link-list a {
    margin-right: 10px;height: 24px;line-height: 24px;
}
.tuichong a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guanggao {
    position:relative;overflow: hidden;
}
.guanggao:before {
    content: "广告";
    width: 128px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #015499;
    position: absolute;
    top: 12px;
    right: -38px;
    z-index: 99;
    transform: rotate(45deg);
}
