/*首页*/
body{
	overflow-y: scroll;
}

.container {
    /*min-width: 1560px;*/
    overflow: hidden;
}

/*右侧导航*/
.right_nav {
    position: fixed;
    top: 360px;
    right: 5%;
}
.right_nav .navList {
    width: 70px;
    /*height: 280px;*/
    background: #ffffff;
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.14);
    position: relative;
}
.right_nav .navList .nav_radio {
	display: none;
    width: 90px;
    height: 90px;
    background: #e5e5e5;
    border: 6px solid #ffffff;
    box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.14);
    position: absolute;
    bottom: -55px;
    left: -10px;
    border-radius: 90px;
}
.right_nav .navList .nav_radio .radio_position {
    width: 100%;
    height: 100%;
    position: relative;
}
.right_nav .navList .nav_radio .radio_position .num {
    position: absolute;
    right: -12px;
    top: -24px;
    width: 28px;
    height: 28px;
    background: #a35c8f;
    border-radius: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.right_nav .navList .nav_radio img {
    display: block;
    margin: 23px auto 0;
    width: 38px;
    height: 36px;
    cursor: pointer;
}
.right_nav .navList ul {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.right_nav .navList ul li {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.right_nav .navList ul li p {
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-top: 30px;

}
.right_nav .navList ul li:last-child {
    border: none;
}
.right_nav .navList ul li:first-child {
    background: url("../img/index/zcpt-peixunbaomingguanli.png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:first-child:hover {
    background: url("../img/index/zcpt-peixunbaomingguanli (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:hover p {
    color: #a35c8f;
}
.right_nav .navList ul li:nth-child(2){
    background: url("../img/index/dianhua (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(2):hover {
    background: url("../img/index/dianhua.png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(3){
    background: url("../img/index/weixin (3).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(3):hover {
    background: url("../img/index/weixin (3) (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(4){
    background: url("../img/index/shijian (2).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(4):hover {
    background: url("../img/index/shijian (2) (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .nav_content {
    position: absolute;
    width: 160px;
    height: 100px;
    background: #ffffff;
    top: 119px;
    left: -173px;
    padding: 0 13px;
    box-sizing: border-box;
    box-shadow:3px 3px 10px 0px rgba(0,0,0,0.14);
    display: none;
}
.right_nav .nav_content .text {
    color: #a35c8f;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 20px;
}
.right_nav .nav_content .tel {

    color: #333333;
    font-size: 16px;
}
.right_nav .nav_content .nav_positon {
    width: 100%;
    height: 100%;
    position: relative;
}
.right_nav .nav_content .icon {
    position: absolute;
    right: -33px;
    top: 20%;
}
.qr_code {
    width: 140px !important;
    height: 140px !important;
    padding: 0 !important;
    left: -158px !important;
}
.qr_code img:first-child{
    width: 100%;
    height: 100%;
}
.qr_code .icon {
    right: -20px !important;
    top: 42% !important;
}

/*公共头部*/
.content_foter {
    overflow: visible;
}
.content_foter .work_logo {
    width: 200px;
    height: 78px;
    background: url("../img/index/style_bg.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    overflow: hidden;
}
.content_foter .work_logo .min_text {
    text-align: center;
    font-size: 8px;
    color: #EFCBCC;
    margin-top: 16px;

}
.content_foter .work_logo .max_text {
    text-align: center;
    font-size: 22px;
    color: #a35c8f;
    font-weight: bold;
}

/*导航*/
.header {
    width: 100%;
}
.header .top {
    width: 100%;
    height: 90px;
    background: #ffffff;
}
.header .top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .top  .title {
    width: 480px;
    height: 90px;
}
.header .top  .title img {
    width: 100%;
    height: 100%;
}
.header .top  .nav {
    display: flex;
}
.header .top  .nav li {

    box-sizing: border-box;
    height: 100%;
    line-height: 90px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    margin-right: 18px;
}
.header .top  .nav li:last-child {
    margin-right: 0;
}
.header .top  .nav li a {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    display: block;
}
.header .top  .nav .active {
    background: rgb(161 113 144);
    color: #fff;
}
.header .top  .nav .active a {
    color: #fff;
}
.header .top  .nav li:hover {
    background: #a35c8f;

}
.header .top  .nav li:hover a {
    color: #fff;
}
.user_info {
    width: 88px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    display: none;
}
.user_info .name:hover {
    background: #a35c8f;
    color: #ffffff;
}
.user_info .name {
    display: block;
    width: 100%;
    height: 100%;
}
.user_info .name .iconfont {
    cursor: pointer;
}
.user_info .name:hover span{
    color: #ffffff;
}
.user_info .quit {
    width: 88px;
    height: 35px;
    line-height: 35px;
    color: #333333;
    background: #ffffff;
    bottom: 0;
    display: none;
    cursor: pointer;
    font-size: 14px;
}
.user_info .quit:hover {
    color: #ffffff;
    background: #a35c8f;
}
/*banner-登录*/
.header .banner {
    width: 100%;
    height: 320px;
    background: url("../img/index/banner2.png") no-repeat center;
    background-size: 100% 100%;
}
.header .banner .wrapper {
    display: flex;
    justify-content: space-between;

}
.header .banner .login {
    width: 300px;
    height: 190px;
    background: #ffffff;
    margin-top: 85px;
    border-radius: 6px;
}
.header .banner .login .login_header {
    width: 75px;
    height: 50px;
    background: #ffffff;
    font-size: 18px;
    color: #666666;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-left: 109px;
    border-bottom: 3px solid #a35c8f;
}
.header .banner .login #login_input {
    margin-top: 0px;
    overflow: hidden;
}
.header .banner .login input {
    width: 240px;
    height: 40px;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    display: block;
    margin: 10px auto 0;
}
.header .banner .login input::-webkit-input-placeholder {
    color: #999999;
}
.header .banner .login .submit {
    margin-top: 15px;
    background: #a35c8f;
    color: #FFFEFE;
    letter-spacing: 0.2em;
}
.header .banner .login .login_text {
    width: 240px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin:  20px auto 0;
}
.header .banner .login .login_text a {
    color: #999999;
}
.header .banner .login .login_text a:hover {
    color: #a35c8f;
}
/*中间内容*/
.content {
    margin-top: 30px;
}
.content .flow {
    width: 100%;
    height: 150px;
    overflow: hidden;
    /*background: #ffffff;*/
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.14);
    position: relative;
}
.content .flow li {
    width: 221px;
    height: 150px;
    float: left;
    overflow: hidden;
    background: #ffffff;
}
.content .flow .flow_one {
    width: 99px;
    height: 150px;
    background: url("../img/index/flow.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
.content .flow .flow_one  .flow_text {
    width: 18px;
    color: #FFFEFE;
    font-size: 16px;
    margin-left: 36px;
    margin-top: 12px;

}
.content .flow .flow_two {
    margin-left: 91px;
}
.content .flow .flow_two .num {
    float: left;
    margin-left: 33px;
    margin-top: 44px;
    margin-right: 13px;
    width: 62px;
    height: 62px;
}
.content .flow .flow_two .num img {
    width: 100%;
    height: 100%;
}
.content .flow .flow_two a {
    width: 100%;
    height: 100%;
    display: block;
}
.content .flow .flow_two a:hover p{
    color: #a35c8f;
}
.content .flow .flow_two .text {
    margin-top: 50px;
    float: left;
}
.content .flow .flow_two .text img {
    display: block;
    width: 28px;
    height: 28px;
}
.content .flow .flow_two .text p {
    color: #333333;
    font-size: 14px;
    margin-top: 3px;
}
.content .flow .flow_two .line {
    float: right;
}
.content .flow .flow_list {
    margin-left: 0;
}


.content .new_img {
    width: 100%;
    height: 140px;
    margin-top: 30px;
}
.content .new_img img {
    width: 100%;
    height: 100%;
}


.content .notice {
    width: 100%;
    background: #ffffff;
    padding: 45px 30px;
    margin-top: 30px;
}
.content .notice .notice_info {
    float: left;
    width: 453px;
}
.content .notice .notice_info .info_style {
    width: 164px;
    height: 78px;
    background: url("../img/index/style_bg.png") no-repeat;
    background-position-x: right;
    background-position-y: 2px;
    background-size: 141px 73px;
    overflow: hidden;
}
.content .notice .notice_info .info_style .min_text {
    color: #EFCBCC;
    font-size: 8px;
    margin-top: 14px;

}
.content .notice .notice_info .info_style .max_text {
    color: #a35c8f;
    font-size: 22px;
    font-weight: bold;
}
.content .notice .notice_info .notice_title {
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
    font-weight: bold;
}
.content .notice .notice_info .notice_style {
    width: 60px;
    height: 4px;
    margin-top: 16px;
    background: #a35c8f;
}
.content .notice .notice_info .notice_brief {
    margin-top: 16px;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    
    /* 多行溢出隐藏 */
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .notice .notice_info .notice_MORE {
    margin-top: 5px;
}
.content .notice .notice_info .notice_MORE .status {
    float: right;
}
.content .notice .notice_info .notice_MORE .status span {
    font-size: 14px;
    color: #a35c8f;
    margin-right: 5px;
    cursor: pointer;
}
.content .notice .notice_info .notice_MORE .status img {
    width: 11px;
    height: 13px;
}
.content .notice .notice_info .notice_list {
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
}
.content .notice .notice_info .notice_list .list_info {
    margin-bottom: 10px;
}
.content .notice .notice_info .notice_list .list_info:last-child {
    margin: 0;
}
.content .notice .notice_info .notice_list .list_info .list_info_text {
    float: left;
    overflow: hidden;
}
.content .notice .notice_info .notice_list .list_info .list_info_text .square {
    width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-top: 6px;
    float: left;
    display: block;
}
.content .notice .notice_info .notice_list .list_info .list_info_text .text {
    width: 322px;
    float: left;
}
.content .notice .notice_info .notice_list .list_info .list_info_time {
    float:right;
    font-size: 12px;
    margin-top: 3px;
    color: #999999;
}
.content .notice .notice_info .notice_list .list_info:hover .list_info_text .text{
    color: #a35c8f;
}
.content .notice .notice_banner {
    float: right;
    width: 640px;
}
.content .notice .notice_banner img {
    width: 100%;
}

/*政策法规*/
.laws {
    margin-top: 51px;
    overflow: visible;
}
.laws .img_logo {
    width: 1116px;
    height: 73px;
    margin-left: -342px;

}
.laws .img_logo img {
    width: 100%;
    height: 100%;
}
.laws  .laws_infos {
    margin-top: -22px;
    position: relative;
    overflow: visible;
}
.laws  .laws_infos .laws_logo {
    margin-top: 70px;
}
.laws  .laws_infos .laws_logo .info_style {
    width: 164px;
    height: 78px;
    background: url("../img/index/style_bg.png") no-repeat;
    background-position-x: right;
    background-position-y: 2px;
    background-size: 141px 73px;
    overflow: hidden;
}
.laws  .laws_infos .laws_logo .info_style .min_text {
    color: #EFCBCC;
    font-size: 8px;
    margin-top: 14px;

}
.laws  .laws_infos .laws_logo .info_style .max_text {
    color: #a35c8f;
    font-size: 22px;
    font-weight: bold;
}
.laws  .laws_infos .laws_logo .notice_MORE {
    margin-top: 33px;
    margin-left: 50px;
}
.laws  .laws_infos .laws_logo .notice_MORE  span a{
    font-size: 14px;
    color: #a35c8f;
    margin-right: 5px;
}
.laws  .laws_infos .laws_logo .notice_MORE  img {
    width: 11px;
    height: 13px;
}
.laws .laws_infos .laws_flow {
    width: 1406px;
    position: absolute;
    top: -69px;
    left: 185px;
    height: 220px;
    background: #ffffff;
    border-radius: 32px 0px 0px 32px;
    margin-left: -36px;
}
.laws .laws_infos .laws_flow .laws_list {
    width: 352px;
    padding: 0 25px 0 29px;
    box-sizing: border-box;
    border-right: 1px solid #e8e8e8;
    float: left;
}
.laws .laws_infos .laws_flow .laws_list a {
    width: 100%;
    height: 100%;
    display: block;
}
.laws .laws_infos .laws_flow .laws_list a:hover .laws_title{
    color: #a35c8f;
}
.laws .laws_infos .laws_flow .laws_list:first-child {
    padding: 0 19px 0 34px;
    box-sizing: border-box;
}
.laws .laws_infos .laws_flow .laws_list:last-child {
    border: none;
}
.laws .laws_infos .laws_flow .laws_timer {
    width: 60px;
    height: 60px;

    overflow: hidden;
}
.laws .laws_infos .laws_flow .laws_timer .num {
    color: #a35c8f;
    font-size: 24px;
    margin-top: 5px;
    text-align: center;
}
.laws .laws_infos .laws_flow .laws_timer .timer {
    font-size: 12px;
    color: #a35c8f;
    text-align: center;
}
.laws .laws_infos .laws_flow .laws_list .laws_title {
    width: 299px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 19px;
    font-weight: bold;
}
.laws .laws_infos .laws_flow .laws_list .laws_content {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    width: 299px;
    
    /* 多行溢出隐藏 */
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.laws .laws_infos .laws_flow .active .laws_timer {
    width: 60px;
    height: 60px;
    background: url("../img/index/timer.png") no-repeat center;
    background-size: 100% 100%;
}
.laws .laws_infos .laws_flow .active .laws_timer .num {
    color: #FFFFFF;
}
.laws .laws_infos .laws_flow .active .laws_timer .timer {
    color: #ffffff;
}
.laws .laws_infos .laws_flow .active  .laws_title {
    color: #a35c8f;
}

/*工作动态*/
.work {
    margin-top: 78px;
}
.work .work_box {
    width: 100%;
    background: #ffffff;
    padding-right: 27px;
    box-sizing: border-box;
    margin-top: 38px;
}
.work .work_box .work_banner {
    width: 493px;
    height: 360px;
    margin-right: 29px;
    position: relative;
}
.work .work_box .work_banner .banner {
    width: 100%;
    height: 360px;
}
.work .work_box .work_banner .arrows {
    position: absolute;
    right: 0;
    top: 60px
}
.work .work_box .work_list {
    margin-top: 15px;
}
.work .work_box .work_MORE {
    float: right;
}
.work .work_box .work_MORE span a{
    font-size: 14px;
    color: #a35c8f;
    margin-right: 5px;
}
.work .work_box .work_MORE img {
    width: 11px;
    height: 13px;
}

.work .work_box .work_list li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;;
    padding-top: 5px;
}
.work .work_box .work_list li .work_list_title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    width: 515px;
    margin-bottom: 5px;
}
.work .work_box .work_list li .work_list_time {
    font-size: 12px;
    color: #333333;
    margin-bottom: 5px;
}
.work .work_box .work_list li .work_list_content {
   color: #666666;
    line-height: 24px;
    font-size: 14px;
    width: 651px;
    
    /* 多行溢出隐藏 */
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.work .work_box .work_list li:last-child {
    border: none;
}
.work .work_box .work_list .active .work_list_title {
    color: #a35c8f;
    text-decoration: underline;
}
.work .work_box .work_list .active .work_list_time {
    text-decoration: underline;
}
.work .work_box .work_list .active .work_list_content {
    text-decoration: underline;
}

/*培训记录查询、课程类型*/
.record {
    margin-top: 50px;
}
.record .course_upload {
    margin-top: 38px;
}
.record .course_upload  a {
    width: 585px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 30px;
}
.record .course_upload  a:last-child {
    margin-right: 0;
}
.record .course_upload  a img {
    width: 100%;
    height: 100%;
}

/*培训课程*/
.train {
    margin-top: 57px;
}
.train .train_header {
    margin-top: 59px;
}
.train .train_header .train_list {
    margin-bottom: 10px;
}
.train .train_header .train_list:last-child {
    margin-bottom: 30px;
}
.train .train_header .train_list .lable {
    font-size: 18px;
    color: #333333;
    margin-right: 29px;
    margin-top: 6px;
}
.train .train_header .train_list .train_year {
    overflow: hidden;
    width: 90%;
}
.train .train_header .train_list .train_year li {
    font-size: 16px;
    color: #333333;
    padding: 7px 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}
.train .train_header .train_list .train_year li span {
    cursor: pointer;
}
.train .train_header .train_list .train_year li span:hover {
    color: #a35c8f;
}
.train .train_header .train_list .train_year .active span:hover {
    color: #ffffff;
}
.train .train_header .train_list .train_year li:last-child {
    margin-right: 0;
}
.train .train_header .train_list .train_year .active {
    color: #ffffff;
    background: #a35c8f;
    border-radius: 15px;
}
.train .train_course {
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
.train .train_course li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    width: 220px;
    padding-bottom: 18px;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 265px;
}
.train .train_course li:hover {
    box-shadow: 0px 5px 7px 1px rgba(0,0,0,0.14);
}
.train .train_course li:hover .train_title {
    color: #a35c8f;
}
.train .train_course li:last-child {
    margin-right: 0;
}
.train .train_course li .train_img {
    width: 100%;
}
.train .train_course li .train_img img {
    width: 100%;
}
.train .train_course li .train_title {
    margin-top: 5px;
    padding: 0 10px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    min-height: 42px;
}
.train .train_course li .train_timer {
    margin-top: 20px;
    padding-left: 12px;
}
.train .train_course li .train_timer img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
}
.train .train_course li .train_timer .text {
    margin-top: 3px;
    font-size: 12px;
    color: #666666;
}

.train .train_course li .train_infos {
    margin-top: 10px;
    padding-left: 12px;
}
.train .train_course li .train_infos img {
    width: 18px;
    height: 15px;
    display: block;
    margin-right: 8px;
}
.train .train_course li .train_infos .text {
    margin-top: 3px;
    font-size: 12px;
    width: 144px;
    color: #666666;
}


/*河南省专业技术人员远程培训平台*/
.distance {
    margin-top: 48px;
    width: 100%;
}
.distance .work_logo {
    width: 572px;
    height: 78px;
    background: url("../img/index/style_bg.png") no-repeat center;
    background-size: 200px 100%;
    margin: 0 auto;
    overflow: hidden;
}
.distance .distance_list {
    margin-top: 48px;
    width: 100%;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.distance .distance_list li {
    width: 585px;
    height: 130px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background: #ffffff;
}
.distance .distance_list li:hover {
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.14);
}
.distance .distance_list li p:first-child {
    margin-top: 44px;
}


/*链接管理*/
.links {
    width: 100%;
    margin-top: 63px;
    min-height: 192px;
    background: url("../img/index/link_banner.png") no-repeat bottom;
    background-size: 100% 150px;
    padding-bottom: 70px;
}
.links .links_box {
    width: 100%;
    background: #ffffff;
    height: 100%;
}
.links .links_box .links_text {
    width: 145px;
    background: #a35c8f;
    position: relative;
    height: 145px;
    transition: .3s;
}
.links .links_box .links_text p {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 20px;
}
.links .links_box .links_list {
    overflow: hidden;
    height: 145px;
    transition: .3s;
}
.links .links_box .links_list .links_branch {
    height: 145px;
    margin-left: 25px;
    padding-top: 20px;

}
.links .links_box .links_list .links_branch .links_title {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 2px;
    box-sizing: border-box;
}
.links .links_box .links_list .links_branch ul li {
    color: #333333;
    font-size: 16px;
    margin-top: 18px;
}
.links .links_box .links_list .links_branch ul li a {
    margin-right: 40px;
}
.links .links_box .links_list .links_branch ul li a:last-child {
    margin-right: 0;
}
.links .links_box .links_list .links_branch ul li a:hover {
    color: #a35c8f;
}
.links .links_box .unfold {
    margin-right: 19px;
    height: 100%;
    margin-top: 66px;
    cursor: pointer;
}
.links .links_box .unfold p {
    color: #a35c8f;
    margin-right: 10px;
}
.links .links_box .unfold img {
    width: 13px;
    height: 11px;
    display: block;
    margin-top: 7px;
}

