/* 导航条 begin */
.general-nav {
    width: 96vw;
    margin: auto;
    position: relative;
    line-height: 10vw;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2vw;
}

.general-nav::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    background-color: #066ccb;
}
/* 导航条 end */

/* 二级菜单 begin */
.subNav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.subNav > a {
    width: 24vw;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subNav > a:hover,
.subNav > a.on {
    background: #066ccb;
    color: #fff;
}
/* 二级菜单 end */

.noData {
    line-height: 12vw;
}

.listdesc{
    display:flex; 
    display:-webkit-flex; 
    position:relative; 
    flex-direction:column;
    overflow:hidden;
    padding: 0vh 2vw;
}

.listdesc ul li{ 
    width: 100%;
    padding-top: 1em;
}

.listdesc ul li> a {     
    display: inline-block;
    width: 96%;
    padding: 2%;
    position: relative;
    border: 1px solid #ececec;
}

.listdesc ul li > a > .tit{ 
    width:100%; 
    font-weight:bold; 
    padding:0.5em 0; 
    color:#666;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;
}

.listdesc ul li> a >.desc{
    display:flex; 
    display:-webkit-flex;
    align-items:center;
    align-content : flex-start;
    width:100%;
    font-size: 0.8em;
    color: #999;
    text-align: justify;
    line-height:190%;
}

.listdesc ul li > a > .desc > .tp { 
    width:25%; 
    height:auto; 
    margin-right:1%;
}

/* 领导列表 */
.listdesc ul li > a > .tp { 
    width:40%; 
    height:auto; 
    margin: auto auto;
}
.listdesc ul li> a >.desc-leader{
    font-size: 0.8em;
    color: #999;
    line-height:190%;
    text-align: center;
}
.listdesc ul li > a > .desc-leader > .tit { 
    width:100%; 
    font-weight:bold; 
    padding:0.5em 0; 
    color:#666;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;
}


/* 图片列表 */
.listPic {
    padding: 0vh 2vw;
}

.listPic > ul {
    display:flex; 
    justify-content: space-between;
    flex-wrap: wrap;
}

.listPic > ul > li {
    width: 46vw;
    overflow: hidden;
    position: relative;
    margin-top: 2vh;
}

.listPic > ul > li > a > img {
    width: 46vw;
    height:auto
}

.listPic > ul > li > a > span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40vw;
    padding: 0 3vw;
    line-height: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operateBar{ 
    padding:10px; 
    text-align: center;
}
.operateBar .page{ 
    float:right; 
    line-height:24px;
}
.operateBar .page img{ 
    cursor:pointer; 
    vertical-align: middle; 
}

#pagenumber {
    vertical-align:middle; 
    padding-left: 5px; 
    margin-left: 5px;
}

#mainArea{ 
    width:100%; 
    overflow:hidden;
}

.content {
    padding: 2vh 2vw;
}

