.ldxx_left {
	width: 19.6%;
	background: #f5f8fb;
	overflow: hidden;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	text-align: center;
	margin-bottom: 60px;
}
.ldxx_left h3 {
    background: #0168b7;
    color: #fff;
    height: 66px;
    line-height: 64px;
    text-align: center;
    font-size: 22px;
    border-bottom: 5px solid #9dc3e2;
}
.ldxx_right {
    width: 73%;
    margin-left: 4%;
}
.ldxx_left li {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 44px;
    height: 44px;
    border-top: 1px dotted #9fb8d0;
	background:  87% 50% no-repeat;
}
.ldxx_left li a {
    color: #3a3a3a;
}
.ldxx_left li:first-child {
    border-top: 0;
}
.ldxx_left li.active {
	color: #0168b7;
	background-color: #e6eef7;
}
.ldxx_tit {
    padding-bottom: 15px;
	background: url(/uploads/image/images/details_bg.png) bottom center repeat-x;
}
.ldxx_tit img {
    width: 105px;
    vertical-align: middle;
    margin-right: 30px;
}
.ldxx_tit>div {
    display: inline-block;
    /* margin-left: 30px; */
    font-size: 18px;
    line-height: 34px;
    vertical-align: middle;
}
.ldxx_con {
    margin-top: 15px;
}
.ldxx_con h4 {	
	border-bottom: 1px solid #f2f6fa;	
	font-weight: normal;
}
.ldxx_con h4 span {
    color: #fff;
    background: #0168b7;
    text-align: center;
    width: 100px;
    height: 41px;
    font-size: 18px;
    line-height: 41px;
    border-bottom: 4px solid #3a98e7;
    display: block;
    position: relative;
    bottom: -2px;
}
.ldxx_con>div {
    font-size: 14px;
    padding: 24px 30px;
    line-height: 26px;
}
.ldxx_left li.active a {
	color: #0168b7;
}

.ldxx_left li a {
	display: block;
}
.hidden{
	display: none;
}
@media screen and (max-width: 1200px){	
	.main-box {
			margin-top:0;
			padding: 0;
			border:none;
			background: #eff2f5;
	}
	.ldxx_right {
			width: 100%;
			margin-left: 0;
	}
	.ldxx_tit ,.ldxx_con{
			background: none;
			margin-top: 0;
			padding: .4rem .3rem .45rem;
			background: #fff;
			border: none;
			margin-bottom: .2rem;
	}
	.lead-tab{
		width: 100%;
		position: relative;
	}
	.leadtitle{
		color: #1a7acd;
		padding-left:.16rem;
		position: relative;
	}
	.leadtitle::before{
			content: '';
			width: .06rem;
			height: .28rem;
			position: absolute;
			top: .06rem;
			left: 0;
			background-color: #1a7acd;	
	}
	.ldxx_tit img {
			width:1.7rem;
			vertical-align: middle;
			margin-right: .56rem;
			margin-top:.4rem ;
	}
	.dot{
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	
	.dot .dot-icon{
		width: .11rem;
		height: .12rem;
		display: inline-block;
		background: #808080;
		border-radius: 50%;
	}
	.dot .dot-icon:nth-of-type(2){
		margin: 0 .07rem;
	}
	.dot .two-menu{
			padding: 0;
			background: #fff;
			width: 3.5rem;
			position: absolute;
			top: .4rem;
			right: 0;
	}
	.ldxx_left{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.ldxx_left li {
	    font-size: .22rem;
	    height: .6rem;
	    line-height: .6rem;
	    border-top: none;
	    background: none;
			margin-bottom: 0.4vw;
	}
	.dot .two-menu ul li a{
		display: block;
	 float: none;
	 color: #0062bd;
	 background: #f0f4f9;
	 width: 100%;
	 text-align: center;
	 }
	 .dot .two-menu ul li.active a {
			 color: #fff;
			 background: #1e64aa;
	 }
	 .dot .two-menu ul li a:hover{
			color: #fff;
			background: #0062bd;
		}
	.m-name{
		font-size: .34rem;
		font-weight: bold;
	}
	.m-position{
		font-size: .34rem;
		margin-top: .2rem;
	}
	.ldxx_con h4 {
			border-bottom: none;
			font-weight: bold;
	}
	.ldxx_con h4 span {
			color: #1a7acd;
			background: none;
			width: auto;
			height: auto;
			font-size: .32rem;
			line-height: normal;
			border-bottom:none;
			bottom: 0;
			text-align: left;
	}
	.ldxx_con .leadtitle::before{
			top: .1rem;
	}
	.ldxx_con>div {
			font-size: .28rem;
			padding:0;
			margin-top: .36rem;
			line-height: 2;
	}
	.mlead-info{
		margin-bottom: 0;
	}
	
}