﻿.community-content {
  margin-top: 36px;
}
.community-content:after {
  content: '';
  display: block;
  clear: both;
}
.community-content .left-content {
  width: 855px;
  float: left;
}
.community-content .left-content .title {
  margin-top: 4px;
  border-bottom: 1px solid #75aaff;
  padding-bottom: 6px;
  padding-left: 10px;
}
.community-content .left-content .title .title-text {
  position: relative;
  display: inline-block;
  color: #235bb5;
  font-size: 18px;
  height: 100%;
}
.community-content .left-content .title .title-text:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 3px;
  width: 160px;
  height: 3px;
  background-color: #235bb5;
}
.community-content .left-content .title .more {
  float: right;
  margin-top: 10px;
}
.community-content .left-content .title .more a {
  color: #333;
}
.community-content .left-content .list-content > ul > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.community-content .left-content .list-content > ul > li .advice-title {
  margin-top: 20px;
}
.community-content .left-content .list-content > ul > li .advice-title * {
  display: inline-block;
  vertical-align: middle;
}
.community-content .left-content .list-content > ul > li .advice-title .lab {
  color: #1c64d8;
  font-size: 16px;
}
.community-content .left-content .list-content > ul > li .advice-title .question-content {
  width: 715px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 6px;
  color: #333333;
  font-size: 16px;
}
.community-content .left-content .list-content > ul > li .advice-title .question-time {
  color: #999999;
  font-size: 14px;
}
.community-content .left-content .list-content > ul > li .advice-title .open-type {
  font-size: 14px;
  color: #ca0000;
}
.community-content .left-content .list-content > ul > li .advice-title .open-type.open {
  color: #20bc8e;
}
.community-content .left-content .list-content > ul > li .advice-title .open-type * {
  vertical-align: middle;
}
.community-content .left-content .list-content > ul > li .question {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}
.community-content .left-content .list-content > ul > li .manager-content {
  margin-top: 10px;
}
.community-content .left-content .list-content > ul > li .manager-content .manager {
  display: inline-block;
  vertical-align: middle;
  color: #1c64d8;
  font-size: 14px;
}
.community-content .left-content .list-content > ul > li .manager-content .answer {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 790px;
  color: #333333;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
}
.community-content .left-content .list-content > ul > li .manager-content .answer:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid #f2f2f2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -8px;
  top: 16px;
}
.community-content .left-content .list-content > ul > li .manager-content .demand-content {
  position: relative;
  width: 100%;
  color: #333333;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
}
.community-content .left-content .list-content > ul > li .manager-content .demand-content .demand-info {
  width: 80%;
}
.community-content .left-content .list-content > ul > li .manager-content .demand-content .demand-time {
  float: right;
  color: #999999;
  font-size: 14px;
}
.community-content .left-content .list-content > ul > li .manager-content .demand-content .resource {
  color: #1c64d8;
  font-size: 14px;
}
.community-content .left-content .list-content > ul > li .manager-content .demand-content a {
  vertical-align: text-bottom;
}
.community-content .left-content .list-content > ul > li .data-description {
  width: 80%;
  padding-left: 53px;
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}
.community-content .right-content {
  margin-left: 915px;
}
.community-content .right-content .title {
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
}
.community-content .right-content .community-type ul li {
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: url("../../img/interact/cbg.png") center no-repeat;
  border-radius: 10px;
  color: #fff;
  margin-top: 20px;
}
.community-content .right-content .community-type ul li * {
  display: inline-block;
  vertical-align: middle;
}
.community-content .right-content .community-type ul li a {
  color: white;
}
.community-content .right-content .community-type ul li:nth-child(2) {
  background: url("../../img/interact/cbg2.png") center no-repeat;
}
.community-content .right-content .community-type ul li:nth-child(3) {
  background: url("../../img/interact/cbg3.png") center no-repeat;
}
.community-content .right-content .community-type ul li:nth-child(4) {
  background: url("../../img/interact/cbg4.png") center no-repeat;
}
.community-content .right-content .community-type ul li .c-icon {
  width: 34px;
  height: 30px;
  background: url("../../img/interact/community1.png") center no-repeat;
  margin-left: 26px;
}
.community-content .right-content .community-type ul li .c-icon.c5 {
  background: url("../../img/interact/social.png") center no-repeat;
}
.community-content .right-content .community-type ul li .c-icon.c2 {
  background: url("../../img/interact/community2.png") center no-repeat;
}
.community-content .right-content .community-type ul li .c-icon.c3 {
  background: url("../../img/interact/community3.png") center no-repeat;
}
.community-content .right-content .community-type ul li .c-icon.c4 {
  background: url("../../img/interact/community4.png") center no-repeat;
}
.community-content .right-content .community-type ul li .c-info {
  margin-left: 95px;
  font-size: 16px;
}
.community-content .right-content .key-words {
  position: relative;
  height: 300px;
  margin-top: 20px;
}
.community-content .right-content .key-words a {
  position: absolute;
}
/*# sourceMappingURL=index.css.map */