@charset "utf-8";


.right-laydate {
    border: 1px solid #ededed;
    border-top: none;
    background: #fff;
}

.calendar-title {
    width: 100%;
    height: 42px;
    background: #144058;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}

.calendar-title .iconfont {
    font-size: 20px;
}

#layui-laydate1 {
    width: 100%;
    box-shadow: none;
    border: none;
}

.layui-laydate-main {
    width: 100% !important;
}

.layui-laydate-content table {
    width: 100%;
}

.layui-laydate-header {
    border-bottom: 1px solid #ededed !important;
}

.layui-laydate-header i.laydate-next-y,
.layui-laydate-header i.laydate-prev-y {
    display: none;
}

.laydate-day-mark::after {
    display: none;
}

.laydate-day-mark {
    left: 50% !important;
    transform: translateX(-50%);
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    background: #D6262E;
    border-radius: 200px;
    color: #fff;
}

.layui-laydate .layui-this {
    background: none !important;
    color: #D6262E !important;
    font-weight: bold;
}

.layui-laydate-header {
    border-bottom: 1px solid #ededed;
}

.layui-laydate-content td:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px !important;
    height: 30px !important;
    border-radius: 200px;
    background: none;
    z-index: -1;
}

.layui-laydate-content td:hover, .layui-laydate-list li:hover {
    background: none !important;
}

.layui-laydate-content td:hover:after {
    background: #ededed;
}


.layui-layer-tips .layui-layer-content {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15) !important;
    padding: 15px !important;
    border-radius: 5px !important;
}

.calendar-popup li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.calendar-popup li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.calendar-popup .thetitle a {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.calendar-popup .thetitle a:hover {
    color: #144058;
    font-weight: bold;
}

.calendar-popup .theCon {
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    margin-top: 5px;
}

.calendar-popup .theCon span {
    display: block;
    float: left;
}

.calendar-popup .theCon .theSpeaker {
    float: right;
}

.layui-layer-tips i.layui-layer-TipsT {
    display: none;
}

.all-signUp {
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
    position: relative;
}

.all-signUp a {
    width: 100%;
    display: block;
    height: 34px;
    background: #d6262e;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 5px auto 0px;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s;
}

.all-signUp a:hover {
    background: #C2161E;
}

.signUp-con {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    position: absolute;
    left: 0px;
    top: 34px;
    z-index: 999;
}

.signUp-con span {
    display: block;
}

.signUp-con .thetitle {
    font-size: 16px;
    font-weight: bold;
    color: #d6262e;
}

.signUp-con span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
}

.all-signUp:hover .signUp-con {
    /*display: block;*/
}


.webinar-list {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    padding-bottom: 40px;
}

.webinar-list-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.webinar-list-title strong {
    color: #D6262E;
}

.webinar-list ul {
    position: relative;
}

.webinar-list ul:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ededed;
    position: absolute;
    top: 5px;
    left: 4px;
}

.webinar-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.webinar-list li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #144058;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
}

.webinar-list li .thetitle a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    position: relative;
}

.webinar-list li .thetitle a:hover {
    color: #144058;
    font-weight: bold;
}


.webinar-list ul {
    margin-top: 10px;
    max-height: 400px;
    overflow: hidden;
}

.webinar-list li .thedata {
    padding: 0px 8px;
    height: 18px;
    line-height: 22px;
    display: inline-block;
    background: #ededed;
    border-radius: 5px;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.view-more {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    line-height: 40px;
}

.view-more a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #D6262E;
    font-weight: bold;
}
.view-more a:hover{
    color: #C2161E;
}
.webinar-right-box {
    width: 100%;
    height: auto;
    padding: 5px 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff;
}

.webinar-right-box .column-box-title {
    margin: 0px;
}

.webinar-hot-list li {
    width: 100%;
    overflow: hidden;
    margin: 15px auto 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.webinar-hot-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.webinar-hot-list .thePicBg {
    width: 110px;
    float: left;
    border-radius: 5px;
    position: relative;
    z-index: 20;
}

.webinar-hot-list .thePic {
    width: 90px;
    height: 60px;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}

.webinar-hot-list .theRightText .theTitle a {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    height: 48px;
    overflow: hidden;
    display: block;
}

.webinar-hot-list .theRightText .theTitle a:hover {
    color: #144058;
    font-weight: bold;
}

.webinar-hot-list .theRightText .theBtn a {
    width: 70px;
    height: 22px;
    opacity: 1;
    background: #d6262e;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    margin-top: 5px;
    transition: all 0.5s;
}

.webinar-hot-list .theRightText .theBtn a:hover {
    background: #C2161E;
}

.information-list li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-top: 15px;
}

.information-list li .thenum {
    display: block;
    width: 18px;
    height: 18px;
    background: #999999;
    border-radius: 2px;
    float: left;
    font-size: 14px;
    text-align: CENTER;
    color: #ffffff;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

.information-list li a {
    display: block;
    width: calc(100% - 18px - 10px);
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.information-list li a:hover {
    color: #144058;
    font-weight: bold;
}

.information-list li:nth-child(1) .thenum,
.information-list li:nth-child(2) .thenum,
.information-list li:nth-child(3) .thenum {
    background: #144058;
}

.layui-layer-tips{
    padding: 0 0 15px 0!important;
    margin-top: 10px!important;
 }

.webinar-hot,.information-data{
    display: none;
}