/* 新增每日速报 */
.studiesbox {
	margin-top: 10px;
	display: none;
	border: 1px solid #000;
	z-index: 9999;
	width: 1200px;
	height: 700px;
	background-color: #fff;
	float: left;
	position: absolute;
	overflow-x: hidden;
	padding-bottom: 50px;
}

.studies {
	display: block;
}

.studies .td {
	border: 1px solid #000;
	border-width: 0px 1px 1px 0px;
	height: 40px;
	cursor: pointer;
}

.studies tr:nth-child(2) {
	background-color: #F2F2F2;
}

.studies tr:nth-child(4) {
	background-color: #F2F2F2;
}

.studies .th {
	font-size: 20px;
	border: 1px solid #000;
	border-width: 0px 1px 1px 0px;
	background-color: #999;
	color: #000;
	height: 50px;
}

.studies .table {
	border: 1px solid #000;
	border-width: 1px 0px 0px 1px;
	width: 900px;
	/* height: 300px; */
	text-align: center;
	margin: 0 auto;
}

.studies>h2 {
	color: #000;
	font-size: 36px;
	width: 100%;
	text-align: center;
	line-height: 150px;

}

.studiesbox>p {
	background-color: #1890FF;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #000;
	position: sticky;
	top: 0;
	z-index: 8888;
}

.studiesbox>p>span {
	color: #000;
	font-size: 26px;
}

.studiesbox>p>button {
	background-color: #666;
	border: 0;
	line-height: 26px;
	width: 16px;
	height: 26px;
	font-size: 20px;
	color: #1890FF;
	float: right;
	border-radius: 50%;
	cursor: pointer;
}

.hr {
	height: 10px;
	width: 96%;
	border: 1px solid #000;
	background-color: #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	margin: 0 auto;
	margin-bottom: 50px;
}

.span {
	position: relative;
	left: 49%;
	top: -10px
}

.m-style {
	float: right;
	margin-top: 50px;
	margin-right: 140px;

}


/* 详情页样式 */
.htitle {
	margin-top: 15px;
}

.div-default {
	text-align: left;

	padding: 0 30px;
	padding-bottom: 30px;
}

.h2-default {
	margin-bottom: 10px;
	font-weight: 900;
}

.p-default {
	margin: 10px 0;
	font-weight: 900;
	font-size: 18px;
}

.span-default {
	font-size: 16px;
}

.p-r-30 {
	padding: 0 30px;
	padding-bottom: 30px;
}

.market-dynamics {
	text-align: left;
}

.dynamics-title {
	font-weight: 900;
	margin-bottom: 10px;
}

.energy-information {
	text-align: left;
}

.information-title,
.information-titleson {
	margin-top: 10px;
	font-weight: 900;
}

.dynamics-content,
.information-content {
	font-size: 16px;
}

.footer-dynamics {
	margin-bottom: 50px;
}

.footer-dynamics .exceptions {
	float: left;
	width: 60%;
	text-align: left;
	font-size: 16px;
}

.footer-dynamics .dynamics-gzh {
	width: 40%;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	margin-top: -10px;
}

.footer-dynamics .dynamics-gzh img {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.hr-w {
	height: 10px;
	width: 1100px;
	border: 1px solid #000;
	background-color: #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-left: -50px;
}

.hr-w .span {
	position: relative;
	top: -10px;
	left: 0px;
}


.demo1 th {
	text-align: center;
}

.demo1 td {
	padding: 0 20px;
}

.hide {
	display: none;
}