@charset "utf-8";

body,
html {
    background: #f1f1f1;
    width: 100%;
}

/* 顶部样式 */
.header {
    width: 100%;
    padding: 20px 0;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 22px #ccc;
    position: relative;

}

.logo_box {
    display: flex;
    justify-content: space-between;
}

.header h1 {
    font-size: 18px;
    float: left;
}

.header .layui-nav {
    background: #fff;
    float: left;
    padding: 0!important;
}

.header .layui-nav a {
    color: #000000;
    font-size: 18px;
}

.header .layui-nav .layui-nav-child a {
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.header .layui-nav .layui-nav-child dd:last-child a {
    border-bottom: 0;
}

.header .layui-nav a:hover,
.logo_box .layui-nav .layui-this dl a:hover {
    color: #ff6d00;
}

.logo_box .layui-nav .layui-this:after,
.logo_box .layui-nav-bar {
    display: none;
}

.logo_box .layui-nav .layui-this a {
    color: #ff6d00;
}

.logo_box .layui-nav .layui-nav-item {
    line-height: 40px;
}

.logo_box .layui-nav .layui-nav-child {
    /* width: 220px; */
    border: 0;
}

.logo_box .layui-nav .layui-nav-item {
    line-height: 50px;
}

.logo_box .layui-nav .layui-nav-more {
    border-color: #000 transparent transparent;
    border-top-color: rgba(0, 0, 0, .7);
}

.logo_box .layui-nav .layui-nav-mored {
    border-color: transparent transparent #000;
}

.top_smBg {
    background: #fff url(../images/top_bg.png) no-repeat top;
    padding-top: 0;
}

.avatar {
    height: 72px;
    line-height: 72px;
    text-align: center;
}

.avatar img {
    margin-right: 10px;
}

.layui-nav-child.top_smBg dd {
    padding: 0 10px;
    text-align: center;
}

.appqrcodeOver {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100px;
    height: 100px;
    display: none;
    z-index: 9999;
    padding: 5px;
    background: #fff;
}

#sjApp:hover .appqrcodeOver {
    display: block;
}

#sjApp:hover a {
    color: #ff6d00;
}

.h_title {
    display: inline-block;
}

.h_title img {
    max-height: 50px;
}

.navWap li:hover a {
    color: #ff6d00;
}

/***
 *底部公共样式 
 ***/
.footer {
    width: 100%;
    background: #3a485b;
}

.footerCon {
    padding: 40px 0;
}

.footerCon ul {
    padding: 0 20px;
}

.footerCon ul li {
    float: left;
    width: 20%;
    color: #fff;
}

.footerCon ul li span {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    font-size: 16px;
    color: #999;
}

.footerCon ul li a {
    color: #fff;
    display: block;
    line-height: 2;
    width: 70%;
    margin: 0 auto;
    text-decoration: underline;
}

.footerCon ul li.freeDown #iosDownUrl::before {
    content: '';
    width: 17px;
    height: 21px;
    display: inline-block;
    background: url(../images/footer_bga.png);
    vertical-align: middle;
    margin-right: 10px;
}

.footerCon ul li.freeDown a::before {
    content: '';
    width: 17px;
    height: 21px;
    display: inline-block;
    background: url(../images/footer_ap.png);
    vertical-align: middle;
    margin-right: 10px;
}

.footerCon ul li.freeDown a {
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2.5;
}

.footerCon ul li a:hover {
    color: #ccc;
}

.allAddress {
    width: 100%;
    background: #333f50;
    /* padding: 20px 0; */
}

.addressBox {
    padding: 0 20px;
    overflow: hidden;
    color: #fff;
    width: 1200px;
}

.addressBox ul li {
    float: left;
    color: #9cadc3;
    padding: 15px 0;
}

.addressBox ul .li_two {
    float: none;
    overflow: hidden;
    zoom: 1;
}

.addressBox ul li div {
    float: left;
    overflow: hidden;
    text-align: left;
    width: 230px;
    font-size: 13px;
}

.addressBox ul li div i {
    margin-top: 8px;
    width: 26px;
    height: 25px;
    float: left;
    margin-right: 10px;
    background: url(../images/telephon.png) no-repeat center left;
    vertical-align: top;
}

.addressBox ul li div span {
    margin-top: 8px;
    display: inline-block;
}

.addressBox ul li div h6 {
    font-size: 15px;
}

.addressBox ul li .addres_one {
    float: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    color: #fff;
}

