﻿/*首页滚动图片*/
.slideimg {
    position: relative;
}

    .slideimg div.wrap {
        float: left;
        width: 125px;
        height: 120px;
        text-align: center;
        line-height: 120px;
        position: relative;
    }

        .slideimg div.wrap a {
            position: absolute;
            left: 0;
            bottom: 0;
            color: White;
            display: block;
            opacity: 0.6;
            filter: alpha(opacity=60);
            background: #000;
            width: 119px;
            line-height: 20px;
            text-align: left;
            text-indent: 10px;
            margin: 0 1px;
            padding: 1px 2px;
            overflow: hidden;
            height: 40px;
        }

        .slideimg div.wrap img {
            vertical-align: middle;
        }
/*首页滚动图片结束*/

/*首页图集*/
.prec {
    text-align: center;
    overflow: auto;
    zoom: 1;
    max-width: 300px;
}

    .prec li {
        float: left;
        width: 128px;
        height: 125px;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .prec li div {
            height: 20px;
            line-height: 20px;
        }

            .prec li div.listimg {
                height: 106px;
            }

        .prec li a img {
            border: 2px solid #CCCCCC;
            width: 100px;
            height: 100px;
            padding: 1px;
        }

        .prec li a:hover img {
            border: 2px solid #005eac;
        }
/*首页图集结束*/

/*日志内页*/
#maincontent article h2 {
    padding-top: .5em;
}

.artauthor {
    font-size: 1.25em;
    padding: .5em 0 1em;
    height: 1.35em;
    line-height: 1.35em;
}

    .artauthor span {
        font-size: .7em;
        color: #333;
        color: rgba(0,0,0,.6);
    }

    .artauthor img {
        height: 1.35em;
        vertical-align: bottom;
        transition: all .3s;
    }

        .artauthor img:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .artauthor a {
        color: #0082CB;
    }

        .artauthor a:hover {
            text-decoration: underline;
        }

.artinfo {
    line-height: 1.7em;
    font-size: .875em;
}

    .artinfo span {
        font-weight: 700;
    }

.artdetail p {
    line-height: 1.7em;
}

.nextprev2 {
    font-size: .875em;
}
/*日志内页结束*/

.imgloading {
    position: absolute;
    top: 17px;
    width: 120px;
    text-align: center;
}

    .imgloading span {
        background: url("../images/loading.gif") no-repeat 0 1px transparent;
        display: inline-block;
        height: 18px;
        padding: 0 0 0 15px;
    }
/*album*/
#p_title_left {
    float: left;
    font-size: 14px;
}

    #p_title_left span {
        text-indent: 10px;
    }

        #p_title_left span.clickcount {
            font-size: 10px;
            text-indent: 2px;
            font-weight: 400;
        }

#p_title_right {
    float: right;
    padding-right: 5px;
    text-indent: 0;
}

#bigpic {
    width: 100%;
    text-align: center;
}

    #bigpic img {
        margin-bottom: 10px;
        *margin-bottom: 2px;
        -moz-box-shadow: 5px 5px 5px #AAAAAA;
        -webkit-box-shadow: 5px 5px 5px #AAAAAA;
        box-shadow: 5px 5px 5px #AAAAAA;
        filter: progid:DXImageTransform.Microsoft.Glow(color=#FFFFFF,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=6);
        max-width:100%;
    }

#tongpic {
    margin: 10px auto;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.toleft {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 70px;
    width: 27px;
    background: url(../images/picbg.gif) 0 1px no-repeat;
    cursor: pointer;
}

    .toleft:hover {
        background-position: -100px 1px;
    }

.toright {
    position: absolute;
    right: 0;
    height: 70px;
    width: 27px;
    background: url(../images/picbg.gif) -50px 1px no-repeat;
    cursor: pointer;
}

    .toright:hover {
        background-position: -150px 1px;
    }

#smallphotocontainer {
    position: absolute;
    left: 27px;
    overflow: hidden;
}

    #smallphotocontainer ul {
        float: left;
        z-index: -1;
        width: 10000px;
        margin: 0;
        padding: 0;
    }

        #smallphotocontainer ul li {
            float: left;
            width: 70px;
            padding: 0 3px;
            margin: 0;
            overflow: hidden;
        }

            #smallphotocontainer ul li a {
                display: block;
            }

            #smallphotocontainer ul li.on img {
                border: 2px solid #ccc;
            }

            #smallphotocontainer ul li img {
                width: 66px;
                height: 66px;
                border: 0;
            }

