.search_Tittle {
  height: 30px;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  padding-left: 16px;
}

.imgs {
  height: 60%;
  margin-right: 5px;
}

.search_Tittle > span {
  color: #1890ff;
  font-weight: 400;
}

.shows {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.shows > div {
  height: 100%;
  width: 46%;
}

.left_List li {
  text-align: left;
  margin-bottom: 8px;
}

.left_List li span {
  display: inline-block;
  margin-right: 16px;
  font-family: "微软雅黑";
  font-weight: 600;
}

.left_List li label {
  font-weight: 600;
  font-size: 16px;
}

.left_List li input {
  width: 400px;
  height: 36px;
  border: 1px solid #aaa;
}

.left_List li:nth-child(2) input {
  width: 20px;
}

.left_List li:nth-child(3) input {
  width: 20px;
}

.left_List li:nth-child(4) select {
  width: 400px;
  height: 36px;
}

.left_List li select {
  border-color: #aaa;
}

.left_List .years {
  width: 20px;
  margin-right: 6px;
}

.left_List .mouth {
  vertical-align: middle;
  margin-right: 16px;
}

.changes {
  width: 182px;
  height: 36px;
}

.left_List li label {
  vertical-align: middle;
  margin-right: 16px;
}

.sure {
  width: 158px;
  height: 38px;
  border-radius: 4px;
  background: #0b3797;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 34px;
  margin-right: 18px;
}

.reset {
  background: #f2f2f2;
  width: 158px;
  height: 38px;
  border-radius: 4px;
  color: #333;
  font-size: 18px;
  border: #d9d9d9 1px solid;
  margin-left: 18px;
}

.announcement_content {
  border: #aaa solid 1px;
}

.announcement_Title {
  height: 36px;
  width: 100%;
  text-align: left;
  margin-top: -5px;
  box-sizing: content-box;
  position: relative;
}

.announcement_Title img {
  height: 60%;
  margin-left: 8px;
  vertical-align: middle;
}
.announcement_Title .title_tip {
  position: absolute;
  top: 0;
  height: 36px;
  line-height: 36px;
  left: 13%;
  color: #ff5252;
  font-size: 15px;
}
.announcement_Title p {
  display: inline-block;
  color: #1890ff;
  font-size: 22px;
  line-height: 34px;
  margin-left: 10px;
  vertical-align: middle;
}

.announcement_Search {
  text-align: left;
  margin-top: 12px;
  margin-left: 25px;
}
.announcement_Search .inline {
  margin-bottom: 15px;
}
.announcement_Search span {
  font-family: "黑体";
  font-weight: 600;
  font-size: 17px;
  padding-left: 15px;
}

.announcement_Search select {
  width: 160px;
}

.announcement_Search button,
.announcement_Search #search {
  width: 140px;
  height: 31px;
  line-height: 31px;
  background: #1890ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  margin-left: 16px;
  cursor: pointer;
}
.announcement_Search input,
.announcement_Search select {
  height: 31px;
  border: 1px solid #aaa;
}
.announcement_Search .text {
  width: 316px;
}
button {
  border: 0 none;
}

.content .wrap_ul {
  overflow: hidden;
  padding: 21px 5px 0px 40px;
}
.content .wrap_ul li {
  width: 50%;
  float: left;
  display: flex;
  margin-bottom: 20px;
}
.content .wrap_ul li.w100 {
  width: 100%;
}
.content .wrap_ul li .li_name {
  width: 120px;
  min-width: 110px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  white-space: nowrap;
}
.content .wrap_ul li .li_con {
  flex: 1;
  text-align: left;
  position: relative;
}
.content .wrap_ul li.w100 .li_con {
  flex: initial;
  width: 87%;
}
.content .wrap_ul input[type="text"],
.content .wrap_ul select,
.content .form_search input[type="text"],
.content .form_search select {
  width: 94%;
  height: 38px;
  background: #ffffff;
  padding-left: 5px;
  border: 1px solid #aaaaaa;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #555555;
  vertical-align: middle;
}
.content .wrap_ul li.w100 .li_con input {
  width: 100%;
}
.li_con .item {
  padding: 0 24px 0 10px;
  height: 38px;
  line-height: 38px;
  background: rgba(97, 141, 250, 0.6);
  border: 1px solid #618dfa;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #3559a6;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
  margin-right: 15px;
}
.li_con .item span {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #ebecf1;
  font-size: 16px;
  cursor: pointer;
}
.li_con textarea {
  width: 100%;
  border: 1px solid #aaa;
  resize: none;
}
