.body-main{
    background-image: url(../images/zxkd_bg.png);
    background-attachment: fixed;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding-bottom: 46px;
}
.active{
    border-bottom: 2px solid #fc6c13!important;
    color:#000!important;
}
.active2{
    color:#fc6c13!important;
}
.main-left>div{
    height:80px;
    line-height: 80px;
}
.main-right>div{
    background: #fff;
    position: relative;
    box-sizing: border-box;
}
.main-right>div:first-child{
    /* height:90px; */
    margin-bottom: 15px;
    border-radius: 10px;
	    padding: 20px 0 0 60px;
	    box-sizing: border-box;
}
.main-right>div:first-child>li{
    height:100%;
    line-height: 52px;
    /* line-height: 90px; */
    /* padding: 0px 15px; */
    padding: 0px 10px;
    /* float: left; */
	border-bottom: 2px solid #fff;
    color:#999;
    cursor:pointer;
	display: inline-block;
	position: relative;
}
.main-right>div:first-child>li>.childBox{
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px 20px;
	line-height: 1;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
box-shadow: 0px 4px 32px 0px rgba(213,213,213,0.68);
display: none;
min-width: 120px;

}
.main-right>div:first-child>li>.childBox>p{
	/* padding-right:10px; */
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main-right>div:first-child>li>.childBox>p:hover{
	color: #fc6c13;
}
.falv{
    /* margin-left: 60px; */
}
.zixun{
    width:380px;
}
.zixun>span{
    display: inline-block;
    width:380px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fc6c13;
}
.main-right>div:last-child{
    padding-bottom: 25px;
    padding-left: 60px;
    padding-right: 30px;
    height: 750px;
    position: relative;
    border-radius: 15px;
}
.main-right>div:last-child>div{
    height:100%;
}
.main-right .falv-showBox .falv-show .title{
    font-size: 14px;
    height:48px;
    line-height: 48px;
    padding: 0px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.main-right .falv-showBox .falv-show .title.paixu{
    border-bottom: none;
}
.main-right .falv-showBox .falv-show .title>:first-child{
    float: left;
}
/*.main-right>div:last-child>div>li>:last-child{
    float: right;
}*/
.main-right .falv-showBox .falv-show .title:after,.main-right>div:last-child>div>div>div:after{
    content: "";
    display: block;
    clear: both;
}
.main-right .falv-showBox .falv-show .title>p>span{
    color:#fc6c13;
}
.main-right .falv-showBox .falv-show .title>div:first-child>img{
    position: relative;
    top:3px;
}
.main-right .falv-showBox .falv-show .title>div:first-child>span{
    position: relative;
    left:10px;
}
.main-right .falv-showBox .falv-show .title>div:last-child>img:first-child{
    position: relative;
    right:30px;
}
.main-right>div:last-child>div>div{
    padding:0px 15px;
}
.main-right>div:last-child>div>div>span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.main-right>div:last-child>div>div>div>p{
    float: left;
    margin-right: 16px;
    font-size: 12px;
    color:#666;
    line-height: 20px;
}
.page{
   position: absolute;
    right: 18px;
    bottom: 36px;
    background: #fff;
    color: #666;
    font-size: 14px;
}
.page>:nth-child(n){
    display: inline-block;
    padding: 5px 8px;
}
.page>.current{
    background:#fd670a ;
    color:#fff;
}
.main-left>div>a{
    display: inline-block;
    width: 100%;
    height:100%;
}