.page-row {
    width: 1180px;
    margin: 0 auto;
}

.detail-nav {
    width: 313px;
    height: 742px;
    border: 1px solid #e0e0e0;
    background: #f7f8f8;
    float: left;
    margin-right: 30px;
}

.detail-nav .hd {
    height: 18px;
    background: #dd3232;
    padding: 11px 0;
}

.detail-nav .hd .title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 18px;
    border-left: 6px solid #fff;
    padding-left: 12px;
    margin-left: 40px;
    line-height: 18px;
    font-weight: 400;
}

.detail-nav .bd {
    padding: 20px 12px;
}

.detail-nav .bd li {
    width: 288px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    line-height: 39px;
	background: #ffffff;
    border: 1px #dddddd dashed;
}
.detail-nav .bd li a:hover{
    border: 1px solid #dd3232;
	background:#DE3232;
	color:#fff;
}
.detail-nav .bd li a {
    display: block;
    font-size: 18px;
    padding-left:20px;
    color: #c20a0a;
}
/*单独栏目*/
.detail-cont1{
    width: 1180px;
    float: left;
}
.detail-cont1 .hd{
    height: 40px;
    background: #f0f1f5;
    margin-bottom: 20px;
}
.detail-cont1 .hd .title{
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: #dd3232;
    float: left;
}
.detail-cont1 .hd  .more{
    float: right;
    padding-right: 20px;
    color: #888;
    font-size: 12px;
    line-height: 40px;
}
.detail-cont1 .article-list ul{
	min-height:650px;

}
.detail-cont1 .article-list li{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    padding: 0px 25px;
}
.detail-cont1 .article-list li:hover{
    background: #f8f8f8;
	color:#fff
}

.detail-cont1 .article-list li .text{
    display: block;
    float: left;
    background: url("icon-yellowdot.jpg") no-repeat left center;
    padding-left: 20px;
    width: 1010px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*内容区域*/
.detail-cont{
    width: 835px;
    float: left;
}
.detail-cont .hd{
    height: 40px;
    background: #f0f1f5;
    margin-bottom: 20px;
}
.detail-cont .hd .title{
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: #dd3232;
    float: left;
}
.detail-cont .hd  .more{
    float: right;
    padding-right: 20px;
    color: #888;
    font-size: 12px;
    line-height: 40px;
}
.detail-cont .article-list ul{
	min-height:650px;

}

.detail-cont .article-list li{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    padding: 0px 25px;
}
.detail-cont .article-list li:hover{
    background: #f8f8f8;
}

.detail-cont .article-list li .text{
    display: block;
    float: left;
    background: url("icon-yellowdot.jpg") no-repeat left center;
    padding-left: 20px;
    width: 680px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*分页 开始*/
 .pages {
    text-align: center;
    padding: 12px;
    clear: both;
	position: relative;
}

.pages span, .pages a, .pages b {
    font-size: 16px;
    margin: 0 2px;
}

.pages span font {
    color: #333333;
    font-size: 12px;
}

.pages a, .pages b {
    border: 1px solid #ccc;
    background: #DDD;
    padding: 2px 6px;
    text-decoration: none
}

.pages span {
    padding-right: 10px
}

.pages b, .pages a:hover {
    background: #b7281c;
    color: #FFFFFF;
}
/*分页结束*/
/*图片列表*/
.pic-list{}
.pic-list li{
    width: 242px;
    height: 252px;
    padding: 8px;
    border: 1px solid #fff;
    float: left;
    margin: 0px 9px 30px;
    background: #f7f8f8;
}
.pic-list li:hover{
    border: 1px solid #cacaca;
}

.pic-list li .cover{
    width: 242px;
    height: 192px;
}
.pic-list li .cover img{
    width: 100%;
    height: 100%;
}
.pic-list li .intro{
    line-height: 24px;
    padding-top: 10px;
}
.pic-list li .intro .date{
    font-size: 14px;
    color: #747474;
    height: 24px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-list li .intro .title{
    font-size: 14px;
    color: #444;
    height: 24px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*文章详情页*/
.article{
    width: 1078px;
    margin: 0 auto 20px;
    border: 1px solid #cacaca;
    padding: 20px 50px;
}
.article .title{
    font-size: 24px;
    color: #dd3232;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}
.article .font-size{
    cursor: pointer;
}
.article .intro{
    height: 40px;
    background: #f0f1f5;
    line-height: 40px;
    font-size: 12px;
    color: #444;
    text-align: center;
    margin-bottom: 30px;
}
.article .cont{
    font-size: 15px;
    color: #444;
    line-height: 48px;
    padding: 0px 10px 20px;
}
.article .cont p{
    font-size: 15px;
    color: #444;
    line-height: 48px;
    margin-bottom: 10px;
    
}
.article .fn{
    height: 40px;
    line-height: 40px;
    background: #f7f8f8;
    margin: 20px 0;
}
.article .fn .share{
    float: left;
    height: 28px;
    margin-top: 6px;
    margin-left: 10px;
}
.article .fn .btns{
    float: right;
    padding-right: 20px;
}
.article .fn .btns a{
    font-size: 12px;
    color: #444;
}

/*网站地图 start*/
.site_map {
    background: #fff;
    padding: 20px 60px;
    margin-bottom: 10px;
}
.site_map .container{
    border: 1px solid #ccc;
    padding: 20px;
    width: 1138px;
}
.module_name {
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    width: 100%;
    background: #f5f5f5;
    margin: 10px 0px;
}

.module_name a {
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
    background: #dd3232;
    line-height: 30px;
    height: 30px;
    display: block;
    float: left;
}

.module_wrap {
    clear: left;
    width: 100%;
}

.module_wrap td {
    padding: 20px 0;
    clear: left;
}

.column_title {
    width: 100px;
}

.column_title a {
    color: #0068b7;
}

.column_list a {
    color: #474747;
    padding: 0px 40px 0 0;
    line-height: 30px;
    white-space: nowrap;
}

.column_list a:hover {
    text-decoration: underline;
}

.module_column {
    border-bottom: 1px dashed #dcdcdc;
	
}

.module_column:last-of-type {
    border-bottom: none;
}

/*网站地图 end*/