/* ---- 右侧 Style ---- */
.secRight{
	width:31.75%;
	float:right;
	border-left:1px solid #dddddd;
	padding-left:2.5%;
	margin-bottom:30px;}
@media screen and (max-width:768px) {
.secRight{
	display:none;
	}
}
/* ---- 左侧 Style ---- */
.secLeft{
	float:left;
	width:65.5%;
	position:relative;}
@media screen and (max-width:768px) {
.secLeft{
	width:100%;
	padding-top:50px}
}
/* ---- 面包屑 Style ---- */
.crumbs{
	min-height:55px;
	line-height:24px;
	padding:15px 0;
	border-bottom:1px solid #005cbb;
	font-size:14px;
	color:#333;
	margin-bottom:30px;}
@media screen and (max-width:768px) {
.crumbs{
	position:absolute;
	width:100%;
	top:0px;
	left:-10px;
	min-height:35px;
	line-height:20px;
	padding:7px 10px;
	font-size:12px;
	margin-bottom:15px;
	margin-top:5px;
	border-top:1px solid #005cbb;}
}
/* ---- 列表 Style ---- */
.newsList{
	margin-bottom:40px;}
.newsList li{
	min-height:42px;
	line-height:22px;
	padding:10px 0 10px 16px;
	background:url(http://ytdxs.jiaodong.net/images/sec_point.png) 2px 19px no-repeat;
	border-bottom:1px dashed #d5d5d5;
	font-size:16px;
}
@media screen and (max-width:768px) {
.newsList{
	margin-bottom:20px;}
.newsList li{
	min-height:35px;
	line-height:21px;
	padding:7px 0 7px 12px;
	background:url(http://ytdxs.jiaodong.net/images/sec_point.png) 2px 16px no-repeat;
	font-size:15px;}
}
/* ---- 分页 Style ---- */
.pager{
	min-height:32px;
	text-align:center;
	line-height:26px;
	font-size:14px;
	color:#666;
	margin-bottom:40px;
white-space: nowrap !important;}
.pager a{
	display:inline-block;
	height:26px;
	line-height:24px;
	border:1px solid #eaeaea;
	font-size:12px;
	color:#666;
	padding:0 3px;
	margin:0 3px 6px;}
.pager a.active{
	border:1px solid #fff;
	font-weight:bold;}
@media screen and (max-width:768px) {
.pager{
	margin-bottom:20px;}
}

/* ---- 内容页头部 Style ---- */
.contentTitle {
	border-bottom: 1px dotted #a09f9f;
	margin: 0 0 25px;
	padding:20px 0 16px;
}
.contentTitle h1 {
	min-height:50px;
	padding:10px 0;
	line-height:30px;
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.contentTitle h2 {
	min-height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	position: relative;
	text-align:center;
}
.contentTitle h2 span {
	display:inline-block;
	margin:0 2%;
}
@media screen and (max-width:768px) {
.contentTitle {
	margin: 0 0 15px;
	padding:10px 0 8px;
}
.contentTitle h1 {
	min-height:36px;
	line-height:22px;
	font-size: 18px;
	color: #333;
	padding:7px 0;
	text-align: center;
	font-weight: normal;
}
.contentTitle h2 {
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
}

}
/* ---- 内容页内容 Style ---- */
.content {
	line-height: 28px;
	font-size: 16px;
	color: #333;
}
.content img {
	max-width: 100%;
	height:auto !important;
}
.content p {
	line-height: 28px;
	font-size: 16px;
	color: #333;
	padding: 5px 0;
	margin: 0;
}
.content p.tit {
	font-size: 20px;
	padding: 20px 0 10px 0;
}
.editor {
	line-height: 28px;
	text-align: right;
	font-size: 16px;
	color: #333;
}
@media screen and (max-width:768px) {
.content {
	line-height: 26px;
	font-size: 15px;
}
.content img {
	max-width: 100%;
	height:auto !important;
}
.content p {
	line-height: 26px;
	font-size: 15px;
}
.editor {
	line-height: 26px;
	text-align: right;
	font-size: 15px;
	color: #333;
}
}

/* ---- 相关新闻 Style ---- */
.relatedHead {
	height: 67px;
	padding:26px 0 0;
	line-height: 40px;
	border-top: 1px solid #e0e0e0;
	font-size: 22px;
	color: #015cb9;
	font-weight: bold;
	margin: 20px 0 25px;
}
.relatedList {
	padding: 0px;
	margin:0 0 20px;
}
.relatedList li {
	min-height: 32px;
	padding: 5px 0px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	position: relative;
}
.relatedList li a{
	color:#015cb9;}
@media screen and (max-width:768px) {
.relatedHead {
	height: 43px;
	padding:16px 0 0;
	line-height: 26px;
	font-size: 18px;
	margin: 10px 0 8px;
}
.relatedList {
	margin:0 0 10px;
}
.relatedList li {
	min-height: 27px;
	padding: 4px 0px;
	line-height: 19px;
	font-size: 15px;
	color: #333;
	position: relative;
}
.relatedList li a{
	color:#015cb9;}
}
