* {
    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;*/
}



/*福建省专业技术人才人员继续教育平台（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;    /* 显示的行数 */
}





/*新*/
* {
    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;
}
.HxpxwLTop_000 {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding: 0px;
    border: 0px;
}
.HxpxwLTop_000 div {
    line-height: 32px;
    color: #333;
    font-size: 13px;
}
.HxpxwLTop {
    width: 100%;
    min-width: 1200px;
    height: 84px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.HxpxwLTop_001 {
    position: relative;
    display: flex;
    width: 1200px;
    margin-top: 3px;
    padding: 0px;
    border: 0px;
}

.HxpxwLTop_001 h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}

.HxpxwLTop_001 h2 img {
    height: 64px;
    width: auto;
    object-fit: none;
}

.HxpxwLTop_001 h3 {
    float: left;
    width: 560px;
    margin-top: 10px;
    padding: 0px;
    border: 0px;
    text-align: right;
    line-height: 44px;
    font-size: 14px;
    font-weight: 700;
}

/*长者模式*/
.elder-model {
    position: absolute;
    bottom: 16px;
    right: 0px;
    height: 32px;
    padding: 0 11px;
    line-height: 31px;
    border-radius: 4px;
    background: #0490EE;
    color: white;
    font-size: 15px;
}

.elder-model:hover {
    color: white;
}

.HxpxwLTab {
    width: 100%;
    height: 40px;
    background-color: #0490EE;
}

.HxpxwLTabCenter {
    max-width: 680px;
    height: 40px;
    margin: 37px 10px 0;
    display: flex;
    overflow-x: auto;
    font-size: 16px;
}

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

.HxpxwLTabCenter a {
    white-space: nowrap; /* 防止换行 */
}

.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;
}

.HxpxwLTopPic {
    width: 100%;
    height: 420px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
}

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

/*登录大盒子*/
.login-box-super {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 400px;
    margin: 0px auto;
    /*right: 14%;*/
    /*position: absolute;*/
    /*top: 127px;*/
    margin-top: 10px;
    z-index: 10;
}

.banner-in-img {
    width: 280px;
    height: 280px;
    margin-top: 114px;
}

.video-top-msg {
    margin-top: 7px;
    margin-left: 2px;
    line-height: 41px;
    text-align: left;
    font-size: 13px;
    color: #ffffffee;
}

.login-box-super video {
    border-radius: 2px;
    margin-top: 39px;
}

/*登录小盒子*/
.login-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 338px;
    min-height: 400px !important;
    border: 0;
    box-shadow: 0px 0px 0px 0px;
    background-color: #00000000;
}

.login-box form {
    background: white;
    border-radius: 10px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 6px 0px #FFFFFF00;
}

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

/*微信登录 开始*/
.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 {
    display: flex;
    justify-content: space-between;
}

.user-time-box-child {
    margin-top: 27px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all .4s;
}.user-time-box-child:hover{
     transform: translateY(-10px);
}

.user-time-box-child img {
    width: 40px;
    margin: 0 19px;
}.user-time-box-child:hover img{
    animation: fadeInUp .4s;
}.user-time-box-child:hover .user-time-box-str{
    animation: fadeInUp .4s;
    font-weight: bold;
}

.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-main {
    width: 1200px;
}

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

.section-more {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.section-more:hover {
    color: #0490EE;
}

/*通用组头 结束*/

/*培训流程 开始*/

.button-view a {
    width: 288px;
    height: 82px;
}

.flow-btn-img {
    width: 288px;
    height: 82px;
}

/*培训流程 结束*/

.list-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.list-content {
    min-height: 191px;
}

.ask-main, .news-main {
    width: 48%;
}

.list-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: -2px;
}

.list-title img {
    width: 101px;
    height: 32px;
}

.list-item-view {
    display: flex;
    padding: 20px 0px 20px 20px;
    border-bottom: 1px solid #ECECEC;
}

.list-item-view h5 {
    margin-top: 2px;
    height: 20px;
    line-height: 19px;
    color: white;
    border-radius: 6px;
    font-size: 13px;
}

.ask-main .list-item-view h5 {
    width: 18px;
    background: #FC8F1A;
}

.news-main .list-item-view h5 {
    width: 30px;
    font-size: 12px;
    background: #40A8F7;
}

.list-item-view h4 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: #999;
    min-width: 60px;
}

.list-item-view h3 {
    flex: 2;
    line-height: 23px;
    margin-left: 7px;
    font-size: 14px;
    text-align: left;
    color: #333;
}

/*福建省专业技术人才人员继续教育平台（Bottom）开始*/
.HxpxwLbottom {
    width: 100%;
    padding: 16px 0 20px 0;
    background-color: #EDEDED;
}

