
/* 文件公告 */
.notice {
    position: relative;
    margin-top: 30px;
    border: 1px solid #e7e7e7;
    height: 120px;
    overflow: hidden;
    background: url("../../images/computer/notice.jpg") no-repeat;
    background-position: 20px center;
    box-sizing: border-box;
    padding: 0px 65px 0px 130px;
}
.notice h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #000;
    line-height: 2.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice p {
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 新闻报道 begin */
.news {
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    margin-top: 30px;
    padding: 28px 16px 0 16px;
}
/* 新闻图片 */
.newsPic {
    position: relative;
    float: left;
    width: 584px;
    height: 378px;
    overflow: hidden;
}
.newsPic p {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 0 24% 0 4%;
    left: 0;
    bottom: 0;
    line-height: 2;
    background: #45454570;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsPic .newsPic-pagination.swiper-pagination {
    width: unset;
    left: unset;
    right: 10px;
    bottom: 10px;
}
/* 新闻列表 */
.newsList {
    float: right;
    width: 570px;
    height: 378px;
    overflow: hidden;
}
.newsBtn {
    overflow: hidden;
}
.newsBtn > .newsTit {
    font-size: 24px;
    float: left;
    padding: 6px 12px;
    cursor: pointer;
}
.newsBtn > .newsTit.on {
    position: relative;
    color: #066ccb;
    border-bottom: 3px solid #066ccb;
}
.newsBtn > .newsTit.on::after{
    content: '';
    position: absolute;
    left: 48%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #066ccb;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
}
.newsBtn a.more {
    font-size: 18px;
    color: #666;
    float: right;
    line-height: 48px;
}

.newContent {
    font-size: 18px;
}

.newContent a {
    font-size: 18px;
    line-height: 3;
}
.newContent a:hover { color: red; }
.newContent a h4 {
    float: left;
    margin: 0;
    width: 82%;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 协会领导 */
.leader {
    border: 1px solid #e7e7e7;
    border-top: none;
    box-sizing: border-box;
    padding: 0px 16px;
}

.leaderTit {
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.leaderTit h3 {
    position: relative;
    margin: 0;
    font-size: 24px;
    width: max-content;
    padding: 6px 12px;
    color: #066ccb;
    border-bottom: 3px solid #066ccb;
}
.leaderTit h3::after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #066ccb;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
}
.leaderTit a.more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #666;
    line-height: 48px;
}

.leaderList {
    position: relative;
    margin: 22px 0;
}
.leaderList > div.swiper-wrapper {
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.leaderList p {
    color: #666;
    text-align: center;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
}


/* 服务菜单 */
.serve {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.serveItem {
    position: relative;
    display: block;
    width: 305px;
    height: 130px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80px auto;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 92px;
}
.serveItem::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: #ccc;
    top: 21px;
    right: 0px;
}
.serveItem:last-child::after {
    content: none;
}
.serveItem:hover { color: #066ccb; }
.serveItem:nth-child(1) {
    background-image: url("../../images/computer/ico1.png");
}
.serveItem:nth-child(2) {
    background-image: url("../../images/computer/ico2.png");
}
.serveItem:nth-child(3) {
    background-image: url("../../images/computer/ico3.png");
}
.serveItem:nth-child(4) {
    background-image: url("../../images/computer/ico4.png");
}


/* 人才库 */
.personnel {
    height: 130px;
    background: url("../../images/computer/personnel.jpg") no-repeat center center;
    background-size: 100%;
    margin-top: 30px;
}
.personnel a {
    display: block;
    height: 100%;
}


/* 品牌活动&&招商加盟&&地方产业&&证书查询 begin */
.activity {
    position: relative;
}

/* 证书查询 */
.search {
    position: absolute;
    right: 0;
    top: 35px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #909090b0;
}
.search input {
    float: left;
    box-sizing: border-box;
    height: 100%;
    width: 275px;
    text-indent: 12px;
    font-size: 13px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #246eba;
}
.searchBtn {
    background-color: #246eba;
    background-image: url("../../images/computer/search.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 110px;
    height: 100%;
    float: left;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    border: 1px solid #246eba;
    color: #fff;
    padding-left: 38px;
}

/* 品牌活动&&招商加盟 */
.activityBtn {
    overflow: hidden;
    margin: 35px 0;
}
.activityBtn > a {
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 24px;
}
.activityBtn > a:first-child {
    border-right: 2px solid #066ccb;
}
.activityBtn > a.on,
.activityBtn > a:hover {
    color: #066ccb;
}
/* 品牌活动&&招商加盟-广告 */
.activityAd {
    overflow: hidden;
}
.activityAd > a {
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
}
.activityAd > img {
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
}
/* 品牌活动&&招商加盟-列表 */
.activityContent {
    float: left;
    width: 700px;
    height: 270px;
}
.activityContent a {
    line-height: 3;
}
.activityContent h4 {
    float: left;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activityContent span {
    float: right;
}

/* 地方产业 */
.industry {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 472px;
    height: 270px;
}
a.industryTit {
    display: block;
    font-size: 24px;
    color: #066ccb;
}
.industryList {
    height: 216px;
    overflow: hidden;
    margin-top: 18px;
}
.industryList > .swiper-wrapper {
    width: 472px;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.industryList > .swiper-wrapper > a.swiper-slide {
    width: 472px;
    font-size: 18px;
    line-height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 品牌活动&&招商加盟&&地方产业&&证书查询 end */


/* 信用评价 */
.credit {
    height: 130px;
    background: url("../../images/computer/credit.jpg") no-repeat center center;
    background-size: 100%;
    margin-top: 30px;
}
.credit a {
    display: block;
    height: 100%;
}


/* 创业指导&&企业宣传 */
.startakes {
    margin-top: 44px;
}
/* 创业指导 */
.startake {
    width: 495px;
    overflow: hidden;
    float: left;
}
.startakeTit {
    border-bottom: 1px solid #e0e0e0;
}
.startakeTit > a {
    display: block;
    position: relative;
    margin: 0;
    font-size: 24px;
    width: max-content;
    padding: 6px 12px;
    color: #066ccb;
    border-bottom: 3px solid #066ccb;
}
.startakeTit > a::after{
    content: '';
    position: absolute;
    left: 48%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #066ccb;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
}
.startakeList {
    overflow: hidden;
    width: 100%;
}
.startakeList a {
    display: block;
    font-size: 18px;
    line-height: 3;
    border-bottom: 1px dashed #ccc;
}
.startakeList a:last-child {
    border-bottom: none;
}
/* 企业宣传 */
.entrepreneur {
    width: 676px;
    overflow: hidden;
    float: right;
}
a.entrepreneurTit {
    display: block;
    width: 205px;
    height: 36px;
    line-height: 36px;
    background: #066ccb;
    border-radius: 20px 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.entrepreneurList > a {
    display: block;
    font-size: 18px;
    line-height: 3;
}
/* 企业宣传-首条 */
.entrepreneurList-first {
    margin-top: 10px;
    height: 113px;
    background: url("../../images/computer/entrepreneurFirstBg.jpg") no-repeat;
    background-size: 100%;
}
.entrepreneurList-first h4 {
    margin: 0;
    font-size: 18px;
    color: #0a7fd4;
    text-align: center;
    line-height: 2.8;
}
.entrepreneurList-first p {
    text-indent: 32px;
    padding: 0 20px;
    line-height: 1.8;
}
.entrepreneurList-first a {
    color: #0a7fd4;
}
.entrepreneurList-first a:hover {
    color: red;
}

/* 学习评价 begin */
.study {
    padding-bottom: 86px;
    padding-left: 16px;
    padding-right: 16px;
}
/* 标题 */
.studyTit {
    position: relative;
    margin: 18px 0;
}
.studyTit > a {
    display: block;
    position: relative;
    font-size: 39px;
    margin: 0;
    color: #333;
}
.studyTit > a::before {
    content: "";
    position: absolute;
    top: 43%;
    left: 180px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #3e92e8;
}
.studyTit > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 190px;
    width: 720px;
    height: 1px;
    background: #3e92e8;
}
.studyTit p {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 30px;
    color: #d9d9d9;
    letter-spacing: 7px;
}

.studyList {
    position: relative;
}
.studyList a {
    box-shadow: 0px 0px 4px #454545a6;
}
.studyList a img {
    width: 100%;
}
.studyList a h4 {
    margin: 18px 0px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.studyList a p {
    position: absolute;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.studyList .studyList-pagination.swiper-pagination {
    bottom: -50px;
}
/* 学习评价 end */