/* 基础样式 */





.huibj {

    background: #f5f5f5;

    overflow: hidden;

}



.crumbs {

    position: fixed;

    top: 88px;

    left: 0;

    height: 50px;

    background-color: #161616;

    width: 100%;

    line-height: 50px;

    overflow: hidden;

    z-index: 2000;

    z-index: 1;

}



.crumbs li {

    display: inline-block;

    vertical-align: top;

}



.crumbs li a {

    font-size: 14px;

    color: #fff;

    color: #707070;

}

.crumbs li a i {

    color: #707070;

	margin:0 10px;

}

.crumbs li.active a {

    color: #fff;

}

.crumbs li.home i {

	margin:inherit;

}



.crla{

	width:100%;

	height:50px;

}







/* ======================详情页====================== */



.ledbaike_scan{

	margin:60px 0;

	background:#fff;

	overflow:hidden;
	
	position:relative;

}

.ledbaike-title {

	padding:40px 30px;

}

.ledbaike-title h1{

	font-size:32px;

	font-weight:600;

	padding-bottom:20px;

}

.ledbaike-title p {

    font-size: 16px;

    line-height: 30px;

    color: #333;

}



#ledbaike-mulu{

    width:95%;
	
	background:#fff;

	height:188px;

	margin:20px auto 100px;

	border-bottom:solid 1px #eee;

	border-top:solid 1px #eee;
		

}

#ledbaike-mulu h4{

	width:116px;

	height:188px;

	border-right:solid 1px #eee;

	margin:0;

	padding:0;

	font-size:16px;

	color:#333;

	line-height:30px;

	text-align:center;

	padding-top:60px;

	font-weight:normal;

	display:inline-block;

	float:left;

}

#ledbaike-mulu .list{

	width:1130px;

	height:188px;

	padding:20px 50px;

	float:left;

}

#ledbaike-mulu .list li{

	height:36px;

	line-height:36px;

}

#ledbaike-mulu .list p a{

    font-size: 16px;

    margin: 0;

	color:#136ec2;

	float:left;

	padding-right:10px;

	width:80px;

}

#ledbaike-mulu .list p a:hover{

	text-decoration:underline;

}

#ledbaike-mulu .lists span a{

	font-size:14px;

	color:#666;

	padding:0 5px;



}

#ledbaike-mulu .lists span a:hover{

	text-decoration:underline;

}



.para-title{

	width:100%;

	overflow:hidden;

	margin:80px auto;

}



.para-title h2{

    float: left;

    display: block;

    padding: 0 8px 0 18px;

    line-height: 24px;

    font-size: 20px;

    font-weight: 400;

    color: #000;

    background: #fff;

	border-left: 12px solid #dc5f00;

}

.para-title i{

	width:89%;

	height:1px;

	background:#eee;

	display:inline-block;

	float:right;

	margin-top:10px;

	margin-right:40px;

}





.baike-content {

    height: auto;

    overflow: hidden;

	padding:0 30px 50px;

}

.baike-content p {

    font-size: 16px;

    line-height: 32px;

    color: #333;

	

}

.baike-content * {

    max-width: 100%!important;

}

.baike-content .baike_xg_box{

    width: 660px;

    height: 417px;

    float: left;

    margin-right: 8px;

    margin-bottom: 8px;

    overflow: hidden;

}

.baike-content .baike_xg_box:nth-child(2n){

    margin-right: 0;

}

.baike-content .baike_xg_box img{

    width: 100%;

    height: 100%;

}

.baike-content .baike_xg_box .playvideo:hover{

    cursor: pointer;

}









.casexq-btnback {

    overflow: hidden;

    margin-top: 48px;

    border-top: 1px solid #eee;

	margin:0 40px;

	padding:38px 0;

}

.casexq-btn {

    width: calc(100% - 136px);

    padding-right: 80px;

    float: left;

}

.casexq-btn p {

    width: 100%;

    font-size: 16px;

    color: #666;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    line-height: 34px;

}

.casexq-btn p a {

    transition: all .4s ease;

	color:#666;

}

.casexq-btn p a:hover{

	color:#e76a12;

}

.casexq-back {

    margin-top: 10px;

    width: 136px;

    height: 50px;

    line-height: 50px;

    display: block;

    float: right;

    border-radius: 25px;

    font-size: 16px;

    color: #fff;

    background: #e47a2f;

    text-align: center;

}

.casexq-back i {

    width: 14px;

    height: 14px;

    display: inline-block;

    vertical-align: middle;

    background: url(../img/casexqic3.png) no-repeat;

    margin: 0 12px 0 0;

    transition: all .4s linear;

}