.HxpxwLbottom_main {
    width: 862px;
    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 {
    display: flex;
    margin-left: -23px;
}

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

/*福建省专业技术人才人员继续教育平台（Table）开始*/
.HxpxwLTable {
    width: 100%;
    min-width: 1200px;
    border: 0px;
    margin: 0px;
    padding: 25px 0px;
    background: #ffffff;
    overflow: hidden;
}

.HxpxwLInside {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    text-align: left;
    overflow: hidden;
}

.HxpxwLTable001 {
    width: 100%;
    min-width: 1200px;
    border: 0px;
    margin: 0px;
    padding: 25px 0px;
    background: #f8f8f8;
    overflow: hidden;
}

.HxpxwLInside001 {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    text-align: left;
    overflow: hidden;
}

.HxpxwLleft {
    float: left;
    width: 585px;
    margin-right: 30px;
    border: 0px;
    padding: 0px;
    overflow: hidden;
}

.HxpxwLleft001 {
    float: left;
    width: 380px;
    margin-right: 30px;
    border: 0px;
    padding: 0px;
    overflow: hidden;
}

.HxpxwLright {
    float: left;
    width: 380px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    overflow: hidden;
}

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

/*福建省专业技术人才人员继续教育平台（Title）开始*/
.HxpxwLTitle {
    float: left;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    text-align: left;
}

.HxpxwLTitle h2 {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    color: #1a5ab1;
    font-weight: normal;
}

.HxpxwLTitle h3 {
    float: left;
    margin: 12px 10px;
    padding: 0px;
    border-right: 2px solid #1a5ab1;
    text-align: left;
    height: 26px;
}

.HxpxwLTitle h4 {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    color: #b5b5b6;
    font-weight: 700;
    font-family: "宋体";
    letter-spacing: -0.5px;
}

.HxpxwLTitle h5 {
    float: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: right;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #aaa9ae;
    font-weight: normal;
}

.HxpxwLTitle001 {
    float: left;
    width: 585px;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    text-align: left;
}

.HxpxwLTitle001 h2 {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    color: #1a5ab1;
    font-weight: normal;
}

.HxpxwLTitle001 h3 {
    float: left;
    margin: 10px;
    padding: 0px;
    border-right: 2px solid #1a5ab1;
    text-align: left;
    height: 26px;
}

.HxpxwLTitle001 h4 {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    color: #b5b5b6;
    font-weight: 700;
    font-family: "宋体";
    letter-spacing: -0.5px;
}

.HxpxwLTitle001 h5 {
    float: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: right;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #aaa9ae;
    font-weight: normal;
}

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

/*福建省专业技术人才人员继续教育平台（学员登录入口）开始*/
.HxpxwLLogin {
    float: left;
    width: 584px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;
}

#nav {
    list-style-type: none;
    width: 584px;
    margin: 0px auto;
}

#nav li {
    float: left;
    width: 180px;
    margin: 16px 14px 0px 0px;
    padding: 0px;
    border: 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    font-weight: normal;
    color: #ffffff;
    background: #5da7e8;
    cursor: pointer;
}

#nav li a {
    color: #ffffff;
    text-decoration: none;
}

#nav li a:hover {
    background: #ff9c00;
    color: #ffffff;
    text-decoration: none;
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    font-weight: normal;
    cursor: pointer;
}

#nav li ul {
    list-style-type: none;
    width: 540px;
    border: 2px solid #85B6E2;
    border-radius: 6px;
    padding: 10px 12px 0px 12px;
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    left: -999em;
    margin-top: -55px;
}

#nav li ul li {
    float: left;
    width: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin: 0px 5px 10px 5px;
    color: #074fa1;
    background: #e3f3ff;
    border-radius: 4px;
}

#nav li ul h3 {
    float: left;
    width: 530px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #e0e1e1;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    color: #595757;
}

#nav li ul a {
    text-decoration: none;
    color: #074fa1;
}

#nav li ul a:hover {
    text-decoration: none;
    float: left;
    width: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: #5da7e8;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
}

#nav li:hover ul {
    left: auto;
}

#nav li.sfhover ul {
    left: auto;
}

#arrow {
    position: relative;
}

#arrow:after {
    border: 8px solid transparent;
    border-left: 12px solid #ff8400;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    left: 100px;
    content: ' ';
}

#arrow001 {
    position: relative;
}

#arrow001:after {
    border: 8px solid transparent;
    border-left: 12px solid #ff8400;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    left: 80px;
    content: ' ';
}

/*福建省专业技术人才人员继续教育平台（学员登录入口）结束*/


/*福建省专业技术人才人员继续教育平台（政策文件）开始*/
.HxpxwLPolicy {
    float: left;
    width: 380px;
    height: 240px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    overflow: hidden;
}

.HxpxwLPolicy h3 {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin: 0px;
    border-bottom: 1px solid #cacaca;
    padding: 0px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

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

/*福建省专业技术人才人员继续教育平台（机构资质）开始*/
.HxpxwLJGZZ {
    float: left;
    width: 1200px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    overflow: hidden;
}

.HxpxwLJGZZ h3 {
    float: left;
    width: 360px;
    line-height: 26px;
    font-size: 16px;
    margin-right: 60px;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

.HxpxwLJGZZ h4 {
    float: left;
    width: 360px;
    line-height: 26px;
    font-size: 16px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
}

.HxpxwLJGZZ img {
    float: left;
    width: 346px;
    height: 220px;
    margin: 10px 0px;
    border: 1px solid #cacaca;
    padding: 6px;
}

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

a {
    cursor:pointer;
}

/*1行的文字*/
.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;    /* 显示的行数 */
}

/*登录框重新*/
.div-slider {
    margin-bottom: 18px;
    border: 1px solid #d9dde1;
    border-radius: 3px;
}

a:hover {
    color: #0490EE;
}

/*重置样式 登录*/
.input-box input{
    height: 43px!important;
    width: 300px!important;
    padding-left: 52px!important;
}

input[type="button"] {
    line-height: 20px!important;

}
.line-top {
    border-top: 1px solid #e5e5e5!important;
    border-bottom: none!important;
    justify-content: space-between!important;
    display: flex!important;
    align-items: center;
}
.iconfont{
    font-size: 25px!important;
}