.content{ position:relative; overflow:hidden; }
.content .title{ padding-top:2vh; text-align:center; font-weight:bold; }
.content .attr{ padding-top:2vh; color:#999; text-align:center; font-size:0.8em;}
.content .artContent{ position:relative; }
.content .artContent, .content .artContent div, .content .artContent p{ line-height:2.2; color:#666;}
.artContent img{ max-width:100%; height:auto; margin:10px auto; }

.pagination {
    margin-top: 6vw;
    text-align: center;
}


/* 选择搜索页面按钮 证书&&导师 begin */
.searchLink {
    margin: 6vw 0;
    text-align: center;
    font-size: 4vw;
}
.searchLink > a {
    display: inline-block;
    font-size: 4vw;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 5px;
}
/* 选择搜索页面按钮 证书&&导师 end */


/* 搜索框样式1 begin */
.search {
    width: max-content;
    height: 12vw;
    margin: 3vh auto;
}
.search input, .search select {
    box-sizing: border-box;
    height: 12vw;
    width: 30vw;
    font-size: 4vw;
    line-height: 12vw;
    border: 1px solid #066ccb;
    border-radius: 4px;
    text-indent: 4vw;
    float: left;
    margin-right: 2vw;
}
.search button {
    box-sizing: border-box;
    border: none;
    background: #066ccb;
    width: 25vw;
    height: 12vw;
    font-size: 4vw;
    border-radius: 0 4px 4px 0;
    line-height: 12vw;
    text-align: center;
    color: #fff;
    cursor: pointer;
    float: left;
}
/* 搜索框样式1 end */

/* 搜索列表样式1 begin */
.searchList {
    box-sizing: border-box;
    border: 4px solid #096fc7;
    width: 90vw;
    padding: 4vw 2vw;
    margin: 4vw auto;
    overflow: hidden;
    border-radius: 10px;
}
/* 列表标题 */
.searchList > h4,
.searchList > h4 > a {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
    text-align: center;
}
/* 列表内容 */
.searchList > div {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.searchList > div > p {
    font-size: 4vw;
    line-height: 7vw;
}
.searchList > div > p:nth-child(1) {
    color: #979797;
}
/* 搜索列表样式1 end*/


/* 信用搜索页 begin */
/* 搜索框 */

/* 搜索列表 */
.creditsItem {
    margin-bottom: 2vw;
}
.creditsItem:nth-child(even) {
    width: 60%;
}
.creditsItem:nth-child(odd) {
    width: 40%;
    border-left: 1px solid #ccc;
    padding-left: 4vw;
}

.creditsItem2 {
    width: 100%;
    padding-top: 2vw;
}
.creditsItem2:nth-child(6) {
    border-top: 1px solid #ccc;
}

.creditsItem3 {
    width: 100%;
    padding-top: 4vw;
}
.creditsItem3 > a {
    display: block;
    width: 25vw;
    line-height: 9vw;
    margin: auto;
    font-size: 4vw;
    text-align: center;
    border-radius: 10px;
    background: #0d72c4;
    color: #fff;
}
/* 信用搜索页 end */


/* 证书搜索页 begin */
/* 搜索框 */

/* 搜索列表 */
div.papersItem {
    width: 100%;
    margin-bottom: 2vw;
    line-height: 7vw;
}
div.papersItem > p {
    padding-left: 4vw;
}
/* 证书搜索页 end */


/* 导师搜索页 begin */
/* 搜索列表 */
.tutorsList > img {
    margin: auto;
    padding: 2vw;
    width: 40vw;
    height: auto;
}
div.tutorsItem {
    width: 100%;
    margin-bottom: 2vw;
}
/* 导师搜索页 end */


/* 人才搜索页 begin */
/* 搜索框 */
.talentsSearch {
    width: max-content;
    margin: 6vw auto;
    height: 12vw;
}
.talentsSearch label {
    font-size: 4vw;
    line-height: 12vw;
}
.talentsSearch input {
    height: 12vw;
    width: 50vw;
    line-height: 12vw;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 4vw;
}
.talentsSearch button {
    margin-left: 2vw;
    border: none;
    background: #066ccb;
    width: 25vw;
    height: 12vw;
    border-radius: 4px;
    line-height: 12vw;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
/* 搜索列表 */
div.talentsItem {
    width: 50%;
    margin-bottom: 2vw;
}
div.talentsItem:nth-child(even) {
    border-left: 1px solid #ccc;
    padding-left: 4vw;
}
div.talentsItem > p {
    font-size: 4vw;
}
/* 人才搜索页 end */


/* 会员证书详情页 begin */
.creditsPic {
    width: 84vw;
    box-sizing: border-box;
    margin: auto;
    background: #c3c063;
    padding: 2.5vw 2vw;
    border: 3px solid #cb0606;
    border-radius: 3vw;
    margin-top: 6vw;
}
.creditsPic > dl {
    background: #fffcc7;
    border-radius: 5px;
    padding: 1vw 4vw;
}
.creditsPic > dl > dt {
    text-align: center;
    position: relative;
}
.creditsPic > dl > dt > h4 {
    color: #cb0606;
    font-size: 6vw;
    font-weight: bold;
}
.creditsPic > dl > dt > span {
    position: absolute;
    bottom: 0;
    right: 12vw;
    font-size: 3vw;
}
.creditsPic > dl > dd:nth-of-type(1) {
    font-size: 3vw;
    margin-top: 2vw;
}
.creditsPic > dl > dd:nth-of-type(2) {
    font-size: 8vw;
    text-align: center;
}
.creditsPic > dl > dd:nth-of-type(3) {
    line-height: 17vw;
    text-align: right;
    font-size: 3vw;
    background-image: url("../../images/computer/seal.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 46vw center;
}
/* 证书信息 */
.creditsSpeech {
    width: 92vw;
    box-sizing: border-box;
    margin: auto;
    margin-top: 6vw;
}
.creditsSpeech p {
    line-height: 2;
}
.creditsSpeech > .speech {
    box-sizing: border-box;
    padding: 1.5vw 3vw;
    margin-bottom: 4vw;
    text-align: justify;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.creditsSpeech > .speech > p:nth-child(2) {
    text-indent: 8vw;
}
/* 会费金额 */
.redBlod {
    color: #cb0606;
    font-weight: bold;
}
/* 倒计时 */
.creditsSpeech > #countDown {
    text-align: center;
    background: #cb0606;
    color: #fff;
}
/* 未逾期会员证书 */
.overdue {
    display: none;
}
/* 会员证书续费 */
.payment {
    margin: auto;
    width: 70vw;
    height: 14vw;
    line-height: 14vw;
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
    background: #cb0606;
    text-align: center;
    border-radius: 5px;
    margin-top: 6vw;
}
.paymented {
    display: none;
    /*
    margin: auto;
    width: 70vw;
    height: 14vw;
    line-height: 14vw;
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
    background: #c1c1c1;
    text-align: center;
    border-radius: 5px;
    margin-top: 6vw;
    */
}
/* 企业基本信息 */
.papersInfo {
    width: 92vw;
    margin: 4vw auto;
}
.papersInfo > h4 {
    text-align: center;
    font-size: 4vw;
    line-height: 8vw;
}
.papersInfo > p {
    font-size: 4vw;
    margin-bottom: 2vw;
    line-height: 8vw;
}
.papersInfo > p > span {
    display: block;
}
.papersInfo > p > span:nth-child(1) {
    color: #979797;
}
.papersInfo > p > span:nth-child(2) {
    text-align: justify;
}
/* 会员证书详情页 end */


/* 信用评价详情页 begin */
.creditsDetails {
    box-sizing: border-box;
    border: 4px solid #056cc9;
    border-radius: 10px;
    margin-bottom: 8vw;
    margin-top: 4vw;
}
/* 信用评价类型选项 */
.creditsType {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6vw;
}
.creditsType > a {
    display: block;
    text-align: center;
    width: 45vw;
    height: 12vw;
    line-height: 12vw;
    border: 1px solid #666;
    border-radius: 5px;
    margin-bottom: 4vw;
}
.creditsType > a:nth-child(even) {
    margin-left: 4vw;
}
.creditsType > a.on {
    border: none;
    background: #066ccb;
    color: #fff;
}

/* 信用评价标题 */
.creditsTit {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.creditsTit > p:nth-child(1) {
    font-size: 6vw;
    color: #066ccb;
    font-weight: bold;
    margin-top: 8vw;
    margin-bottom: 4vw;
}
.creditsTit > p:nth-child(2) {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 5vw;
}

/* 信用评价结果信息 */
.creditsResult {
    position: relative;
    padding-bottom: 4vw;
    padding-top: 4vw;
    line-height: 8vw;
    border-bottom: 1px solid #ccc;
}
.creditsResult > h4 {
    padding-left: 2vw;
    color: #066ccb;
    font-size: 4vw;
}
.creditsResult > p {
     padding-left: 4vw;
    font-size: 4vw;
}
.creditsResult > p > span {
    display: inline-block;
}
.creditsResult > p > span:nth-child(1) {
    width: 24vw;
    text-align: right;
}
.creditsResult > p > span:nth-child(2) {
    width: 62vw;
    vertical-align: top;
}

/* 信用评价企业基本信息 */
.creditsInfo {
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #ccc;
}
.creditsInfo > h4 {
    padding-left: 2vw;
    color: #066ccb;
    font-size: 4vw;
    line-height: 8vw;
}
.creditsInfo > p {
    padding-left: 8vw;
    font-size: 4vw;
    margin-bottom: 3vw;
    line-height: 6vw;
}
.creditsInfo > p > span {
    display: block;
}
.creditsInfo > p > span:nth-child(1) {
    color: #979797;
}
.creditsInfo > p > span:nth-child(2) {
    width: 90%;
    text-align: justify;
}

/* 声明 */
.creditsStatement {
    margin-top: 6vw;
    margin-bottom: 8vw;
    padding-left: 2vw;
    font-size: 3vw;
    color: #999;
    line-height: 6vw;
}

/* 信用评价续费链接 */
.creditsPay {
    display: block;
    margin: auto;
    width: 70vw;
    height: 14vw;
    line-height: 14vw;
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
    background: #cb0606;
    text-align: center;
    border-radius: 5px;
    margin-top: 6vw;
}
/* 评价内容页 end */


/* 暂无信息 */
.emptyData {
    text-align: center;
}

.video {
    margin: 3vh 0vw 0vh 0vw;
    width: 100vw;
}

/* 免责声明 */
.statement {
    box-sizing: border-box;
    margin: 6vw auto;
    line-height: 1.8;
    background: #fff3cd;
    border-radius: 6px;
    border: 1px solid #ffefbb;
    color: #856404;
    font-size: 4vw;
    padding: 2vw 4vw;
}

.creditsHeader {
    width: 100vw;
    height: calc(100vw/2.5);
    overflow: hidden;
    background: url("../../images/mobile/credits.jpg") no-repeat center top;
    background-size: cover;
}