.DynamicAnalysisTool_crumbs {
	width: 100%;
	height: 48px;
}

.DynamicAnalysisTool_crumbs p {
	color: #888888;
	font-size: 12px;
	line-height: 48px;
	padding-left: 20px;
	background: url(../../img/drop_right.png) no-repeat;
	background-position: 7px 50%;
	/*cursor: pointer;*/
}
.DynamicAnalysisTool_crumbs p a{
	color: #888888;
}

.DynamicAnalysisTool_box {
	display: flex;
	justify-content: space-between;
}

.DynamicAnalysisTool_box_left {
	width: 869px;
	padding-bottom: 46px;
}

.DynamicAnalysisTool_box_left_h1 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 39px;
	background: linear-gradient(to right, #13426c, #005fb1);
	padding-left: 19px;
	font-weight: bold;
	border-left: 3px solid #d80b18;
}

.DynamicAnalysisTool_box_left_div1 {
	height: 154px;
	border: 3px solid #f2f2f2;
	margin-top: 3px;
	box-shadow: 0px 5px 1px #dfdfdf;
	padding: 27px 32px 21px;
	font-size: 14px;
	line-height: 25px;
	color: #535353;
	margin-bottom: 33px;
}

.DynamicAnalysisTool_box_left_div1 span {
	color: #000000;
	font-weight: bold;
}

.DynamicAnalysisTool_box_left_title {
	font-size: 15px;
	color: #13426b;
	line-height: 41px;
	border: 1px solid #e4e4e4;
	background: #f2f2f2;
	border-left: 3px solid #d80b18;
	padding-left: 19px;
	font-weight: bold;
}

.DynamicAnalysisTool_box_left_div2 {
	height: 248px;
	margin-top: 25px;
	margin-bottom: 29px;
}

.DynamicAnalysisTool_box_left_div2_top {
	display: flex;
	border: 3px solid #f2f2f2;
	background: #f2f2f2;
	height: 39px;
	align-items: center;
	border-bottom: 0px;
}

.DynamicAnalysisTool_box_left_div2_top p {
	flex: 1;
	font-weight: bold;
	font-size: 14px;
	color: #1d1d1d;
	text-align: center;
	line-height: 36px;
	border-right: 2px solid #f2f2f2;
}

.DynamicAnalysisTool_box_left_div2_top p:last-child {
	border-right: 0px;
}

.DynamicAnalysisTool_box_left_div2_bottom {
	display: flex;
	height: 209px;
	border: 3px solid #f2f2f2;
}

.DynamicAnalysisTool_box_left_div2_bottom div {
	flex: 1;
	border-right: 2px solid #eaeaea;
}

.DynamicAnalysisTool_box_left_div2_bottom div:last-child {
	border-right: 0px;
}

.DynamicAnalysisTool_box_left_div2_bottom_1 {
	padding-top: 70px;
	text-align: center;
}

.DynamicAnalysisTool_box_left_div2_bottom_1 p {
	font-size: 16px;
	color: #13426B;
	line-height: 30px;
	font-weight: bold;
}

.DynamicAnalysisTool_box_left_div2_bottom_2 {}

.label_one {
	display: flex;
	padding-left: 39px;
	height: 40px;
	border: 0;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #2a2a2a;
	line-height: 40px;
	cursor: pointer;
	word-break: break-all;
}

.label_one input {
	width: 0px;
	height: 0px;
	opacity: 0;
	display: block;
}

.label_one label {
	width: 31px;
	height: 100%;
	display: inline-block;
	background: url(../../img/radio.png) no-repeat;
	background-size: 14px 14px;
	background-position: center;
}

.label_one:last-child {
	border-bottom: 0px;
}

.label_one input[type="radio"]:checked+label {
	background: url(../../img/radio_active.png) no-repeat;
	background-size: 14px 14px;
	background-position: center;
}

.DynamicAnalysisTool_box_left_div2_bottom_3 {
	padding-top: 25px;
}

.DynamicAnalysisTool_box_left_div2_bottom_3 p {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 30px;
	padding-left: 34px;
}

.select_time {
	width: 145px;
	height: 34px;
	border: 1px solid #b6b6b6;
	border-radius: 6px;
	margin-left: 32px;
	padding-left: 14px;
	font-size: 14px;
	margin-top: 4.5px;
	box-sizing: border-box;
}

.select_time::-webkit-inner-spin-button {
	/*控制上下三角*/
	visibility: hidden;
}

.select_time::-webkit-clear-button {
	/*控制清除按钮*/
	visibility: hidden;
}

.DynamicAnalysisTool_box_left_div2_bottom_4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.DynamicAnalysisTool_box_left_div2_bottom_4 button {
	color: #FFFFFF;
	font-weight: bold;
	background: #055eab;
	width: 116px;
	height: 38px;
	border-radius: 6px;
	border: 0px;
	cursor: pointer;
}

.DynamicAnalysisTool_box_left_div3 {
	height: 248px;
	margin-top: 25px;
	margin-bottom: 29px;
}

.DynamicAnalysisTool_box_left_div3_top {
	display: flex;
	border: 3px solid #f2f2f2;
	background: #f2f2f2;
	height: 39px;
	align-items: center;
	border-bottom: 0px;
}

.DynamicAnalysisTool_box_left_div3_top p {
	flex: 1;
	font-weight: bold;
	font-size: 14px;
	color: #1d1d1d;
	text-align: center;
	line-height: 36px;
	border-right: 2px solid #f2f2f2;
}

.DynamicAnalysisTool_box_left_div3_top p:last-child {
	border-right: 0px;
}

