@charset "UTF-8";
/* ==========================================================================
   lay-ui 基础变量 
   ========================================================================== */
/* ==========================================================================
   lay-ui Font
   ========================================================================== */
/*--------------没有数据时显示数据为空----------------*/
@media (max-width: 1200px) {
  .container {
    width: 1170px; } }

body {
  background-image: url("../../lar-ui/imgs/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center; }

.container {
  min-width: 1170px; }

.lar-page-ele.active {
  background: #53524F !important; }

/*页面导航 */
.nav {
  width: 100%;
  height: 45px; }
  .nav span {
    padding: 0 10px 0 0; }
  .nav .breadcrumb {
    height: 100%;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 0; }
    .nav .breadcrumb a {
      color: #333;
      font-size: 14px; }
    .nav .breadcrumb a:hover {
      color: #da2d29; }

/* 左侧布局 */
.mainLeft {
  margin-top: 90px; }
  .mainLeft .menuline {
    margin-top: 30px; }
  .mainLeft .circle {
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    text-decoration: line-through;
    background: url(./imgs/iconBook.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 172px;
    float: left;
    cursor: pointer; }
  .mainLeft .title {
    float: right;
    width: 70%;
    text-align: left;
    height: 20px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 17px; }
  .mainLeft .active, .mainLeft .activeClick {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    text-decoration: line-through;
    background: url(./imgs/iconBook1.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 170px;
    float: left;
    cursor: pointer; }
  .mainLeft .titleActive, .mainLeft .titleActiveClick {
    color: #da2d29;
    font-size: 18px;
    float: right;
    width: 70%;
    text-align: left;
    height: 24px;
    cursor: pointer; }

/* 右侧布局 */
.mainRight .content .searchRect {
  margin: 10px auto;
  width: 360px; }
  .mainRight .content .searchRect .inputArea {
    width: 260px;
    height: 34px;
    float: left; }
    .mainRight .content .searchRect .inputArea .form-control {
      width: 100%;
      height: 100%;
      font-size: 14px; }
  .mainRight .content .searchRect .btnArea {
    cursor: pointer;
    float: left;
    margin-left: 10px; }

.mainRight .padding-style {
  padding: 0px; }

.mainRight .content-column {
  margin-top: 30px;
  border-top: 0px;
  height: 538px;
  width: 911px;
  background: url(./imgs/book-2.png);
  background-repeat: no-repeat;
  position: relative; }
  .mainRight .content-column .scale {
    width: 100px;
    height: 20px;
    position: absolute;
    right: 155px;
    bottom: 30px; }
    .mainRight .content-column .scale span {
      display: inline-block;
      margin-right: 30px;
      cursor: pointer; }

.mainRight .words {
  height: 425px;
  width: 375px;
  margin: 25px 45px; }

.mainRight .div-list {
  height: 425px;
  width: 100%;
  float: left;
  margin-bottom: 0px; }

.mainRight .keywordContent {
  height: 395px;
  position: relative; }

.mainRight .translation {
  height: 455px;
  width: 345px;
  margin: 25px 35px; }

.mainRight .div-content {
  height: 455px;
  width: 100%;
  float: left;
  margin-bottom: 0px; }

.mainRight .dataList {
  height: 50px; }

.mainRight .dataList:nth-child(1) {
  margin-top: 10px; }

.mainRight .mb {
  margin-left: 20px;
  margin-right: 10px;
  height: 40px;
  padding: 12px 15px 5px 15px;
  line-height: 25px;
  font-size: 16px; }

.mainRight .researchBtn {
  margin-left: 10px;
  display: none;
  cursor: pointer;
  color: #800000;
  float: right;
  width: 75px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #800000; }

.mainRight .redTriangle {
  display: none;
  width: 16px;
  height: 30px;
  background: url(../../lar-ui/imgs/icon.png);
  background-position: -689px 0;
  position: absolute;
  margin-top: -22px;
  right: -16px; }

.mainRight .active-bg {
  color: #da2d29;
  height: 50px;
  background: url(./imgs/bgcl33.png) repeat-x; }

.mainRight .active-bgc {
  color: #da2d29;
  height: 50px;
  background: url(./imgs/bgcl33.png) repeat-x; }

.mainRight .dataContent {
  height: 445px;
  margin-top: 10px; }

.mainRight .mbr {
  text-indent: 2em;
  line-height: 24px;
  margin-left: 20px;
  text-align: justify;
  height: 450px;
  padding: 10px 0px 10px 10px;
  font-size: 15px; }
  .mainRight .mbr .mCSB_scrollTools .mCSB_draggerContainer {
    margin: 1px 0; }
  .mainRight .mbr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc;
    box-shadow: 0 0 5px #000;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); }
  .mainRight .mbr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #eee;
    box-shadow: 0 0 5px #000;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); }

.mainRight .nodata {
  text-align: left;
  margin-left: 35px;
  margin-top: 20px;
  margin-bottom: 20px; }
