
.banner {
    height: 200px;
}

.general {
    padding: 1em;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.general-nav {
    width: 100%;
    position: relative;
    line-height: 3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.2em;
}

.general-nav::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    background-color: #066ccb;
}

.general-nav .subNav {
    float: right;
}
.general-nav .subNav a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.general-nav .subNav a:hover::after,
.general-nav .subNav a.hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #066ccb;
}

.sidebar {
    width: 270px;
    overflow: hidden;
    margin: 35px 0px 0px 10;
}

.sidebar > .sidebar-header {
    height: 170px; 
    overflow: hidden; 
    color: #ffffff; 
    background: #0068a5;
    position: relative;
}

.sidebar > .sidebar-header::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 31px;
    background: url("../../images/computer/catalog.png");
    right: 10px;
    bottom: 10px;
}

.sidebar > .sidebar-header > p {
    margin-left: 20px;
}

.sidebar > .sidebar-header > p:nth-child(1) {
    font-size: 28px;
    margin-top: 30px;
}

.sidebar > .sidebar-header > p:nth-child(2) {
    font-size: 14px;
}

.sidebar > .sidebar-menu {
    margin-bottom: 20px;
}

.sidebar > .sidebar-menu > a {
    display: block;
    height: 40px; 
    line-height: 40px; 
    margin: 10px 0px; 
    text-indent: 1em; 
    overflow: hidden; 
    background: url("../../images/computer/triangle.png") no-repeat 10px center, #effbff;
    background-size: 10px;
}

.sidebar > .sidebar-menu > a > span { 
    color: #333333;
    padding-left: 10px;
}

.sidebar > .sidebar-menu > a:hover, .sidebar > .sidebar-menu > a.on {
    background: url("../../images/computer/trianglehover.png") no-repeat 10px center, #0068a5;
    background-size: 10px;
}

.sidebar > .sidebar-menu > a:hover > span, .sidebar-menu > a.on > span { 
    color: #ffffff;
}

.sidebar > .sidebar-hot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0px 20px 0px;
}

.sidebar > .sidebar-hot > div {
    width: 130px;
    overflow: hidden;
    margin-top: 10px;
}

.sidebar > .sidebar-hot > div > a > img {
    width: 130px;
    height: auto;
    border-radius: 6px;
}

