
.dept-navs{
    width:100%;
    height:140px;
    position:relative ;
}
.dept-nav-list{
    width:1230px; 
    background-color: #fff;
    border-radius: 20px;
    padding-top:20px;
    padding-left:50px;
    box-shadow: 0px 0px 10px 0px rgb(94 94 94 / 15%) ;
    padding-bottom:25px;
    position:absolute ;
    top:-60px;
    left:50% ;
    margin-left:-640px;
    
    
}
.dept-nav-list >ul>li{
    width:1180px;
    border-bottom: 1px dashed #e5e5e5 ;
    height: 80px;
    line-height: 80px;
    
}
.dept-nav-list >ul>li.bottom{
	   width:1180px;
    border-bottom:none;
    height: 60px;
    line-height: 60px;
    margin-top:20px;
}
.dept-nav-list >ul>li>dl>dt{
    float:left ;
    font-size: 18px;
    font-weight: bold;
    color:#000;
    width:72px;
    padding-top:15px;
    padding-bottom:15px;
    height:30px;
    line-height: 30px;
    text-align:center ;
}
.dept-nav-list >ul>li>dl>dd{
    float:left ;
    padding-top:16px;
    padding-bottom:15px;
    margin-left: 20px;
}
.dept-nav-list >ul>li>dl>dd>a{
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color:#666 ;
    border:1px solid #ccc;
    border-radius: 14px;
    padding:0 14px;
}
.bread-navs{
    height: 70px;
    line-height: 70px;
}
.bread-navs>a{
    font-size: 14px;
    color:#999;
}
.dept-introduction{
	margin-top:0px;
}
.dept-introduction .container .pic-left>img{
    width:600px;
    height:350px;
}
.dept-introduction .container .introduction-right .introduction-content{
    padding-top: 16px;
    padding-left:58px;
    
    position:relative ;
    height: 334px;
}
.dept-introduction .container .introduction-right .introduction-content>h3{
    font-size: 20px;
    font-weight: bold;
    color:#000;
}
.dept-introduction .container .introduction-right .introduction-content>p{
    width:620px;
    font-size: 14px;
    color:#555;
    margin-top: 25px;
    line-height: 28px;
}
.more-bottom{
    width:100px;
    border-bottom: 1px solid #d5d6d3;
    padding-bottom: 10px;
    position:absolute ;
    left:58px;
    bottom:0 ;
}
.more-bottom >a{
    font-size: 10px;
    color:#666 ;
}
.treat-scope-title{
    padding-top:56px;
    padding-bottom:15px;
    border-bottom:1px solid #e5e5e5 ;
    position:relative ;
}
.treat-scope-title>h3{
    font-size: 20px;
    font-weight: bold;
    color:#000;
}
.treat-scope-title>i{
    display: block;
    width:40px;
    height:5px;
    background-color: #99242c;
    position:absolute ;
    left:0;
    bottom:0 ;
}
.treat-scope-list{
    padding-top:20px;
    padding-bottom:60px;
}
.treat-scope-list>ul>li{
    float:left ;
    margin-top: 20px;
    margin-right: 21px;
   
}
.treat-scope-list>ul>li:nth-child(6n){margin-right:0px;}
.treat-scope-list>ul>li>a{
    display: block;
    width:195px;
    height:81px;
    background-color: #f7f7f7;
    padding-top: 24px;
   
}
.treat-scope-list>ul>li>a>p{
    font-size: 16px;
    color:#333;
    padding-bottom: 14px;
    
}
.treat-scope-list>ul>li>a>span{
    font-size: 10px;
    color:#666 ;
}
.m21{
    margin-left: 21px;
}
.dept-export{
    width:100%;
    background-color: #99242c;
    margin-top:50px;
}
.dept-export-title{
    padding-top:33px;
    padding-bottom: 15px;
    border-bottom:1px solid #b94d4c ;
    position:relative ;
}
.dept-export-title>h3{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.dept-export-title>i{
    width:40px;
    height:5px;
    background-color: #fff;
    position:absolute ;
    left:0;
    bottom:0;
}
.dept-export-list{
    padding-top:30px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    
}
.dept-export-list >ul{
    width:1280px;
    height: 330px;
    overflow: hidden;
}
.dept-export-list >ul >li{
    position:absolute ;
}
.dept-export-list >ul>li >a{
    display: block;
}
.dept-export-list >ul>li >a img{
	width:196px;
	height:233px;
} 
.dept-export-list >ul>li >a .export-title{
    height:98px;
    background-color:#fff;
    padding-top:17px;
}
.dept-export-list >ul>li >a .export-title>h5{
    font-size: 16px;
    font-weight:  bold;
    color:#99242c ;
    
}
.dept-export-list >ul>li >a .export-title>p{
    font-size: 14px;
    color:#666 ;
    margin-top: 14px;
}
.m20{
    margin-left:20px;
}
.page-circle{
    position:absolute ;
    top:85%;
    left:50%;
    margin-left:-100px;
    height: 40px;
    
}
.page-circle>ul>li{
    width:10px;
    height:10px;
    border-radius: 10px;
    background-color: #fff;
    float:left ;
    margin-left:10px;
    margin-top:15px;
    cursor: pointer;
}
.circle-left{
    width:40px;
    height:40px;
    border-radius: 40px;
    border:1px solid #fff;
    position:absolute;
    left:-80px;
    top:0 ;
    background: url(../images/prev.png) no-repeat 50% 50%;
    cursor: pointer;
}
.circle-right{
    width:40px;
    height:40px;
    border-radius: 40px;
    border:1px solid #fff;
    position:absolute;
    right:-90px;
    top:0 ;
    background: url(../images/next.png) no-repeat 50% 50%;
    cursor: pointer;
}
.shcedule-title{
    padding-top:36px;
    padding-bottom:15px;
    border-bottom:1px solid #e5e5e5;
    position:relative ;
}
.shcedule-title>i{
    display:block ;
    width:40px;
    height:5px;
    background-color: #99242c;
    position:absolute ;
    left:0;
    bottom:0;
}
.shcedule-title >h3{
    font-size: 20px;
    font-weight: bold;
    color:#000 ;
}
.schedule-table{
    padding-bottom:40px;
}
table{
    border:1px solid #ccc;
    margin-top:10px;
    
}
td{
    border:1px solid #ccc;
}
th{
    border:1px solid #ccc;
}
.table-left{
    display: block;
    width:20px;
    height:20px;
    margin-left:10px;
    border-radius: 20px;
    cursor: pointer;
    background: url(../images/expertInfo_prev.png) no-repeat 50% 50%;
    
}
.table-right{
    display: block;
    width:20px;
    height:20px;
    margin-left:10px;
    border-radius: 20px;
    cursor: pointer;
    background: url(../images/expertInfo_next.png) no-repeat 50% 50%;
}
.schedule-table{
    padding-top:52px;
}
.schedule-table table{
    width:100% ;
    
}
.schedule-table table>thead{
    height:63px;
    text-align: center;
}
.table-title{
    text-align: center;
    color:#b94d4c;
    background-color:#fff;
}
.table-title th{
	 cursor: pointer;
	 text-align:center;
	 width:11.1%;
}
.date-selected{
	color:#fff;
	background-color:#b94d4c;
}
.schelude-data{
	margin-top:10px;
}
td{
    padding-top:32px;
    padding-bottom:32px;
    text-align: center;
}
.no-button-border{
    border:none;
    outline:none;
    cursor: pointer;
}
button{
    color:#fff;
    border-radius: 10px;
}
td>p{
    margin-top:20px;
}
.dynamic{
    width:100%;
    background-color: #f2f2f2;
}
.dynamic-title{
    padding-top:39px;
    padding-bottom:16px;
    border-bottom:1px solid #e5e5e5;
    position:relative ;
}.dynamic-title>i{
    display:block ;
    width:40px;
    height:5px;
    background-color: #99242c;
    position:absolute ;
    left:0 ;
    bottom:0;
    
}
.dynamic-title >ul>li{
    float:left;
    width:104px;
}
.dynamic-title >ul>li>a{
    display: block;
    font-size: 20px;
    color:#555;
    text-align: left;
}
.ml25{
    margin-left:25px;
}
.dynamic-content{
    padding-top:30px;
}
.dynamic-content>ul>li .dynamic-list{
    position:relative ;
    padding-bottom:116px;
    overflow: hidden;
    
}
.dynamic-content>ul>li .dynamic-list>ul{
    width:1280px;
    height:311px;
    overflow: hidden;
}
.dynamic-content >ul>li .dynamic-list>ul>li{
    position:absolute ;
    left:0 ;
}
.ml40{
    margin-left:40px;
}
.dynamic-list>ul>li>a>p{
    font-size: 15px;;
    color:#333;
    margin-top:23px;
    height: 42px;
}
.page-circle-gray{
    position:absolute ;
    top:80%;
    left:45%;
    height: 40px;
    
}
.page-circle-gray>ul>li{
    width:10px;
    height:10px;
    border-radius: 10px;
    background-color: #ccc;
    float:left ;
    margin-left:10px;
    margin-top:10px;
}
.page-circle-gray .circle-left{
    width:30px;
    height:30px;
    border-radius: 30px;
    border:1px solid #ccc;
    position:absolute;
    left:-80px;
    top:0 ;
    background: url(../images/prev1_h.png) no-repeat 50% 50%;
}
.page-circle-gray .circle-right{
    width:30px;
    height:30px;
    border-radius: 30px;
    border:1px solid #ccc;
    position:absolute;
    right:-90px;
    top:0 ;
    background: url(../images/next1_h.png) no-repeat 50% 50%;
}
.dept-env{
    width:100%;
}
.dept-env-title{
    padding-top:38px;
    padding-bottom:15px;
    border-bottom:1px solid #e5e5e5 ;
    position:relative ;
}
.dept-env-title>i{
    display:block;
    width:40px;
    height:5px;
    background-color: #99242c;
    position:absolute ;
    left:0;
    bottom:0 ;
}
.dept-env-title>ul>li{
    float:left;
}
.dept-env-title>ul>li>a{
    display: block;
    width:104px;
    font-size: 20px;
    color:#555;
    text-align: left;
}
.dept-env-list{
    padding-top:25px;
    padding-bottom:60px;
}
.dept-env-list>ul>li{
    float:left;
}
.dept-env-list>ul>li>a{
    width:305px;
    height: 200px;
}
.bg-blue-white-font{
    background-color: #99242c;
    color:#fff !important;
}
.bg-white-font-blue{
    background-color: #fff;
    color:#99242c !important ;
}
.dept-detail-content{
	min-height:400px;
	padding:20px;
	overflow:hidden;
	color: #666;
}
.dept-detail-title{
	width:100%;
	height:80px;
	line-height:80px;	
	border-bottom:1px solid #ccc;
}
.dept-detail-title .container a{
	color:#999;
	font-size:14px;
}
.dept-title{
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-align:center ;
	margin-top:30px;
	border-bottom:1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
	
}
