* {
    margin: 0;
    padding: 0;
}

body, div, form, img, ul, ol, li, dl, dt, dd, p, a {
    border: none;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

body {
    font-family: "微软雅黑", "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
    color: #898989;
    background: #ffffff;
}

A:link, A:visited {
    color: #4c4948;
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

A.white14:link, A.white14:visited {
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    font-size: 14px;
    font-weight: bold;
}

A.white14:hover {
    COLOR: #9ad8ff;
    TEXT-DECORATION: none;
    font-size: 14px;
    font-weight: bold;
}

A.blue:link, A.blue:visited {
    COLOR: #407fde;
    TEXT-DECORATION: none;
    font-weight: 700;
}

A.blue:hover {
    COLOR: #b5b5b6;
    TEXT-DECORATION: none;
    font-weight: 700;
}

/*福建省专业技术人才人员继续教育平台（首页）开始*/
/*福建省专业技术人才人员继续教育平台（Top）开始*/
.HxpxwLTopLine {
    width: 100%;
    min-width: 1200px;
    height: 33px;
    background: #EDEDED;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.top-btn-view {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.top-btn-view-cell {
    line-height: 20px;
    color: #333;
    font-size: 13px;
}
.sanming-top {
    min-height: 90px;
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}

.sanming-top-center {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    border: 0px;
    margin: 20px 0;
}

.sanming-top-logo-view {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*height: 106px;*/
}

.sanming-logo {
    min-height: 50px;
}

.sanming-tab {
    width: 100%;
    height: 46px;
    background-color: #D6001C;
}

.logout-top {
    cursor: pointer;
}

.logout-top:hover {
    color: #333;
}

.sanming-tab-center {
    width: 1200px;
    height: 100%;
    display: flex;
    overflow-x: auto;
}

.sanming-tab-center::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 Chrome/Safari/Opera */
}

.sanming-tab-cell {
    white-space: nowrap; /* 防止换行 */
    line-height: 45px;
    padding: 0px 56px 0 6px;
    font-size: 16px;
    color: #ffffffdd !important;
    white-space: nowrap;
    cursor: pointer;
}

.sanming-tab-cell:hover {
    color: white !important;
}

.tab-sub-list {
    display: none;
    position: absolute;
    z-index: 99;
}

.tab-sub-list p {
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFFDD;
    font-size: 15px;
    background-color: #0490EE;
    cursor:pointer;
}

.tab-sub-list p:hover {
    background-color: #1570BD;
}

.HxpxwLTabCenter a {
    margin-left: 40px;
    line-height: 40px;
    color: #333;
    font-size: 17px;
    cursor: pointer;
}

.HxpxwLTabCenter a:hover {
    color: #0490EE;
}

.HxpxwLTabCenter h2 {
    margin-top: -4px;
    cursor:pointer;
}

.sanming-banner {
    width: 100%;
    height: 350px;
    margin: 8px 0 0;
}

.HxpxwLTopPic img {
    width: 100%;
    /*object-fit: cover;*/
}

/*登录大盒子*/
.login-box-super {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
}

.sanming-news-view {
    width: 830px;
    height: auto;
    padding: 0 32px 0 0;
}

.sanming-news-head {
    display: flex;
    justify-content: space-between;
    height: 86px;
    line-height: 86px;
}

.sanming-news-head-title {
    line-height: 86px;
    font-size: 23px;
    font-weight: 800;
    color: #333;
}

.sanming-news-head-more {
    font-size: 14px;
    color: #999 !important;
    cursor: pointer;
}

.sanming-news-head-more:hover {
    color: #999;
}

.sanming-news-list {
    width: 434px;
}

.sanming-news-cell {
    display: flex;
    justify-content: space-between;
    height: 46px;
    border-bottom: 1px solid #e8e8e8;

}

.sanming-news-tag {
    background: #EA7F8D;
    line-height: 15px;
    height: 16px;
    width: 24px;
    margin-top: 15px;
    border-radius: 2px;
    color: white;
    font-size: 10px;
}

.sanming-news-title {
    width: 314px;
    height: 0px;
    padding: 15px 0px;
    text-align: left;
    font-size: 14px;
}

.sanming-news-date {
    width: 80px;
    margin-top: 16px;
    text-align: right;
    font-size: 14px;
    color: #999;
}


.sanming-news-main {
    display: flex;
    justify-content: space-between;
}

.sanming-news-img {
    width: 372px;
    height: 223px;
    margin: 10px 0 0 0;
    border-radius: 10px;
    cursor: pointer;
}

.sanming-login {
    width: 338px;
    margin: 26px 0 0;
}

/*登录小盒子*/
.login-box {
    width: 338px;
    min-height: 308px;
    border-radius: 8px !important;
    box-shadow: 0px 0px 0px 0px;
    background-color: #00000000;
}

.in-padding {
    text-align: left;
    padding: 0px 20px;
}

.login-title {
    text-align: center;
    color: #333 !important;
    font-size: 17px;
}

.line-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 0px;
}