.sidebar > .sidebar-hot > div > a > span {
    display: block;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.sidebar > .sidebar-contact > a {
    display: block;
    line-height: 2;
    background-color: #f2f2f2;
    text-indent: 1em;
    margin: 0.5em 0em;
}

.contacts-haed {
    margin-top: 20px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    background: #001431;
    text-indent: 2em;
}

.contacts {
    margin-top: 20px;
}

.contacts > li {
    line-height: 2;
}

.general-right {
    width: 100%;
}

.general-right > .ds{
    display:block; 
    padding-bottom: 1em;
    margin-bottom: 1em;
    clear:both; 
    border-bottom:1px solid #ddd;
}

.general-right > .ds > .tit > a{ font-size:18px; }
.general-right > .ds > .text { 
    width: 100%;
    display:inline-block; 
    padding-top:1em; 
    font-size:14px; 
    line-height:2; 
    color:#888;
    clear:both; 
}
.general-right > .ds > .text > p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (max-width:1440px) {
    .general-right > .ds > .text{line-height:1.6;}
}
.general-right > .ds > .text .tp{
    width:150px; 
    height:auto; 
    display:inline-block; 
    float: left; 
    margin-top:3px; 
    margin-right:10px;
}
.general-right > .ds > .text > .date{ color:#bbb; }

.listImg { width: 100%; overflow: hidden; }
.listPic { width: 260px; overflow: hidden; float: left; margin: 1em; text-align: center;}
.listPic > a > img { border: 1px solid #cccccc; width: 99%; height: auto; border-radius: 6px;}
.listPic > a > span { 
    display: block; 
    width: 100%; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2em;
}

.pagination {text-align: right;}

.content{ width:100%; position:relative; overflow:hidden; }
.title{ padding-top:1em; text-align:center; font-size:20px; font-weight:bold; }
.content .attr{ padding-top:20px; color:#999; text-align:center; font-size:0.8em;}
.content .artContent{ position:relative; padding:1.5em 0 2em 0; width:100%; overflow:hidden;}
.content .artContent, .content .artContent div, .content .artContent p{ line-height:2.2; color:#666;}
.artContent img{ max-width:100%; height:auto; margin:10px 0; }


/* 搜索页导航栏 begin */
.searchNav {
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #999;
    color: #666;
}
.searchNav > a {
    line-height: 2;
    color: #666;
}
.searchNav > a.back {
    float: right;
}
.searchNav > a:hover {
    color: red;
}
/* 搜索页导航栏 end */


/* 搜索页选项 begin */
.searchLink {
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
}
.searchLink > a {
    display: inline-block;
    font-size: 18px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
}
/* 搜索页选项 end */


/* 搜索框 begin */
/* 搜索框-证书&&导师 */
.tutorsSearch, .creditsSearch, .papersSearch {
    width: max-content;
    margin: 40px auto auto auto;
    height: 46px;
}
.tutorsSearch input, .creditsSearch input, .papersSearch input, .papersSearch select {
    box-sizing: border-box;
    height: 46px;
    width: 396px;
    line-height: 46px;
    border: 1px solid #066ccb;
    border-radius: 4px;
    text-indent: 16px;
    float: left;
    margin-right: 20px;
}
.tutorsSearch button,
.creditsSearch button,
.papersSearch button {
    box-sizing: border-box;
    border: none;
    background: #066ccb;
    width: 110px;
    height: 46px;
    border-radius: 0 4px 4px 0;
    line-height: 46px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    float: left;
}

/* 搜索框-人才库 */
.talentsSearch { margin-top: 46px; }
.talentsSearch label {
    line-height: 40px;
}
.talentsSearch input {
    height: 40px;
    width: 200px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 16px;
}
.talentsSearch button {
    margin-left: 10px;
    border: none;
    background: #066ccb;
    width: 138px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
/* 搜索框 end */


/* 搜索页列表 begin */
.searchList {
    width: 100%;
    text-align: center;
    margin-top: 50px
}
.searchList thead {
    font-size: 18px;
    color: #999;
    line-height: 2;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
.searchList tbody {
    line-height: 3;
}
.searchList tbody tr {
    border-bottom: 1px solid #ccc;
}
.searchList tbody tr:nth-of-type(even) {
    background: #fafafa;
}
.searchList tbody tr:hover {
    background: #cccccc3b;
}
.searchList tbody tr img {
    margin: 10px 0;
}
/* 搜索页列表 end */


/* 评价搜索页列表 begin */
.generalCredits {
    padding: 1em;
    margin-bottom: 20px;
}
/* 评价搜索页列表 end */


/* 会员证书页 begin */
.creditsPic {
    width: 660px;
    box-sizing: border-box;
    margin: auto;
    background: #c3c063;
    padding: 15px 10px;
    border: 6px solid #c83126;
    border-radius: 12px;
    margin-top: 20px;
}
.creditsPic > dl {
    background: #fffcc7;
    border-radius: 5px;
    padding: 15px 30px;
}
.creditsPic > dl > dt {
    text-align: center;
    position: relative;
}
.creditsPic > dl > dt > h4 {
    color: #d72e2b;
    font-size: 45px;
}
.creditsPic > dl > dt > span {
    position: absolute;
    bottom: 0;
    right: 110px;
    font-size: 22px;
}
.creditsPic > dl > dd:nth-of-type(1) {
    font-size: 18px;
    margin-top: 12px;
}
.creditsPic > dl > dd:nth-of-type(2) {
    font-size: 70px;
    text-align: center;
}
.creditsPic > dl > dd:nth-of-type(3) {
    line-height: 120px;
    text-align: right;
    font-size: 18px;
    background-image: url("../../images/computer/seal.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 409px center;
}

.creditsSpeech {
    width: 770px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 20px;
}
.creditsSpeech p {
    line-height: 2;
}
.creditsSpeech > .speech {
    margin-bottom: 20px;
    text-align: justify;
}
.creditsSpeech > .speech > p:nth-child(2) {
    text-indent: 2em;
}
/* 会费金额 */
.redBlod {
    color: #cb0606;
    font-weight: bold;
}
/* 倒计时 */
.creditsSpeech > #countDown {
    text-align: center;
    background: #cb0606;
    color: #fff;
}
/* 未逾期会员证书 */
.overdue {
    display: none;
}
/* 会员证书续费 */
.payment {
    width: 780px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    background: #cb0606;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.paymented {
    display: none;
    width: 780px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    background: #cb0606;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
/* 会员证书页 end */

/* 评价内容页 begin */
.creditsType {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
.creditsType > a {
    display: block;
    text-align: center;
    width: 278px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #666;
    border-radius: 5px;
    margin: 10px;
}
.creditsType > a.on {
    border: none;
    background: #066ccb;
    color: #fff;
}

.credits {
    border: 4px solid #056cc9;
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 12px;
}
/* 评价标题 */
.creditsTit {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.creditsTit p:nth-child(1) {
    font-size: 36px;
    color: #066ccb;
    font-weight: bold;
    margin-top: 37px;
    margin-bottom: 20px;
}
.creditsTit p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 29px;
}

/* 评价结果信息 */
.creditsResult {
    position: relative;
    padding-left: 214px;
    padding-bottom: 30px;
    margin-top: 28px;
    line-height: 2;
    border-bottom: 1px solid #ccc;
}
.creditsResult h4 {
    margin: 0;
    color: #066ccb;
}
.creditsResult p {
    text-indent: 32px;
}

/* 续费二维码 */
#qrcode {
    position: absolute;
    right: 275px;
    top: 30px;
}

/* 企业基本信息 */
.creditsInfo {
    margin-top: 28px;
    padding-bottom: 30px;
    line-height: 2;
}
.creditsInfo h4 {
    margin: 0;
    padding-left: 214px;
    color: #066ccb;
}
.creditsInfo p {
    padding-left: 126px;
}
.creditsInfo p span {
    display: inline-block;
}
.creditsInfo p span:nth-child(1) {
    width: 200px;
    text-align: right;
}
.creditsInfo p span:nth-child(2) {
    width: 675px;
    vertical-align: top;
}

.honour {
    margin-top: 28px;
    padding-bottom: 30px;
    line-height: 2;
}

.honour h4 {
    margin: 0;
    padding-left: 214px;
    color: #066ccb;
}

.honour > div {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px 0px 214px;;
}

.honour > div > p {
    width: 200px;
    overflow: hidden;
}

.honour > div > p > img {
    width: 200px;
    height: auto;
}

/* 声明 */
.creditsStatement {
    margin-top: 22px;
    margin-bottom: 36px;
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}
/* 评价内容页 end */

.emptyData {
    text-align: center;
    line-height: 2;
}

.video {
    margin: auto auto;
}

.photo {
    padding: 10px 0px 0px 214px;
    display: flex;
}

.photo > div {
    padding: 5px;
}

/* 免责声明 */
.statement {
    margin: 32px auto;
    text-align: center;
    line-height: 3;
    background: #fff3cd;
    border-radius: 6px;
    border: 1px solid #ffefbb;
    color: #856404;
    font-size: 22px;
}

.creditsHeader {
    height: 464px;
    overflow: hidden;
    background: url("../../images/computer/credits.jpg") no-repeat center top;
}