.txt-list{
	/*padding-top: 6px;*/
}

.crumbs{
	background: #F4F4F4;
}

.crumbs p{
	float: left;
	line-height: 85px;
	font-size: 16px;
	font-weight: bold;
}

.crumbs span{
	float: right;
	line-height: 85px;
	font-size: 14px;
}

.list-body{
	padding: 20px 0;
}

.list-left{
	width: 72%;
	float: left;
}

.list-li li {
    width: 94%;
    font-size: 16px;
    padding: 8px 0;
    padding-left: 16px;
    background: url(../images/dian.png) no-repeat 6px center;
}

.list-li li a:hover{
	color: #FF0000;
	transition: .5s;
}

.list-li li span {
    float: right;
}

.list-right{
	width: 26%;
	float: right;
}

.right-tit{
	color: #525659;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 70px;
    margin-bottom: 16px;
    margin-top: 0;
    border-bottom: 1px solid #d3dae0;
}

.contact-r{
	font-size: 14px;
}

.map-r img{
	width: 100%;
	display: block;
}

#pages {
    clear: both;
    padding: 40px 0 10px;
    text-align: center;
    font: 12px;
}

#pages div {
    display: inline-block;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    margin-right: -1px;
}

#pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    text-align: center;
    color: #333;
    margin-right: -1px;
}

#pages .c {
    display: inline-block;
    padding: 0px 8px;
    height: 24px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
}

/*图片列表页*/
.list-img li{
	width: 30%;
	float: left;
	margin: 0 12px;
	margin-bottom: 24px;
}

.list-img li a:hover p{
	color: #FF0000;
	transition: .5s;
}

.list-img li img{
	width: 260px;
        height: 180px;
	display: block;
}

.list-img li p{
	padding-top: 4px;
	font-size: 16px;
    font-weight: 600;
    color: #282828;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    text-align: center;
}


/*图片列表页结束*/

/*文章内容*/

.article-tit{
    font-size: 23px;
    letter-spacing: normal;
    color: inherit;
    text-align: center;
    margin-bottom: 20px;
}

.article p{
	padding: 0 20px;
	line-height: 34px;
}

.article img{
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

/*文章内容结束*/
