@charset "utf-8";
.news2 ul {
    width: 700px
}

.news2 ul li {
    width: 210px;
    height: 208px
}

.news2 img {
    width: 210px;
    height: 157px
}

.share {
    position: absolute;
    display: none;
    top: 16px;
    right: 0px;
    width: 80px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    background: #fff;
    z-index: 1000;
}

.share li {
    line-height: 16px;
}

.share li a {
    display: block;
}

.share li a:hover {
    text-decoration: none;
    background: #68b851;
    color: #fff;
}


/* 协会人才招聘标题 */

#nav2 {
    height: auto;
    display: flex;
    justify-content: center;
    border: none;
    background: none;
    margin-top: 80px;
}

#nav2 .tel h2 {
    padding-bottom: 10px;
    font-size: 32px;
    border-bottom: 3px solid #218DD7;
}