﻿/*列表页css*/
.text-list-wrap{
	border: 1px solid #d3dbe6 ;
    margin-top: 50px;
    width: 985px;
    margin: 0 auto;
    min-height: 600px;
}
.text-list-wrap .title{
	border: 1px #d3dbe6 solid;
    background: url(../images/subnavbg.jpg) repeat-x;
    color: #000000;
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 14px;
    text-indent:  10px;
}
.text-list-wrap .text-list>ul{
	overflow: hidden;
	padding: 10px;
}
.text-list-wrap .text-list>ul>li{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
.text-list-wrap .text-list>ul>li .float-left{
	width: 880px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-list-wrap .text-list>ul>li .float-left img{
	vertical-align: middle;
}
.text-list-wrap .text-list>ul>li a{
	margin-right: 10px;
	color: #000;
}
.text-list-wrap .text-list>ul>li a:hover{
	text-decoration: none;
	color: #EF6400;
}
.text-list-wrap .text-list>ul>li .float-right{
	color: #666666;
	font-size: 12px;
}
.page{
    text-align: center;
    margin: 50px 0 10px 0;
    font-size: 12px;
    clear: both;
}


/*详情页css*/
.text-list-wrap .article{
	padding: 10px;
}
.text-list-wrap .article>h1{
	color: #F00;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.text-list-wrap .article address{
	text-align: center;
	margin: 20px 0;
}
.text-list-wrap .article address span{
	margin: 0 20px;
	font-size: 12px;
}
.text-list-wrap .article .content{
	padding: 0 10px;
}
.text-list-wrap .article .content img{
	max-width: 100%;
}