/* 公共样式 */
.left {
    float: left;
}
.right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.fz-16 {
    font-size: 16px;
}
.fz-14 {
    font-size: 14px;
}
.fz-18 {
    font-size: 18px;
}
.text-over {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-over2 {
    overflow:hidden;
    white-space: break-spaces;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/* 公共Modules */
.modules {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.08);
    padding: 20px 30px 0;
    border-radius: 10px;
}
.modules .header-title {
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    color: #333;
    background: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.modules .header-title > div {
    float: left;
}
.modules .header-title .more {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.modules .body-content .item {
    height: 122px;
    padding: 20px 0;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    position: relative;
}
.modules .body-content .item:first-child {
    padding-top: 0;
}
.modules .body-content .item:last-child {
    border: none;
}
.modules .body-content .item .image {
    width: 100px;
    height: 85px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modules .body-content .item .image img {
    width: 100%;
    object-fit: cover;
}
.modules .body-content .item .content {
    font-size: 16px;
    padding-left: 120px;
    position: absolute;
    width: 100%;
}
.modules .body-content .item .content >div {
    margin-bottom: 10px;
    width: 100%;
}
.modules .body-content .item .content .title{
    color: #333;
    margin-bottom: 10px;
}
.modules .body-content .item .content .brief {
    font-size: 14px;
    margin-bottom: 16px;
    color: #999999;
}
.modules .body-content .item .content .push-time {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0;
}
/* 通知查询 */
.notice-box {
    background: url("/Uploads/static/notice_bg.png") no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
}
.notice-sel {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.notice-sel .industry,
.notice-sel .train-cert {
    float: left;
    width: 480px;
}
.notice-sel .industry {
    width: 700px;
    /*height: 760px;*/
    margin-right: 20px;
}
.notice-sel .industry .header-title .main-title {
    margin-right: 30px;
}
.notice-sel .industry .header-title .link-title span {
    font-size: 14px;
    color: #333333;
    line-height: normal;
    cursor: pointer;
}
.notice-sel .industry .header-title .link-title span.active {
    color: #0093DD;
    position: relative;
}
.notice-sel .industry .header-title .link-title span.active:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #0093DD;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.notice-sel .industry .header-title .link-title span:first-child {
    margin-right: 20px;
}
.notice-sel .industry .body-content .item:first-child {
    height: 140px;
    padding-top: 0;
}
.notice-sel .industry .body-content .item:first-child .image {
    width: 200px;
    height: 122px;
}
.notice-sel .industry .body-content .item:first-child .content {
    padding-left: 220px;
}
.notice-sel .industry .body-content .item:first-child .content .title {
    margin-bottom: 25px;
}
.notice-sel .industry .body-content .item:first-child .content .brief {
    margin-bottom: 38px;
}

/*培训通知*/
.train {
    margin-bottom: 20px;
}
.train .body-content .item:first-child{
    height: 100px;
}
.cert-box .form-control {
    margin-bottom: 20px;
}
.cert-box .form-control .item {
    margin-bottom: 20px;
}
.cert-box .form-control .item .label {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}
.cert-box .form-control .item .input input {
    border: 1px solid #E5E5E5;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    width: 100%;
}
.cert-box .form-control .submit {
    text-align: center;
    padding-bottom: 25px;
}
.cert-box .form-control .submit button {
    background: #0093DD;
    font-size: 14px;
    padding: 7px 40px;
    color: #FFFFFF;
    border-radius: 5px;
}
/* 证书*/
.cert {
    min-height: 300px;
    border-radius: 8px;
    padding-top: 20px;
}
.cert-header {
    background: url("/Public/image/bg-cert.jpg") repeat;
}
.cert .cert-title {
    font-size: 16px;
    font-weight: normal;
    min-width: 70px;
    font-family: "微软雅黑","Microsoft Yahei";
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #267abd;
    color: #FFFFFF;
    position: relative;
}
.cert .cert-title:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    border-top: 15px solid transparent;
    border-left: 20px solid #267abd;
    border-bottom: 15px solid transparent;
}
.cert .cert-title:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    right: -6px;
    top: 12px;
}
.cert .cert-search {
    padding-left: 20px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 14px;
}
.cert .cert-search .cert-sn,
.cert .cert-search .cert-company {
    height: 35px;
    line-height: 35px;
}
.cert .cert-search .cert-sn {
    margin-right: 35px;
}
.cert .cert-search input {
    border:  1px solid #dddddd;
    width: 300px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
}
.cert .btn .search-btn {
    margin-top: 15px;
    margin-left: 90px;
    padding: 5px 40px;
    background: #267abd;
    color: #FFFFFF;
    border-radius: 5px;
}
.cert .form {
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    border-top: none;
    overflow: hidden;
}
.cert .cert-info {
    font-size: 14px;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}
.cert .cert-info .item {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
}
.cert .cert-info .item .label {
    color: #999999;
}
.cert .no-empty {
    font-size: 14px;
    color: red;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}


/* 体系认证*/
.tixi-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}
.tixi-box .item {
    width: 280px;
    height: 195px;
    margin-right: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    padding: 20px;
}
.tixi-box .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tixi-box .item:nth-of-type(4n) {
    margin-right: 0;
}
.tixi-box .item .thum-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.tixi-box .item .tixi-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
.tixi-box .item .tixi-cat {
    color: #999999;
    font-size: 14px;
}