.export-nav-list {
    
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgb(94 94 94 / 15%) ;
    padding-left:50px;
    padding-top:20px;
    padding-right:45px;
}
.border-bottom-ccc{
    border-bottom: 1px dashed #e5e5e5;
}
.export-nav-content {
	width:100% ;
	height:130px;
	position:relative ;
	
}
.export-nav-list{
	width:1185px;
	position:absolute ;
	top:-60px ;
	left:50% ;
	margin-left:-640px;
}
.export-nav-list >ul>li>dl{
    position:relative ;
}
.export-nav-list >ul>li>dl>dt{
   float:left ;
   font-size: 18px;
   font-weight: bold;
   color:#333;
   margin-right: 0px;
    
}
.export-nav-list>ul>li>dl>dd .dept-list>ul>li{
    float:left ;
    padding-bottom: 18px;
    font-size: 18px;
    color:#333;
    width:120px;
    cursor: pointer;
}
.export-nav-list>ul>li>dl>dd .dept-list{
    position:relative ;
    margin-left: 114px;
    border-bottom:1px dashed #e5e5e5 ;
}
.export-nav-list>ul>li>dl>dd .dept-list>i{
    width:40px;
    height:5px;
    background-color: #99242c;
    position:absolute;
    left:0;
    bottom:0;
}
.subdept-list{
    margin-left:114px;
    margin-top: 20px;
}
.subdept-list ul li{
	margin-top:2px;
    float:left ;
    font-size: 14px;
    color:#666 ;
    padding:6px 16px;
    border:1px solid #ccc;
    border-radius: 14px;
    cursor: pointer;
   
}
.subdept-list ul li.hover{
	border:1px solid #99242c ;
	color:#99242c ;
}
.subdept-list ul li.active{
	background-color:#99242c ;
	color:#fff;
}
.m20{
    margin-left:20px;
}
.pt18{
    padding-top:18px;
}
.export-nav-list >ul>li>dl>dd>ul>li{
    float:left ;
    font-size: 14px;
    color:#666 ;
    border:1px solid #ccc;
    border-radius: 14px;
    margin-top: 15px;
}
.export-nav-list >ul>li>dl>dd>ul>li a{color:#666 ;	padding:0px 14px;
	border-radius: 14px;	display: block; height:28px; line-height:28px;}
.dept-li{
    height:138px;
}
.second-li{
    height:80px;
}
.second-li dl dd ul li{
	cursor: pointer;
}
.second-li dl dd ul li a.hover{
	border:1px solid #99242c ;
	color:#99242c ;
}
.second-li dl dd ul li a.active{
	background-color:#99242c ;
	color:#fff;
}
.third-li{
	height:80px;
	margin-top:20px;
}
.third-li dl dd ul li{
	cursor: pointer;
}
.third-li dl dd ul li.hover{
	border:1px solid #99242c ;
	color:#99242c ;
}
.third-li dl dd ul li.active{
	background-color:#99242c ;
	color:#fff;
}
.other-li >dl > dd >ul>li{
    cursor: pointer;
}
.export-bread-left{
    margin-top:42px;
    margin-bottom: 40px;
}
.export-bread-left>a{
    font-size: 14px;
    color:#999 ;
    
    
}
.export-bread-right input{
    border:1px solid #dcdcdc ;
    width:252px;
    height: 38px;
    border-radius: 19px;
    margin-top:30px;
    padding-left:26px;
    
}
.search-box{
	position:relative ;
}
.search-box #search_btn{
	display:block ;
	width:30px;
	height:30px;
	background: url(../images/expert_icon3.png) no-repeat;
	position:absolute;
	bottom:0;
	right:0 ;
	cursor: pointer;
	border: none;
	text-indent:-2222222222px
}
.dept-export-list{
    padding-bottom:50px;
}
.dept-export-list>ul>li{
    float:left ;
    margin-top:20px;
    margin-right: 23px;
}
.dept-export-list>ul>li:nth-child(6n){margin-right:0px;}
.dept-export-list>ul>li>a{
    display:block ;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    background-color: #fafafa;
}
.dept-export-list>ul>li>a img{
	width:162px;
	height:192px;
}
.m23{
    margin-left:23px;
}
.mt26{
    margin-top:26px;
}
.dept-export-list>ul>li>a .dept-export-title>span{
    font-size: 16px;
    font-weight:  bold;
    color:#333;
}
.dept-export-list>ul>li>a .dept-export-title{
    font-size: 14px;
    color:#333;
    padding-top:18px;
}
.dept-export-list>ul>li>a>p{
	width:162px;
	height:48px;
    font-size: 14px;
    color:#777;
    padding-bottom: 8px;
    text-align:left ;
}
.pagination {
    display: table;
    padding-left: 0;
    margin: 50px auto 0px;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 5px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #99242c;
    border-color: #99242c;
    cursor: default; }
