/* 左侧：列表测算 */
.topCesuan {
  border-radius: 4px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  height: 210px;
  margin: 0 auto;
  color: #403A36;
  padding-bottom: 20px;
}

.topCesuan .navitem {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}

.topCesuan .navitem img {
  width: 76px;
  height: 76px;
  margin-right: 12px;
}

.topCesuan .navitem .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

/*左侧：首页 */
.jiemeng_index .dream_cate {
  padding: 14px;
  background: #fff;
  margin-bottom: 10px;
}

.jiemeng_index .dream_cate .dream_tit {
  height: 26px;
  display: flex;
  align-items: center;
  color: #F1716C;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 17px;
}

.jiemeng_index .dream_cate .dream_tit .imgbox {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 26px;
  background: linear-gradient(-60deg, #FFCCA4, #FFEDC3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jiemeng_index .dream_cate .dream_tit img {
  width: 22px;
}

.jiemeng_index .dream_cate .word_list {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  text-align: left;
  padding-left: 17px;
}

.jiemeng_index .dream_cate .word_list li {
  flex: 1;
  line-height: 1;
  margin-bottom: 10px;
  min-width: 118px;
  max-width: 118px;
  overflow: hidden;
  height: 15px;
  margin-right: 10px;
}

.jiemeng_index .dream_cate .word_list li a {
  width: 100%;
}

.jiemeng_index .dream_cate .word_list .more {
  color: #F1716C;
}

/* 左侧：详情 */
.jiemeng_details {
  padding: 30px;
  background: #fff;
}

.jiemeng_details_title {
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.jiemeng_details_time {
  width: 393px;
  color: #808080;
  margin: 0 auto;
  text-align: center;
}

.jiemeng_details_desc p {
  font-size: 14px;
  margin-top: 10px;
}

.dream_other {
  margin: 10px 0;
  font-size: 14px;
}

.dream_other p {
  padding-left: 27px;
}

.dream_other_title {
  padding: 10px;
  background-color: #fceed3;
  color: #935422;
}

.dream_other_a {
  padding: 0 10px 10px 0;
}


/* 左侧：列表 */
.jiemeng_list {
  background: #fff;
  padding-bottom: 25px;
}

.jiemeng_list .intro_tab_cont {
  margin: 0 30px;
}

.jiemeng_list .item {
  display: flex;
  padding-bottom: 20px;
  margin: 30px 0 10px;
  border-bottom: 1px solid #E6E6E6;
}

.jiemeng_list .item:last-child {
  border: none;
}

.jiemeng_list .item .poster {
  width: 160px;
  margin-right: 16px;
}

.jiemeng_list .item .poster img {
  display: inline-block;
  width: 160px;
  min-height: 104px;
  background: pink;
}

.jiemeng_list .item .info_title {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1;
}

.jiemeng_list .item .info_title span {
  color: #F1716C;
}

.jiemeng_list .item .info_desc {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-indent: -2em;
  overflow: hidden;
}

.jiemeng_list .item .info_time {
  display: flex;
  justify-content: space-between;
  color: #999999;
  font-size: 12px;
}

/* 左侧：搜索 */
.jiemeng_search {
  padding: 30px;
  background: #fff;
  margin-bottom: 10px;
}

.jiemeng_search .search_box {
  width: 779px;
  overflow: hidden;
  margin: 0 auto 30px;
  font-size: 18px;
}

.jiemeng_search .p1 {
  height: 40px;
  display: flex;
  align-items: center;
  color: #F1716C;
  margin-bottom: 16px;
}

.jiemeng_search .p1 .dream_txt {
  width: 552px;
  height: 40px;
  border: 1px solid #d0ad9a;
  box-sizing: border-box;
  text-indent: 12px;
  font-size: 18px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 10px;
}

.jiemeng_search .p1 .btn_search {
  border: none;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: linear-gradient(to right, #F1716C, #FFA55D);
}

.jiemeng_search .p2 {
  float: right;
  width: 730px;
  color: #808080;
  font-size: 12px;
}

.jiemeng_search .tips {
  width: 779px;
  margin: 0 auto;
  color: #808080;
  margin-bottom: 20px;
}

.jiemeng_search .intro_tab_cont {
  width: 779px;
  padding-bottom: 0;
}

.jiemeng_search .intro_tab_cont ul {
  margin-top: 0;
  color: #4D4D4D;
  font-size: 16px;
}

.jiemeng_search .intro_tab_cont li {
  float: none;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}

.jiemeng_search .intro_tab_cont li:last-child {
  border: none;
  margin-bottom: 0;
}

.jiemeng_search .intro_tab_cont a span {
  color: #F1716C;
}

.jiemeng_search .intro_tab_cont li .item_p1 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.jiemeng_search .intro_tab_cont li .type {
  font-size: 16px;
  color: #F1716C;
  background: #FFE2CB;
  border-radius: 4px;
  padding: 6px 7px;
  margin-right: 14px;
  display: none;
}

.jiemeng_search .intro_tab_cont li .item_p2 {
  font-size: 16px;
  color: #4D4D4D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-indent: -2em;
  overflow: hidden;
}

/* 解梦二级菜单 */
.jiemeng_submenu {
  width: 1140px;
  margin: 0 auto 10px;
}

.jiemeng_submenu .submenu_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1140px;
  height: 174px;
  margin: 0 auto;
  color: #403A36;
  font-size: 15px;
  background: #fff;
}

.jiemeng_submenu .submenu_list .navitem {
  flex: 1;
  width: 108px;
  max-width: 108px;
  text-align: center;
}

.jiemeng_submenu .submenu_list .navitem .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 88px;
  border: 1px solid #FADFB7;
  box-sizing: border-box;
  margin: 0 auto 10px;
  background: rgba(255, 217, 154, 0.3);
}

.jiemeng_submenu .submenu_list .navitem .imgbox img {
  width: auto;
}

.jiemeng_submenu .submenu_list .navitem p {
  line-height: 1.5;
}

.jiemeng_submenu .submenu_list .navitem:hover .imgbox {
  border: 2px solid #F1716C;
  background: rgba(255, 255, 255, 0.49);
  box-shadow: 0 0 12px 4px rgba(255, 150, 93, .6);
}

.jiemeng_submenu .submenu_list .current {
  color: #F1716C;
}

.jiemeng_submenu .submenu_list .current .imgbox {
  border: 2px solid #F1716C;
  background: rgba(255, 255, 255, 0.49);
  box-shadow: 0 0 12px 4px rgba(255, 150, 93, .6);
}