﻿

/*******************留言显示*****************/
.sushow {
	width: 1170px;
	margin: 0px auto 0px auto;
	clear: both;
	height: auto;
}
.sushow_box {
	width: 100%;
	margin: 0px auto 20px auto;
	clear: both;
	height: auto;
	float: left;
}
h1.pt {
	font-size:24px;
	line-height: 48px;
	color:#666666;
	letter-spacing: 0px;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
	background: url(../images/pt_bg.jpg) no-repeat center left;
	background-size: 32px 31px;
	margin-bottom: 24px;
	padding-left: 0px;
	clear: both;
}

.clist2 {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	padding: 0px 0px 15px 0px;
	float: left;
	position: relative;
}
.clist2 .cimg {
	float: left;
	height: auto;
	width: 3%;
	padding: 0% 0%;
	position: absolute;
	top: 1px;
	left: 0%;
}
.clist2 .cimg img {
	height: auto;
	width: 100%;
}

.clist2 .ctext {
	float: left;
	height: auto;
	width: 100%;
	padding-left: 0px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.clist2 .ctext h1 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-radius: 5px; /* css 3标准 */
    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	width: 94%;
	line-height: 28px;
	padding: 5px 0px 5px 6%;
	height: 28px;
}
.clist2 .ctext h1 span {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.clist2 .ctext h1 span.date {
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 28px;
	float: left;
}
.clist2 .ctext h2 {
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	clear: both;
}
.clist2 .ctext strong {
	_width: 565px;
	color: #000000;
}
.clist2 .ctext p {
	color: #666666;
	padding-left: 6%;
	float: left;
	width: 94%;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 28px;
}

/*** 当浏览器的可视区域小于960px ***/
    @media screen and (max-width: 960px) {
	
.sushow {
	width: 96%;
	margin: 0px 2% 0px 2%;
	clear: both;
	height: auto;
}
h1.pt {
	font-size:18px;
	line-height: 36px;
	color:#666666;
	letter-spacing: 0px;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
	background: url(../images/pt_bg.jpg) no-repeat center left;
	background-size: 32px 31px;
	margin-bottom: 24px;
	padding-left: 0px;
	clear: both;
}
.clist2 .cimg {
	float: left;
	height: auto;
	width: 6%;
	padding: 0% 0%;
	position: absolute;
	top: 1px;
	left: 0%;
}
.clist2 .ctext h1 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-radius: 5px; /* css 3标准 */
    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	width: 90%;
	line-height: 28px;
	padding: 5px 0px 5px 10%;
	height: 28px;
}
.clist2 .ctext p {
	color: #666666;
	padding-left: 10%;
	float: left;
	width: 88%;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 28px;
}


}