@charset "UTF-8";
#BH-wrapper {
  width: 1250px;
}

#BH-master {
  width: 938px;
}

ul.BH-menuE {
  max-width: 1250px;
  min-width: 680px;
}
ul.BH-menuE li.BH-menu-forumA-right dl {
  left: auto;
  right: 0;
}

#BH-talk {
  color: #A6A6A6;
}
#BH-talk a {
  color: #117e96;
}
#BH-talk img {
  background: none;
}
#BH-talk p {
  background-color: #f0f0f0;
}

#BH-talkmain .BH-talkman,
#BH-talkmain .BH-talklink {
  color: #117e96;
}

.forum_list {
  position: relative;
  padding: 10px 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.forum_list:hover {
  background: #F4F4F4;
  transition: all 0.3s;
}
.forum_list:hover .fourm_list_pic {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.05), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.forum_list a:hover {
  cursor: pointer;
  color: #117e96;
}

.fourm_list_pic {
  margin-right: 12px;
  padding: 0;
  width: 50%;
  max-width: 360px;
  max-height: 108px;
  overflow: hidden;
  border-radius: 3px;
}

.forum_list_title {
  margin-bottom: 5px;
}
.forum_list_title span:first-child {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0px;
  height: auto;
  background: transparent !important;
  color: #599aaf;
  font-size: 70px;
  line-height: 1;
  vertical-align: text-bottom;
  font-style: italic;
  font-weight: bold;
  opacity: 0.1;
}
.forum_list_title span:last-child a {
  color: #117e96;
  font-size: 20px;
}

.forum_list:nth-of-type(1) .forum_list_title span:first-child,
.forum_list:nth-of-type(2) .forum_list_title span:first-child,
.forum_list:nth-of-type(3) .forum_list_title span:first-child {
  background: transparent;
  color: #f44336;
}

.forum_arrow {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 4px;
  font-size: 18px;
}
.forum_arrow.forum_stop {
  display: none;
}
.forum_arrow .forum_up {
  color: #f44336;
}
.forum_arrow .forum_down {
  color: #41cc50;
}

.forum_list i {
  margin-top: 12px;
  margin-left: 5px;
}

/*-- 索引 --*/
.BH-lbox.FORUM-master_box1 {
  padding: 5px;
}
.BH-lbox.FORUM-master_box1 div {
  margin: 10px 5px 0 5px;
  width: 300px;
  width: calc(33.3333333333% - 10px);
}
.BH-lbox.FORUM-master_box1 a {
  text-decoration: none;
}
.BH-lbox.FORUM-master_box1 a:hover {
  color: #117e96;
}
.BH-lbox.FORUM-master_box1 a.BH-tcolor1 {
  color: #117e96 !important;
  font-weight: bold;
  text-decoration: underline;
}
.BH-lbox.FORUM-master_box1 strong a {
  text-indent: 0px;
}

/*-- A --*/
.FM-abox1 {
  width: 1250px;
  height: 375px;
  background: rgba(128, 128, 128, 0.1);
  overflow: hidden;
}
.FM-abox1 img {
  width: 100%;
  height: auto;
}

.FM-abox2A {
  padding: 15px 15px 0 15px;
  width: 438px;
  width: calc(50% - 30px);
}
.FM-abox2A .img-box {
  display: block;
  width: 180px;
  height: 100px;
  overflow: hidden;
  float: left;
  position: relative;
}
.FM-abox2A > a:first-child {
  width: 180px;
  height: 100px;
  overflow: hidden;
}
.FM-abox2A p {
  display: -webkit-box;
  margin-top: 8px;
  margin-left: 190px;
  width: 232px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  float: none;
}
.FM-abox2A p a {
  color: #117e96;
}
.FM-abox2A img {
  height: 100px;
  width: 180px;
  object-fit: cover;
}

.FM-abox2B {
  margin-bottom: 10px;
  margin-left: 190px;
  color: #117e96;
  border-bottom: none;
  font-size: 15px;
  text-align: justify;
  line-height: 1.3;
  text-overflow: ellipsis;
}
.FM-abox2B:hover {
  text-decoration: none;
}

h5.FM-abox2B {
  margin-bottom: 4px;
}

.FM-abox8 {
  padding: 15px 0 15px 15px;
}
.FM-abox8 > div {
  margin: 0 15px 0 0;
  width: 445px;
  width: calc(50% - 15px);
}
.FM-abox8 > div a:hover {
  color: #117e96;
  text-decoration: none;
}
.FM-abox8 .FM-abox2A {
  width: calc(100% - 20px);
  overflow-x: hidden;
}

.FM-atag1 .FM-atag1now {
  background-color: #FFF;
  background-image: none;
  line-height: 24px;
}
.FM-atag1 .FM-atag1now:hover {
  background-image: none;
}

.FM-abox8A a {
  color: #117e96;
}

.FM-abox8B button {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 4px 12px;
  background-color: #117e96;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  cursor: pointer;
}
.FM-abox8B button:hover {
  background-color: #126e7d;
}
.FM-abox8B button:nth-of-type(2) {
  margin-left: 4px;
}

.FM-abox5B {
  padding: 10px 15px;
}

.FM-abmbar a,
.FM-abox7A button {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 4px 12px;
  background-color: #117e96;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  cursor: pointer;
  height: auto;
}
.FM-abmbar a:hover,
.FM-abox7A button:hover {
  background-color: #126e7d;
}

.FM-abox7A button {
  float: right;
  margin: 8px 15px 8px 0;
}
.FM-abox7A p {
  padding: 2px;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  line-height: 40px;
}

.FM-abox7A,
.FM-abmbar,
.FM-rbox10 p {
  background-color: #FFF;
}

.BH-lbox.FM-abox5 .FM-abmbar a {
  background: transparent;
  color: #117e96;
  font-size: 13px;
  font-weight: bold;
}

.BH-lbox.FM-abox6 .FM-abox6B {
  padding: 15px;
  width: 520px;
}
.BH-lbox.FM-abox6 .FM-abox6B p {
  width: 370px;
  display: inline-block;
  padding: 8px;
  text-align: justify;
}
.BH-lbox.FM-abox6 .FM-abox6B > a:first-child {
  margin-top: 10px;
  color: #117e96;
}
.BH-lbox.FM-abox6 .FM-abox6A {
  padding: 15px 15px 0px 15px;
}
.BH-lbox.FM-abox6 .FM-abox6A .BH-acgbox {
  width: 300px;
}
.BH-lbox.FM-abox6 .FM-abox6A .BH-acgbox a + span {
  margin-left: 10px;
}
.BH-lbox.FM-abox6 .FM-abox6A.ACG-rbox3 {
  padding-top: 0px;
}
.BH-lbox.FM-abox6 .FM-abox6A .ACG-box {
  width: 300px;
}
.BH-lbox.FM-abox6 .FM-abox6A .ACG-box .ACG-data ul {
  margin-left: 15px;
}
.BH-lbox.FM-abox6 .FM-abox6A .ACG-box p.ACG-rbox4B {
  padding-top: 12px;
  text-align: left;
}

.forum_list .chat_button {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 4px 8px 4px 10px;
  font-size: 12px;
  background: #e7f1f1;
  color: #126e7d;
}
.forum_list .chat_button:hover {
  background: #126e7d;
  color: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  text-decoration: none;
}

.BH-table.BH-table1 tr .chat_button {
  margin-top: -4px;
  padding: 4px 8px 4px 10px;
  font-size: 12px;
  background: #e7f1f1;
  color: #126e7d;
  float: right;
}
.BH-table.BH-table1 tr:nth-child(odd) .chat_button {
  background: #ddecec;
}
.BH-table.BH-table1 tr .chat_button:hover, .BH-table.BH-table1 tr:nth-child(odd) .chat_button:hover {
  background: #126e7d;
  color: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  text-decoration: none;
}

.search-result_board.BH-table1 .board-platform {
  display: inline-block;
  margin: 0px 8px 0px 0px;
  padding: 2px 6px;
  float: left;
  width: auto;
  height: 20px;
  color: #464646;
  font-weight: normal;
  font-size: 12px;
  background-color: #ddd;
  vertical-align: top;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 3px;
  opacity: 0.9;
}
.search-result_board.BH-table1 small {
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.search-result_board.BH-table1 small span {
  color: red;
}
.search-result_board.BH-table1 h1 span {
  color: red;
}
.search-result_board.BH-table1 td {
  position: relative;
  padding: 10px 5px 8px;
}
.search-result_board.BH-table1 tr .chat_button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.search-result_board.BH-table1 h1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}