@charset "utf-8";
body {font-size:14px; margin:0; padding:0; color:#666; background-color: #ffffff;line-height: 22px;
font-family: "PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,STHeitiSC-Light,Microsoft YaHei,Arial,sans-serif  "}
div,form,img,ul,ol,li,dl,dt,dd,p,input,table,tr,td,th,input,span,iframe{margin:0; padding:0; border:0;outline:none;}
li {list-style-type:none; }
input,button,select {vertical-align:middle;color:#999999;outline:none;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-size:14px; font-weight:normal; }
a{display: inline-block; text-decoration:none; outline:none;cursor: pointer;color:#3ba0f5;}
a:visited,a:active,a:focus, a:hover{text-decoration:none;}
i,em,span,strong,label,img{font-style:normal;display: inline-block;}
textarea{resize: none;outline: none;}
pre{ margin:0;padding:0;font-family:  "PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,STHeitiSC-Light,Microsoft YaHei,Arial,sans-serif ";}
img{vertical-align:middle;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{ content:"."; display:block; clear:both; font-size:0; height:0; overflow:hidden;}
.clearfix{ zoom:1;}
.icon{ background: url(../images/2020_zic/icon.png) no-repeat;vertical-align: middle; }
.wrapper{ min-height: calc(100% - 48px); }
.txt-blue{color: #468feb;font-size: 14px;}
.txt-green{color: #22ac3e;font-size: 14px;}
.txt-red{color: #da0720;font-size: 14px;}
.tag{
    height: 24px;
    background-color: #e5f0fa;
    line-height: 24px;
    padding:0 10px;
    color:#006dcc;
    font-size: 14px;
}
[class^="tag"][class$="green"]{
    background-color: #e8f7eb;
    color:#22ac3e;
}
.header{
    width: 100%;
    height: 70px;
}
.header-content{
    position: fixed;
    top:0;
    z-index:10;
    width: 100%;
    height: 70px;
    padding: 0 60px;
    box-sizing: border-box;
    background-color: #fff;
}
.header .zic_logo{
    width: 126px;
    height: 66px;
    background: url(../images/2020_zic/svg/logo1.svg) no-repeat;
    background-size: 126px 66px;
    margin-top: 2px;
    /*vertical-align: top;*/
}
.header .navbar{
    display: inline-block;
    margin-left: 130px;
}
.header .navbar a{
    font-size:16px;
    color: #222222;
    padding:0 0 20px;
    margin:25px 20px 0;
    position: relative;
}
.header .navbar a.cur:after,
.header .navbar a:hover:after{
    width: 100%;
    left:0;
}
.header .navbar a:after{
    content: '';
    display: inline-block;
    width:0;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom:0;
    left:50%;
    transition: all 0.3s ease-out 0s;
}
.header .navbar a:nth-child(1){
    width: 50px;
    height: 20px;
    background: url(../images/2020_zic/svg/nav-1.svg) no-repeat;
    background-size: 50px 20px;
}
.header .navbar a:nth-child(2){
    width: 150px;
    height: 20px;
    background: url(../images/2020_zic/svg/nav-5.svg) no-repeat;
    background-size: 150px 20px;

}
.header .navbar a:nth-child(3){
    width: 106px;
    height: 20px;
    background: url(../images/2020_zic/svg/nav-2.svg) no-repeat;
    background-size: 106px 20px;

}
.header .navbar a:nth-child(4){
    width: 125px;
    height: 20px;
    background: url(../images/2020_zic/svg/nav-3.svg) no-repeat;
    background-size: 125px 20px;

}
.header .navbar a:nth-child(5){
    width: 125px;
    height: 20px;
    background: url(../images/2020_zic/svg/nav-4.svg) no-repeat;
    background-size: 125px 20px;
}
.header .navbar a:nth-child(6){
    width: 125px;
    height: 20px;
    background: url(../images/2020_zic/svg/nav-6.svg) no-repeat;
    background-size: 125px 20px;
}
.header-right [class^="icon"]{
    margin:20px 30px  20px 0;
    cursor: pointer;
}
.header-right [class^="icon"]:last-child ,
.header-right span:last-child [class^="icon"]{
    margin-right:0 ;
}
.header-right .icon-search-close{
    display: none;
}
.header .wexin-box{
    position: relative;
}
.header .wexin-box img{
    width: 0;
    position: absolute;
    top:40px;
    left:0;
    z-index:-1;
    /*display: none;*/
    transition: .5s;
}
.header .wexin-box:hover img{
    /*display: block;*/
    width: 250px;
    left:-110px;
    transition: .5s;
}
.mycenter{
    position: relative;
}
.mycenter>ul{
    width: 100px;
    box-shadow: 0 2px 20px 6px rgba(0,0,0,.1);
    display: none;
    position: absolute;
    top:60px;
    right:0;
}
.mycenter>ul li{
    padding:15px;
    cursor: pointer;
    text-align: center;
}
.mycenter:hover ul{
    display: block;
}
/*content*/
.content{
    width: 1200px;
    margin:0 auto;
    padding-bottom: 30px;
}
.content .banner{
    padding:30px 0 0;

}
.content .banner img{
   width: 100%;
}
.content .home-item{
    padding:30px 0 40px;
    color: #000;
    border-bottom: 1px solid #000;
}
.content .home-item:last-child{
    border-bottom: none;
    padding-bottom:100px;
}
.home-item .item-title{
    padding-bottom: 30px;
}
.item-title .title-big{
    font-size: 20px;
}
.item-title .title-small{
    font-size: 16px;
}
.banner .banner-left{
    width: 800px;
    height:350px;
    margin-right: 40px;
    overflow:hidden;
}
.banner .banner-left img{
    max-width: 100%;
}
.banner .course-advance{
    width: 360px;
}
.banner .course-advance>.title{
    font-size: 16px;
    color: #222;
    padding-bottom: 10px;
}
.banner .course-advance-list li{
    padding: 10px 15px 0;
    border-left:1px dashed  #e7e7e7;
    position: relative;
}
.banner .course-advance-list li:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border:1px solid #373c6f;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top:18px;
    left:-4px;
}
.banner .course-advance-list li a{
    width: 100%;
}
.banner .course-advance-list li .time{
    font-size: 14px;
    color: #999999;
}
.banner .course-advance-list li .title{
    font-size: 14px;
    color: #222222;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top:5px;
}
.banner .course-advance-list li.cur .title,
.banner .course-advance-list li:hover .title{
    color: #373c6f;
    font-weight: 600;
}
.banner .course-advance-list li.cur:before,
.banner .course-advance-list li:hover:before{
    background-color: #373c6f;
}
.banner .course-advance-list li.cur,
.banner .course-advance-list li:hover{
    background-color: #eff0f6;
    border-radius: 0 10px 10px 0;
}

.calendar-box{
    width: 290px;
    height: 240px;
    box-sizing: border-box;
    padding:15px 20px 15px 28px;
    box-shadow: 0 2px 20px 6px rgba(0,0,0,.1);
    margin-right: 25px;
}
.calendar-box .calendar-list{
    border-left:1px dashed #eeeeee;
    font-size: 0;
    padding-left: 18px;
    position: relative;
    padding-bottom: 10px;
    width:240px;
}
.calendar-box .calendar-list:last-child{
    padding-bottom: 0;
}
.calendar-box .calendar-list:last-child .icon-calendar{
    margin-top:-9px;
}
.calendar-list .icon-calendar{
    position: absolute;
    top:50%;
    margin-top:-18px;
    left:-9px;
}
.calendar-list .time{
    background-color: #f4f4f4;
    padding:8px 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 60px;
    box-sizing: border-box;
    color: #222;
    text-align: center;
}
.calendar-list .time .year,
.calendar-list .time .date{
    font-weight: bold;
}
.calendar-list .txt{
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    line-height: 26px;
}
.calendar-list .txt .title{
    font-size: 14px;
    color: #000;width: 100%;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.calendar-list .txt .lecturer{
    font-size: 12px;
    color: #666;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.calendar-list .txt .lecturer a{
    color: #666;
}
.live-list{
    font-size: 0;
}
.live-list li{
    width: 280px;
    height: 240px;
    display: inline-block;
    font-size: 0;
    margin-right: 18px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    background-color: #f6f7fa;
}
.live-list li:nth-child(3){
    margin-right: 0;
}
.live-list li a{
    width:100%;
    height:100%;
    color: #000000;
}
.live-list li .icon-tag-new{
    position: absolute;
    top:15px;
    left:-1px;
}
.live-list li img{
    width: 280px;
    max-height: 140px;
}
.live-list li .live-msg{
    padding:12px 20px;
}
.live-list li .title{
    font-size: 16px;
    height: 44px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.live-list li .lecturer{
    font-size: 14px;
    color: #666666;
    padding:10px 0 6px;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-list li .time{
    font-size: 12px;
    vertical-align: middle;
}
.live-list li .time i{
    vertical-align: middle;
}
.live-list li .time [class^="icon"]{
    margin-right: 3px;
}
.live-list li .time>.left,
.live-list li .time>.right{
    padding:5px 0;
}
.tag-type{
    padding:0 12px;
    height: 24px;
    line-height: 24px;
    text-align:center;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:0;
    left:0;
    border-radius:0 0 8px 0;
    font-size:14px;
    color: #fff;
}
.type-await{
    background-color: #f73130;
}
.slider-box{
    overflow: hidden;
    min-height:382px;
}
.tutor-team-scroll {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.tutor-team-list{
    font-size: 0;
    position: absolute;
    white-space: nowrap;
    left:0;
}
.tutor-team-list li{
    width: 225px;
    margin-right:100px;
    display: inline-block;
    vertical-align: top;
}
.tutor-team-list li a{
    width: 100%;
    height:100%;
}
.tutor-team-list li img{
    width: 100%;
    height: 282px;
}
.tutor-team-list .tutor_msg{
    padding:12px 5px;
    width: 100%;
    background: url(../images/2020_zic/tutor-bg.png) repeat-x;
    box-sizing: border-box;
    min-height:100px;
}
.tutor_msg .txt{
    display: inline-block;
    width:72%;
    vertical-align: middle;
    padding-left: 5px;
    box-sizing: border-box;
    white-space: normal;
}
.tutor_msg .name{
    font-size: 14px;
    color: #222;
    font-weight: 600;
}
.tutor_msg .obj{
    font-size: 12px;
    color: #222;
    line-height: 18px;
}
.item-title .tutor-today{
    padding-left: 1px;
    color: #222222;
}
.item-title .icon-arrow-more{
    margin-top: 10px;
}
.courseware-list li{
    padding:10px 0 20px;
    /*padding:20px;*/
    position: relative;
}
.courseware-list li:first-child{
    padding-top: 0;
}
.courseware-list li .img{
    width: 300px;
    height: 140px;
    vertical-align:middle;
    text-align: right;
}
.courseware-list li img {
    max-width: 100%;
    max-height: 140px;
}
.courseware-list li .courseware-detail{
    width:72%;
    vertical-align:middle;
    margin-right:20px;
}
.courseware-detail .title{
    font-size: 18px;
    color: #222222;
}
.courseware-detail .title .tag{
    margin-left: 10px;
}
.courseware-detail .dec{
    font-size: 14px;
    color: #999999;
    height: 46px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    margin:15px 0;
}
.courseware-detail .other-msg{
    color: #999999;
}
.courseware-detail .other-msg>span{
    margin-right: 30px;
}
.courseware-detail .courseware-msg{
	font-size:14px;
	color:#000;
	line-height:28px;
	padding-top:10px;
}
.recruit-list{
    font-size: 0;
}
.recruit-list li{
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.recruit-list li:nth-child(3){
    margin-right: 0;
}
.recruit-list li a{
    width: 100%;
}
.recruit-list .recruit-list-msg{
    padding:20px 0;
    border-bottom: 1px dashed #eeeeee;
}
.recruit-list-msg .hiring{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}
.recruit-list-msg .time{
    font-size: 14px;
    color: #999;
}
.recruit-list-msg .salary{
    font-size: 20px;
    color: #da0720;
}
.recruit-list-msg .other-msg{
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}
.recruit-list .recruit-list-company{
    padding:20px 0;
}
.recruit-list-company .company-logo{
    width: 58px;
    height: 58px;
    border: 1px solid #eeeeee;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.company-logo .logo-middle{
    width: 58px;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.company-logo .logo-middle img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.recruit-list-company .company-msg{
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    width:80%;
    line-height: 28px;
}
.recruit-list-company .company-msg span{
    margin-right: 10px;
}
.member-org-list {
    font-size: 0;
}
.member-org-list li{
    width: 18%;
    height: 88px;
    margin-right:2%;
    border:1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: inline-block;
}
.member-org-list li:nth-child(5n){
    margin-right: 0;
}
.member-org-list li .logo-middle{
    width:18%;
    height:88px;
    padding:5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.zic-home .logo-middle img{
    width: expression(this.width > 200 ? '200px': true);
    max-width:200px;
    height: expression(this.height > 78 ? '780px': true);
    max-height:78px;
    height:auto;
}
.logo-middle img{
    width: expression(this.width > 200 ? '200px': true);
    max-width:200px;
    height: expression(this.height > 78 ? '780px': true);
    /*max-height:78px;*/
    height:70px;
}
/*云解读*/
.live-list.cloud-list li{
    height: 276px;
}
.cloud-list li:nth-child(3n){
    margin-right: 18px;
}
.cloud-list li:nth-child(4n){
    margin-right: 0;
}
.cloud-list li .qkyj{
    font-size: 12px;
    padding: 10px 0 6px;
}
.report-list li{
    padding:30px 0;
    border-bottom: 1px solid #f1f2f4;
    position: relative;
}
.report-list li:first-child{
    padding-top: 0;
}
.report-list li:last-child{
    border-bottom: none;
}
.report-list li .title{
    font-size: 18px;
    color: #222;
    padding-bottom: 15px;
    line-height: 24px;
}
.report-list li .dec{
    margin: 15px 0 10px;
    height: 42px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.report-list li .time,
.report-list li .dec{
    font-size: 14px;
    color: #999;
}
.report-list li .time>span{
    margin-right: 50px;
}
.report-list li .tag{
    margin-right: 10px;
}
.about-report-list li{
    padding:20px 0;
}
.about-report-list .tag{
    margin-bottom: 10px;
}
.about-report-list li .dec{
    margin-top: 0;
}
.about-report-list ~.btn-more-line .btn-more{
    width: 60px;
    height: 30px;
    line-height: 30px;
}
.about-track-box{

}
.about-track-box>.title{
    width: 100%;
    background-color: #363970;
    height: 42px;
    padding:0 10px;
    box-sizing: border-box;
    position: relative;
}
.about-track-box .pagination{
    padding-top: 15px;
}
.about-track-box .pagination .num{
    color: #fff;
    vertical-align: middle;
    padding:0 3px;
}
.about-track-box .pagination [class^="icon"]{
    cursor: pointer;
}
.title-style{
    position: absolute;
    top:-12px;
    left:50%;
    transform: translateX(-50%);
}
.title-style [class^="icon"]{
    margin-right: 30px;
}
.title-style [class^="icon"]:last-child{
    margin-right: 0;
}
.about-track-box .about-track-con{
    padding:18px 10px 10px;
    border:1px solid #eeeeee;
}
.about-track-box .about-track-result{
    background-color: #f6f7fa;
    padding:0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.about-track-box .new-event{
    font-size: 16px;
    color: #000;
}
.about-track-box .event-list>a{
    margin-top: 10px;
    font-size: 0;
}
.event-list .logo-box{
    width: 48px;
    height: 48px;
    border:1px solid #eeeeee;
    display: inline-block;
}
.logo-box .logo-middle{
    width: 48px;
    height: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.logo-box .logo-middle img{
    max-width: 100%;
    max-height:48px;
}
.event-list .event-list-detail{
    width:206px;
    display: inline-block;
    font-size: 14px;
    color:#999999;
    padding-left: 10px;
    box-sizing: border-box;
}
.event-list .event-list-detail .title{
    color:#444444 ;
}
.event-list-detail .title .txt{
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.event-list .event-list-detail .type{
    color: #999999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}
.event-list .event-list-detail .tag{
    width: 46px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding:0;
    text-align: center;
}
.event-list .event-list-detail .time{
    font-size: 12px;
}
.about-track-con a.envet-list-more{
    width:100%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.con-right .live-list li{
    margin-right: 0;
    height:auto;
}
.con-right .live-list .title{
    height:auto;
}
.con-right .live-list li .live-msg{
    padding-bottom:5px;
}
    /* 导师详情 */
.tutor-detail{
    width: 100%;
    background-color: #f5f7f9;
    padding:30px 0 50px 0;
    margin-top: 20px;
}
.back-list{
    font-size: 14px;
    color: #222;
    padding-bottom: 20px;
}
.data-from{
    font-size: 14px;
    color: #999;
    padding:10px 0;
}
.tutor-detail-con .left{
    width: 224px;
    height: 285px;
    overflow: hidden;
    position: relative;
}

.tutor-detail-con img{
    width: 100%;
}
.tutor-detail-con [class^="icon-badge"]{
    margin-right: 10px;
    vertical-align: top;
    margin-top: 2px;
}
.tutor-detail-con .tutor-msg{
    margin-left:260px;
    color: #222;
}
.tutor-detail-con .name{
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}
.tutor-detail-con  .readnum{
    font-size: 14px;
    color: #999;
    font-weight: 500;
}
.tutor-detail-con .obj{
	font-size:16px;
	font-weight:600;
	padding-top: 10px
}
.tutor-detail-con .dec{
    font-size: 14px;
    padding-top: 20px;
    line-height:26px;
    position: relative;
    padding-right: 30px;
}
.tutor-detail-con .domain{
    color: #a1a1a1;
    padding-top: 10px;
}
.tutor-detail-con .icon-arrow-down{
    display: none;
}
.tutor-detail-con .fivelines{
    height: 130px;
    overflow: hidden;
}
.tutor-detail-con .fivelines .icon-arrow-down{
    display: block;
    transition: all .3s linear;
}
.tutor-detail-con .dec .icon-arrow-up{
    transform: rotate(180deg);
    transition: all .3s linear;
}
.tutor-detail-con .dec [class^="icon"]{
    position: absolute;
    bottom:10px;
    right:0;
    cursor: pointer;
}
/* 在线大讲堂 */
.online-couse .couse-title{
    font-size: 28px;
    color: #000;
    padding-top:30px;
    line-height: 30px;
}
.online-couse .course-tutor{
    border-left:3px solid #000;
    padding:0 0 0 20px;
    margin-bottom: 10px;
    color: #000;
    line-height: 38px;
}
.online-couse .course-tutor  .name{
    font-size: 24px;
}
.online-couse .course-tutor  .obj{
    font-size: 16px;
    color: #222;
}
.online-couse .course-tutor .merit{
    font-size: 16px;
    color: #999999;
}
.con-right-title{
    padding:30px 0 24px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}
.course-vedio-list li{
    margin-bottom: 25px;
    position: relative;
}
.course-vedio-list li>a{
    width: 100%;
}
.course-vedio-list li .photo-box{
    width: 100%;
    /*height: 140px;*/
     /*background:url(../images/2020_zic/tutor-bg2.png) repeat-x;*/
    position: relative;
    text-align: right;
}
.course-vedio-list li .photo-box img{
    width:100%;
    /*height: 140px;*/
}
.course-vedio-list li [class^="icon-badge"]{
    position: absolute;
    top:10px;
    left:15px;
}
.course-vedio-list .course-vedio-detail{
    padding:10px 15px;
    color: #000;
}
.course-vedio-detail .title{
    font-size: 16px;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display:-webkit-box;*/
    /*-webkit-box-orient:vertical;*/
    /*-webkit-line-clamp:2;*/
    /*overflow:hidden;*/
}
.course-vedio-detail .lecturer{
    font-size: 14px;
    color: #999999;
    /*padding:10px 0 6px;*/
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    height: 22px;
}
.course-vedio-detail .lecturer .name{
    font-size: 16px;
    color: #666;
    margin-right: 10px;
    display: inline;
}
.course-vedio-detail .lecturer .obj,
.course-vedio-detail .lecturer .obj>span{
    display: inline;
    white-space: normal;
}
.course-vedio-detail .lecturer .obj>span{
    margin-right: 10px;
}
.course-vedio-detail .time{
    font-size: 12px;
}
.course-vedio-detail .time i{
    vertical-align: middle;
}
.course-vedio-detail .time [class^="icon"]{
	margin-right:3px;
}
.online-couse .course-dec{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.on-advisory{
    cursor: pointer;
}

/* 课程日历 */
.course-list{
    font-size: 0;
}
.course-list li{
    width:49%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    margin-right: 2%;
    position: relative;
}
.course-list li:nth-child(2n){
    margin-right: 0;
}
.course-list li .icon-tag-new{
    position: absolute;
    top:10px;
    left:-1px;
}
.course-list li img{
    width: 280px;
    max-height: 150px;
    margin-right: 20px;
}
.course-list li .course-detail{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    width: 280px;
}
.course-detail .title{
    font-size: 16px;
    height: 52px;
    line-height: 26px;
}
.course-detail .title .txt{
    display: inline;
}
.course-detail .lecturer{
    color: #666;
    font-size:14px ;
}
.course-detail .lecturer>span{
    font-size:12px ;
}
.course-detail .txt-green,
.course-detail .txt-red,
.course-detail .txt-blue{
    padding:10px 0;
    font-size: 14px;
}
.course-detail .time{
    font-size: 12px;
    padding-top:10px ;
}
.course-detail .time>span:first-child{
    margin-right: 20px;
}
/* 课程日历 */
.course-calendar>.title{
    font-size: 18px;
    color: #222;
    padding-bottom: 30px;
}
/* 超级互动 */
.interact-banner{
    position: relative;
}
.banner.interact-banner>.erweima{
    position: absolute;
    top:42px;
    right:220px;
    max-width:100px ;
}
.interact-title{
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding:0 0 40px 0;
    color: #000;
}
.interact-right{
    /*position: fixed;*/
    /*top:70px;*/
    /*width: 280px;*/
}
.interact-right-title{
    font-size: 20px;
    color: #000;
    margin: 30px 0;
}
.hot-problem-list{
    /*height: 340px;*/
    /*overflow-y:auto ;*/
}
.hot-problem-list li{
    padding:18px;
    background-color: #f7f7f7;
    color: #000;
    margin-bottom: 20px;
}
.hot-problem-list li .txt{
    font-size: 14px;
}
.hot-problem-list li .num{
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.hot-problem-list li [class^="icon-like"]{
    margin-left: 30px;
}
.hot-problem-list li .icon-like-red-small ~.num{
    color: #e50808;
}
.hot-problem-list li:hover{
    background-color:#d7d8e1;
}
.problem-write{
    position: relative;
    margin-top:30px;
    width: 100%;
    padding:15px 20px 50px 40px;
    box-sizing: border-box;
    border:1px solid #f2f2f4;
    min-height:100px;
    color: #000;
    max-height: 200px;
}
.problem-write textarea{
    position: absolute;
    top:0;
    left:0;
    height:calc(100% - 50px);
    width: 100%;
    padding:18px 20px 0 40px;
    /*margin-bottom: 50px;*/
    border:none;
    box-sizing: border-box;
    font-family: "PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,STHeitiSC-Light,Microsoft YaHei,Arial,sans-serif ";
}
.problem-write .pre-html{
    padding-bottom: 20px;
    max-height: 110px;
    overflow:auto ;
}
.problem-write .icon-write{
    position: absolute;
    top:18px;
    left:13px;
}
.problem-write .btn-black{
    width: 80px;
    height: 34px;
    position: absolute;
    bottom:10px;
    right:10px;
    line-height: 34px;
    font-size: 14px;
    z-index:1;
}
.content .con-left{
    width: 870px;
    margin-right: 50px;
}
.content .con-right{
    width: 280px;
}
.con-left .interact-detail{
    padding: 30px 0 40px;
}
.interact-detail .interact-title-type{
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.interact-detail-title{
    font-size: 28px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 30px;
    line-height: 30px;
}
.interact-detail .interact-concat{
    padding:10px 0;
}
.interact-detail .interact-concat span{
    margin-right: 80px;
    font-size:16px ;
    color: #999;
}
.interact-detail .interact-img{
    text-align: center;
    padding-bottom: 30px;
}
.interact-detail .interact-img img{
    max-width: 100%;
}
.interact-concat span .txt{
    vertical-align: middle;
}
.interact-detail .interact-concat [class^='icon']{
    margin-right: 5px;
}
.interact-detail .interact-concat i{
    vertical-align: middle;
}
.interact-detail .interact-btn{
    margin-top: 30px;
}
.interact-btn [class^="btn"]{
    margin-right:20px;
    width: 178px;
}
.interact-detail .course-dec{
    padding: 15px 0 30px;
}
.interact-detail .course-dec img{
    width: 100%;
}
.interact-detail .lecturer{
    padding-top: 10px;
}
.interact-detail .lecturer [class^="icon"] ~i{
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    margin-left: 5px;
}
.interact-detail .lecturer .icon-author ~i{
    color: #144894;
}
.slider-top{
    position: relative;
}


/* 学院课程 */
.college-course .filter-course{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-top: 30px;
}
.filter-course .filter-list{
    padding:10px 0 0;
    font-size: 0;
}
.filter-list .label{
    color: #666666;
    width: 130px;
    font-size: 14px;
}
.filter-course .filter-list a{
    color: #222222;
    margin-right: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    margin-bottom: 10px;
}
.filter-course .filter-list a:hover,
.filter-course .filter-list a.cur{
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.filter-course .filter-list .filter-option {
    width:calc(100% - 130px);
    vertical-align: top;
}
.filter-list  .filter-option-notall{
    width:calc(100% - 70px);
    vertical-align: top;
}
.filter-course .set-time{
    position: relative;
}
.filter-course .set-time .icon-calendar{
    position: absolute;
    right:10px;
    top:4px;
}
.filter-course .time-range{
    width: 280px;
    height: 28px;
    line-height: 28px;
    border:1px solid  #eeeeee;
    color: #222;
    font-size: 14px;
}
.college-course-advance{
    width: 100%;
    height: 360px;
    padding:20px;
    background-color: #fff;
    box-shadow: 0 2px 20px 6px rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 30px;
}
.college-course-advance>.left{
    width: 730px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.college-course-advance>.left img{
    width: 100%;
    height:320px;
}
.advance-btn{
    width: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    bottom:0;
    left:0;
    border-radius: 0 0 10px 10px;
    padding:10px 20px;
    box-sizing: border-box;
}
.advance-btn .radius-btn{
    padding:0 20px;
    height: 26px;
    border:1px solid #fff;
    border-radius: 20px;
    color: #ffffff;
    line-height: 26px;
}
.advance-btn .radius-btn:hover{
    color:#363970;
    border-color:#fff;
    background-color: #fff;
}
.college-course-advance>.left.advance-list{
    width: 410px;
    height: 320px;
}
.college-course-advance .advance-list li:first-child{
    margin-top: 8px;
}
.college-course-advance .advance-list li{
    width: 100%;
    padding:15px 10px 10px 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}
.advance-list li .title{
    font-size: 14px;
    color: #222;
    vertical-align: middle;
    max-width:280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advance-list li .icon-time-type-playback,
.advance-list li .icon-time-type-start,
.advance-list li .icon-time-type{
    width: 64px;
    height: 20px;
    background-position: 0 -140px;
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
    line-height: 19px;
}
.advance-list li [class^="icon"]>i{
    padding-left: 20px;
    line-height: 20px;
}
.advance-list li .icon-time-type-start{
    background-position: 0 -161px;
}
.advance-list li .icon-time-type-playback{
    background-position: -242px -93px;
}
.advance-list li .icon-time-type-playback,
.advance-list li .icon-time-type-start{
    color: #fff;
}
.advance-list li .txt>span{
    font-size: 14px;
    color: #b1b3d7;
    margin-right: 20px;
}
.advance-list li .txt>span i{
    vertical-align: middle;
}
.advance-list li .txt>span [class^="icon"]{
    margin-right: 3px;
}
.advance-list li .txt{
    display: none;
}
.advance-list li.cur,
.advance-list li:hover{
    background-color: #363970;
    padding:10px 15px;
    border-radius: 0 10px 10px 0;
}
.advance-list li.cur .title,
.advance-list li:hover .title{
    font-size: 16px;
    color: #f8f5f5;
}
.advance-list li.cur .txt,
.advance-list li:hover .txt{
    display: block;
}
.college-course .course-vedio-list{
    font-size: 0;
}
.college-course .course-vedio-list li{
    width: 280px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}
.college-course .course-vedio-list li:nth-child(4n){
    margin-right: 0;
}
.college-course .course-vedio-list li .photo-box img{
    height: 140px;
}
.course-vedio-list li .course-vedio-detail .time>span{
    margin-right: 20px;
}
/* 搜索 */
.search{
    top: 70px;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease;
}
.search.transitionShow {
    display: block;
    height: auto;
    opacity: 1;
    position: fixed;
    z-index: 505;
    padding-top: 50px;
    padding-bottom: 50px;
}
.search>.search-content{
    height:100%;
}
.search .search-wid{
    width: 1200px;
    margin:0 auto;
}
.search .search-input{
    width:  1200px;
    position: relative;
}
.search-input input{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #000;
    font-size: 16px;
    color: #000;
    line-height: 60px;
}
.search-input .icon-search-close{
    position: absolute;
    right:50px;
    top:10px;
    display: none;
    cursor: pointer;
}
.search-input .icon-search{
    position: absolute;
    right:5px;
    top:10px;
    cursor: pointer;
}
.search-records{
    width: 100%;
    position: absolute;
    top:61px;
    left:0;
    box-shadow: 0 2px 20px 6px rgba(0,0,0,.1);
    background-color: #fff;
    /*padding:20px 0 15px;*/
    z-index: 100;
    display: none;
}
.search-records>li>a{
    padding:6px 20px 6px 30px;
    font-size: 16px;
    color: #666666;
}
.search-records>li:first-child{
    padding-top: 20px;
}
.search-records>li:last-child{
    padding-bottom: 20px;
}
.search-rela>.title{
    font-size: 20px;
    color: #000;
    padding: 50px 0 20px;
}
.search-rela>title>i{
    vertical-align: middle;
}
.hot-words .hot-words-tag{
    padding:8px 35px;
    font-size: 16px;
    color: #666666;
    background-color: #f6f7fa;
    margin:0 20px 20px 0;
}
.search-result .search-total{
    padding:20px 0;
    font-size: 14px;
    color: #222;
}
.search-result .search-total .txt-red{
    font-weight: 600;
}
.search-result .search-filter>span{
    font-size: 16px;
    color: #999999;
    width: 70px;
}
.search-result .search-filter>a{
    font-size: 16px;
    color: #222;
    padding:0 10px 8px;
    border-bottom: 3px solid transparent;
    margin-right: 10px;
}
.search-result .search-filter>a.cur,
.search-result .search-filter>a:hover{
    border-bottom-color:#000 ;
}
.search .search-rela,
.search .search-result{
    height:calc(100% - 160px);
}
.search .hot-words,
.search-result .search-result-list{
    height:100%;
    overflow-y:auto;
    padding-bottom: 20px;
}
.search-result-list .result-item{
    padding-top: 20px;
}
.search-result-list .result-item>.title{
    font-size: 16px;
    color: #222;
    padding:15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.search-tutor-list li{
    position: relative;
}
.search-tutor-list li>a{
    width: 100%;
    padding:30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.search-tutor-list li .tutor-photo{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border:1px solid #f2f2f4;
    overflow: hidden;
    margin-right: 20px;
}
.search-tutor-list li .tutor-photo img{
    max-width: 100%;
}
.search-tutor-list li .tutor-con{
    margin-left:90px;
}
.search-tutor-list li .tutor-con .name{
    font-size: 20px;
    color: #222;
    line-height: 36px;
}
.search-tutor-list li .tutor-con .name i{
    vertical-align: middle;
}
.search-tutor-list li .tutor-con .obj{
    font-size: 14px;
    color: #222;
    line-height: 26px;
}
.search-tutor-list li .tutor-con .dec{
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
.search-result-list .report-list li:first-child{
    padding-top:30px;
}
.search-result-list .courseware-list li{
    padding:30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.search-result-list .courseware-list li:first-child{
    padding-top: 30px;
}
.search .search-result{
    display: none;
}
/* 立即报名 */
.signup-box .layui-layer-title{
    background-color: #fff;
    border-bottom:none;
    border-radius: 6px 6px 0 0 ;
    font-size: 16px;
    color: #222;
    height: 60px;
    line-height: 60px;
}
.signup-box .layui-layer-setwin{
    top:20px;
    right:20px;
}
.signup-box.layui-layer{
    border-radius: 6px;
}
.signup-box .from-signup{
    padding:0 20px 20px  20px;
}
.from-signup input{
    width: 100%;
    height: 40px;
    line-height: 42px;
    color: #222222;
    padding:0 10px;
    border:1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 14px;
}
.from-signup textarea{
    width: 100%;
    padding:10px;
    border:1px solid #eeeeee;
    box-sizing: border-box;
    resize: vertical;
}
.from-signup .btn-black{
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin: 10px auto 0;
}
.from-signup .txt-red{
    font-size: 12px;
    margin-bottom: 20px;
}
.from-signup .layui-layer-title .name{
    color: #363970;
    font-weight: 600;
}


/* 右侧分享菜单 */
.slide-fixed{
    position: fixed;
    bottom:100px;
    left:50%;
    margin-left:630px;
}
.slide-fixed li{
    width: 48px ;
    height: 48px ;
    border:1px solid #d1d1d1;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
    padding-top:10px;
    box-sizing: border-box;
    cursor:pointer;
}
.slide-fixed li.slide-share:hover{
    background-color: #363970;
    border-color:#363970;
}
.slide-fixed li.slide-share:hover .icon-share{
    background-position: -1px -117px;
}
.slide-fixed li.slide-collect:hover{
    background-color: #ee8b2b;
    border-color: #ee8b2b;
}
.slide-fixed li.slide-collect:hover .icon-collect{
    background-position: -44px -116px;
}
.slide-fixed li.slide-like:hover{
    background-color: #f4454e;
    border-color:#f4454e;
}
.slide-fixed li.slide-like:hover .icon-like-small{
    background-position:-90px -115px;
}
/* 分页 */
.zic-pagination{
    text-align: right;
    padding:20px 0;
}
.zic-pagination>a{
    height: 22px;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    color: #5a5f62;
    font-size: 14px;
    min-width: 22px;
    box-sizing: border-box;
    text-align: center;
}
.zic-pagination .prev{
    padding:0 5px;
}
.zic-pagination>a.cur,
.zic-pagination>a:hover{
    background-color: #000;
    color: #fff;
}


.no-data{
	text-align:center;
	color:#d1d1d1;
	padding:15px;
    font-size: 18px;
}
    /* 按钮-- */

.btn-blue{
    text-align: center;
    line-height: 46px;
    border:1px solid #468feb;
    color: #468feb;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin: 10px auto 0;
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.btn-blue:before,.btn-blue:after{
    content: '';
    display: inline-block;
    width: 0;
    height:100%;
    background-color: #468feb;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.5s ease-out 0s;
    z-index:-1;
}
.btn-blue{
    color: #fff;
}
.btn-blue:before{
    width: 100%;
    background-color: #468feb;
}
.btn-blue:hover{
    color: #468feb;
}
.btn-blue:hover:after{
    width: 100%;
    background-color: #fff;
}




    /* 按钮-- */
.btn-more-line{
    padding-top: 20px;
    text-align: center;
}
.btn-black, .btn-border, .btn-more{
    width: 198px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border:1px solid #000;
    color: #000;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.btn-black:before,.btn-black:after,
.btn-border:before,.btn-border:after,
.btn-more:before,.btn-more:after{
    content: '';
    display: inline-block;
    width: 0;
    height:100%;
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.5s ease-out 0s;
    z-index:-1;
}
.btn-border:before, .btn-more:before{
    width: 100%;
    background-color: #fff;
}
.btn-border:after, .btn-more:after{
    background-color: #000;
}
.btn-border:hover:after, .btn-more:hover:after{
    width: 100%;
}
.btn-border:hover,.btn-more:hover{
    color: #fff;
}
.btn-black{
    color: #fff;
}
.btn-black:before{
    width: 100%;
    background-color: #000;
}
.btn-black:hover{
    color: #000;
}
.btn-black:hover:after{
    width: 100%;
    background-color: #fff;
}
/* hover 添加阴影 */
.search-result .search-tutor-list li:after,
/*.course-vedio-list li:after,*/
.course-list li:after,
.report-list li:after,
.recruit-list li:after,
.courseware-list li:after{
    content: '';
    width:100%;
    height:100%;
    display: inline-block;
    position: absolute;
    top:-15px;
    left:-20px;
    padding:15px 20px;
    z-index:-1;
    transition: .5s;
}
.recruit-list li:after{
    padding:5px 20px;
    top:-5px;
}
.report-list li:after{
    padding: 0 20px 0;
    top:0;
    left:-20px;
}
.report-list li:first-child:after{
    padding-top: 15px;
    top:-15px;
}
.course-list li:after{
    padding:20px 0 20px 20px;
    top:-20px;
    left:-20px;
}
.courseware-list li:after{
    padding:20px 20px 0 20px;
}
.search-result .search-tutor-list li:after,
.search-result-list .courseware-list li:after{
    padding:0 20px;
    top:0;
}
.search-result-list .courseware-list li:first-child:after,
.search-result-list .report-list li:first-child:after{
    padding-top: 0;
    top:0;
}
.search-result .search-tutor-list li:hover:after,
.search-result-list .courseware-list li:hover:first-child:after,
.search-result-list .report-list li:hover:first-child:after,
/*.course-vedio-list li:hover:after,*/
.course-list li:hover:after,
.report-list li:hover:after,
.recruit-list li:hover:after,
.courseware-list li:hover:after{
    box-shadow: 0 2px 20px 6px rgba(0,0,0,.1);
    z-index:-1;
    transition: .5s;
}
.course-vedio-list li:hover,
.live-list li:hover{
    box-shadow: 0 2px 20px 6px rgba(0,0,0,.1);
    transition: .5s;
}
/*模拟下拉框*/
.sel_box{
    display:inline-block;
    position: relative;
    margin: 0 30px;
}
.sel_box .sel_show{
    padding:0 20px 0 10px;
    height: 34px;
    line-height:34px;
    cursor:pointer;
    min-width:60px;
    color:#222222;
    font-size:14px;
    border:1px solid #e5e5e5;
    position: relative;
}
.sel_box .icon_seldown,.sel_box .icon_selup{
    margin-left:5px;
    position: absolute;
    right:8px;
    top:15px;
}
.sel_box > ul.sel_option{
    position: absolute;
    top:36px;
    left:0;
    display:none;
    z-index:999;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.sel_box > ul.sel_option li{
    padding:0 20px;
    background-color: #fff;
    height: 32px;
    line-height:32px;
}
.sel_box > ul.sel_option li:hover{
    background-color: #000;
}
.sel_box > ul.sel_option li:hover a{
    color:#ffffff;
}
.sel_box > ul.sel_option li a{
    min-width: 80px;
    white-space: nowrap;
    font-size:14px;
    color: #000;
}
.sel_box > ul.keep_right{
    right:0;
    left: auto;
}
/* 敬请期待 遮罩 */
html,body{
    height: 100%;
}
.wrapper-shadow{
    width: 100%;
    height:100%;
    overflow: hidden;
}
.fliter-style{
    filter:blur(5px);
}
.shadow{
    position: absolute;
    top:70px;
    left:0;
    width: 100%;
    height:calc(100% - 118px) ;
    background-color: rgba(255,255,255,.8);
}
.shadow .txt{
    font-size: 50px;
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #000;
}

/* icon */
.icon-badge{
    width: 56px;
    height: 54px;
    background: url(../images/2020_zic/icon-badge.png) no-repeat;
    vertical-align: middle;
}
.icon-badge-5{
    background-position: 0 0;
}
.icon-badge-4{
    background-position: -64px 0;
}
.icon-badge-3{
    background-position: -130px 0;
}
.icon-badge-2{
    background-position: -195px 0;
}
.icon-badge-1{
    background-position: -260px 0;
}
[class^="icon-badge-small"]{
    width: 26px;
    height: 25px;
}
.icon-badge-small-1{
    background: url(../images/2020_zic/icon-badge-small-1.png) no-repeat;
}
.icon-badge-small-2{
    background: url(../images/2020_zic/icon-badge-small-2.png) no-repeat;
}
.icon-badge-small-3{
    background: url(../images/2020_zic/icon-badge-small-3.png) no-repeat;
}
.icon-badge-small-4{
    background: url(../images/2020_zic/icon-badge-small-4.png) no-repeat;
}
.icon-badge-small-5{
    background: url(../images/2020_zic/icon-badge-small-5.png) no-repeat;
}
.icon-search{
    width: 28px;
    height: 28px;
    background-position: -1px -23px;
}
.icon-weixin{
    width: 35px;
    height: 30px;
    background-position: -30px -84px;
}
.icon-zic-phone{
    width: 22px;
    height: 28px;
    background-position: 0 -84px;
}
.icon-mycenter{
    width: 28px;
    height: 28px;
    background-position: -30px -23px;
}
.icon-mycenter-user{
    width: 28px;
    height: 28px;
    background-position: -244px -123px;
}
.icon-calendar{
    width: 18px;
    height: 18px;
    background-position: 0 0;
}
.icon-clock{
    width: 14px;
    height: 14px;
    background-position: -26px -1px;
}
.icon-arrow-red{
    width: 13px;
    height: 10px;
    background-position: -60px -3px;
}
.icon-arrow-more{
    width: 10px;
    height: 14px;
    background-position: -46px 0;
}
.icon-eye{
    width: 20px;
    height: 16px;
    background-position: -76px 0;
}
.icon_seldown,.icon_selup{
    width: 10px;
    height: 5px;
    background-position: -99px -4px;
}
.icon_selup{
    background-position: -110px -4px;
}
.icon-qkyj{
    width: 18px;
    height: 18px;
    background-position: -65px -23px;
}
.icon-tag-new{
    width: 70px;
    height: 22px;
    background-position: 0 -56px;
}
.icon-live{
    width: 18px;
    height: 14px;
    background-position: -87px -23px;
}
.icon-eye-black{
    width: 20px;
    height: 14px;
    background-position: -110px -22px;
}
.icon-query{
    width: 24px;
    height: 20px;
    background-position: -135px -56px;
}
.icon-like-red,.icon-like-gray{
    width: 25px;
    height: 25px;
    background-position: -75px -55px;
}
.icon-like-gray{
    background-position: -104px -55px;
}
.icon-write{
    width: 24px;
    height: 18px;
    background-position: -135px -26px;
}
.icon-person{
    width: 24px;
    height: 22px;
    background-position: -71px -87px;
}
.icon-tel{
    width: 24px;
    height: 22px;
    background-position: -98px -86px;
}
.icon-time{
    width: 22px;
    height: 22px;
    background-position: -128px -87px;
}
.icon-address{
    width: 20px;
    height: 27px;
    background-position: -153px -84px;
}
.icon-arrow-prev,.icon-arrow-next{
    width: 10px;
    height: 10px;
    background-position: -125px -3px;
}
.icon-arrow-next{
    background-position: -137px -3px;
}
.icon-calendar-header{
    width: 15px;
    height: 38px;
    background-position: -162px -13px;
}
.icon-advisory{
    width: 20px;
    height: 16px;
    background-position: -135px -117px;
}
.icon-hot{
    width: 20px;
    height: 20px;
    background-position: -165px -59px;
}
.icon-search-close{
    width: 30px;
    height: 30px;
    background-position: -72px -140px;
}
.icon-share{
    width: 18px;
    height: 18px;
    background-position: -23px -117px;
}
.icon-collect{
    width: 18px;
    height: 18px;
    background-position: -66px -116px;
}
.icon-like-small{
    width: 18px;
    height: 20px;
    background-position: -113px -115px;
}
.icon-like-red-small{
    width: 18px;
    height: 20px;
    background-position: -177px -89px;
}
.icon-user{
    width: 19px;
    height: 19px;
    background-position: -108px -163px;
}
.icon-password{
    width: 17px;
    height: 19px;
    background-position: -135px -163px;
}
.icon-arrow-down,.icon-arrow-up{
    width: 15px;
    height: 8px;
    background-position: -163px -169px;
}
.icon-author{
    width: 62px;
    height: 24px;
    background-position: -158px -138px;
}
.icon-link{
    width: 22px;
    height: 24px;
    background-position: -185px -139px;
}
.icon-live-ing{
    width: 78px;
    height: 24px;
    background-position: -244px -4px;
}
.icon-playback{
    width: 66px;
    height: 24px;
    background-position: -244px -34px;
}
.icon-notbegin{
    width: 62px;
    height: 24px;
    background-position: -244px -64px;
}
.icon-clock-white{
    width: 15px;
    height: 16px;
    background-position: -216px -143px;
}
.icon-person-white{
    width: 15px;
    height: 16px;
    background-position: -216px -123px;
}
/* 滚动条 */
.mCSB_container{
    margin-right: 20px;
}
.mCS-mytheme>.mCSB_scrollTools .mCSB_draggerRail{
    background:#fff; /* rgba fallback */
    /*background:rgba(0,0,0,0.15);*/
}
.mCS-mytheme>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#dcdcdc; /* rgba fallback */
    /*background:rgba(0,0,0,0.75);*/
}
.mCS-mytheme>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background:#dcdcdc;
}
.mCS-mytheme>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-mytheme>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background:#dcdcdc
}
/* login */
.popul.layui-layer{
    border-radius: 10px;
}
.popul .layui-layer-title{
    background: #fff;
    border-bottom: none;
    height:60px;
    line-height:60px;
    padding:0 30px;
    font-size:16px;
    color:#222;
    border-radius:10px 10px 0 0 ;
}
.popul .layui-layer-setwin{
    top:20px;
    right:30px;
}
.loginbox{
    padding:0 30px 10px 30px;
    width: 325px;
}
.loginbox .login-inp{
    position: relative;
    margin-bottom:20px;
}
.loginbox .login-inp input,.loginbox .login-inp .login-btn{
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding:0 10px 0 40px;
    box-sizing: border-box;
    border:1px solid #eeeeee;
    font-size: 14px;
    color: #222;
}
.loginbox .login-inp .login-btn{
    background-color: #32376c;
    padding:0 10px;
    text-align: center;
    font-size:14px;
    color:#fff;
}
.loginbox .login-inp:hover .icon-user{
    background-position: -108px -141px;
}
.loginbox .login-inp:hover .icon-password{
    background-position: -134px -141px;
}
.loginbox .login-inp [class^="icon"]{
    position: absolute;
    top:14px;
    left:12px;
}
.login-ckbox{
    padding:12px 0 20px;
    color:#222222;
}
.login-ckbox label,.login-ckbox .ckbox{
    cursor: pointer;
}
.ckbox{
    width: 14px;
    height: 14px;
    border:1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    vertical-align: middle;
    margin-top: -5px;
}
.ckbox input[type='checkbox']{
    width: 14px;
    height: 14px;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    z-index:9;
}
.ckbox .icon-cked{
    position: absolute;
    top:-1px;
    left:-1px;
    width: 16px;
    height: 16px;
    background-position: -160px -117px;
}
.ckbox input[type='checkbox']{
    width: 16px;
    height: 16px;
    background-position: -160px -117px;
}
/* footer底边开始 */
.public-footer{
	height: 48px;
	background: #292929;
	width: 100%;
	color: #9c9c9c;
	position: relative;
}
.public-footer .main-wid{
    width: 1200px;
    margin:0 auto;
	padding:13px 0 12px;
}
.public-footer span{
	color: #9c9c9c;
}
.public-footer .a-footer{
	color: #9c9c9c;
}
.public-footer .a-footer:hover{
	color: #339aff;
}
.c-icon-jgwablogo {
	background-image: url(https://www.pedata.cn/images/icon_jgwablogo.png);
	height: 20px;
	margin-left: 5px;
	padding-left: 20px;
	vertical-align: middle;
}
.public-footer-right{
	float:right;
	color: #ffffff;
	margin-left: 20px;
}
.public-footer-right i{
	color: #339aff;
}
.public-footer-right img{
	vertical-align: middle;
	margin-right: 10px;
}
/* footer底边结束 */
.layui-laydate-main .layui-laydate-content td.laydate-selected{
    background-color:rgba(54,57,112,.3);
}
/* 轮播 */
.swiper-pagination-bullet-active{
    background-color: #373c6f;
}
.swiper-button-prev{
    width: 40px;
    height: 56px;
    background-position: -198px -3px;
    left: 10px;
    right: auto;
    margin-top: -28px;
}
.swiper-button-next{
    width: 40px;
    height: 56px;
    background-position: -198px -61px;
    right: 10px;
    left: auto;
    margin-top: -28px;
}

@media only screen and (max-width: 1600px){
    .header .navbar{
        margin-left: 50px;
    }
    .header .navbar a{
        margin-left:15px;
        margin-right:15px;
    }
}
@media only screen and (max-width: 1440px){
    .header .header-content{
        padding:0 20px;
    }
}
@media only screen and (max-width: 1300px){
    .header,.header .header-content{
        width: 1280px;
        position: relative;
    }
    .content {
        width: 1200px;
        margin: 0 40px;
    }
}
