@import "https://at.alicdn.com/t/font_1428809_x89mxa66vwc.css";
body{
    margin: 0px;
background-color: #F2F3F5;
}
img{
    width: 100%;
}
.main-center{
    background-color: #fff;
    padding-bottom: 1px;
}

.void-title{
    padding: 0px 15px;
}
.void-title h3{
    margin-top: 10px;
    font-size: 19px;
    text-align: justify;
}
.void-title p{
    color: #333333;
    line-height: 1.8;
    font-size: 14px;
}
.void-title p span{
    margin-right: 20px;
}
.detail-0908{
    padding: 0px 15px 0px 15px;
}

.detail-0908  p.title{
    color: #36373D;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.well{
    margin-top: 12px;
}
.well p{
    margin: 0px;
}
.well.opened {
    height: auto !important;
}
.toggle{
    text-decoration: none;
    color: #666;
}
.toggle .text-close,
.opened .toggle .text-open {
    display: none;
}

.toggle .opened,
.opened .toggle .text-close {
    display: inline;
}
.void-title p span{
    margin-right: 0px;
}
.opened .toggle .text-close{
    float: right;
    margin-top: -23px;
}
.opened .toggle .text-close i{
    font-size: 18px;
}
.detail-0908{
/*margin-top: 20px;*/
}
.detail-0908  ul.picTextList {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0px;
}

.detail-0908  ul.picTextList li {
    list-style-type: none;
    margin-bottom: 0px;
    overflow: hidden;
}
.detail-0908  ul.picTextList li a {
    overflow: hidden;
    display: block;
    padding: 20px 0px;
    border-bottom: 1px #EEEEEE   solid;
}
.col-xs-5 {
    width: 35%;
    float: left;
    position: relative;
    min-height: 1px;

}
.col-xs-7 {
    width: 60%;
    position: relative;
    float: left;
    min-height: 1px;

    padding-left: 15px;
}
.detail-0908  ul.picTextList li:last-child a{
    border-bottom: none;
}
.detail-0908  ul.picTextList li a .date {
    font-size: 13px;
    color: #999;
    margin-bottom: 0px;
    margin-top: 2px;
}
.detail-0908  ul.picTextList li a .date  i{
    margin-right: 4px;
}
.detail-0908 ul.picTextList li a p.col-xs-5{
    margin: 0px;
}
.detail-0908 ul.picTextList li a img:first-child{
    width: 100%;
    border-radius: 5px;
}
.bf{
    width: 15%;
    position: absolute;
    left: 10px;
    bottom: 15px;
}



@media (max-width: 330px) {
    .col-xs-5{
        width: 40%;
    }
    .detail-0908 p.title{
        font-size: 14px;
    }
    .detail-0908 ul.picTextList li a .date{
        font-size: 12px;
        margin-top: 0px;
    }
}

