@charset "UTF-8";
.public_tab .tit_li .arrow_down {
  content: '';
  height: 0;
  width: 0;
  position: absolute; }

.public_tab .tit_li .arrow_down {
  content: '';
  height: 0;
  width: 0;
  position: absolute; }

.common_tit .text, .search_bar .search_txt_wrap, .search_bar .simulation_select, .search_bar .search_btn, .common_tab .tab_tit_list .list_li, .public_tab .tit_li {
  float: left; }

.common_tit .search_bar, .common_tit .more, .common_tit .opera {
  float: right; }

.common_tit:before, .search_bar:before, .common_tit:after, .search_bar:after {
  content: "";
  display: table; }
.common_tit:after, .search_bar:after {
  clear: both;
  overflow: hidden; }

.book_infor p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ico_enter {
  height: 20px;
  width: 20px; }

a {
  color: #666;
  text-decoration: none; }
  a:hover {
    color: #549AE5; }
  a:hover, a:active, a:visited {
    outline: none; }

.red_text {
  color: #c80000; }

abbr {
  color: #ff0000;
  margin: 0 3px; }

/*-----ico-----*/
/*--进入--*/
.ico_enter {
  right: 10px;
  background-position: -20px -60px;
  top: 50%;
  margin-top: -10px; }

/*-----common title-----*/
.common_tit {
  border-bottom:2px solid #D22929; }
  .common_tit .text {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 5px 5px; }
  .common_tit .more {
    height: 30px;
    line-height: 30px;
    color: #c80000;
    font-size: 14px; }
  .common_tit .opera {
    padding: 0 15px 0 0; }
    .common_tit .opera .btn {
      background: #c80000;
      color: #fff;
      display: block;
      height: 28px;
      line-height: 28px;
      padding: 0 1em; }

/*-----search bar-----*/
.search_bar .search_txt_wrap {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding-left: 20px; }
  .search_bar .search_txt_wrap .search_txt {
    border: none;
    width: 200px; }
  .search_bar .search_txt_wrap .ico_search {
    background: url(../../images/bg/ico_search.png) 8px 5px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px; }
.search_bar .simulation_select {
  width: 90px; }
.search_bar .select_text {
  border-width: 1px 0;
  text-align: center; }
.search_bar .search_btn {
  background: #c80000;
  color: #fff;cursor:pointer;
  height: 28px;
  width: 60px; }

/*-----filter bar-----*/
.filter_bar {
  background: #f5f5f5;border-bottom: 2px solid #5E5E5E; }
  .filter_bar .f_item {
    cursor: pointer;
    float: left;
    height: 35px;
    line-height: 36px;
    padding: 0 40px;
    position: relative; }
  .filter_bar .has_ico {
    padding-right: 30px; }
  .filter_bar .curr {
    background: #5E5E5E;
    color: #fff;
    cursor: default; }
  .filter_bar .ico {
    right: 10px;
    top: 50%;
    margin-top: -10px; }

/*-----课程信息-----*/
.book_infor p {
  height: 20px;
  line-height: 20px; }
.book_infor .book_tit {
  color: #c80000;
  white-space: normal; }
.book_infor .book_intro {
  height: 72px;
  overflow: hidden; }
.book_infor .star_evaluate {
  background: url(../../images/bg/morestar_gray.png) no-repeat;
  display: inline-block;
  vertical-align: text-top;
  height: 16px;
  width: 76px; }
  .book_infor .star_evaluate em {
    display: inline-block;
    background: url(../../images/bg/morestar.png) no-repeat;
    height: 100%;
    width: 100%; }

.book_opera {
  padding: 10px 0 0 0; }
  .book_opera a {
    background: #ababab;
    color: #fff;
    display: inline-block;
    margin-right: 6px;
    padding: 4px 20px; }
    .book_opera a:hover {
      background: #D22929; }

/*-----tab-----*/
.common_tab .tab_tit_list {
  background: #D22929;color:#fff; }
  .common_tab .tab_tit_list .list_li{
  width:29%;text-align:center;padding:0 16px;cursor:pointer;
  }  
  .common_tab .tab_tit_list .list_li .text {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 20px; }
  .common_tab .tab_tit_list .curr {
    background: #c80000;
    color: #fff; }
.common_tab .tab_cont_list .tab_cont {
  padding: 15px 20px 30px 20px; }
  .common_tab .tab_cont_list .tab_cont p {
    line-height: 2;
    text-indent: 2em; }

.public_tab .tit_list {
  background: #e8e8e8;
  margin-bottom: 20px; }
.public_tab .tit_li {
  width: 185px;
  position: relative; }
  .public_tab .tit_li a {
    border-left: 1px solid #fff;
    color: #333;
    display: block;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center; }
  .public_tab .tit_li .arrow_down {
    display: none;
    border: 8px solid transparent;
    border-color: #c80000 transparent transparent transparent;
    border-bottom-width: 0;
    left: 50%;
    top: 100%;
    margin-left: -8px; }
.public_tab .first a {
  border-left: 0; }
.public_tab .curr {
  background: #c80000; }
  .public_tab .curr a {
    color: #fff;
    cursor: default; }
  .public_tab .curr .arrow_down {
    display: block; }

/*-----shortcut area-----*/
.shortcut_area {
  height: 230px;
  width: 200px;
  position: relative; }
  .shortcut_area img {
    height: 230px;
    width: 200px; }
  .shortcut_area .cont {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 17px 0 17px; }
    .shortcut_area .cont .tit {
      color: #fff;
      font-size: 18px;
      height: 30px;
      line-height: 30px; }
    .shortcut_area .cont .fast_link {
      background: #fff;
      display: block;
      height: 78px;
      width: 166px;
      margin: 42px 0 15px 0;
      text-align: center;
      font-size: 0;
      letter-spacing: -0.41rem; }
      .shortcut_area .cont .fast_link i,
      .shortcut_area .cont .fast_link a {
        display: inline-block;
        vertical-align: middle; }
      .shortcut_area .cont .fast_link i {
        height: 100%; }
      .shortcut_area .cont .fast_link a {
        color: #c80000;
        font-size: 18px;
        letter-spacing: normal; }
    .shortcut_area .cont .count {
      background: #1e1e1e;
      color: #fff;
      padding: 3px 0;
      text-align: center; }
      .shortcut_area .cont .count em {
        background: #c80000;
        padding: 0 2px;
        margin: 0 1px; }

.common_btn_wrap {
  text-align: center;
  padding: 20px 0; }
  .common_btn_wrap a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 160px;
    text-align: center;
    margin: 0 10px; }
  .common_btn_wrap .red_btn {
    background: #c80000; }

.common_table table {
  width: 100%;
  text-align: left; }
.common_table thead {
  background: #e7f2f8; }
.common_table tbody {
  background: #fff; }
.common_table th {
  line-height: 32px;
  padding: 0 10px; }
  .common_table th .red_text {
    margin-left: 10px; }
.common_table th,
.common_table td {
  border: 1px solid #ddd; }
.common_table .td {
  line-height: 30px;
  min-height: 30px;
  padding: 2px 20px; }
  
  .common_table1 table {
  width: 100%;
  border: 1px solid #ddd;
  text-align: left; }
.common_table1 thead {
  background: #e7f2f8; }
.common_table1 tbody {
  background: #fff; }
.common_table1 th {
  line-height: 32px;
  padding: 0 0px; }
  .common_table1 th .red_text {
    margin-left: 10px; }
.common_table1 th,
.common_table1 td {
  border: 0px solid #ddd; }
.common_table1 .td {
  line-height: 30px;
  min-height: 30px;
  padding: 2px 0px; }

.public_tips .public_tip_infor {
  color: #c80000;
  position: relative;
  padding: 0 0 0 25px; }
  .public_tips .public_tip_infor .ico_tip {
    background-position: -120px -80px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0; }

/*# sourceMappingURL=common.css.map */
