﻿.common-box {
    margin-top: 108px;
    margin-bottom: 20px;
    background-color: white;
}

.location {
    padding:15px;
    font-size: 16px;
    margin: 0px auto;  
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13pt;
}

.location .layui-icon {
    margin: 0 6px;
}
.location a {
    margin: 0 6px;
}
.location .text {
    color: #96c0ff;
} 

.aui-screen-list-box dl {
    border-bottom: #dddddd 1px dashed;
    overflow: hidden;
    padding: 5px 20px;
    box-sizing:border-box;
}

.aui-screen-list-box dl dt {
    float: left;
    text-align: right;
    font-weight: 500;
    line-height: 45px;
    font-size: 16px;
    color:#1182c9;
}

.aui-screen-list-box dl dd {
    position: relative;
    overflow: hidden;
}

.aui-screen-list-box dl dd a {
    display: inline-block;
    color: #333333;
    overflow: hidden;
    text-decoration: none; 
    font-size: 15px;
    padding:3px 10px;
    margin-top: 5px;
}

.aui-screen-list-box dl dd a.selected {
    background: #1182c9;
    color: #fff;
}

.content_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    background-color: white;
    padding: 15px;
    padding-bottom:30px;
    box-sizing:border-box;
}

.boxshadow {
    -webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
}
.zgy {
    box-sizing: border-box;
}

.zgy .detail-box {
    position: relative;
    height: 300px;
    overflow: hidden;
    border: 1px solid #eee;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s ease;
    margin-bottom: 20px;
    background: #fff;
    opacity: 1;
    border-radius: 12px 12px 12px 12px;
}
.zgy .detail-box:hover {
    border: none;
    transform: translateY(-10px);
    box-shadow: 0 4px 20px 0 rgba(85, 170, 255, .5);
}
.zgy .detail-box a {
    margin: 0;
    text-align: left;
}

.zgy .detail-box .detail-img {
    height: 180px;
    width: 100%;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.zgy .detail-words {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
    padding: 15px 20px;
}
.zgy .detail-words .detail-desc {
    margin-left: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.zgy .detail-words .detail-num {
    width: 100%;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #f4621f;
}
.detail-num span {
    float: left;
}
.detail-num label {
    float: right;
    font-size: 15px;
    line-height: 15px;
    color: rgba(51, 51, 51, .3);
}

.zgy .kcdetail {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow:hidden;
}
.zgy .kcdetail img {
    height: 456px;
    width: 811px; 
    border-radius: 8px;
}

.zgy .right-box {
    height: 456px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
}
.zgy .right-box .flex-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.zgy .right-box .flex-item .title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    color: #000;
    font-weight: 500;
   /* max-width: 80%;*/
    display: inline-block;
    text-align: left;
}

.zgy .right-box .flex-item span {
    margin: 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333;
}
.zgy .xueshi {
    background: #dff2e4;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 22px;
    color: #5ebe77;
    padding: 2px 10px;
    display: inline-block; 
}
.zgy .xpers {
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding: 2px 10px;
    display: inline-block;
}

.zgy i { 
    font-size: 22px; 
}
.zgy .right-box .price {
    font-size: 26px;
    font-family: Microsoft YaHei;
    text-align: left;
    color: #fe8a01;
    padding: 2px 10px;
} 

.zgy .right-box .bottom {
    position: absolute;
    bottom: 30px;
    text-align:center;
    height:45px;
    line-height:45px;
}

.zgy .inTeacher-List ul {
    height: 85px;
    overflow: hidden;
}
.zgy .inTeacher-List ul li {
    float: left;
    width: 70px;
    text-align: center;
    padding-right: 22px;
}
.zgy .inTeacher-List ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.zgy .inTeacher-List ul li p {
    font-size: 16px;
    color: #666;
    line-height: 12px;
    padding: 10px 0 16px;
}

.zgy .zjdetail ul { 
    overflow: hidden;
}

.zgy .zjdetail ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    border-bottom: 1px dotted #ebeef5;
    font-size: 12pt;
}
.zgy .zjdetail ul li em {
    margin-left: 10px;
    color: #16baaa;
    font-weight:600;
    font-size:14px;
}
.zgy .zjdetail ul li span {
    position: absolute;
    right: 15px;
}
 
.layui-tab .layui-tab-title { 
    height: 54px; 
}
.layui-tab .layui-tab-title li {
    font-size: 22px;
    line-height: 54px;
    padding: 0 44px;
}
.layui-tab-title .layui-this:after { 
    height: 50px;
    border-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0; 
}