.list {
    margin-top: 10px;
}
.list li{
    border-bottom: 1px  #DDD solid;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.list li::before {
    content: "";
    width: 6px;
	height: 6px;
	background-color: #bbbbbb;
    display: block;
    transition: background-color 0.3s;
}
.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-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: 3;
    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: 360px;
    width: 100%;
    background-size: 100% auto;
    background-position: top;
}

.article{
    margin-top:45px;
}
.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 img {
    max-width: 100% !important;
}
table.headStyle1n4pdz44op {
    font-size: 18px;
}