article .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
article .content .content-lf {
  width: 469px;
}
article .content .content-lf .content-lf-center {
  padding: 30px 36px 0;
  width: 100%;
  color: #252525;
  font-size: 18px;
  line-height: 34px;
  background: url(../images/notice_content.png) repeat-y;
}
article .content .content-rg .content-rg-top {
  width: 100%;
  text-align: center;
}
article .content .content-rg .content-rg-center {
  padding: 22px 32px;
  width: 100%;
  height: 960px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}
article .content .content-rg .content-rg-center::-webkit-scrollbar {
  width: 6px;
  background-color: #eee;
}
article .content .content-rg .content-rg-center::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
article .content .content-rg .content-rg-center::-webkit-scrollbar-thumb {
  background-color: #87d7d2;
  border-radius: 30px;
}
article .content .content-rg .content-rg-center .comlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 662px;
}
article .content .content-rg .content-rg-center .comlist li {
  margin-right: 36px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 73px;
  color: #004edd;
  font-size: 20px;
  background: url(../images/post_list.png) no-repeat;
  cursor: pointer;
}
article .content .content-rg .content-rg-center .comlist li:nth-of-type(3n) {
  margin-right: 0;
}
article .content .content-rg .content-rg-center .comlist li:hover {
  color: #009893;
  background: url(../images/post_list_on.png) no-repeat;
}
article .content .content-rg .content-rg-center .comlist .comlist_on {
  color: #009893;
  background: url(../images/post_list_on.png) no-repeat;
}
article .content .content-rg .content-rg-center .joblist {
  margin: 37px auto 0;
  width: 677px;
}
article .content .content-rg .content-rg-center .joblist .joblist-head {
  display: flex;
  align-items: center;
  padding-left: 30px;
  width: 100%;
  height: 56px;
  background: linear-gradient(#068be7, #b2e7ff);
  border-radius: 20px;
}
article .content .content-rg .content-rg-center .joblist .joblist-head strong {
  color: #ffffff;
  font-size: 20px;
}
article .content .content-rg .content-rg-center .joblist .joblist-head strong:nth-of-type(1) {
  width: 29%;
}
article .content .content-rg .content-rg-center .joblist .joblist-head strong:nth-of-type(2) {
  width: 26%;
}
article .content .content-rg .content-rg-center .joblist .joblist-head strong:nth-of-type(3) {
  width: 26%;
}
article .content .content-rg .content-rg-center .joblist .joblist-center {
  margin-top: 19px;
}
article .content .content-rg .content-rg-center .joblist .joblist-center li {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 8px;
  width: 100%;
  height: 41px;
  background-color: #f4f4f4;
  border-radius: 20px;
}
article .content .content-rg .content-rg-center .joblist .joblist-center li span {
  color: #004edd;
  font-size: 16px;
}
article .content .content-rg .content-rg-center .joblist .joblist-center li span:nth-of-type(1) {
  width: 29%;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 用省略号表示超出部分 */
}
article .content .content-rg .content-rg-center .joblist .joblist-center li span:nth-of-type(2) {
  width: 26%;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 用省略号表示超出部分 */
}
article .content .content-rg .content-rg-center .joblist .joblist-center li span:nth-of-type(3) {
  margin-left: 4%;
  width: 17.5%;
}
article .content .content-rg .content-rg-center .joblist .joblist-center li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 31px;
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(#068be7, #86cceb);
  border-radius: 15px;
}
article .content .content-rg .content-rg-center .joblist .joblist-center li a:hover {
  color: #009893;
  background: linear-gradient(#89f5ba, #c6fade);
}