.DynamicAnalysisTool_box_left_div3_bottom {
	display: flex;
	height: 209px;
	border: 3px solid #f2f2f2;
}

.DynamicAnalysisTool_box_left_div3_bottom div {
	flex: 1;
	border-right: 2px solid #eaeaea;
}

.DynamicAnalysisTool_box_left_div3_bottom div:last-child {
	border-right: 0px;
}

.DynamicAnalysisTool_box_left_div3_bottom_1 {
	padding-top: 50px;
	text-align: center;
}

.DynamicAnalysisTool_box_left_div3_bottom_1 p {
	font-size: 16px;
	color: #13426B;
	line-height: 30px;
	font-weight: bold;
}

.DynamicAnalysisTool_box_left_div3_bottom_2 {}

.DynamicAnalysisTool_box_left_div3_bottom_3 {
	padding-top: 25px;
}

.DynamicAnalysisTool_box_left_div3_bottom_3 p {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 30px;
	padding-left: 34px;
}

.DynamicAnalysisTool_box_left_div3_bottom_4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.DynamicAnalysisTool_box_left_div3_bottom_4 button {
	color: #FFFFFF;
	font-weight: bold;
	background: #055eab;
	width: 116px;
	height: 38px;
	border-radius: 6px;
	border: 0px;
	cursor: pointer;
}

.DynamicAnalysisTool_box_left_div4 {
	height: 248px;
	margin-top: 25px;
}

.DynamicAnalysisTool_box_left_div4_top {
	display: flex;
	border: 3px solid #f2f2f2;
	background: #f2f2f2;
	height: 39px;
	align-items: center;
	border-bottom: 0px;
}

.DynamicAnalysisTool_box_left_div4_top p {
	flex: 1;
	font-weight: bold;
	font-size: 14px;
	color: #1d1d1d;
	text-align: center;
	line-height: 36px;
	border-right: 2px solid #f2f2f2;
}

.DynamicAnalysisTool_box_left_div4_top p:last-child {
	border-right: 0px;
}

.DynamicAnalysisTool_box_left_div4_bottom {
	display: flex;
	height: 209px;
	border: 3px solid #f2f2f2;
}

.DynamicAnalysisTool_box_left_div4_bottom div {
	flex: 1;
	border-right: 2px solid #eaeaea;
}

.DynamicAnalysisTool_box_left_div4_bottom div:last-child {
	border-right: 0px;
}

.DynamicAnalysisTool_box_left_div4_bottom_1 {
	padding-top: 41px;
}

.select_spot_name {
	width: 145px;
	height: 34px;
	border: 1px solid #b6b6b6;
	border-radius: 6px;
	margin-left: 32px;
	padding-left: 14px;
	font-size: 14px;
	margin-bottom: 16px;
}

.DynamicAnalysisTool_box_left_div4_bottom_2 {
	padding-top: 41px;
}

.DynamicAnalysisTool_box_left_div4_bottom_3 {
	padding-top: 16px;
}

.DynamicAnalysisTool_box_left_div4_bottom_3 p {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 30px;
	padding-left: 34px;
}

.DynamicAnalysisTool_box_left_div4_bottom_4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.DynamicAnalysisTool_box_left_div4_bottom_4 button {
	color: #FFFFFF;
	font-weight: bold;
	background: #055eab;
	width: 116px;
	height: 38px;
	border-radius: 6px;
	border: 0px;
	cursor: pointer;
}

.DynamicAnalysisTool_box_right {
	width: 336px;
	background-color: #F2F2F2;
}


/*右侧新闻列表 start*/

.shl-right-title {
	color: #333333;
	height: 39px;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 39px;
	padding-left: 20px;
	box-sizing: border-box;
	font-weight: bold;
}

.shl-right-list {
	box-sizing: border-box;
	border: 1px solid #DADADA;
	padding: 14px 14px 20px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 24px;
}

.shl-right-list1 {
	box-sizing: border-box;
	border-top: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	background-color: #FFF;
	font-size: 14px;
}

.shl-right-item-li a {
	color: #333333;
	padding-left: 14px;
	box-sizing: border-box;
	background: url(../../img/outOfOrder.png) no-repeat;
	background-position: left 10px;
	font-weight: bold;
	height: 48px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shl-right-item-li a:hover {
	color: red;
	padding-left: 14px;
	box-sizing: border-box;
	background: url(../../img/outOfOrder_active.png) no-repeat;
	background-position: left 10px;
	font-weight: bold;
	height: 48px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shl-hotnews-time {
	font-size: 12px;
	color: #999;
	padding-left: 14px;
}


.shl-right-indus {
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../../img/shl-cur.png) no-repeat ;
	background-position:14px center;  line-height:36px; border-bottom:1px solid #D9D9D9;
	cursor: pointer;
	position: relative;
}
.shl-right-indus-after{
    width: 50px;
    height: 36px;
    background: url(../../img/jump.png) no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    z-index: 16;
    right: 10px;
    top: 0px;
}
.shl-right-indus-after:hover{
	background: url(../../img/jump_active.png) no-repeat;
    background-size: 15px;
    background-position: center;
}

.shl-right-indus.active{
	background: url(../../img/shl-cur-bottom.png) no-repeat ;
	background-position:12px center;
}

.zwd_indus_box{
	width: 100%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #D9D9D9;
}
.zwd_indus_box a{
	padding: 3px 10px;
    margin: 5px 5px;
    line-height: 20px;
    border-radius: 5px;
    background: #dedede;
    color: #13426b;
    cursor: pointer;
    font-size: 12px;
}
.zwd_indus_box a:hover{
	color: #FFFFFF;
	background:#13426B;
}

.display_none{
	display: none;
}
