.main {
    width: 1200px;
    margin: 30px 0;
    margin: auto;
}

/* 标题 */
.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0.5px solid #d6d4d4;
}

.more {
    width: 50px;
    float: right;
    color: #999;
    height: 50px;
    line-height: 50px;
}

.huod {
    height: 50px;
    line-height: 50px;
    /* width: 120px; */
    display: inline-block;
    font-size: 20px;
    color: #0074D2;
    font-weight: bold;
    border-bottom: 2px solid #0074D2;
}

/* 科协简介 */
.introduceBox {
    width: 100%;
    margin-top: 30px;
    height: 357px;
}

.introduceBody {
    padding: 30px 0;
    height: 307px;
    display: flex;
    align-items: center;
}

.introduceLeft img {
    /* width: 418px; */
    width: 247px;
    height: 247px;
}

.introduceRight {
    /* width: 780px; */
    width: 920px;
    padding-left: 20px;
    padding-left: 50px;
    line-height: 35px;
}

.introduceRight span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.introduceRight a {
    /* padding: 15px 50px;
    color: #164299;
    background-color: #ECF6FF;
    position: relative;
    bottom: -32px; */
    /* padding: 15px 40px; */
    color: #164299;
    background-color: #ECF6FF;
    /* position: relative; */
    /* bottom: -32px; */
    display: block;
    margin-top: 20px;
    width: 200px;
    height: 43px;
    text-align: center;
    line-height: 43px;
}

.kexieBox {
    width: 1200px;
    margin-top: 30px;
    height: 354px;
    background-color: #eef5ff;
}

.sports {
    width: 100%;
    text-align: center;
}

.sports ul li {
    float: left;
    /* width: 264px; */
    width: 360px;
    height: 132px;
    font-size: 18px;
    line-height: 50px;
    color: #3b6bbd;
    font-weight: 600;
    padding-top: 20px;
    background-color: #fff;
    margin: 30px 0 0 30px;
}

.sports ul li:hover {
    background-color: #3b6bbd;

    a {
        color: #eef5ff;
    }

    .imgXs {
        opacity: 0;
    }

    .imgYC {
        opacity: 1;
    }
}

.sports ul li a {
    font-size: 18px;
    line-height: 50px;
    color: #3b6bbd;
    font-weight: 600;
}

.sports img {
    /* margin-left: 35px;
   margin-right: 10px; */
   width: 35px;
    height: 35px;
}

.imgYC {
    margin-left: -39px !important;
    opacity: 0;
}

/* 科协领导 */
.leaderBox {
    width: 100%;
    margin-top: 30px;
}

.leaderBody {
    padding: 30px 0;
}

.leaderLeft {
    width: 770px;
    height: 306px;
    padding: 30px;
    background: #D9EEFF;
}

.zhuxi img {
    width: 147.2px;
    height: 184px;
}

.zhuxi {
    text-align: center;
    line-height: 50px;
}

.zhuxi ul {
    margin-left: -10px;
    padding-top: 20px;
}

.zhuxi ul li::marker {
    display: none !important;
    /* 隐藏列表项的 marker（标记） */
}

.zhuxi ul li {
    float: left !important;
    margin-left: 10px;
}

.zhuxi ul li span {
    font-weight: bold;
    line-height: 30px;
}

.fuzhixi {
    width: 385px;
    height: 242px;
    padding: 20px 10px;
    background: #FFFFFF;
    overflow: hidden;
}

.fuzhixi span {
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
    color: #121212;
}

.fuzhixi ul li {
    float: left;
    width: 98px;
    margin-left: 20px;
    line-height: 39px;
}

.leaderRight {

    width: 400px;
}

.leaderRight img {
    width: 400px;
    height: 140px;
    margin-bottom: 25px;
}

/* 列表 */
.listBox {
    width: 1200px;
    height: 470px;
    margin-top: 20px;
    overflow: hidden;
}

.listTit {
    text-align: center;
}

.listTit a {
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
    color: #0074D2;
    font-weight: bold;
    text-align: center;
}

.listBox ul li {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    padding: 0 10px;
    line-height: 52px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list1 {
    width: 399px;
    height: 470px;
    overflow: hidden;
    padding: 20px;
    background: #D9EEFF;
    border-top: 2px solid #0074D2;
    float: left
}

.list2 {
    width: 305px;
    height: 470px;
    overflow: hidden;
    padding: 20px;
    background: #D9EEFF;
    border-top: 2px solid #0074D2;
    margin-left: 15px;
    float: left
}

.list3 {
    width: 224px;
    height: 470px;
    overflow: hidden;
    padding: 20px;
    background: #D9EEFF;
    border-top: 2px solid #0074D2;
    margin-left: 15px;
    float: left
}

.list4 {
    width: 224px;
    height: 470px;
    overflow: hidden;
    padding: 20px;
    background: #D9EEFF;
    border-top: 2px solid #0074D2;
    margin-left: 15px;
    float: left
}