@charset "utf-8";

.leader {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 6px 20px 35px;
}
.center_content {
     width: 1160px;
     margin: 0 auto;
     position: relative;
 }
 .content_top {
     
     height: 35px;
 }
.location {
     position: absolute;
     top: 8px;
     left: 90px;
     color: #333;
 }
.breadcrumb {
     background: #eae9e9;
     border-radius: 0;
     height: 35px;
     line-height: 35px;
     padding: 0;
     margin-bottom: 0;
 }
.breadcrumb > li:first-child {
     margin-left: 165px;
 }
.breadcrumb > li + li::before {
    color: #333;
    
    content: "> ";
}
.breadcrumb > .active {
    color: #666;
}
.breadcrumb > li > a {
     color: #333;
 }
.breadcrumb > li > a:hover, a:focus {
    color: #ae0804;
}


.content_bottom {
    width: 980px;
    margin: 24px auto;
}
.leader_info {
    float: left;
    width: 490px;
}
.leader_info img {
    float: left;
}
.leader_text {
    padding: 10px 0 0 20px;
    float: left;
    width: 350px;
    height: 150px;
    overflow: hidden;
}
.leader_text h5 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.leader_text p {
    font-size: 13px;
    color: #808080;
    line-height: 1.5;
}
.leader hr {
    clear: both;
    border: none;
    border-bottom: 1px dashed #d9d9d9;
    padding-top: 30px;
    margin: 0;
    margin-bottom: 30px;
}



.page {
    margin: 35px auto 0 auto;
    width: 350px;
}
.page li {
    float: left;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.page li:last-child {
    margin-right: 0;
}
.page li a {
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 3px 9px;
    color: #808080;
}
.page li a:hover {
    color: #333;
}
.page .active a,
.page li a:active,
.page li a:focus {
    background: #ae0804;
    color: #fff;
    border: none;
}
.page .active a {
    color: #fff;
}