li {
  list-style: none;
}

#banner a {
  height: 286px;
}

#banner img {
  height: 286px;
}

.navbar-default {
  background-color: #3fb150;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.content {
  width: 1179px;
  margin: 0 auto;
}

.content_top {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
}

.content_top a {
  cursor: pointer;
  list-style: none;
  text-decoration: none;
  color: #333;
}

.top_right {
  position: absolute;
  display: flex;
  top: 0px;
  right: 0px;
  /* cursor: pointer; */
}

.top_right li {
  margin-left: 15px;
}

.homeImgImg {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: 5px;
}

.content_title {
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  position: relative;
}

.content_title h2 {
  height: 45px;
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.content_title i {
  position: absolute;
  left: 50%;
  border: none;
  bottom: -2px;
  margin-left: -4.5px;
  display: block;
  width: 9px;
  height: 5px;
  background: #13BF86;
}

.content_title p {
  margin: 0px;
  border-bottom: 1px solid #e2e2e2;
  width: 626px;
  margin: 0px auto;
}

.content_ul {
  margin: 30px 0px 0px -40px;
  display: flex;
  flex-wrap: wrap;
}

.content_ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
  border-radius: 4px;
}

.content_ul li:nth-child(3n) {
  margin-right: 0px;
}

.content_ul li img {
  width: 100%;
  height: 352px;
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 4px;
}

.content_ul li p {
  height: 32px;
  line-height: 32px;
  word-wrap: break-word;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示文本溢出 */
  text-align: center;
  margin: 11px 0px 4px 0px;
}

.content_row {
  margin: 30px 0px 20px 0px;
}

.content_row div {
  /* width: 280px; */
  text-align: center;
  /* margin-left: 50%; */
  margin-bottom: 20px;
}

.content_row img {
  width: 1179px;
}

.content_row input {
  height: 50px;
  line-height: 50px;
  padding: 8px;
}

.content_row textarea {
  height: 120px;
  padding: 8px;
}

.aptitude_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -40px;
}

.aptitude_ul li {
  width: 32%;
  margin-right: 2%;
}

.aptitude_ul li:nth-child(3n) {
  margin-right: 0px;
}

.aptitude_ul li:last-child {
  margin-right: 0px;
}

.aptitude_ul li img {
  width: 100%;
  /* padding: 10px; */
  /* height: 350px; */
  /* border: 1px solid #cccccc; */
}

.aptitude_ul li p {
  word-wrap: break-word;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示文本溢出 */
  height: 21px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 11px 0px 38px 0px;
}

.newsTrends_div {
  margin-top: 30px;
  display: flex;
  margin-bottom: 121px;
}

.newsTrends_div img {
  height: 170px;
}

.newsTrends_intro {
  margin: 20px 15px;
}

.newsTrends_intro h6 {
  font-size: 16px;
  color: #61606c;
}

.newsTrends_intro p {
  font-size: 14px;
  color: #989db0;
}

.newsTrends_intro p:last-child {
  font-size: 12px;
  color: #c1bcbd;
}

.newsTrends_time {
  width: 100px;
  margin: 30px 0px;
  font-size: 18px;
  color: #C2C2C4;
}

.hotKeywords {
  display: flex;
  position: relative;
  margin-top: 30px;
}

.hotKeywords_left {
  display: flex;
}

.hotKeywords_left p {
  width: 90px;
  height: 32px;
  line-height: 32px;
}

.hotKeywords_left span {
  display: block;
  width: 75px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.hotKeywords_left i {
  height: 20px;
  margin-top: 6px;
  border-right: 1px solid #cccccc;
}

.hotKeywords input {
  position: absolute;
  right: 0px;
  height: 32px;
  line-height: 32px;
  padding: 8px 32px 8px 8px;
}

.hotKeywords p:last-child {
  position: absolute;
  right: 0px;
  width: 32px;
  height: 32px;
  background: #2a6fab;
  cursor: pointer;
}

.hotKeywords img {
  margin-top: 6px;
  margin-left: 6px;
  width: 20px;
  background: #2a6fab;
  cursor: pointer;
}

.home_footer {
  border-top: 1px solid #cccccc;
}

.home_footer div {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 50px 0px;
  font-size: 26px;
  color: #000;
}

.home_footer div span {
  display: block;
  width: 4px;
  height: 4px;
  border: none;
  border-radius: 2px;
  margin: 18px 8px;
  background: #000;
}

a {
  list-style: none;
  text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
  background: #2a6fab;
}

.home_footer div p a {
  color: #46b261;
  text-decoration: none;
}

.navCLASS {
  background: #2a6fab;
}

.content_underline {
  border-bottom: 1px solid #e2e2e2;
}

.content_top {
  width: 1179px;
  margin: 0 auto;
}

.navbar {
  border: none;
  border-radius: 0px;
}

.my_content {}

.my_content p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.my_img {
  margin-top: 50px;
}

.member_form {
  width: 700px;
  margin: 0 auto;
  margin-top: 35px;
}

.member_form div {
  margin-bottom: 10px;
}

.member_form div p {
  width: 60px;
  line-height: 40px;
}

.member_form div input {
  /* flex: 1; */
  height: 40px;
  border: 1px solid #cccccc;
}

.member_form div input:focus {
  border: 1px solid #cccccc;
  outline: none;
}

.member_form div textarea {
  flex: 1;
  border: 1px solid #cccccc;
}

.member_form div textarea:focus {
  border: 1px solid #cccccc;
  outline: none;
}

.member_form .member_footer {
  width: 224px;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 40px;
}

.member_form .member_footer .memberBtn {
  width: 120px;
  height: 40px;
  background: #3FB150;
  color: #ffffff;
  border: 1px solid #3FB150;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 4px;
}

.member_form .member_footer p {
  margin-top: 10px;
  width: 224px;
  height: 19px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #BDC8D3;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.connectionMy_row {
  margin: 30px 0px 20px 0px;
}

.connectionMy_row div {
  /* width: 280px; */
  text-align: center;
  /* margin-left: 50%; */
  margin-bottom: 20px;
}

.connectionMy_row {
  width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}

.connectionMy_row>img {
  display: block;
  width: 880px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.connectionMy_ul {
  width: 680px;
  margin: 0 auto;
  display: flex;
}

.connectionMy_ul li {
  flex: 1;
}

.connectionMy_ul li div {
  height: 77px;
  border-left: 4px solid #3FB150;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 3px;
}

.connectionMy_ul>li>div>img {
  width: 36px;
  height: 36px;
}

.connectionMy_ul>li>div>p {
  width: 304px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.connectionMy_ul li>p {
  height: 32px;
  margin-left: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.member_footer1 {
  width: 100%;
  height: 123px;
  background: #3FB150;
  border-radius: 0px 0px 0px 0px;
  line-height: 100px;
}

.member_footer1>p {
  display: block;
  width: 215px;
  height: 45px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 auto;
  padding-top: 27px;
  /* cursor: auto; */
}

.member_footer1>p>a {
  width: 228px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  margin: 4px 0;
}