@charset "utf-8";
/* CSS Document */
/*领导之窗*/
.ld_con{display:none;background: url("../images_new/line_e5.png") 411px 0 repeat-y;}
.ld_con.active{display: block !important;}

.ld_telbox{background: #eef6ff;margin-bottom: 20px;}
.ld_telbox li{float: left;}
.ld_telbox li a{display: block; height: 60px;line-height: 60px;font-size: 22px;padding: 0 38px;text-align: center;}
.ld_telbox li.active a{font-weight:bold;color: #fff;background: #275dae url("../images_new/ld-tab-hover.png") bottom center no-repeat; }
/*左侧*/
.leader_left{width: 380px;background: #fafafa;}
.ld_pic{text-align: center;padding: 18px 20px;}
.leader_pic{width:175px;height: 246px;margin: 0 auto;}
.leader_pic img{width: 100%;height: 100%;}
.leader_info{font-size: 18px;margin-top: 7px;}
.leader_info span{display: block;text-align: center;}
.leader_info .leader_name{font-size: 22px;font-weight: bold;line-height: 38px;}
.leader_info .leader_pos{color: #666;line-height: 30px;}

/*领导列表*/
.ld_conrc li{border-top: #e5e5e5 1px solid;position:relative;}
.ld_conrc li a{display: block;font-size: 16px;line-height: 38px;padding: 10px 10px 10px 20px; }
.ld_conrc li .name{ width: 64px;font-size: 18px;font-weight: bold; text-align-last: justify;position:absolute;top: 10px;left: 55px;}
.ld_conrc li .job{display: block; margin-left: 140px;}
.ld_conrc li.active a{color: #2673c6;background: #e9f0fa;border-left: #2673c6 3px solid;}



/*右侧*/
.leader_right{width: 858px; }

.ld_job .ld_con_wz{font-size: 16px;line-height: 40px;max-height: 120px;overflow: auto;margin: 10px 0;}
.ld_job .ld_con_jl{max-height: 240px;}
.ld_job .ld_con_wz .slimScrollDiv{padding-right: 10px;}
.ld_job .slimScrollBar{background: #275dae !important;}


/*最新活动*/
.ld-hd{margin-top: 20px;}
.ld_tit{background: url(../images_new/line_e5.png) left bottom repeat-x;}
.ld_tit a,.ld_tit span{display: inline-block;height: 36px;line-height: 30px;font-size: 24px;color: #275dae;font-weight: bold; border-bottom: #275dae 2px solid;}
.ld_list{padding: 12px 0 0;}
.ld_list li{height:38px;line-height:38px; padding:2px 0px 2px 14px;background:url(../images_new/dot.png) 0 center no-repeat;vertical-align:bottom; position: relative;}
.ld_list li a{display: block;font-size:16px;float: none;margin-right: 50px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ld_list li .date{color:#999;white-space:nowrap; position: absolute; right:0; top:2px;}
.ld_list li img{display: none;}
@media (min-width: 992px) and (max-width:1299px) {
    .ld_con{background-position: 340px 0;}
    .leader_left{width: 320px;}
    /*右侧*/
    .leader_right{width: 632px;}
}
@media (max-width:991px) {
    .ld_con{background: none;}
    .ld_telbox li a{padding:0 20px;}
    .leader_left{width:auto;float: none;height: auto;}
    /*右侧*/
    .leader_right{width:auto;float: none;height: auto;margin-top: 15px;}
}
@media (max-width:767px) {
    .ld_telbox{margin-bottom: 10px;}
    .ld_conrc li .name{left: 20px;}
    .ld_conrc li .job{margin-left: 100px;}
    .ld_tit a, .ld_tit span{font-size: 20px;}
}
@media (max-width:479px) {
    .ld_telbox li a{padding:0 15px;font-size: 20px;}
    .ld_conrc li .job{margin-left: 90px;}
}