* {
    margin: 0 auto;
}

.pubmenu {
    width: 100%;
    float: left;
    margin: 3px 0 0 0;
    line-height: 46px;
    border-bottom: 2px solid #e9e9e9;
}

.pub-filter dd {
    float: right;
}

.pubmenu h3 {
    font-size: 18px;
    float: left
}

.pubmenu .sort_select {
    float: right
}

.publist {
    width: 100%;
    float: left
}

.publist .column {
    float: left;
    width: 32.8%;
    margin-right: .8%;
    padding-top: 10px
}

.publist .col3 {
    margin-right: 0
}

.publist dl {
    margin-bottom: 12px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .06);
    color: #99a2aa;
    display: block;
    padding: 20px;
    overflow: hidden;
    background: #fff
}

.publist dl:hover {
    -webkit-box-shadow: 1px 5px 8px rgba(0, 0, 0, .1);
    box-shadow: 1px 5px 8px rgba(0, 0, 0, .1)
}

.publist dl dt {
    display: block;
    overflow: hidden
}

.publist dl dt em {
    border: 1px solid #eee;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    padding: 3px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 1px;
    right: 3px;
    margin-top: 0
}

.publist dl dt .avatar {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.publist dl dt cite {
    position: relative;
    display: block;
    margin-left: 65px
}

.publist dl dt p {
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.publist dl dt p img {
    margin: -3px 0 0 5px
}

.publist dl dt p.name {
    color: #6d757a;
    font-size: 14px
}

.publist dl dt p.tit {
    color: #333;
    font-size: 15px
}

.publist dl dd {
    margin-top: 20px;
    border-left: 3px solid #e5e9ef;
    font-size: 12px;
    padding: 0 0 0 10px;
    line-height: 20px;
    display: block;
    margin-left: 65px
}

.publist dl p.time {
    margin: 15px 0 0 60px;
    overflow: hidden
}

.publist dl span.files {
    background: #f8f8f8;
    padding: 3px 0;
    display: block;
    color: #666;
    margin: 6px 0 0 0;
    text-align: center
}

.publist dl p.line {
    display: block;
    height: 1px;
    border-top: 3px #ebeff4 dashed;
    margin: 8px 0 5px 0
}

.publist dl p.time i {
    float: left;
    background-position: -86px -68px;
    width: 14px;
    height: 14px;
    display: inline-block
}

.publist dl p.time span {
    float: left;
    line-height: 14px;
    height: 14px;
    color: #999;
    margin-left: 5px
}

#pubload {
    width: 100%;
    float: left;
    margin: 10px 0;
    text-align: center
}

#pubload i {
    background: url(/static/plugs/layui_zhan/css/modules/layer/huzhan/loading-2.gif) no-repeat;
    width: 32px;
    height: 32px;
    display: none
}

#pubload em {
    font-size: 14px;
    border-radius: 3px;
    color: #999;
    display: none
}

#pubload.ing i {
    display: inline-block
}

#pubload.not em {
    display: inline-block
}
.pubtop {
    width: 100%;
    height: 340px;
    background: url(/themes/index/tpmt_shop/static/images/pubtop.jpg) center center no-repeat
}

.pub-main {
    height: 180px;
    padding: 110px 0 70px;
    display: block
}

.pubtop-item {
    width: 33%;
    float: left;
    height: 100%
}

.pubtop .my {
    color: #6d757a;
    display: block;
    overflow: hidden;
    padding: 5px 0 0 95px
}

.pubtop .my dt {
    display: block;
    overflow: hidden;
    height: 65px
}

.pubtop .my dt img {
    border: 3px solid #fafafa;
    box-shadow: 1px 2px 3px #aaa;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden
}

.pubtop .my dt span {
    display: block;
    margin: 0 20px 0 70px;
    font-size: 13px
}

.pubtop .my dt p {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 0 6px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pubtop .my dt cite {
    display: block;
    font-size: 12px;
    height: 26px;
    margin: 18px 0 0 70px
}

.pubtop .my dt em {
    float: left;
    height: 26px;
    line-height: 26px
}

.pubtop .my dt a {
    float: left;
    padding: 5px 10px;
    color: #fff;
    background: #00a1d6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    margin-right: 4px
}

.pubtop .my dt a:hover {
    background: #00b5e5
}

.pubtop .my dd {
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 28px 0 0 0
}

.pubtop .my dd a {
    color: #6d757a;
    display: inline-block;
    width: 100%;
    height: 100%
}

.pubtop .my dd a:hover {
    color: #6d757a
}

.pubtop .my dd cite {
    float: left;
    width: 110px;
    margin-right: 25px
}

.pubtop .my dd em {
    display: block;
    font-size: 28px;
    font-weight: bolder;
    line-height: 40px;
    font-family: arial
}

.pubtop .link {
    position: relative;
    height: 100%
}

.pubtop .link dt {
    float: left;
    padding: 12px 0 0 50px;
    width: 130px
}

.pubtop .link dt a {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    -webkit-transform: rotate(3.5deg);
    -ms-transform: rotate(3.5deg);
    transform: rotate(3.5deg);
    color: #4a4b6c;
    text-align: center
}

.pubtop .link dd {
    position: absolute;
    bottom: -36px;
    right: 1px;
    width: 220px;
    height: 53px
}

.pubtop .link dd a {
    display: block;
    height: 100%
}