﻿.attentionlist-h-l, .attentionlist-h-m, .attentionlist-h-r
{
    position: absolute;
    top: 21px;
    left: 0;
    width: 16px;
    height: 128px;
    overflow: hidden;
    background: url(/Images/MiniBlog/hotbg.png);
    z-index: 1;
}

.attentionlist-h-m
{
    left: 16px;
    width: 970px;
    height: 128px;
    background: url(/Images/MiniBlog/hotbg.png) 0 -129px;
}

.attentionlist-h-r
{
    left: auto;
    right: 0;
    background: url(/Images/MiniBlog/hotbg.png) -17px 0;
}

.attentionlist-img
{
    width: 348px;
    height: 41px;
    overflow: hidden;
    background: url(/Images/User/sharewords.png);
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 2;
}

.noscript-img
{
    width: 691px;
    height: 40px;
    background: url(/Images/Index/NoScript.png);
    top: 3px;
}

.attentionlist-border
{
    width: 805px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.attentionlist-browser
{
    width:100%;
    height:70px;
    overflow:hidden;
}
.attentionlist-browser .tips
{
    width:189px;
    height:69px;
    overflow:hidden;
    background:url(/Images/User/choosebrowser.png);
    float:left;
}
.attentionlist-browser .browser
{
    width:593px;
    height:59px;
    padding:4px;
    border:1px solid #C7C7C7;
    background:#fff;
    overflow:hidden;
    float:left;
}
.attentionlist-browser .browser a
{
    width:55px;
    height:59px;
    position:relative;
    overflow:hidden;
    float:left;
    margin-right:5px;
}

.attentionlist-browser .browser a img
{
    border:2px solid #fff;
}

.attentionlist-browser .browser a span
{
    position:absolute;
    width:7px;
    height:4px;
    overflow:hidden;
    bottom:0;
    left:24px;
    background:none;
}

.attentionlist-browser .browser a.curr img,
.attentionlist-browser .browser a:hover img
{
    border:2px solid #E44B00;
}

.attentionlist-browser .browser a.curr span,
.attentionlist-browser .browser a:hover span
{
    background:url(/Images/User/browserarrow.png);
}

.attentionlist-content .tips
{
    width:490px;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:14px;
    font-weight:700;
    overflow:hidden;
    margin:10px auto;
    background:#E4FAFF;
    border:1px solid #75AFBC;
    color:#016A9F;
}
.attentionlist-content .tips font
{
    font-size:14px;
    font-weight:700;
}

.attentionlist-content .link
{
    width:100%;
    height:81px;
    overflow:hidden;
    margin:10px auto;
}
.attentionlist-content .link-button
{
    float:left;
}
.attentionlist-content .link-arrow
{
    width:79px;
    height:59px;
    background:url(/Images/User/sharearrow.png);
    overflow:hidden;
    float:left;
    margin:11px 10px;
}
.attentionlist-content .link-tips
{
    width:450px;
    height:59px;
    line-height:29px;
    font-size:14px;
    text-align:left;
    color:#e44b00;
    float:left;
    margin:11px 0;
}
.attentionlist-content .title
{
    font-size:14px;
    text-align:left;
    line-height:30px;
}
.attentionlist-content .main
{
    width:770px;
    padding:10px;
    border:1px solid #CCCCCC;
    text-align:left;
    line-height:20px;
    background:#FFF;
}
