/*党委概况css*/

.dw-wrapper {

}
.dwTree {
    width:240px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    float: left;
}
.dwTree ._top{
    height:40px;
    background:rgba(225,46,33,1);
    text-align: center;
    position: relative;
}
.dwTree ._top .t{
     font-size:16px;
     font-family:Microsoft YaHei;
     font-weight:400;
     color:rgba(255,255,255,1);
     line-height:40px;
 }
.dwTree ._top .change{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 32px;
}
.dwTree ._top .change img{
    width: 6px;
    height: 8px;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
}
.tree {
    padding: 5px 10px 0 8px;
    min-height: 580px;
    overflow: auto;
}
.search {
    font-size: 0;
    text-align: center;
    margin: 10px 0;
}
.search input {
    font-size: 12px;
    width: 140px;
    height: 30px;
    border-radius: 4px;
    color: #333;
    border: 1px solid #D9D9D9;
    padding-left: 8px;
    border-right: none;
    vertical-align: top;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search button {
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    width: 50px;
    height: 32px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    vertical-align: top;
}
.search button i{
    color: #888;
    font-size: 14px;
}
/*右侧内容*/
.dw-wrapper .con{
    margin-left: 20px;
    float: left;
    width: 938px;
}
.labels {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(225,46,33,1);
    border-bottom: 2px solid #E16921;
    padding: 0 20px;
}
.labels .lab{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(166,166,166,1);
    line-height: 50px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.labels .lab:hover{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(225,46,33,1);
}
.labels .lab.active {
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(225,46,33,1);
}
.sub {
    margin-top: 30px;
}
.sub .lab1 p{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: rgb(51, 51, 51);
    line-height:50px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.sub .lab1 p img {
    max-width: 100%;
    display: block;
}

.sub .lab1 p video {
    max-width: 100%;
    display: block;
}

.sub .lab2 .first{
    width: 108px;
    margin: 0 auto 20px;
}
.sub .lab2 .second{
    width: 246px;
    margin: 0 auto;
}
.sub .lab2 .second .list{
    float: left;
    margin-bottom: 20px;
}
.sub .lab2 .second .list:nth-child(2n){
    margin-left: 30px;
}
.sub .lab2 .three{
    width: 522px;
    margin: 0 auto;
}

.sub .lab2 .three .list{
    float: left;
    margin-bottom: 20px;
}
.sub .lab2 .three .list:not(:first-child){
    margin-left: 30px;
}

/*.sub .lab2 ul li {*/
    /*float: left;*/
    /*margin-bottom: 20px;*/
/*}*/
/*.sub .lab2 ul li:not(:nth-child(5n)) {*/
    /*margin-right: 55px;*/
/*}*/
.sub .lab2 .list .head{
    width: 108px;
    height:134px;
    overflow: hidden;
    text-align: center;
    line-height: 134px;
    background: #aaa;
}
.sub .lab2 .list .head img{
    width: 108px;
    height:134px;
    vertical-align: middle;
}
.sub .lab2 .list .name{
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 10px;
}

.nodata {
    text-align: center;
}
.nodata img{
    width: 350px;
    height: 383px;
    margin-top: 30px;
}

.sub .lab2 .list{
    position: relative;
    cursor: pointer;
}
.sub .lab2 .list .duty{
    width: 320px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    position: absolute;
    top: 170px;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 0px 2px #ddd;
    box-shadow:1px 0px 1px 0px 2px #ddd;
    left:50%;
    margin-left:-180px;
    font-size: 14px;
    color:#888;
    display: none;
    line-height: 25px;
}

.sub .lab2 .list .duty2{
    width: 320px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    position: absolute;
    bottom: 170px;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 0px 2px #ddd;
    box-shadow:1px 0px 1px 0px 2px #ddd;
    left:50%;
    margin-left:-180px;
    font-size: 14px;
    color:#888;
    display: none;
    line-height: 25px;
}

.leaders {
    padding-left: 54px;
}

.leaders .leader {
    margin-top: 30px;
    height: 134px;
}

.leaders .leader img {
    width: 108px;
    height: 134px;
    float: left;
}

.leaders .leader div {
    float: left;
    font-size: 18px;
    color: #333333;
    height: 134px;
    line-height: 134px;
    margin-left: 20px;
}
.leaders .leader div.right {
    margin-left: 20px;
}

.tree-menu {
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 40px;
    font-weight: bold;
    color: #3c3c3c;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}

.tree-menu.active {
    color: #e12e21;
}

.tree-menu span {
    margin-left: 30px;
}

.tree-menu img {
    position: absolute;
    top: 8px;
}

.leaders .leadiv div {
    line-height: 100%;
}

.leaders .leadiv ul {
    margin-bottom: 0px;
}

.leaders .leadiv ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.leaders .leadiv h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.leaders .leadiv div.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.leaders .leadiv .leaderName {*/
    /*width: 60px;*/
/*}*/