#briefintro {
    font-size: .875em;
    margin: 10px auto 0;
}

    #briefintro a, #v_intro a {
        color: #6EAFD5;
    }

.picdetail h2 span {
    font-size: .4375em;
    color: #999;
}
/*end*/
/*图片列表*/
.plist {
    overflow: auto;
    zoom: 1;
    font-size: .875em;
}

    .plist li {
        float: left;
        width: 142px;
        height: 145px;
        overflow: hidden;
    }

        .plist li div.listimg {
            height: 106px;
        }

        .plist li a img {
            border: 2px solid #CCCCCC;
            width: 100px;
            height: 100px;
            padding: 1px;
        }

        .plist li a:hover img {
            border: 2px solid #005eac;
        }
/*图片列表结束*/
/*文章投票*/
#votewrapper {
    width: 80%;
    margin-left: 10px;
    border: 1px dashed #ccc;
    padding: 10px;
    padding-top: 0px;
    border-style: solid\9;
    font-size: .875em;
}
/*文章投票结束*/
/*说说内页*/
.essaydetail .essaywrap {
    position: relative;
}

.essaydetail .prevsubject, .essaydetail .nextsubject {
    position: absolute;
    top: 0;
    z-index: 1;
    top: 45%;
    height: 70px;
    width: 27px;
    background: url(/images/picbg.gif) 0 1px no-repeat;
    cursor: pointer;
    opacity: .6;
}

.essaydetail .prevsubject {
    left: 1em;
}

    .essaydetail .prevsubject:hover {
        background-position: -100px 1px;
    }

.essaydetail .nextsubject {
    right: 1em;
    background-image: url(../images/picbg.gif);
    background-position: -50px 1px;
}

    .essaydetail .nextsubject:hover {
        background-position: -150px 1px;
    }

.essaydetailgrouphead {
    height: 2em;
    line-height: 2em;
}

/*说说内页结束*/
/*long essay*/
#createlongBox .m_body {
    padding: .2em;
}

#createlongBox .longitem:first-child {
    margin-bottom: .5em;
}

#createlongBox .longitem#long_content_warpper {
    height: 400px;
}

#createlongBox .longitem input {
    width: 100%;
    box-sizing: border-box;
    height: 2.5em;
    line-height: 2em;
    *width: 98%;
    *height: 2em;
}

#createlongBox .longitem textarea {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.25em;
    min-height: 15em;
    overflow-y: auto;
    *width: 98%;
}

#createlongBox .longitem iframe {
    width: 100%;
    height: 100%;
}
/*ls show*/
.e_body .lstitle {
    font-weight: 700;
}

.e_body .lscontent {
    margin-top: 10px;
    text-align: left;
}

    .e_body .lscontent p {
        padding-bottom: 0 !important;
    }

.longessay {
    width: 116px;
    height: 5.5em;
    border: 1px solid #6ece0a;
    border-radius: 2px;
    padding: 2px;
    font-size: .75em;
    word-wrap: break-word;
    *display: block !important;
    overflow: hidden;
}

    .longessay .title {
        height: 3.6em;
        overflow: hidden;
        line-height: 1.75em;
    }

    .longessay span {
        color: #888;
    }

    .longessay .btn {
        float: right;
        width: 50px;
        display: inline-block;
        height: 1.7em;
        line-height: 1.7em;
        text-align: center;
        letter-spacing: 0.2em;
    }
/*ls show end*/
/*long essay end*/
/*essay*/
/* essay img*/
dl.essaywrap dd.break .related.imgs {
    overflow-y: auto;
}

    dl.essaywrap dd.break .related.imgs .img {
        float: left;
    }

dl.essaywrap dd.break .related li img {
    max-width: 100%;
    vertical-align: top;
}

dl.essaywrap dd.break .related.fourpic li.img {
    width: 40%;
    margin: 0.4%;
}

dl.essaywrap dd.break .related.fourpic li:nth-child(2n+1) {
    margin-left: 0;
}

dl.essaywrap dd.break .related.ninepic li {
    width: 33%;
    margin: 0.4% 0.5% 0.4% 0;
}

    dl.essaywrap dd.break .related.ninepic li:nth-child(3n) {
        margin-right: 0;
    }
/* essay img end*/
/*essay end*/
/*qrcodewarpper*/
.focusqrcode {
    text-align: center;
}
    .focusqrcode div {
        font-size:83.857%;
        color:#333;
    }
/*qrcodewarpper end*/

