.yui-header {
    background-color: #212A66;
    border-bottom: 0;
}
.yui-header .align-right {
    color: #000;
}
.yui-notice dd a {
    color: orange;
}
.main_menu {
    margin-top: 10px;
}
.yui-columns li strong {
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}
.yui-columns li span.bg_red {
    background-color: #FA1317;
}
.yui-columns li span.bg_blue {
    background-color: #127AF1;
}
.yui-columns li span.bg_blue2 {
    background-color: #212A66;
}
.yui-columns li span.bg_green {
    background-color: yellowgreen;
}
.yui-columns li span.bg_orange {
    background-color: #FFA600;
}
.yui-columns li span.bg_brown {
    background-color: #79521D;
}
.yui-columns li span.bg_black {
    background-color: #000;
}

.course_box {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    padding-right: 60px;
    position: relative;
}
.course_box:first-child {
    border-right: 1px solid #EEE;
}
.course_box dt {
    clear: both;
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.course_box dd {
    clear: both;
    width: 60px;
    height: inherit;
    overflow: hidden;
    padding: 10px 5px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 20px;
}
.course_box dd img {
    width: 100%;
    vertical-align: middle;
}
.course_box dt h4 {
    clear: both;
    width: 100%;
    height: 20px;
    overflow: hidden;
    font-size: 0.9rem;
}
.course_box dt p {
    clear: both;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 0.8rem;
    color: gray
}
.course_box dt h4.shuxue {
    color: #995600;
}
.course_box dt h4.english {
    color: #007A00;
}
.yui-content {
    position: relative;
}
.main_logo {
    clear: both;
    width: 270px;
    height: 170px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 35px;
    /*background: -moz-linear-gradient(top, rgba(0, 68, 100, 0.1), #000558);*/
    /*background: -o-linear-gradient(top, rgba(0, 68, 100, 0.1), #000558);*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 68, 100, 0.1)), to(#000558));*/
}
.home_logo {
    clear: both;
    width: auto;
    height: 60px;
    margin: 5px auto;
    position: relative;
}
.home_logo .img {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.home_logo img {
    width: auto;
    height: 100%;
}
.home_title {
    float: left;
    width: calc(100% - 60px);
    height: 25px;
    line-height: 30px;
    overflow: hidden;
    color: #00A6FF;
    font-size: 1.2rem;
    position: absolute;
    left: 65px;
    bottom: 0px;
    z-index: 5;
}
.home_logo .bottom_line {
    width: 200px;
    height: 2px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 5;
}
.main_logo h3.num {
    clear: both;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    margin-top: 20px;
    color: #FFF;
    font-size: 1rem;
}
.small_title {
    clear: both;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
    color: #FFF;
    font-size: 0.8rem;
}
.yui-slide {
    height: 240px;
}

.yui-products {
    background-color: #fff;
    padding: 10px;
}
.search_area {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 10px;
    margin-top: 10px;
    background-color: #fff;
    position: relative;
}
.search_area .yui-search-rect {
    border: 1px solid #212A66;
    border-radius: 3px;
}
.search_area .yui-search-rect .yicon {
    color: #212A66;
}
.search_area .yui-btn-small {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #212A66;
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 5;
}

.main_banner {
    clear: both;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
}
.main_banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main_banner .swiper-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.yui-products .study_num {
    clear: both;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 3px 5px;
    font-size: 0.7rem;
    background-color: rgba(0,0,0,0.5);
    color: #eee;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 5;
}

/*发明人频道课程列表样式-开始*/
.inventor_list {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}
.inventor_list li {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.inventor_list .img {
    float: left;
    width: 178px;
    height: 100px;
    background-size: cover;
    border-radius: 5px;
    position: relative;
}
.inventor_list .study_num {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 3px 5px;
    font-size: 0.7rem;
    background-color: rgba(0,0,0,0.5);
    color: #eee;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.inventor_list .right_info {
    float: right;
    width: calc(100% - 188px);
}
.right_info h3 {
    display: -webkit-box;
    clear: both;
    width: 100%;
    height: 45px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #333;
    font-weight: 400;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.right_info .price_box {
    display: block;
    width: 100%;
    overflow: hidden;
}
.right_info .price {
    display: block;
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 5px;
    text-align: right;
    font-size: 0.8rem;
    color: #D0021B;
}
.right_info .price:after {
    content: '';
    display: block;
    float: right;
    width: 1px;
    height: 15px;
    overflow: hidden;
    margin-top: 2.5px;
    margin-left: 5px;
    background-color: #000;
}
.right_info .courses_num {
    display: block;
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 5px;
    text-align: right;
    font-size: 0.8rem;
}
.inventor_list .star {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 0.8rem;
}
/*发明人频道课程列表样式-结束*/