..cate-show-box{
	
}
/*---------文章模型----------*/
.intro-box {
    margin-top: 10px;
    background-color: #fff;
    padding: 30px 25px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.intro-txt, .thd {
    width: 100%;
    overflow: hidden;
}
.intro-txt p{
	line-height:30px;
}
.intro-txt {
    position: relative;
    margin-bottom: 30px;
	min-height:450px;
}
.thd {
    padding-right: 55px;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 10px;
	padding-bottom:10px;
}
.thd h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.thd h1 a {
    width: 49px;
    height: 49px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    background: url(../../../upload/news-icon01.png) no-repeat;
}
.thd p {
    display: block;
    font-size: 12px;
    color: #999999;
/*    padding: 0px 0px 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 10px;*/
}


/*--------翻页---------*/
.next-map {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    height: 70px;
}
.next-map-top, .next-map-bottom {
    width: 47%;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 3%;
}
.next-map-top span, .next-map-bottom span {
    float: left;
    width: 60px;
    line-height: 70px;
    display: block;
    color: #333;
}
.next-map-top a, .next-map-bottom a {
    overflow: hidden;
    font-size: 13px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}













