.wrap {
    width: 1200px;
    margin: 0 auto;
}

.servicelist {
    margin-top: 30px;
}

.servicelist_title {
    width: 100%;
    color: rgba(0, 41, 169, 1);
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.servicelist_title>div {
    width: 108px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(0, 41, 169, 1);
}

.servicelist_title>span {
    cursor: pointer;
}
.display_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display_title span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.servicelist_item {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.servicelist_item li {
    cursor: pointer;
    width: 220px;
}

.servicelist_item li img {
    width: 100%;
    height: 120px;
    border-radius: 6px;
    background-size: cover;
}

.servicelist_item span {
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
}

.activelist{
    margin-top: 30px;
}

/* 日历 */
.el-calendar {
  background-color: rgba(245, 245, 245, 0.3) !important;
}
.el-calendar-table .el-calendar-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  height: 48px !important;
}

.el-calendar-table td {
  border: none !important;
}

.el-calendar__body {
    padding: 10px;
    /* padding-top: 25px; */
    height: 363px;
}
.el-calendar-table thead th {
    font-weight: bold !important;
    text-align: center !important;
}
.solar {
    text-align: center;
}
.ishave {
    background-color: #1f61e4;
}
.dataStyle {
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5px;
}
/* 日历 */

.tab_content_2 {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
}

.tab_content_2_left {
  /* width: 50%; */
  width: 54%;
  height: auto;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.tab_content_2_left .img_box>img{
  width: 100%;
}
.tab_content_2_left .img_box{
  position: relative;
}
.tab_content_2_left .img_box>div{
  width: 80%;
  position: absolute;
  left: 60px;
  top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_content_2_left .img_box .title_box {
  display: flex;
  align-items: center;
}
.tab_content_2_left .img_box>div span{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-left: 18px;
}
.tab_content_2_left #goqyfwqd{
  cursor: pointer;
  transition: all 0.5s;
}
.tab_content_2_left #goqyfwqd:hover{
  transform: translateX(10px)
}
.tab_content_2_left .tab_content_2_title1{
  margin-top: 30px;
  margin-bottom: 15px;
}

.tab_content_2_right {
  /* width: 50%; */
  width: 45%;
  float: right;
  padding-left: 10px;
  box-sizing: border-box;
}

.tab_content_2_title {
  overflow: hidden;
  line-height: 25px;
  margin: 30px 0 15px 0;
}

.tab_content_2_title1 {
  overflow: hidden;
  line-height: 25px;
  /* margin-bottom: 15px; */
  margin: 30px 0 15px 0;
}

.tab_content_2_title_left {
  float: left;
  /* font-size: 18px; */
  font-size: 22px;
  font-weight: bold;
  color: rgba(0,0,0,0.7);
}

.tab_content_2_title_left img {
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.tab_content_2_left_contnet {
  width: 100%;
  height: 440px;
  background-color: white;
  overflow: hidden;
}

.tab_content_2_title_right {
  float: right;
  font-size: 15px;
  cursor: pointer;
}
.tab_content_2_title_right a{
    color: #8b8b8b!important;
}


/* 活动列表 */
.tab_content_2_right {
  /* width: 50%; */
  width: 45%;
  float: right;
  padding-left: 10px;
  box-sizing: border-box;
}
.tab_content_2_right_contnet {
  width: 100%;
  height: 440px;
  box-sizing: border-box;
}
.tab_content_2_hdzx_item_title {
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  padding-bottom: 5px;
  cursor: pointer;
}

.tab_content_2_hdzx_item_content {
  display: flex;
  justify-content: space-between;
}

.tab_content_2_hdzx_item_content_img {
  margin-right: 10px;
  min-width: 160px;
  width: 160px;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
}

.tab_content_2_hdzx_item_content_img img {
  width: 100%;
  height: 100%;
}
.tab_content_2_hdzx_item_content_text{
  width: 68%;
}
.tab_content_2_hdzx_item_content_text_1 {
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}

.tab_content_2_hdzx_item_content_text_2 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 5px;
  color: rgba(0,0,0,0.7);
  padding-top: 25px;
}

.tab_content_2_hdzx_item_content_text_2 img{
  width: 25px;
  height: 23px;
  margin-right: 5px;
}
.tab_content_2_hdzx_item_content_text_22{
  display: flex;
  align-items: center;
}

.tab_content_2_hdzx_item {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: 0.5s all;
}

.tab_content_2_hdzx_item:hover {
  transform: translate(5px, 0);
}

/* 服务机构 */
.service_type{
  display: flex;
  justify-content: space-between;
}
.five_type {
  width: 16%;
  margin-right: 0;
}
.service_list{
  display: flex;
  /* justify-content: space-between; */
}
.service_info{
  border: 1px solid rgba(242, 242, 242, 1);
  height: 268px;
}
.service_info .service_intro{
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
}
.registered_capital .unit{
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-top: -8px;
}
.wrap_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap_title{
  width: 100%;
  margin-top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
}
.wrap_title i{
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.check_more{
  right: 0;
  position: absolute;
  float: none;
  width: auto;
}
.check_more a{
  color: #8b8b8b!important;
}

/* 推荐服务 */
.titleRow {
  height: auto;
  /* line-height: 73px; */
  color: #939393;
  font-size: 16px;
  margin-bottom: 20px;
}

.titleRow_span {
  font-size: 20px;
  color: black;
  padding: 0 10px;
  border-right: 2px solid black;
  cursor: pointer;
}

.titleRow span:last-child {
  border: none;
}

.titleRowActive {
  color: #006eea;
}

.titleRow_tab {
  height: 211px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tjfw_tab_box {
  position: relative;
}
.titleRow_tab_content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.titleRow_tab_content_box {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
}
.tjfw_tab_content{
  padding-bottom: 76px;
}
.tjfw_item {
    width: 278px;
    height: auto;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    /* transition: 0.5s all; */
}
/* .tjfw_item:hover {
  transform: translateY(10px);
} */
.tjfw_item:not(:last-child) {
    margin-right: 29px;
}
.tjfw_item img {
    width: 100%;
    height: 138.48px;
}
.tjfw_name {
  font-size: 22px;
  padding-top: 18px;
}

.tjfw_en {
  font-size: 14px;
  color: #aaaaaa;
  padding-top: 5px;
}

.tjfw_item:nth-child(4n+1) .tjfw_name {
  color: #f7ac1c;
}

.tjfw_item:nth-child(4n+2) .tjfw_name {
  color: #176f48;
}

.tjfw_item:nth-child(4n+3) .tjfw_name {
  color: #0047ba;
}

.tjfw_item:nth-child(4n+4) .tjfw_name {
  color: #f75a1c;
}

.titleRow_tab_btn {
  width: 45px;
  height: 191px;
  background-color: rgba(232, 239, 250, 1);
  min-width: 45px;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}

.titleRow_tab_left{
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.titleRow_tab_right{
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
}

.titleRow_tab_btn img {
  width: 16px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -8px;
}
.service_info .service_message{
  align-items: center;
}
.service_info .basic_message{
  width: 54%;
}
.service_info .registered_capital{
  width: 45%;
  box-sizing: border-box;
  padding-left: 27px;
}
/* .service_info .registered_capital div:first-of-type{
  color: rgba(0, 0, 0, 0.5);
} */