@CHARSET "UTF-8";
@import url("y_b.css");
.yx-b-left .yx_flash{height: 320px;}
.yx-b-left .yx_flash img{width: 100%;height: 100%;}
.yx-b-left .yx_courselist .yx_divhead {
    height: 39px;
    overflow: hidden;
    border-bottom: 1px solid #317cec;
    line-height: 40px;
    position: relative;
}
.yx-b-left .yx_courselist .yx_divhead .yx_headtxt {
    height: 38px;
    border-bottom: 2px solid #006cbf;
    line-height: 38px;
    font-size: 16px;
    color: #006cbf;
    font-weight: bold;
    float: left;
}
.yx-b-left .yx_courselist .yx_divhead .yx_headmore {
    display: block;
    cursor: pointer;
    width: 45px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 12px;
    color: #555;
    font-size: 14px;
    line-height: 15px;
}
.yx-b-left .yx_courselist .yx_divhead .typelist {
    float: right;
    margin-right: 80px;
    line-height: 38px;
}
.yx-b-left .yx_courselist .yx_divhead .typelist li {
    float: right;
    font-size: 14px;
    margin-left: 30px;
}
.yx-b-left .yx_courselist .yx_courselist_list {
    background: #fafafa;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
    width:865px;
}
.yx-b-left .yx_courselist .yx_courselist_list .list_product {
    display: block;
    float: left;
    margin-bottom: 12px;
    width: 288px;
    height: 83px;
}
.yx-b-left .yx_courselist .yx_courselist_list .list_product img {
    display: block;
    float: left;
    height: 75px;
    width: 120px;
    margin-right: 15px;
    object-fit: cover;
}
.yx-b-left .yx_courselist .yx_courselist_list .list_product p {
    float: left;
    width: 152px;
    color: #ff5000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.yx-b-left .yx_courselist .yx_courselist_list .list_product p span {
    display: block;
    color: #494949;
    font-size: 14px;
    font-weight: normal;
    width: 152px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:20px;
    line-height: 20px;
}

.ax-color-primary {
    background: #fafafa;
    padding-bottom: 10px;
    position: relative;
}
.yx-b-left .yx_courselist  .yx_imglist {
    padding-top: 25px;
    width: 890px;
    overflow-y: hidden;
    position: relative;
    transition: all 2s;
    left: 0;
}
.ax-color-primary .yx_imglist>a {
    float: left;
    display: block;
    height: 190px;
    width:215px;
    margin-left: 10px;
    position: relative;
}
.ax-color-primary .yx_imglist>a:first-child{margin-left: 0;}
.ax-color-primary .yx_imglist .data-bound {
    display: block;
    float: left;
    height: 165px;
    width: 100%;
    margin-right: 0;
    object-fit: cover;
}
.ax-color-primary .yx_imglist>a span{
    display: block;
    width:100%;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color:gray;
    bottom: 0px;
    color: #FFFFFF;
    font-size: 14px;;
}

/**===========yx-b-left end**/
.yx-b-right .sd_div_title {
    height: 30px;
    width: 280px;
    font-size: 16px;
    font-weight: bold;
    color: #006cbf;
}
.sd_r_consult .sd_r_infolist {padding: 12px 0 5px 10px;border: 1px solid #ebebeb;}
.sd_r_consult .sd_r_infolist li {
    display: block;
    width: 264px;
    font-size: 13px;
    padding-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left:10px;
}
.sd_r_consult .sd_r_infolist li::before{
    content: "";
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #006cbf;
}