.login-box form {
}

.input-box {
    margin-bottom: 20px;
}

/*微信登录 开始*/
.wxlogin-style {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    background-position: 0 -3px;
}
/*微信登录 结束*/

/*已登录 开始*/

.user-box {
    width: 100%;
    height: 144px;

    display: flex;
}

.welcome-title {
    margin-top: 32px;
    margin-left: 29px;
    text-align: left;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.user-box .head-img {
    margin: 27px 18px 0px 32px;
    color: blue;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.user-box .user-name {
    color: #282828;
    font-size: 21px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 22px;
    cursor: pointer;
    max-width: 90px;
}

.user-box .logout {
    color: #56565656;
    font-size: 14px;
    margin: 52px 13px 0px;
    font-weight: 600;
}

.user-company {
    color: #1F1F1F;
    font-size: 16px;
    margin: 0px 31px;
    text-align: left;
}

.user-year-title {
    color: #1F1F1Fef;
    font-size: 23px;
    margin: 33px 37px 5px;
    text-align: left;
}

.user-line {
    height: 1px;
    margin: 24px 30px 0px 30px;
    background-color: #1F1F1F0F;
}

.user-time-box {
    width: 278px;
    margin: 0px 30px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
}

.user-time-box-child {
    margin-top: 27px;
    cursor: pointer;
}

.user-time-box-child img {
    width: 50px;
    margin: 0 19px;
}

.user-time-box-num {
    font-size: 28px;
    color: #1F1F1F;
    font-weight: 900;
    margin: 10px 0px;
}

.user-time-box-str {
    font-size: 14px;
    color: #333333ee;
    margin-top: 6px;
}

/*已登录 结束*/

/*福建省专业技术人才人员继续教育平台（Top）结束*/

/*section 开始*/

.section-head-title {
    color: #D6001C;
    font-size: 23px;
    font-weight: 700;
}

.section-more {
    display: inline-block;
    font-size: 14px;
    color: #999 !important;
    line-height: 40px;
    cursor: pointer;
}

.section-more:hover {
    color: #999 !important;
}

.section-main {
    width: 1200px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    margin: 28px 0 0;
}

.section-content-view {
    padding-top: 20px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 12px -2px;
}

.class-cell {
    width: 257px;
    padding: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    cursor: pointer;
}

.class-img {
    width: 257px;
    height: 140px;
    border-radius: 1px;
}

.class-title {
    margin: 16px 2px;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.class-detail {
    display: flex;
    justify-content: space-between;
    margin: 18px 2px 7px 2px;
}

.class-hour {
    color: #999;
    font-size: 13px;
    line-height: 24px;
}

.class-tag {
    height: 21px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 13px;
    padding: 0 7px;
}

.class-tag-public {
    color: #D6001C;
    background: #F8CCD2;
}

.class-tag-professional {
    color: #0066FF;
    background: #D0EBFE;
}

/*section 结束*/

/* Bottom 开始*/
.HxpxwLbottom {
    width: 100%;
    margin: 60px 0 0;
    padding: 16px 0 20px 0;
    background-color: #EDEDED;
}

.HxpxwLbottom_main {
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.bottom-a {
    color: #9999A3;
    font-size: 14px;
}

.foot-tag-js-div {
    margin: 4px 40px 0px 0px;
    width: 133px;
    height: 70px;
}

.HxpxwLbottom a {
    color: #9999A3;
    margin-left: 24px;
}

.HxpxwLbottom a:hover {
    color: #5F9BF8;
}

.HxpxwLbottom_wx {
    display: flex;
}

.HxpxwLbottom_wx .left{
    margin: 26px 20px 12px -1px;
}

.HxpxwLbottom_wx .wx_code {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.foot-big-text {
    margin: 0 auto;
    /*display: flex;*/
    /*margin-left: -23px;*/
}

/* Bottom 结束*/

.limit-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;    /* break-all(允许在单词内换行。) */
    display: -webkit-box;     /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 1;    /* 显示的行数 */
}