
/* 文件公告 begin */
.notice {
    position: relative;
    margin-top: 3vw;
    margin-bottom: 3vw;
    border: 1px solid #e7e7e7;
    height: 16vw;
    overflow: hidden;
    background: url("../../images/computer/notice.jpg") no-repeat;
    background-size: 14vw;
    background-position: 2vw center;
    box-sizing: border-box;
    padding: 0 4vw 0 18vw;
}
.notice h4 {
    font-size: 4.5vw;
    font-weight: bold;
    color: #000;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice p {
    font-size: 4vw;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 文件公告 end */


/* 新闻推荐图 begin */
.newsPic {
    position: relative;
    overflow: hidden;
    height: 61.5vw;
    margin-bottom: 2vw;
}
.newsPic img {
    width: 100%;
}
.newsPic p {
    box-sizing: border-box;
    position: absolute;
    background: #45454570;
    padding: 0 24% 0 2%;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 2;
    color: #fff;
    font-size: 4vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsPic .newsPic-pagination.swiper-pagination {
    width: unset;
    left: unset;
    right: 1vw;
    bottom: 1vw;
}
/* 新闻推荐图 end */


/* 协会新闻&&项目合作 begin */
/* 标题-通用 */
.listTit {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.listTit > a {
    display: block;
    width: max-content;
    position: relative;
    border-bottom: 2px solid #066ccb;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 2;
    padding: 0 2vw;
    color: #066ccb;
}
.listTit > 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;
}
/* 文字列表-协会新闻&&项目合作 */
.listText > a {
    display: block;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
}
.listText > a h4 {
    float: left;
    width: 76%;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList {
    margin-bottom: 3vw;
}
/* 协会新闻&&项目合作 end */

/* 协会领导 begin */
/* 协会领导动画速度曲线 */
.leaderList div.swiper-wrapper {
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.leaderList img {
    width: 23vw;
    height: auto;
}
.leaderList p {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 2vw;
    text-align: center;
    color: #333;
    line-height: 7vw;
    font-size: 3.5vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listPic {
    border-bottom: 1px solid #ccc;
    padding: 2vw 0;
}
/* 协会领导 end */

/* 服务菜单 begin */
.serve {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3vw 0;
}
.serveItem {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding-top: 20vw;
    width: 45vw;
    height: 29vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 18vw auto;
    text-align: center;
    font-size: 4vw;
}
.serveItem:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18vw;
    background: #ccc;
    top: 4vw;
    right: 0;
}
.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");
}
/* 服务菜单 end */


/* 人才库 begin */
.personnel {
    height: 17.4vw;;
    background: url("../../images/mobile/personnel.jpg") no-repeat center center;
    background-size: 100%;
    margin-bottom: 2.4vw;
}
.personnel a {
    display: block;
    height: 100%;
}
/* 人才库 end */

/* 证书查询 begin */
.search {
    height: 12vw;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #909090b0;
    margin-bottom: 4vw;
}
.search input {
    float: left;
    box-sizing: border-box;
    height: 100%;
    width: 67vw;
    text-indent: 4vw;
    font-size: 4vw;
    border-radius: 5px 0 0 5px;
    border: 1px solid #246eba;
}
.searchBtn {
    background-color: #246eba;
    background-image: url("../../images/computer/search.png");
    background-position: 2vw center;
    background-repeat: no-repeat;
    width: 29vw;
    height: 100%;
    float: left;
    border-radius: 0 5px 5px 0;
    border: 1px solid #246eba;
    color: #fff;
    padding-left: 9vw;
    font-size: 4vw;
}
/* 证书查询 end */

/* 品牌活动&&招商加盟 begin */
/* 品牌活动&&招商加盟-选项按钮 */
.activityBtn {
    overflow: hidden;
}
.activityBtn > div {
    box-sizing: border-box;
    float: left;
    width: 48vw;
    text-align: center;
    font-size: 4.5vw;
    margin: 2vw 0;
}
.activityBtn > div:first-child {
    border-right: 2px solid #066ccb;
}
.activityBtn > div.on {
    color: #066ccb;
}
/* 品牌活动&&招商加盟-广告图 */
.activityAd {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activityAd img {
    width: 47vw;
    margin: 1vw 0;
    height: auto;
}
/* 品牌活动&&招商加盟-列表 */
.activityContent {
    margin-bottom: 3vw;
}
.activityContent a {
    display: block;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
}
.activityContent h4 {
    float: left;
    font-weight: normal;
    width: 84%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activityContent span {
    float: right;
}
/* 品牌活动&&招商加盟 end */


/* 地方产业 begin */
/* 地方产业-标题 */
a.industryTit {
    display: block;
    font-size: 4.5vw;
    color: #066ccb;
}
.industryList {
    overflow: hidden;
    height: 40vw;
    margin: 1vw 0 5vw 0;
}
.industryList > div.swiper-wrapper {
    width: 96vw;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.industryList > div.swiper-wrapper > a.swiper-slide {
    width: 96vw;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 地方产业 end */


/* 信用评价 begin */
.credit {
    height: 17.4vw;
    background: url("../../images/mobile/credit.jpg") no-repeat center center;
    background-size: 100%;
    margin-bottom: 4vw;
}
.credit a {
    display: block;
    height: 100%;
}
/* 信用评价 end */


/* 创业指导 begin */
.listText2 {
    margin-bottom: 4vw;
}
.listText2 > a {
    display: block;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
}
/* 创业指导 end */


/* 企业宣传 begin */
.entrepreneur {
    overflow: hidden;
    margin-bottom: 5vw;
}
/* 企业宣传-标题 */
a.entrepreneurTit {
    display: block;
    width: 45vw;
    height: 8vw;
    line-height: 8vw;
    background: #066ccb;
    border-radius: 4.5vw 0;
    font-size: 4.5vw;
    text-align: center;
    color: #fff;
    margin-bottom: 2vw;
}
/* 企业宣传-列表 */
.entrepreneurList > a {
    display: block;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 企业宣传-首条 */
.entrepreneurList-first {
    background: url("../../images/computer/entrepreneurFirstBg.jpg") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2vw;
}
.entrepreneurList-first h4 {
    font-size: 4.5vw;
    padding: 0 4vw;
    color: #0a7fd4;
    text-align: center;
    line-height: 10vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.entrepreneurList-first p {
    text-indent: 8vw;
    font-size: 4vw;
    padding: 0 4vw;
    line-height: 6vw;
}
.entrepreneurList-first a {
    color: #0a7fd4;
}
.entrepreneurList-first a:hover {
    color: red;
}
/* 企业宣传 end */


/* 学习评价 begin */
.study {
    padding-bottom: 20vw;
}
/* 学习评价-标题 */
.studyTit {
    position: relative;
    margin-bottom: 3vw;
}
.studyTit > a {
    display: block;
    position: relative;
    font-size: 6vw;
    font-weight: bold;
    color: #333;
}
.studyTit > a::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 26vw;
    width: 1vw;
    height: 1vw;
    border-radius: 2vw;
    background: #3e92e8;
}
.studyTit > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 26vw;
    width: 36vw;
    height: 1px;
    background: #3e92e8;
}
.studyTit p {
    position: absolute;
    right: 0;
    top: 1vw;
    font-size: 4vw;
    color: #d9d9d9;
    letter-spacing: 0.5vw;
}
/* 学习评价-图片列表 */
.studyList {
    position: relative;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-right: 4vw;
}
.studyList a {
    box-shadow: 0px 0px 4px #454545a6;
}
.studyList a img {
    width: 100%;
}

.studyList a p {
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    padding: 0 4vw;
    width: 100%;
    line-height: 10vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.studyList .studyList-pagination.swiper-pagination {
    bottom: -15vw;
}
/* 学习评价 end */