@import "https://at.alicdn.com/t/font_1428809_ugv9dv156ql.css";
body{
/* 	max-width:800px; */
    margin: 0px auto;
background-color: transparent;
}
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;
        width: 50%;
    float: left;
}
.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;
    height: 133px;
}
.detail-0908 ul.picTextList li a img:first-child{
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.bf{
    width: 15%;
    position: absolute;
    left: 10px;
    bottom: 15px;
}

.list-title{
    margin-bottom: -5px;
    padding-top: 10px;
}
.list-title a{
    font-size: 18px;
    color: #36373D;
    padding-left: 10px;
    position: relative;
}
.list-title a:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    background-color: #1890ff;
    left: 0px;
    top: 3px;
}
.list-title a i{
    float: right;
    margin-top: 2px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px){
.container {
    width: 750px;
    width: 970px\9;
}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 1200px){
.container {
    width: 1170px;
    width: 970px\9;
}
}
@media (min-width: 801px) {
.hidden800{
    display: none;
}
.hidden801{
    display: block;
}
}
@media (max-width: 1199px) {
.detail-0908 ul.picTextList li a p.col-xs-5 {
    margin: 0px;
    height: 109px;
}
}
@media (max-width: 991px) {
.detail-0908 ul.picTextList li a p.col-xs-5 {
    margin: 0px;
    height: 84px;
}
.detail-0908 ul.picTextList li a{
    height: 139px;
}
}
@media (max-width: 800px) {
.hidden800{
    display: block;
}
.hidden801{
    display: none;
}
.detail-0908 ul.picTextList li{
    width: 100%;
}
.detail-0908 ul.picTextList li a p.col-xs-5 {
    margin: 0px;
    height: 73px;
}
.detail-0908 ul.picTextList li a {
    height: auto;
}
}
@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;
    }
}

.back {
    position: absolute;
    top: 40px;
    left: 10px;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 40px;
    text-align: center;
    background: rgba(0,0,0,.3);
    transform: rotate(180deg);
}
.back i {
    font-size: 20px;
    font-weight: bold;
}
