﻿@charset "utf-8";
/* CSS Document */

body{background-color:#FFFFFF}
.imgWid{width:100%;}
.imgWid img{width:100%;}

.index_header{width:100%; height:100%;background-color:#FFF;}
.channel_main{overflow:hidden}
.liList{ background-color:#F6F6F6; overflow:hidden}
.detail_top{ width:100%;}
.detail_top img{ display:inline !important}
.detail_top .detail_l{ width:29%; text-indent:1em}
.detail_top .detail_logo{ width:40%;  margin:0 auto}
.detail_top .detail_logo a img{ width:100%;}
.detail_top .detail_r{ width:28%; text-align:right;}
.detail_top .detail_r img{ margin-right:10px;}
.detail_top div{ display:inline-block;}
.channel_title{ background-color:#E6E6E6; color:#B5B5B5; font-size:1.6em; height:30px; line-height:31px; text-indent:10px;}

.channel_banner{ width:100%; margin:10px 0; position:relative;}
.channel_banner span{ position:absolute; bottom:0; width:100%; padding:3px 0; font-size:1.4em;background-color:#FFF; opacity:0.6; color:#241D15;text-overflow:ellipsis;overflow: hidden;white-space: nowrap; text-indent:10px;}
.channel_banner img{ width:100%; }
.channel{ padding:10px 0 20px}
.channel div{ display:inline-block;}
.channel .channel_t{ font-size:1.8em; text-indent:18px;}
.channel .channel_i{ padding:0 18px 0;}
.channel_lists{ overflow:hidden}
.channel_lists li{ border-bottom:1px solid #DFDFDF; overflow:hidden; padding:15px 0}
.channel_lists li .channel_lists_l{ width:40%; float:left}
.channel_lists li .channel_lists_l img{ width:80%; margin:0 auto}
.channel_lists li .channel_lists_r{ width:58%; float:left}
.channel_lists li .channel_lists_r h3{text-overflow:ellipsis;overflow: hidden;white-space: nowrap; font-size:1.5em; font-weight:normal}
.channel_lists li .channel_lists_r p{text-overflow:ellipsis;overflow: hidden;white-space: nowrap;font-size:1.3em; padding:3px 0; color:#777777;}
.channel_lists li .channel_lists_r span{text-overflow:ellipsis;overflow: hidden;white-space: nowrap;font-size:1.1em; float:right; padding:3px 5px 0 0}
.liList li a{ width: 100%;}
/*pages*/

//专题315评论CSS
.comment {
	padding: 10px;
	padding-top: 0px;
}
.comment .list {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.comment .list strong,.comment .list p,.comment .list span {
	line-height: 20px;
}
.comment .list p {
	display: block;
	height: 40px;
	overflow: hidden;
}
.comment .list span {
	display: block;
	text-align: right;
}

.channel_lists li.dj315 {
	padding-bottom: 20px;
	position: relative;
}
.channel_lists li.dj315 a.pl {
	position: absolute;
	right: 12px;
	bottom: 10px;
	font-weight: bold;
	color: #f00;
	font-size: 14px;
}