/* ********************************************** */
.left {
    width: 245px;
    background: #E5E5E5;
    position: relative;
    margin-bottom: 100px;
    float: left;
}

.lmmc {
    width: 260px;
    height: 94px;
    background: url(../img/lmmc2.png) no-repeat;
    position: absolute;
    left: -25px;
    top: 16px;
}

.lmmc h1 {
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
    line-height: 66px;
}

.submenu {
    position: relative;
    top: 88px;
}

.submenu li {
    height: 55px;
    line-height: 55px;
    background: #E5E5E5;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.4rem;
}

.submenu li.on {
    background: #f7f5f6;
}

.submenu li.on a {
    border-left: 3px solid #ecc307;
    color: var(--primary-color);
}

.submenu li a {
    padding: 0 16px;
    display: block;
}


.subpage-right {
    float: right;
    width: calc(100% - 280px);
    box-sizing: border-box;
}

.subpage-right-title {
    padding: 20px 0;
    border-bottom: solid 1px #dddddd;
}

.subpage-right-title .section-name {
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: #010101;
}

.subpage-right-title .address {
    float: right;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}




.list {
    margin-top: 10px;
}

.list li {
    border-bottom: 1px #DDD solid;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #bbbbbb;
    display: block;
    transition: background-color 0.3s;
}

.list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--secondary-primary-color);
    transition: width 0.35s;
}

.list li a {
    display: block;
    float: left;
    width: calc(100% - 60px);
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li em {
    float: right;
    width: 100px;
    font-size: 14px;
    color: #999;
    text-align: right;
    font-style: normal;
}

.list li:hover a,
.list li:hover span {
    color: var(--primary-color);
}

.list li:hover::before {
    background-color: var(--primary-color);
}

.list li:hover::after {
    width: 100%;
}

.list-pic li {
    padding: 18px 0;
    border-bottom: 1px #DDD solid;
}

.list-pic li>a {
    display: flex;
    column-gap: 15px;
    font-size: 16px;
}

.list-pic li>a>img {
    width: 270px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.list-pic li>a .list-pic-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 19px;
    margin-bottom: 12px;
}

.list-pic li>a .list-pic-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
}

.list-pic li>a .list-pic-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    color: #666;

    line-height: 1.6;
}

.list-pic li>a .list-pic-date {
    color: #999;
    font-size: 14px;
}

.list-pic li:hover .list-pic-title {
    color: var(--primary-color);
}


/* 现任领导 */
.xrld ul {
    margin-top: 8px;
}

.xrld ul li a {
    display: flex;
    padding: 25px 0;
    border-top: 1px solid #dadada;
}

.xrld ul li:nth-child(1) a {
    border: none;
}

.xrld ul li a .pics {
    width: 175px;
    margin-right: 0;
    margin-right: 20px;
}

.xrld ul li a .pics .pic {
    padding-top: 135%;
}

.xrld ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: 15px;
}

.xrld ul li a .info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}

.xrld ul li a .info h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 5px;
    background-color: var(--primary-color);
}

.xrld ul li a .info div {
    margin-top: 12px;
}

.xrld ul li a .info div p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    color: #626262;
    text-indent: 2em;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.xrld ul li a .info div p b {
    font-weight: 600;
}

.la-btn {
    width: 490px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin: 60px auto 85px auto;
}

.banner {
    height: 35vw;
    width: 100%;
    background-size: 100% 100%;
}

.article {
    margin-top: 45px;
    padding: 0 15px;
}

.article .article-title {
    margin-bottom: 20px;
}

.article .article-title h1 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.article .article-title .about {
    display: flex;
    justify-content: center;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
}

.article .article-title .about .a-xian {
    width: 2px;
    background-image: linear-gradient(to right, #dddddd, #dddddd);
    background-size: 2px 1em;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 20px;
}

.article .content {
    min-height: 600px;
    margin-top: 10px;
}

.article .content p{font-size: 16px}

.article .content img {
    max-width: 100% !important;
}

table.headStyle1n4pdz44op {
    font-size: 18px;
}