.addressBox ul li .addres_one i,
.addressBox ul li .addres_two i {
    float: none;
    display: inline-block;
    margin-top: 3px;
    margin-left: 15px;
}

.addressBox ul li .addres_two i {
    margin-top: 0;
}

.addressBox ul li .addres_one h6,
.addressBox ul li .addres_one p,
.addressBox ul li .addres_two p {
    display: inline;
}

.addressBox ul li .addres_two {
    width: 50%;
    overflow: hidden;
    zoom: 1;
}

.addressBox ul li .addres_three {
    width: 33.33%;
}

.addressBox ul li .addres_four {
    width: 25%;
}

.linkQuery {
    text-align: center;
    padding: 20px 0;
}

.linkQuery span {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #9cadc3;
}

.linkQuery a {
    margin-right: 15px;
}

.footer .linkBox {
    margin: 20px auto;
    text-align: center;
}

.footer .bottom {
    line-height: 50px;
    background: #ddd;
    text-align: center;
}

.footer .linkBox .layui-breadcrumb a:hover {
    color: #fff !important;
}

.beian {
    text-align: center;
    color: #ccc;
    padding-bottom: 10px;
}

.beian a,
.beian span {
    color: #019cf9;
}

/* 公用科目组件样式 */
.kmTpl {
    padding: 25px 0 0;
    display: flex;
    font-size: 16px;
    color: #000;
}

.kmTpl dt {
    width: 98px;
    font-size: 14px;
    color: #666;
}

.kmTpl dd {
    width: 1030px;
}

.kmList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    zoom: 1;
}

.kmList li {
    margin: 0 20px 20px 0;
    cursor: pointer;
    float: left;
}

.kmList li.active {
    color: #ff8a00;
}

.kmList .more {
    margin-bottom: 20px;
    color: #ff6d00;
    ;
    float: left;
}
.kmList1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    zoom: 1;
}

.kmList1 li {
    margin: 0 20px 20px 0;
    cursor: pointer;
    float: left;
}

.kmList1 li.active {
    color: #ff8a00;
}

.kmList1 .more {
    margin-bottom: 20px;
    color: #ff6d00;
    ;
    float: left;
}
.kmList1 li.active1 {
    color: #ff8a00;
}

.breadcrumb {
    margin: 30px 0 20px;
    color: #666666;

}

.km {
    width: 76px;
    height: 33px;
    line-height: 33px;
    background: #fee2cd;
    color: #ff6d00;
    font-size: 16px;
    margin-right: 30px;
    text-align: center;
}

/* 
  **** 首页样式 start
*/
.exam_categor {
    padding: 20px 0 0;
}

.exam_categor .layui-tab {

    margin: 0;
}

.exam_categor .layui-tab-title li {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 25px;
}

/* 证书分类为数量 1至2个*/
.exam_categor .layui-tab-title li.count1,
.exam_categor .layui-tab-title li.count2 {
    width: 30%;
}

/* 证书分类为数量 3个*/
.exam_categor .layui-tab-title li.count3 {
    width: 33.33%;
}

/* 证书分类为数量 4个*/
.exam_categor .layui-tab-title li.count4 {
    width: 25%;
}

/* 证书分类为数量 5个*/
.exam_categor .layui-tab-title li.count5 {
    width: 20%;
}

/* 证书分类为数量 6个*/
.exam_categor .layui-tab-title li.count6 {
    width: 16.65%;
}

/* 证书分类为数量 7个*/
.exam_categor .layui-tab-title li.count7 {
    width: 14.2%;
}

/* 证书分类为数量 8个*/
.exam_categor .layui-tab-title li.count8 {
    width: 12.5%;
}

.exam_categor .layui-tab-title {
    height: auto !important;
    border-bottom: 0;
    background: #fff;
    padding: 20px 0;

}

.exam_categor .layui-tab-brief>.layui-tab-title .layui-this {
    color: #009688;
}

.exam_categor .layui-tab-title .layui-this:after {
    position: absolute;
    left: 50%;
    top: 115px;
    content: '';
    width: 34px;
    height: 16px;
    border: 0;
    box-sizing: border-box;
    pointer-events: none;
    background: url(../images/tabSJ.png) no-repeat;
    margin-left: -17px;
}

.exam_categor .layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: 0;
}

.exam_categor .layui-tab-title li img {
    display: block;
    margin: 0 auto 8px;
}

.exam_categor .layui-tab-title li span {
    font-size: 16px;
    color: #000000;
}

.exam_categor .layui-tab-title li p {
    font-size: 14px;
    color: #666666;
}

