﻿@charset "utf-8";
/*---------------------------------------------------------
ldxq styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
}

.container_row2 {
    background: #fff;
    padding: 15px;
}

/* 标题 */
.xy-lead-title {
    width: 100%;
    height: 80px;
    background: url(xy-xxgk-lead-titBg.png) no-repeat center;
    line-height: 80px;
    text-align: center;
}

.xy-lead-title span {
    font-size: 32px;
    font-weight: bold;
    color: #015293;
}

/* 分类 */
.xy-lead-sort {
    position: relative;
    width: 100%;
    height: 50px;
}

.xy-lead-sort span.xy-lead-tab {
    display: inline-block;
    width: 265px;
    height: 50px;
    margin: 0 10px;
    background-color: #f2f2f2;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.xy-lead-sort span.xy-lead-tab:first-of-type {
    margin-left: 3px;
}

.xy-lead-sort span.xy-lead-tab:last-of-type {
    margin-right: 0;
}

.xy-lead-sort span.cur,
.xy-lead-sort span:hover {
    background-color: #015293;
    color: #fff;
}

.xy-lead-sort .xy-lead-tab:last-child {
    margin-right: 50px;
}

.xy-lead-sort .xy-lead-list {
    position: absolute;
    left: -4px;
    width: 1175px;
    height: auto;
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #8fb3d0;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb {
    width: 100%;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item {
    display: inline-block;
    width: 22%;
    height: 70px;
    margin: 10px;
    padding: 13px 0;
    background: #f1f5f8;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item span {
    display: block;
    width: 100%;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item span.name {
    font-weight: bold;
    color: #333;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item span.tx {
    color: #666;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item:hover {
    background-color: #015293;
    cursor: pointer;
}

.xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item:hover span {
    color: #fff;
}

.xy-lead-sort .xy-lead-list .captain {
    height: 120px;
    border-bottom: 1px dashed #e6e6e6;
}

.xy-lead-sort .xy-lead-list .others {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

/* 领导信息 */
.xy-lead-detail {
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding-top: 30px;
    background: url(xy-xxgk-lead-detailBg.png) no-repeat top;
    display: flex;
    justify-content: space-between;
}

.xy-lead-detail .photo {

    width: 315px;
    height: 500px;
    background: #f9f9f9;
}

.xy-lead-detail .photo .img {
    width: 190px;
    height: 230px;
    margin: 30px auto;
    padding: 10px;
    background-color: #fff;
}

.xy-lead-detail .photo .img img {
    width: 100%;
    height: 100%;
}

.xy-lead-detail .photo span.name,
.xy-lead-detail .photo span.tx {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.xy-lead-detail .photo span.tx {
    font-weight: bold;
}

.xy-lead-detail .info {
    height: auto;
    padding: 0 30px;
    flex: 1 1 0;
}

.xy-lead-detail .info .info-tit {
    height: 30px;
    padding: 0 15px;
    background: url(xy-xxgk-titBg.png) no-repeat left;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.xy-lead-detail .info .info-tit,
.xy-lead-detail .info .info-tit a {
    color: #015293;
}

.xy-lead-detail .info .info-con,
.xy-lead-detail .info .info-list {
    height: auto;
    margin: 10px 0;
    line-height: 30px;
    font-size: 16px;
}

.xy-lead-detail .info .info-con p {
    line-height: 30px;
    text-indent: 0 !important;
    padding-left: 15px;
    color: #333;
}

.xy-lead-detail .info .info-list li a {
    display: flex;
    justify-content: space-between;
}

.xy-lead-detail .info .info-list li a:hover {
    color: #015293;
}

.xy-lead-detail .info .info-list li span:first-of-type {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xy-lead-detail .info .info-list li span:first-of-type::before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #acc0d2;
    vertical-align: middle;
    margin-right: 15px;
}

.xy-lead-detail .info .info-list li .time {
    color: #999;
}

@media (max-width: 480px) {
    #container {
        width: 100%;
        padding: 0 15px;
    }

    .container_row2 {
        padding: 0;
        margin: 0;
    }

    /* 标题 */
    .xy-lead-title {
        height: auto;
        line-height: normal;
        margin-bottom: 15px;
    }

    /* 分类 */
    .xy-lead-sort,
    .xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item span,
    .xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item {
        height: auto;
    }

    .xy-lead-sort span.xy-lead-tab {
        width: 48%;
        margin: 10px 0 !important;
    }

    .xy-lead-sort .xy-lead-list {
        width: 100%;
        padding: 15px;
    }

    .xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item {
        width: 48%;
        margin: 10px 0;
        padding: 15px 5px;
    }

    .xy-lead-sort .xy-lead-list .others {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .xy-lead-sort .xy-lead-list .xy-lead-list-lb a.xy-lead-list-item span.tx {
        margin-top: 10px;
    }

    /* 领导信息 */
    .xy-lead-detail {
        flex-direction: column;
        margin-top: 15px;
    }

    .xy-lead-detail .photo {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .xy-lead-detail .photo .img {
        width: 55%;
        height: auto;
        margin: 0 auto;
    }

    .xy-lead-detail .photo span.name,
    .xy-lead-detail .photo span.tx {
        width: 100%;
        height: auto;
        font-size: 22px;
    }

    .xy-lead-detail .info {
        padding: 35px 0 0;
    }

    .xy-lead-detail .info .info-con,
    .xy-lead-detail .info .info-list {
        margin: 10px 0 20px;
    }

    .xy-lead-detail .info .info-list li span:first-of-type {
        flex: 1 1 0;
    }

    .xy-lead-detail .info .info-list li .time {
        margin-left: 10px;
    }
}