/*文字列表*/
.text_list li{
    overflow: hidden;
    line-height: 36px;
}
.text_list li a {
    background: url(../images/frame/abou.png) no-repeat left center;
    padding-left: 15px;
    font-size: 14px;
    float: left;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
.text_list li a:hover
{
    color: #02529f;
}
.text_list li span{
    float: right;
}


/*文章内容*/
.content .title{
    color: #333;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
}
.content .info{
    color: #999;
    padding: 10px 0;
    text-align: center;
}

.content .info span {
    font-size: 12px;
    font-weight: normal;
    padding-right: 8px;
}

.content .text{
    line-height: 26px;
}

.content .text h3 span{
    color: #ffffff !important;
    display: table;
    background:#02529f !important ;
    
    padding: 0 10px;
    text-align: center;
}

.content .text p{
    font-size: 14px!important;
    text-indent: 2em!important;
    line-height: 26px!important;
}

/*图片列表*/
.picture .img{
    width: 100%;
    height: 174px;
}
.picture .img img{
    width: 100%;
    height: 100%;
}
.picture h5{
    text-align: center;
    color: #333333;
}