/* ---- 新闻列表 Style ---- */
.listBox{
	width:100%;
	margin:0 auto 45px;
	border:1px solid #dfddde;}
.listHead{
	height:45px;
	line-height:45px;
	margin:0 auto;
	text-indent:25px;
	border-bottom:1px solid #dfddde;
	background: url(/finance/newyt/chinatower/img/listBox_head.gif) left top repeat-x;
	font-size:20px;
	color:#1e4998;
	position:relative;}
.crumbs{
	position:absolute;
	left:10px;
	top:0px;
	height:45px;
	line-height:45px;
	font-size:14px;
	color:#333;}
.secList{
	padding:28px 25px 25px;}
.secList li{
	min-height:43px;
	line-height:26px;
	border-bottom:1px dotted #858787;
	padding:8px 12px 8px 32px;
	background: url(/finance/newyt/chinatower/img/point.gif) 12px 19px no-repeat;}
 
 /* ---- 分页 Style ---- */
.pager{
	height:24px;
	text-align:center;
	margin:20px 0 40px;}
.pager a{
	display:inline-block;
	height:22px;
	line-height:22px;
	border:1px solid #ebebeb;
	font-size:12px;
	color:#333;
	padding:0 12px;
	margin:0 3px 10px;}
.pager span{
	display:inline-block;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#333;
	padding:1px 13px;
	margin:0 3px;}
@media (max-width:768px) {
.listBox{
	margin:0 auto 20px;
	border:none;}
.listHead{
	height:45px;
	line-height:45px;
	margin:0 auto;
	text-indent:25px;
	border:1px solid #dfddde;
	background: url(/finance/newyt/chinatower/img/listBox_head.gif) left top repeat-x;
	font-size:20px;
	color:#659122;
	position:relative;}
.crumbs{
	position:absolute;
	right:20px;
	top:0px;
	height:45px;
	line-height:45px;
	font-size:12px;
	color:#333;}
.secList{
	padding:10px 0px 10px;}
.secList li{
	min-height:38px;
	line-height:24px;
	border-bottom:1px dotted #dfdfdf;
	padding:7px 0px 7px 12px;
	background:url(/finance/newyt/chinatower/img/point.gif) left 16px no-repeat;}
.titleBox{
	margin:0 0px 10px;
	padding:20px 0 10px;
	border-bottom:1px dotted #9c9a9a;}
.titleBox h1{
	min-height:30px;
	line-height:30px;
	padding:6px 0;
	font-size:20px;
	text-align:center;
	font-weight:normal;}
.titleBox .infor span{
	display:inline-block;
	margin:0 6px;}
}

/* ---- 内容页标题 ---- */
.contentBox{
	padding:0 50px;}
.contentTitle {
	padding-top:15px;
	border-bottom: 1px dotted #adadad;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.contentTitle h1 {
	min-height: 64px;
	line-height: 34px;
	padding:15px 0;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
.contentTitle h2 {
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
	font-weight: normal;
}
.contentTitle h2 span {
	display: inline-block;
	margin: 0 17px;
}
@media (max-width:768px) {
.contentBox{
	padding:0;}
.contentTitle {
	padding-top:5px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.contentTitle h1 {
	min-height: 26px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 6px;
	padding:0;
}
.contentTitle h2 {
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.contentTitle h2 span {
	margin: 0 4px;
}
}
/* ---- 内容页内容 ---- */
.content {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-bottom: 48px;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content p{
	margin:10px 0;}
 @media (max-width:768px) {
.content {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 15px;
}
.content p{
	margin:5px 0;}
}