.exam_categor .layui-tab-content {
    margin-top: 40px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
}

.tab_left {
    width: 294px;
    float: left;
}

.tab_left h3 {
    background: #f7a262;
    height: 125px;
    text-align: center;
    line-height: 125px;
}

.tab_left .tab_list {
    border: 1px solid #dddddd;
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab_left .tab_list .line {
    display: block;
    background: #f7a262;
    width: 36px;
    height: 5px;
    margin: 0 auto 10px;
}

.tab_left .tab_list .tab_list_wap {
    height: 258px;
    overflow-y: auto;
}

.tab_left .tab_list .tab_list_ul {
    overflow: hidden;
    zoom: 1;
    padding-top: 10px;
    padding: 0 15px;


}

.tab_left .tab_list .tab_list_ul li {
    float: left;
    width: 116px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #f1f1f1;
    background: #fff;
    margin-bottom: 14px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.tab_left .tab_list .tab_list_ul li:nth-child(2n+1) {
    margin-right: 9px;
}

.tab_left .tab_list .tab_list_ul li.cur1,.tab_left .tab_list .tab_list_ul li.cur9 {
    color: #fff;
    background: #f7a262;
    border-color: #f7a262;
}

.tab_left .tab_list .tab_list_ul li.cur6 {
    color: #fff;
    background: #54caa7;
    border-color: #54caa7;
}

.tab_left .tab_list .tab_list_ul li.cur2 {
    color: #fff;
    background: #f3b80c;
    border-color: #f3b80c;
}

.tab_left .tab_list .tab_list_ul li.cur4 {
    color: #fff;
    background: #f97f7f;
    border-color: #f97f7f;
}

.tab_left .tab_list .tab_list_ul li.cur5 {
    color: #fff;
    background: #6ea8e7;
    border-color: #6ea8e7;
}

.tab_left .tab_list .tab_list_ul li.cur7 {
    color: #fff;
    background: #ab97f1;
    border-color: #ab97f1;
}

.tab_left .tab_list .tab_list_ul li.cur0 {
    color: #fff;
    background: #ef5f5f;
    border-color: #ef5f5f;
}
.tab_left .tab_list .tab_list_ul li.cur-1 {
    color: #fff;
    background: #ab97f1;
    border-color: #ab97f1;
}
.tab_left .tab_list .tab_list_ul li.cur65311{
    color: #fff;
    background: #f97f7f;
    background-color: #f97f7f;
}

.tab_left .tab_list .tab_list_ul li.cur8 {
    color: #fff;
    background: #6da6e4;
    border-color: #6da6e4;
}

.tab_left .tab_list .tab_list_ul li.cur3 {
    color: #fff;
    background: #e56d6b;
    border-color: #e56d6b;
}
.tab_left .tab_list .tab_list_ul li span {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab_middle {
    width: 430px;
    float: left;
    margin: 0 30px;
}

.tab_middle .tab_des {
    overflow: hidden;
    zoom: 1;
    height: 432px;
}

.tab_middle .tab_des li {
    float: left;
    width: 204px;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
}

.tab_middle .tab_des li:nth-child(2n) {
    float: right;
}

.tab_middle .tab_des li div {
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 10px;
    color: #333333;
    padding-bottom: 17px;
    min-height: 50px;
}

.tab_middle .tab_des li img {
    width: 100%;
    transition: all 1s;
}

.tab_middle .tab_des li img:hover {
    transform: scale(1.12);
}

.tab_middle .tab_des li div p {
    margin-top: 10px;
}

.tab_middle .tab_des li div i {
    color: #fd4d3f;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
}

.tab_middle .tab_des li div .kcname {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

.tab_middle .tab_des li div p span {
    float: right;
}

.tab_middle .tab_des li div p span a {
    width: 50px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

.tab_middle .tab_des .courseImg {
    display: block;
}

.buy {
    background: #fd4d3f;
}

.audition {
    background: #19bcf9;
}

.tab_right {
    width: 376px;
    float: right;
    height: 432px;
}

.km_titel {
    overflow: hidden;
    zoom: 1
}

.km_titel li {
    float: left;
    width: 32%;
    text-align: center;
    margin-bottom: 20px;
}

.km_titel li img {
    display: block;
    margin: 0 auto 15px;
}

.km_titel li a {
    color: #666;
    font-size: 16px;
    display: block;
}

.km_titel li a:hover span {
    color: #ff6d00;
}

.km_txt {
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
    margin-top: 10px;
}

.km_txt a {
    float: left;
    width: 30%;
    border-radius: 15px;
    background: #f1f1f1;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-right: 3%;
}

.km_txt a:nth-child(3n) {
    margin-right: 0;
}

.km_txt a:hover {
    color: #fff;
    background: #ff6d00;
}

.mszx h2 span {
    float: right;
    color: #999;
    font-size: 16px;
    margin-top: 3px;
}

.aboutUs {
    margin: 30px auto 40px;
}

.aboutUs_left {
    padding: 70px;
    width: 400px;
    height: 472px;
    background: #ff9c52;
    float: left;
}

.aboutUs_left .abImg {
    display: block;
    width: 331px;
    height: 135px;
    margin: 20px auto 30px;
}

.aboutUs_left p {
    color: #fff;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
    padding: 0 25px;
    max-height: 350px;
    overflow-y: auto;
    font-size: 16px;
}

.aboutUs_left p .layui-table td {
    position: relative;
    padding: 0;
    min-height: 20px;
    line-height: 2;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
}

.aboutUs_left p .layui-table {
    background: none;
}

.aboutUs_left .layui-table tbody tr:hover {
    background: none;
}

.aboutUs_right {
    width: 520px;
    float: left;
    height: 472px;
    padding: 70px;
}

.aboutUs_right ul {
    overflow: hidden;
    zoom: 1;
}

.aboutUs_right ul li {
    width: 40%;
    float: left;
    margin-bottom: 40px;
}

.aboutUs_right ul li:nth-child(2n+1) {
    margin-right: 11%;
}

.aboutUs_right ul li p {
    margin-top: 10px;
    line-height: 2;
    color: #666666;
    text-align: justify;
}

/* 公共弹窗样式 */
.layui-layer {
    border-radius: 8px !important;
}

.layui-layer-title {
    height: 60px;
    line-height: 60px;
    font-size: 16px !important;
    font-weight: 700;
    background: #f9f9f9 !important;
    border-radius: 8px 8px 0 0 !important;
    text-align: center;

}

.layui-layer-content {
    padding: 20px !important;
}

/* 首页右边的悬浮框 */
.fixedFloating {
    position: fixed;
    right: 40px;
    top: 50%;
    margin-top: -150px;
    padding: 0 24px;
}

.fixedFloating li {
    height: 61px;
    line-height: 61px;
    cursor: pointer;
    /* width: 227px; */
    position: relative;
    padding: 0 20px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .fixedFloating li.outBox{
    padding:0 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    background-color: rgba(0,0,0,0.3);
} */
.fixedFloating li:last-child.outBox {
    border-bottom: 0;
}

.fixedFloating li.outBox:hover {
    border-bottom-color: #ff6d00;
}

.fixedFloating li .innerBox {
    padding: 15px;
    width: 180px;
    line-height: 24px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    right: 94px;
    top: 5px;
    color: #ff6d00;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 2px #eeee;
    display: none;

}

.fixedFloating li.wuyou-wx .innerBox {
    padding: 15px 0;
    width: 140px;
}

.wuyou-wx .innerBox img {
    width: 120px !important;
    height: 120px !important;
}

.fixedFloating li .innerBox .telb p {
    color: #333;
    background: url(../images/tel2.png) no-repeat left center;
    background-size: 25px 23px;
    margin-bottom: 10px;
}
.guideBoxTemplate>a img{
   
}
.fixedFloating li .innerBox .telb {
    width: 160px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.guideBoxTemplate {
    position: relative;
}

.guideBoxTemplate .new_tip {
    position: absolute;
    position: absolute;
    top: -10px;
    left: -10px;
}

.inner_cont {
    width: 180px;
    line-height: 24px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.fixedFloating li .smwidth {
    width: 140px;
    padding: 0;
    height: 70px;
    line-height: 70px;
}

/* .fixedFloating li .innerBox i{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: 1px 3px 5px #ddd;
    z-index: -1;
} */
.inner_cont .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.qqBox {
    border-bottom: 1px solid #ddd;
}

.qqBox span a {
    display: block;
}

/* 弹窗里的确定和取消按钮 */
.btns {
    padding-top: 20px;
    text-align: center;
}

.btns a {
    display: inline-block;
    width: 99px;
    height: 38px;
    line-height: 38px;
    border-radius: 25px;
    margin: 0 20px 0;
    text-align: center;
}

.cancelBtn {
    border: 1px solid #dedede;
    color: #999;
}

.submitBtn {
    background: #ff6d00;
    border: 1px solid #ff6d00;
    color: #fff;
}

.submitBtn:hover {
    color: #fff;
    background: #ea6400;
}

.layui-nav-child dd.layui-this,
.layui-nav .layui-nav-child dd.layui-this a {
    background-color: #fff;
    color: #ea6400;
}

.layui-layer-dialog .layui-layer-padding {
    text-align: center !important;
    padding: 20px 20px 20px 55px !important;
}

.feedback {
    padding: 10px;
    text-align: center;
}

.feedback h2 {
    border-left: 2px solid #ea6400;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    text-align: left;
}

.feedback textarea {
    display: box;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    margin-top: 10px;
    padding: 10px;
    resize: none;
    text-align: left;
    overflow-y: auto;
}

.feedback button {
    margin: 10px auto;
}

#feedbackWap {
    padding: 0 !important;
    text-align: center;
}

.zb_line .liveBroadcast {
    height: 400px;
}

.zb_line .liveBroadcast .left {
    width: 650px;
    margin-right: 20px;

}

.zb_line .liveBroadcast .left .video {
    width: 650px;
    height: 100%;
    background: url(../images/zbbg.jpg) no-repeat left top;
    background-size: 100% 100%;
    position: relative;
}

.zb_line .liveBroadcast .left .beforeLive {
    width: 650px;
    background-size: cover;
}

.zb_line .liveBroadcast .left .myVideo {
    width: 100%;
    height: 100%;
}

.zb_line .liveBroadcast .left .selRateBox {
    width: 40px;
    height: 16px;
    position: absolute;
    bottom: 47px;
    right: 228px;
}

.zb_line .liveBroadcast .left .selRateBox .layui-form-item .layui-input-inline {
    width: 100%;
    height: 100%;
}

.zb_line .liveBroadcast .left .selRateBox .layui-form-select .layui-input {
    border-radius: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    background: #679407;
    border: none;
    color: #fff;
    text-align: center;
}

.zb_line .liveBroadcast .left .selRateBox .layui-form-select .layui-edge {
    display: none;
}

.zb_line .liveBroadcast .left .selRateBox .layui-form-select dl {
    bottom: 30px;
    top: inherit;
    width: 82px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border-radius: 8px;
    text-align: center;
    border: none;
    left: -22px;
}

.zb_line .liveBroadcast .left .selRateBox .layui-form-select dl dd {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.zb_line .liveBroadcast .left.selRateBox .layui-form-select dl dd:nth-child() {
    border-bottom: none;
}

.zb_line .liveBroadcast .right {
    width: 530px;
}

.zb_line .liveBroadcast .right .curItem .list_content p {
    color: #ea6400;
}

.bannerHtml,
.bannerHtmlNoId {
    height: 362px;
    overflow: hidden;
}

.bannerHtml img,
.bannerHtmlNoId img {
    width: 100%;
    height: 100%;
}

.bannerHtml a {
    display: none;
}

.noCourseLogo {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #999;
    opacity: .4;
}

.introduction .layui-table tbody tr:hover {
    background: #fff;
}

.video {
    position: relative;
}

.playimg {
    position: absolute;
    left: 50%;
    top: 172px;
    margin-left: -30px;
    display: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.img2 {
    width: 80px;
    height: 80px;
    top: 220px;
}

/* 首页关于我们，查看详情 */
.seeMore {
    float: right;
    color: #fff;
    text-decoration: underline;
    padding: 10px 20px;
    display: none;
}

.seeMore:hover {
    color: #f40;
    text-decoration: underline;
}

/*热门资讯*/
.hotNewsList {
    padding: 33px;
    overflow: hidden;
}

.hotNews_pic {
    width: 100%;
    height: 176px;
}

.hot_item {
    width: 264px;
    overflow: hidden;
    float: left;
    margin-right: 26px;
    cursor: pointer;
}

.hot_item:nth-child(4) {
    margin-right: 0;
}

.hot_item h3 {
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hot_item p {
    color: #666;
    height: 36px;
    line-height: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hot_item_bottom {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_item_bottom img {
    width: 37px;
    height: 6px;
    float: right;
}

.hotNews h2 span {
    float: right;
    padding-top: 10px;
}


/* 水印logo */
.liveBox {
    position: relative;
}

.logo_url {
    position: absolute;
    max-width: 150px;
    opacity: 0.4;
    top: 10px;
    left: 10px;
}

.loginStyle {
    width: 260px !important;
}

.loginStyle .layui-layer-content,
.loginStyle .layui-layer-btn {
    text-align: center;
}