.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  box-shadow: none;
}
#search_nav .panel .crumbs {
  border-bottom: none;
}
html {
  scroll-behavior: smooth;
}
/* 分页 */
.page_wrap {
  margin-top: 16px;
  text-align: center;
  font-size: 0;
}
.page_wrap a {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  margin: 0 4px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  vertical-align: middle;
}
.page_wrap a:hover {
  background: #ef2f39;
  color: #fff;
  text-decoration: none;
}
.page_wrap a:hover.prev {
  background-image: url(imgs/icon_page_prev_on.png);
}
.page_wrap a:hover.next {
  background-image: url(imgs/icon_page_next_on.png);
}
.page_wrap a.prev {
  background-image: url(imgs/icon_page_prev.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page_wrap a.next {
  background-image: url(imgs/icon_page_next.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page_wrap span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ef2f39;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  padding: 0 11px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  margin: 0 4px;
  vertical-align: middle;
  color: #fff;
}
.page_wrap form {
  display: inline-block;
  margin-left: 24px;
  font-size: 0;
  vertical-align: middle;
}
.page_wrap form i {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  vertical-align: middle;
  font-style: normal;
}
.page_wrap form input[type='text'] {
  width: 64px;
  height: 32px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #e0e0e0;
  margin: 0 8px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  vertical-align: middle;
  list-style: none;
  outline: none;
}
.page_wrap form input[type='text']:focus {
  border-color: #ef2f39;
}
.page_wrap form input[type='submit'] {
  width: 53px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #f41919;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #f41919;
  vertical-align: middle;
  margin-left: 7px;
}
/* 筛选 */
.filter {
  border: 1px solid #eaeaea;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
.filter .filter_head {
  height: 49px;
  background: #fcfcfc;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 49px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-left: 16px;
}
.filter .filter_item {
  margin-top: 24px;
}
.filter .filter_item_left {
  width: 102px;
  padding-left: 16px;
  height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.filter .filter_item_right {
  width: 1090px;
  margin-top: -8px;
  font-size: 0;
}
.filter .filter_item_right a {
  display: inline-block;
  margin-right: 24px;
  height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-top: 8px;
}
.filter .filter_item_right a:hover,
.filter .filter_item_right a.active {
  color: #ef2f39;
  text-decoration: none;
}
.filter .filter_item_right .filter_inner_wrap {
  width: 1001px;
  padding: 16px 24px;
  padding-top: 8px;
  background: #fafafa;
  margin-top: 16px;
}
.filter .filter_item_right .filter_inner_wrap a {
  margin-right: 28px;
  padding-left: 16px;
  background: url(imgs/icon_checkbox.png) no-repeat left;
}
.filter .filter_item_right .filter_inner_wrap a.active {
  background: url(imgs/icon_checkbox_on.png) no-repeat left;
}
.filter .filter_item_right.search_wrap input[type='text'] {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 208px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  list-style: none;
  outline: none;
  padding-left: 8px;
}
.filter .filter_item_right.search_wrap input[type='text']:focus {
  border-color: #ef2f39;
}
.filter .filter_item_right.search_wrap input[type='submit'] {
  width: 76px;
  height: 32px;
  background: #ef2f39;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-left: 7px;
  border: none;
}
.filter .filter_item_right.search_wrap input[type='submit']:hover {
  background: #da111b;
}
.detail {
  scroll-behavior: smooth;
  /* 会展详情 */
  /* 展馆详情 */
  /* 详情 */
  /* 租赁详情 */
  /* 详情右侧公共部分 */
}
.side_panel {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaea;
  margin-bottom: 16px;
}
.side_panel .side_panel_head {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
  padding-right: 12px;
  box-sizing: border-box;
}
.side_panel .side_panel_head h2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 500;
  color: #333333;
  margin: 0;
  display: inline-block;
  padding-left: 8px;
  position: relative;
  left: -8px;
}
.side_panel .side_panel_head h2::before {
  content: '';
  width: 2px;
  height: 13px;
  background: #ef2f39;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side_panel .side_panel_head .more {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.side_panel .side_panel_head .more:hover {
  color: #ef2f39;
}
.side_panel .side_panel_body {
  padding: 12px;
}
.side_panel.panel_bg {
  border: 1px solid #ffe4e4;
}
.side_panel.panel_bg .side_panel_head {
  height: 47px;
  background: linear-gradient(270deg, #ffffff 0%, #fdecec 82%, #ffe4e4 100%);
  border-radius: 0px 0px 0px 0px;
  border-bottom: none;
}
.side_panel.panel_bg .side_panel_head.line span {
  padding-left: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.side_panel.panel_bg .side_panel_head.line span::before {
  content: '';
  width: 2px;
  height: 13px;
  background: #c6aa82;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side_panel.panel_rmzh {
  border: 1px solid #ef2f39;
}
.side_panel.panel_rmzh .side_panel_body {
  padding: 16px 12px;
}
.side_panel.panel_rmzh .side_panel_head {
  background: linear-gradient(270deg, #ffffff 0%, #fdecec 82%, #ffe4e4 100%);
}
.side_panel.panel_rmzh .top .img_wrap {
  width: 276px;
  height: 125px;
  border-radius: 0;
  border: 1px solid #eaeaea;
  position: relative;
}
.side_panel.panel_rmzh .top .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.side_panel.panel_rmzh .top .img_wrap .tips {
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 0 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.side_panel.panel_rmzh .top .img_wrap .tips .title {
  line-height: 1;
  margin-top: 8px;
}
.side_panel.panel_rmzh .top .img_wrap .tips .title a {
  color: #fff;
  line-height: 1;
}
.side_panel.panel_rmzh .top .img_wrap .tips .title a:hover {
  color: #ef2f39;
}
.side_panel.panel_rmzh .top .img_wrap .tips .address {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin-top: 3px;
}
.side_panel.panel_rmzh .bottom {
  overflow: hidden;
  margin-top: 10px;
}
.side_panel.panel_rmzh .bottom .item {
  width: 134px;
}
.side_panel.panel_rmzh .bottom .item .img_wrap {
  width: 134px;
  height: 60px;
}
.side_panel.panel_rmzh .bottom .item .img_wrap img {
  width: 100%;
  height: 100%;
}
.side_panel.panel_rmzh .bottom .item .title {
  height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-top: 6px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side_panel.panel_rmzh .bottom .item .address {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 4px;
}
.side_panel.panel_rank {
  margin-top: -8px;
}
.side_panel.panel_rank .side_panel_body ul {
  margin-top: -4px;
}
.side_panel.panel_rank .side_panel_body li {
  line-height: 24px;
  margin-top: 8px;
}
.side_panel.panel_rank .side_panel_body li a {
  color: #666;
}
.side_panel.panel_rank .side_panel_body li a:hover {
  color: #ef2f39;
}
.side_panel.panel_rank .side_panel_body li span {
  display: inline-block;
  width: 21px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #cacaca;
  line-height: 24px;
  vertical-align: top;
  margin-right: 8px;
}
.side_panel.panel_zhtd .item .item_head {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #666;
  margin-top: 10px;
}
.side_panel.panel_zhtd .item .item_head:first-child {
  margin-top: 5px;
}
.side_panel.panel_zhtd .item .item_head span {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #cb9797;
  padding-left: 10px;
  position: relative;
  margin-left: 6px;
}
.side_panel.panel_zhtd .item .item_head span::before {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side_panel.panel_zhtd .item .item_body {
  padding-top: 7px;
  padding-bottom: 8px;
}
.side_panel.panel_zhtd .item .item_body a {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 9px;
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.side_panel.panel_zhtd .item .item_body a:hover {
  color: #ef2f39;
}
.side_panel.list_panel ul {
  margin-top: -4px;
}
.side_panel.list_panel li {
  line-height: 30px;
  padding-left: 10px;
  position: relative;
  color: #666;
}
.side_panel.list_panel li a {
  color: #666;
}
.side_panel.list_panel li::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side_panel.list_panel li:hover {
  color: #ef2f39;
}
.side_panel.list_panel li:hover a {
  color: #ef2f39;
}
.side_panel.list_panel li:hover::after {
  background: #ef2f39;
}
.side_panel.panel_zhfw .side_panel_body {
  padding: 19px 14px;
}
.side_panel.panel_zhfw ul {
  margin: 0 -8px;
  margin-top: -20px;
  overflow: hidden;
}
.side_panel.panel_zhfw li {
  margin: 0 8px;
  margin-top: 16px;
  width: 56px;
  float: left;
  text-align: center;
}
.side_panel.panel_zhfw li a:hover {
  text-decoration: none;
}
.side_panel.panel_zhfw li a:hover p {
  color: #ef2f39;
}
.side_panel.panel_zhfw li img {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: fill;
  object-fit: fill;
  margin: 0 auto;
}
.side_panel.panel_zhfw li p {
  height: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}
.side_panel.panel_zhhz p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.side_panel.panel_zhhz .desc2 {
  margin-top: 12px;
}
.panel_dcsj {
  border: 1px solid #eaeaea;
}
.panel_dcsj .side_panel_head {
  background: #fafafa;
}
.panel_dcsj .side_panel_body {
  padding-bottom: 4px;
}
.panel_dcsj .side_panel_body ul {
  margin-top: -8px;
}
.panel_dcsj .side_panel_body li {
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px dashed #eaeaea;
}
.panel_dcsj .side_panel_body li:last-child {
  border-bottom: none;
}
.panel_dcsj .side_panel_body .img_wrap {
  float: left;
  width: 114px;
  height: 76px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
}
.panel_dcsj .side_panel_body .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.panel_dcsj .side_panel_body .content_wrap {
  width: 150px;
  float: left;
  margin-left: 10px;
}
.panel_dcsj .side_panel_body .content_wrap .title {
  height: 44px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.panel_dcsj .side_panel_body .content_wrap .time {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.panel_bgydbd li {
  width: 285px;
  height: 85px;
  padding-left: 35px;
  padding-top: 13px;
}
.panel_bgydbd li .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.panel_bgydbd li p {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-top: 8px;
}
.panel_bgydbd li p span {
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #edd3d7;
  vertical-align: middle;
  margin: 0 12px;
}
.panel_bgydbd li:nth-child(1) {
  background-image: url('imgs/bg/yd1.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.panel_bgydbd li:nth-child(2) {
  background-image: url('imgs/bg/yd2.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.panel_bgydbd li:nth-child(3) {
  background-image: url('imgs/bg/yd3.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.panel_bgydbd li:nth-child(4) {
  background-image: url('imgs/bg/yd4.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.panel_bgydbd li:nth-child(5) {
  background-image: url('imgs/bg/yd5.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.panel_bgcx .side_panel_body {
  padding: 14px;
}
.panel_bgcx .item {
  margin-top: 16px;
}
.panel_bgcx .item:first-child {
  margin-top: 0;
}
.panel_bgcx .item .item_head {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0);
  line-height: 18px;
  color: #333;
  text-align: left;
}
.panel_bgcx .item .item_body ul {
  overflow: hidden;
}
.panel_bgcx .item .item_body ul li {
  float: left;
  width: 86px;
  height: 32px;
  background: #f7f7f7;
  margin-right: 6px;
  margin-top: 4px;
  text-align: center;
  line-height: 32px;
}
.panel_bgcx .item .item_body ul li:nth-child(3n) {
  margin-right: 0;
}
.panel_bgcx .item .item_body ul li a {
  display: block;
  font-weight: 400;
  color: #666666;
}
.panel_bgcx .item .item_body ul li a:hover {
  background-color: #ef2f39;
  color: #fff;
  text-decoration: none;
}
#footer {
  margin-top: 40px;
}
.search_main {
  width: 100%;
  background: url(imgs/bg_search.png) no-repeat center;
  background-color: #fbfcfc;
  height: 635px;
}
.search_main .search_logo {
  text-align: center;
  margin-top: 84px;
}
.search_main .search_nav {
  margin-top: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_main .search_nav span {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 0 10px;
  font-weight: 400;
  font-family: Microsoft YaHei UI-Regular;
  cursor: pointer;
}
.search_main .search_nav span.active {
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #f41919;
}
.search_main .search_content {
  width: 1062px;
  height: 52px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  padding: 0 16px;
  position: relative;
  margin: 0 auto;
}
.search_main .search_content form {
  height: 100%;
  margin-top: 24px;
}
.search_main .search_content input[type='text'] {
  display: block;
  width: 85%;
  height: 100%;
  border: none;
  outline: none;
}
.search_main .search_content input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 52px;
  background: #ef2f39;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #ffffff;
  border: none;
}
.search_main .tips_head {
  width: 53px;
  height: 53px;
  background: rgba(239, 47, 57, 0.07);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ef2f39;
  line-height: 21px;
  padding-top: 5px;
  text-align: center;
}
.search_main .condition {
  width: 1062px;
  margin: 0 auto;
  margin-top: 56px;
}
.search_main .tips_item {
  width: 1009px;
  padding-top: 5px;
}
.search_main .tips_item a {
  display: inline-block;
  margin-left: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
}
.search_main .tips_item a:hover {
  color: #ef2f39;
}
.panel_cgs .side_panel_body {
  padding: 16px 0;
  padding-bottom: 0px;
}
.panel_cgs .side_panel_body .contact {
  padding-left: 42px;
}
.panel_cgs .side_panel_body .contact > div p {
  margin-bottom: 5px;
}
.panel_cgs .side_panel_body .contact > div p span {
  display: block;
  width: 88px;
  height: 20px;
  line-height: 20px;
  background: #edf2f9;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #477ebf;
  text-align: center;
  cursor: pointer;
}
.panel_cgs .side_panel_body .contact > div:first-child {
  width: 132px;
}
.panel_cgs .side_panel_body .contact > div:first-child p:first-child {
  color: #666;
  font-size: 12px;
}
.panel_cgs .side_panel_body .address {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 15px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 15px;
}
.panel_cgs .side_panel_body .address img {
  margin-left: 4px;
}
.panel_cgs .side_panel_body .btn_login {
  width: 146px;
  height: 32px;
  background: #f1f1f1;
  border-radius: 2px 2px 2px 2px;
  margin: 16px auto;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: 333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel_cgs .side_panel_body .btn_login img {
  margin-right: 4px;
}
.main .list {
  padding: 0;
}
.main .list_zx .tab_list {
  width: 880px;
  height: 50px;
  background: #f7f8fc;
  margin-bottom: 16px;
  padding: 0 8px;
  font-size: 0;
  padding-top: 13px;
}
.main .list_zx .tab_list a {
  width: 88px;
  height: 24px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
.main .list_zx .tab_list a:hover,
.main .list_zx .tab_list a.active {
  color: #ef2f39;
  background: #ffe5e5;
  border-radius: 2px 2px 2px 2px;
  text-decoration: none;
}
.main .list_zx .list_body {
  border: 1px solid #eaeaea;
  border-top: none;
}
.main .list_zx .list_body li {
  padding: 24px 16px;
  border-bottom: 1px solid #eaeaea;
}
.main .list_zx .list_body li:last-child {
  border-bottom: none;
}
.main .list_zx .list_body li .img_wrap {
  width: 240px;
  height: 160px;
  border: 1px solid #eaeaea;
}
.main .list_zx .list_body li .img_wrap img {
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .list_zx .list_body li .content_wrap {
  width: 590px;
  margin-left: 16px;
}
.main .list_zx .list_body li .content_wrap .title {
  height: 26px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .list_zx .list_body li .content_wrap .desc {
  height: 66px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
}
.main .list_zx .list_body li .content_wrap .info {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 28px;
}
.main .list_zx .list_body li .content_wrap .info span {
  margin-right: 22px;
}
.main .list_zx .list_body li .content_wrap .info i {
  color: #666;
  font-style: normal;
}
.main .list_zx .list_body li .content_wrap .info a {
  color: #3569ff;
}
.main .main_left {
  width: 880px;
}
.main .main_left .list_head {
  width: 880px;
  height: 64px;
  border: 1px solid #f0f0f0;
}
.main .main_left .list_head h1 {
  line-height: 62px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #333333;
  margin: 0;
  padding-left: 16px;
}
.main .main_left .list_head h1 span {
  color: #ef2f39;
}
.main .main_left .list_head .list_head_right {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ef2f39;
  margin-top: 12px;
  margin-right: 38px;
}
.main .main_right {
  width: 300px;
}
.main .main_right .panel_qjyc {
  border: 1px solid #eaeaea;
}
.main .main_right .panel_qjyc .img_wrap {
  width: 100%;
}
.main .main_right .panel_qjyc .img_wrap img {
  width: 100%;
}
.main .main_right .panel_qjyc .head_title {
  text-align: center;
  margin-top: 16px;
}
.main .main_right .panel_qjyc .head_title span {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  position: relative;
}
.main .main_right .panel_qjyc .head_title span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #666;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .main_right .panel_qjyc .head_title span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #666;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .main_right .panel_qjyc ul li {
  overflow: hidden;
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.main .main_right .panel_qjyc ul li .img_wrap {
  width: 84px;
  height: 112px;
  float: left;
}
.main .main_right .panel_qjyc ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .main_right .panel_qjyc ul li .content_wrap {
  width: 182px;
  float: left;
  margin-left: 8px;
}
.main .main_right .panel_qjyc ul li .content_wrap .title {
  height: 44px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.main .main_right .panel_qjyc ul li .content_wrap .tag_wrap {
  margin-top: 12px;
}
.main .main_right .panel_qjyc ul li .content_wrap .tag_wrap span {
  display: inline-block;
  height: 20px;
  background: #f3f3f3;
  line-height: 20px;
  padding: 0 8px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.main .main_right .panel_qjyc ul li .content_wrap .more {
  margin-top: 16px;
}
.main .main_right .panel_qjyc ul li .content_wrap .more a {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding-right: 20px;
  background: url(imgs/icons/icon_arrow.png) no-repeat right;
  background-size: 12px;
}
.main .main_right .panel_qjyc ul li .content_wrap .more a:hover {
  color: #ef2f39;
  background: url(imgs/icons/icon_arrow_on.png) no-repeat right;
  background-size: 12px;
}
.main .main_right .panel_qjyc .more_list {
  width: 100%;
  height: 33px;
  background: #fff4f4;
  border-radius: 0px 0px 0px 0;
  line-height: 33px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-top: 14px;
}
.main .main_right .panel_qjyc .more_list a {
  color: #ef2f39;
}
.main .detail.detail_zx .detail_head {
  font-size: 16px;
}
.main .detail.detail_zx .detail_head h1 {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
.main .detail.detail_zx .detail_head .detail_head_info {
  text-align: center;
  line-height: 1;
  margin-top: 16px;
}
.main .detail.detail_zx .detail_head .detail_head_info span {
  height: 15px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 15px;
}
.main .detail.detail_zx .detail_head .detail_head_info span a {
  color: #3f8dff;
}
.main .detail.detail_zx .detail_head .detail_head_info i {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #eaeaea;
  margin: 0 8px;
  vertical-align: middle;
}
.main .detail.detail_zx .detail_head .detail_head_bottom {
  width: 100%;
  height: 200px;
  background: #f5f7f9;
  padding: 16px;
  margin-top: 24px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .sub_title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .img_wrap {
  width: 96px;
  height: 128px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .content_wrap {
  margin-left: 16px;
  width: 736px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .content_wrap .title {
  height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .content_wrap .desc {
  height: 40px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .content_wrap .more {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 30px;
}
.main .detail.detail_zx .detail_head .detail_head_bottom .content_wrap .more a {
  color: #4a7ecb;
}
.main .detail.detail_zx .detail_label {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
}
.main .detail.detail_zx .detail_label a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #f4f4f4;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.main .detail.detail_zx .detail_label a:hover {
  background: #ef2f39;
  color: #ffffff;
  text-decoration: none;
}
.main .detail.detail_zx .panel_wrap {
  margin-top: 22px;
}
.main .detail.detail_zx .panel_wrap .panel_head {
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
  padding-left: 20px;
  background: url(imgs/bg/detail_head_l.png) no-repeat left;
  background-size: 12px auto;
}
.main .detail.detail_zx .panel_wrap .panel_head span {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_xgzx ul {
  overflow: hidden;
  margin-top: 8px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_xgzx li {
  width: calc((100% - 16px) / 3);
  height: 48px;
  padding: 0 15px;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  background: url(imgs/icons/icon_book.png) no-repeat 15px center;
  background-color: #f5f7f9;
  background-size: 18px auto;
  padding-left: 36px;
  line-height: 48px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_xgzx li:nth-child(3n) {
  margin-right: 0;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news ul {
  overflow: hidden;
  margin-top: 8px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news li {
  width: 50%;
  padding-right: 20px;
  float: left;
  padding-left: 14px;
  position: relative;
  margin-top: 8px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #b3b6c1;
  border-radius: 2px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news .panel_label {
  overflow: hidden;
  margin-top: 30px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news .panel_label .item {
  width: 96px;
  height: 116px;
  background: #f8f9fa;
  margin-right: 13px;
  float: left;
  text-align: center;
  padding-top: 21px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news .panel_label .item:last-child {
  margin-right: 0;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news .panel_label .item img {
  width: 54px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_news .panel_label .item p {
  margin-top: 5px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_tjyd ul {
  margin-top: 8px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_tjyd li {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding-right: 20px;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 8px;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_tjyd li:nth-child(2n) {
  margin-right: 0;
  padding-right: 0;
}
.main .detail.detail_zx .panel_wrap.panel_wrap_tjyd li span a {
  color: #3f8dff;
}
.main .list_bghj ul {
  overflow: hidden;
  margin-top: -20px;
}
.main .list_bghj li {
  width: 277px;
  height: 366px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
.main .list_bghj li:nth-child(4n) {
  margin-right: 0;
}
.main .list_bghj li .img_wrap {
  width: 277px;
  height: 184px;
  position: relative;
}
.main .list_bghj li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .list_bghj li .img_wrap .vip {
  width: 78px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(imgs/vip.png) no-repeat;
  background-size: 100% auto;
}
.main .list_bghj li .content_wrap {
  padding: 16px;
}
.main .list_bghj li .content_wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.main .list_bghj li .content_wrap .desc p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  text-align: left;
  margin-top: 12px;
}
.main .list_bghj li .content_wrap .desc p span {
  color: #333;
}
.main .list_bghj li .content_wrap .desc .tag_wrap {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
}
.main .list_bghj li .content_wrap .desc .tag_wrap > div:last-child {
  width: 170px;
  margin-top: -8px;
}
.main .list_bghj li .content_wrap .desc .tag_wrap > div:last-child span {
  display: inline-block;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #f0b9bb;
  padding: 0 8px;
  margin-right: 8px;
  color: #d91721;
  margin-top: 8px;
}
.main .detail_bghj .detail_head {
  background: #f5f7f9;
  padding: 20px;
}
.main .detail_bghj .detail_head .img_wrap {
  width: 300px;
  height: 200px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
  position: relative;
}
.main .detail_bghj .detail_head .img_wrap .vip {
  position: absolute;
  width: 78px;
  height: 22px;
  right: 8px;
  top: 8px;
  background: url(imgs/vip.png) no-repeat;
  background-size: 100% auto;
}
.main .detail_bghj .detail_head .img_wrap .free{
  position: absolute;
  width: 40px;
  height: 20px;
  right: 8px;
  top: 8px;
  background: url(imgs/free.png) no-repeat;
  background-size: 100% auto;
}
.main .detail_bghj .detail_head .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .detail_bghj .detail_head .content_wrap {
  width: 524px;
  float: left;
  margin-left: 16px;
  position: relative;
}
.main .detail_bghj .detail_head .content_wrap h1 {
  width: 420px;
  height: 56px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin: 0;
}
.main .detail_bghj .detail_head .content_wrap .download {
  width: 86px;
  height: 32px;
  background: #ef2e35;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.main .detail_bghj .detail_head .content_wrap .download a {
  display: block;
  color: #ffffff;
}
.main .detail_bghj .detail_head .content_wrap .tag_wrap {
  font-size: 0;
  margin-top: 12px;
}
.main .detail_bghj .detail_head .content_wrap .tag_wrap a {
  height: 24px;
  border-radius: 2px 2px 2px 2px;
  padding: 0 8px;
  border: 1px solid #deebf6;
  font-weight: 400;
  font-size: 12px;
  color: #3f8dff;
  line-height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.main .detail_bghj .detail_head .content_wrap .desc {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-left: 16px;
}
.main .detail_bghj .detail_head .content_wrap .detail_label {
  text-align: right;
  margin-top: 20px;
}
.main .detail_bghj .detail_head .content_wrap .detail_label p {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-left: 20px;
}
.main .detail_bghj .detail_head .content_wrap .detail_label p span {
  color: #333333;
}
.main .detail_bghj .detail_body {
  padding: 16px;
  border: 1px solid #eaeaea;
  border-top-color: #333;
  margin-top: 16px;
}
.main .detail_bghj .detail_body .sub_title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.main .detail_bghj .detail_body ul {
  margin-top: 16px;
}
.main .detail_bghj .detail_body li {
  height: 46px;
  background: #fafafa;
  line-height: 46px;
  padding: 0 12px;
  margin-top: 8px;
}
.main .detail_bghj .detail_body li a {
  float: left;
  display: block;
  width: 80%;
}
.main .detail_bghj .detail_body li span {
  float: right;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.panel_rmgn ul {
  overflow: hidden;
}
.panel_rmgn li {
  padding: 0 12px;
  float: left;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(90deg, #ffeaea 5%, #ffffff 100%);
  text-align: center;
  line-height: 32px;
  margin-top: 8px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
}
.panel_rmgn li:nth-child(2n) {
  background: linear-gradient(90deg, #f4f4f4 1%, #ffffff 100%);
}
.panel_vip .side_panel_body {
  padding-top: 0;
  padding-bottom: 0;
}
.panel_vip li {
  padding: 14px 0;
  border-bottom: 1px dashed #eaeaea;
}
.panel_vip li:last-child {
  border-bottom: 0;
}
.panel_vip li .title {
  width: 208px;
  height: 22px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.panel_vip li .zxzx {
  width: 56px;
  height: 20px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #f6bcbe;
  text-align: center;
  line-height: 20px;
}
.panel_vip li .zxzx a {
  color: #ef2e35;
  font-weight: 400;
  font-size: 12px;
}
.panel_vip li p {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 15px;
  margin-top: 6px;
}
.panel_tjhj .side_panel_body {
  padding-top: 0;
  padding-bottom: 0;
}
.panel_tjhj li {
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 1px dashed #eaeaea;
}
.panel_tjhj li:last-child {
  border-bottom: 0;
}
.panel_tjhj li .img_wrap {
  width: 114px;
  height: 76px;
  border: 1px solid #eaeaea;
  float: left;
  position: relative;
}
.panel_tjhj li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.panel_tjhj li .img_wrap .watchword {
  position: absolute;
  top: 3px;
  right: 5px;
  height: 15px;
}
.panel_tjhj li .img_wrap .watchword img {
  width: auto;
  height: 100%;
}
.panel_tjhj li .content_wrap {
  float: left;
  margin-left: 10px;
  width: 150px;
  border-radius: 0px 0px 0px 0px;
}
.panel_tjhj li .content_wrap .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.panel_tjhj li .content_wrap p {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  margin-top: 4px;
}
.panel_rdzx .side_panel_body {
  padding-top: 0;
}
.panel_rdzx li {
  padding-left: 6px;
  position: relative;
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #3f8dff;
  line-height: 18px;
}
.panel_rdzx li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #666666;
}
.panel_rdzx li span {
  color: #3f8dff;
}
.modal.fade .modal-dialog {
  max-width: 80% !important;
}
.list_sjtb .list_head {
  height: 64px;
  background: #f7f7f7;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ffffff;
  padding: 0 16px;
}
.list_sjtb .list_head h1 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  line-height: 64px;
}
.list_sjtb .list_head span {
  color: #ef2f39;
}
.list_sjtb ul {
  overflow: hidden;
}
.list_sjtb li {
  width: 285px;
  height: 326px;
  float: left;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-top: 16px;
  margin-right: 20px;
}
.list_sjtb li:nth-child(4n) {
  margin-right: 0;
}
.list_sjtb li .title {
  height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.list_sjtb li .img_wrap {
  margin-top: 20px;
  width: 245px;
  height: 163px;
}
.list_sjtb li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_sjtb li .label_wrap {
  margin-top: 16px;
}
.list_sjtb li .label_wrap .top {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.list_sjtb li .label_wrap .top > div:first-child {
  width: 70%;
}
.list_sjtb li .label_wrap .bottom {
  margin-top: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.list_sjtb li .label_wrap .bottom a {
  color: #ef2f39;
}
.sjtb_detail .detail_head_left {
  width: 930px;
  margin-right: 29px;
}
.sjtb_detail .detail_head_left .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  line-height: 34px;
  text-align: center;
}
.sjtb_detail .detail_head_left .info {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 15px;
  margin-top: 15px;
  text-align: center;
}
.sjtb_detail .detail_head_left .info i {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #d8d8d8;
  vertical-align: middle;
  margin: 0 6px;
}
.sjtb_detail .detail_head_left .info .industry {
  height: 22px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #d8d8d8;
  padding: 2px 8px;
  vertical-align: middle;
}
.sjtb_detail .detail_head_left .img_wrap {
  height: 620px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sjtb_detail .detail_head_left .img_wrap img {
  max-width: 90%;
  max-height: 100%;
}
.sjtb_detail .detail_head_left .content_wrap {
  height: 110px;
  margin-top: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.sjtb_detail .detail_head_left .tag_wrap {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.sjtb_detail .detail_head_left .tag_wrap span {
  display: inline-block;
  height: 20px;
  background: #f3f3f3;
  padding: 0 8px;
  margin-right: 6px;
}
.sjtb_detail .detail_head_left .report_wrap {
  height: 64px;
  background: #fff3f3;
  padding: 0 20px;
  line-height: 64px;
  color: #666666;
  margin-top: 24px;
}
.sjtb_detail .detail_head_left .report_wrap .download {
  width: 104px;
  height: 32px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ef2f39;
  font-weight: 400;
  font-size: 12px;
  color: #ef2f39;
  text-align: center;
  line-height: 30px;
  margin-top: 16px;
}
.sjtb_detail .detail_head_left .btn_wrap {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}
.sjtb_detail .detail_head_left .btn_wrap a {
  display: inline-block;
  width: 176px;
  height: 48px;
  background: linear-gradient(180deg, #ef2f39 0%, #ff6c27 100%);
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  margin: 0 10px;
}
.sjtb_detail .detail_head_left .btn_wrap a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(imgs/icons/icon_address.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.sjtb_detail .detail_head_left .btn_wrap a:hover {
  text-decoration: none;
}
.sjtb_detail .detail_head_right {
  width: 240px;
  height: 1116px;
  background: #f7f7f7;
  padding-top: 20px;
  margin-top: 10px;
}
.sjtb_detail .detail_head_right .title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.sjtb_detail .detail_head_right .title span {
  position: relative;
}
.sjtb_detail .detail_head_right .title span::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background: #333333;
  left: -30px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.sjtb_detail .detail_head_right .title span::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background: #333333;
  right: -30px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.sjtb_detail .detail_head_right .page_info {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 12px;
}
.sjtb_detail .detail_head_right .page_info input {
  width: 24px;
  height: 18px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #dddddd;
  text-align: center;
}
.sjtb_detail .detail_head_right .list_img {
  margin: 0 20px;
  height: 1003px;
  overflow: hidden;
  margin-top: 14px;
}
.sjtb_detail .detail_head_right .list_img ul {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.sjtb_detail .detail_head_right .list_img ul li {
  margin-top: 12px;
  width: 100%;
  height: 133px;
  cursor: pointer;
}
.sjtb_detail .detail_head_right .list_img ul li img {
  width: 100%;
  height: 133px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.sjtb_detail .detail_head_right .list_img ul li:first-child {
  margin-top: 0;
}
.sjtb_detail .recommend_news .recommend_head {
  height: 30px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
  margin-top: 40px;
}
.sjtb_detail .recommend_news .recommend_head span {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.sjtb_detail .recommend_news ul {
  overflow: hidden;
}
.sjtb_detail .recommend_news li {
  width: 285px;
  height: 326px;
  float: left;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-top: 16px;
  margin-right: 20px;
}
.sjtb_detail .recommend_news li:nth-child(4n) {
  margin-right: 0;
}
.sjtb_detail .recommend_news li .title {
  height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.sjtb_detail .recommend_news li .img_wrap {
  margin-top: 20px;
  width: 245px;
  height: 163px;
}
.sjtb_detail .recommend_news li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sjtb_detail .recommend_news li .label_wrap {
  margin-top: 16px;
}
.sjtb_detail .recommend_news li .label_wrap .top {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.sjtb_detail .recommend_news li .label_wrap .top > div:first-child {
  width: 70%;
}
.sjtb_detail .recommend_news li .label_wrap .bottom {
  margin-top: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.sjtb_detail .recommend_news li .label_wrap .bottom a {
  color: #ef2f39;
}
.list_bg .list_head {
  height: 64px;
  background: #f7f7f7;
  padding: 0 16px;
  line-height: 64px;
  font-weight: 400;
  font-size: 16px;
}
.list_bg .list_head span {
  color: #ef2f39;
}
.list_bg ul {
  border: 1px solid #f0f0f0;
  border-top: none;
}
.list_bg ul li {
  margin: 0 16px;
  padding: 18px 0;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.list_bg ul li:last-child {
  border-bottom: none;
}
.list_bg ul li .img_wrap {
  width: 108px;
  height: 143px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  float: left;
  margin-right: 20px;
}
.list_bg ul li .content_wrap {
  width: 718px;
  float: left;
}
.list_bg ul li .content_wrap .title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  max-width: 560px;
}
.list_bg ul li .content_wrap .tag_wrap {
  font-size: 0;
  margin-left: 8px;
}
.list_bg ul li .content_wrap .tag_wrap img {
  height: 20px;
  margin-right: 8px;
}
.list_bg ul li .content_wrap .info {
  height: 48px;
  background: #f9f9f9;
  line-height: 48px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.list_bg ul li .content_wrap .info span {
  margin-right: 24px;
}
.list_bg ul li .content_wrap .info i {
  font-style: normal;
  color: #666;
}
.list_bg ul li .content_wrap .btn_wrap {
  margin-top: 24px;
  font-size: 0;
}
.list_bg ul li .content_wrap .btn_wrap .btn {
  width: auto;
  padding: 0 16px;
  height: 32px;
  line-height: 30px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ef2e35;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  color: #ef2e35;
  margin-right: 8px;
}
.list_bg ul li .content_wrap .btn_wrap .btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(imgs/icons/icon_down.png) no-repeat;
  background-size: 16px;
  position: relative;
  top: 2px;
}
.list_bg ul li .content_wrap .btn_wrap .btn:hover {
  background: #ef2e35;
  color: #fff;
}
.list_bg ul li .content_wrap .btn_wrap .btn:hover:before {
  background: url(imgs/icons/icon_down_on.png) no-repeat;
  background-size: 16px;
}
.mask {
  background: rgba(0, 0, 0, 0.6);
}
.mask .mask-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mask .pay_popup {
  width: 668px;
  height: 490px;
  background: #ffffff;
  position: relative;
}
.mask .pay_popup .close {
  position: absolute;
  top: 0;
  right: -52px;
  width: 33px;
  height: 33px;
  background: url(imgs/icons/icon_close.png) no-repeat;
  background-size: 100%;
  opacity: 1;
}
.mask .pay_popup .pay_head {
  height: 86px;
  background: url(imgs/bg/pay_head.png) no-repeat center;
  background-size: 100% 100%;
  padding: 16px 24px;
}
.mask .pay_popup .pay_head .title {
  height: 26px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.mask .pay_popup .pay_head .info {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-top: 8px;
}
.mask .pay_popup .pay_head .info i {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #eee;
  vertical-align: middle;
  margin: 0 12px;
}
.mask .pay_popup .pay_body {
  padding-top: 48px;
  text-align: center;
}
.mask .pay_popup .pay_body .title {
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  font-weight: 400;
}
.mask .pay_popup .pay_body .title i {
  font-style: normal;
  color: #ef2f39;
  font-size: 32px;
  font-weight: bold;
}
.mask .pay_popup .pay_body .title span {
  font-size: 18px;
  color: #ef2f39;
  font-weight: bold;
}
.mask .pay_popup .pay_body .er_code {
  width: 204px;
  height: 204px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #d6dcea;
  margin: 16px auto;
  padding: 12px;
}
.mask .pay_popup .pay_body p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.report_detail .detail_head {
  background: #f6f7f9;
}
.report_detail .detail_head_left {
  width: 933px;
  padding: 20px;
}
.report_detail .detail_head_left .img_wrap {
  width: 250px;
  height: 331px;
  float: left;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  position: relative;
}
.report_detail .detail_head_left .img_wrap .watchword {
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.report_detail .detail_head_left .img_wrap .watchword img {
  height: 100%;
}
.report_detail .detail_head_left .content_wrap {
  width: 619px;
  float: left;
  margin-left: 24px;
}
.report_detail .detail_head_left .content_wrap .title {
  position: relative;
}
.report_detail .detail_head_left .content_wrap .title h1 {
  width: 567px;
  height: 56px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin: 0;
}
.report_detail .detail_head_left .content_wrap .title span {
  position: absolute;
  right: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(imgs/icons/icon_star.png);
  background-size: 100%;
}
.report_detail .detail_head_left .content_wrap .title span.on {
  background: url(imgs/icons/icon_star_on.png);
  background-size: 100%;
}
.report_detail .detail_head_left .info_wrap {
  overflow: hidden;
}
.report_detail .detail_head_left .info_wrap .info_item {
  overflow: hidden;
  margin-top: 12px;
  float: left;
  width: 248px;
  height: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.report_detail .detail_head_left .info_wrap .info_item:nth-child(2){
	width:160px;
}

.report_detail .detail_head_left .info_wrap .info_item:nth-child(3){
	width:160px;
}
.report_detail .detail_head_left .info_wrap .info_item .info_title {
  color: #999999;
}
.report_detail .detail_head_left .info_wrap .info_item i {
  font-style: normal;
  color: #ef2f39;
}
.report_detail .detail_head_left .info_wrap .info_item a {
  color: #1876e1;
  text-decoration: underline;
  margin-right: 20px;
}
.report_detail .detail_head_left .btn_wrap {
  font-size: 0;
  margin-top: 50px;
}
.report_detail .detail_head_left .btn_wrap a {
  display: inline-block;
  width: 104px;
  height: 40px;
  background: #f78a46;
  border-radius: 4px 4px 4px 4px;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.report_detail .detail_head_left .btn_wrap a:hover {
  text-decoration: none;
  background: #f56b15;
}
.report_detail .detail_head_left .btn_wrap a.red {
  background: #ef2f39;
}
.report_detail .detail_head_left .btn_wrap a.red:hover {
  background: #da111b;
}
.report_detail .detail_head_right {
  width: 267px;
  height: 371px;
  background: #e9f2ff;
  padding: 24px;
}
.report_detail .detail_head_right .title h3 {
  height: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin: 0;
}
.report_detail .detail_head_right .title .sub_title {
  height: 11px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 8px;
  color: #9e9e9e;
  line-height: 11px;
  letter-spacing: 2px;
  margin-top: 4px;
  text-transform: uppercase;
}
.report_detail .detail_head_right .title .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(63deg, #3f8dff 0%, rgba(63, 141, 255, 0) 100%);
  margin-top: 6px;
}
.report_detail .detail_head_right .img_wrap {
  width: 219px;
  height: 147px;
  margin-top: 15px;
  position: relative;
}
.report_detail .detail_head_right .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.report_detail .detail_head_right .img_wrap .watchword {
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.report_detail .detail_head_right .img_wrap .watchword img {
  width: auto;
  height: 100%;
}
.report_detail .detail_head_right .img_wrap p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 57px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.26) 21%, rgba(0, 0, 0, 0.51) 40%, #000000 99%);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  padding: 8px;
}
.report_detail .detail_head_right .desc {
  height: 85px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 8px;
}
.report_detail .detail_head_right .label_wrap {
  height: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-top: 12px;
}
.report_detail .premium_report {
  width: 1200px;
  height: 314px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
  margin-top: 16px;
}
.report_detail .premium_report .head {
  height: 48px;
  background: #fafafa;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 30px;
}
.report_detail .premium_report .head span {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
}
.report_detail .premium_report ul {
  margin-left: 29px;
  margin-top: 24px;
  overflow: hidden;
}
.report_detail .premium_report ul li {
  width: 166px;
  float: left;
  margin-right: 29px;
}
.report_detail .premium_report ul li:last-child {
  margin-right: 0;
}
.report_detail .premium_report ul li .img_wrap {
  width: 166px;
  height: 166px;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
}
.report_detail .premium_report ul li .img_wrap img {
  width: 100px;
  height: 134px;
  border-radius: 4px 4px 4px 4px;
  margin: 16px 33px;
}
.report_detail .premium_report ul li .title {
  height: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  margin-top: 10px;
}
.report_detail .detail_body {
  border: 1px solid #eaeaea;
  margin-top: 16px;
}
.report_detail .detail_body .item {
  display: none;
}
.report_detail .detail_body .item.active {
  display: block;
}
.report_detail .detail_body .tab_list {
  height: 48px;
  background: #fafafa;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #eaeaea;
  font-size: 0;
  position: relative;
}
.report_detail .detail_body .tab_list a {
  padding: 0 24px;
  line-height: 46px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}
.report_detail .detail_body .tab_list a.active,
.report_detail .detail_body .tab_list a:hover {
  background: #ffffff;
  color: #ef2f39;
  text-decoration: none;
}
.report_detail .detail_body .tab_list .download {
  position: absolute;
  right: 18px;
  top: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #ef2e35;
}
.report_detail .detail_body .sub_title {
  margin-right: 17px;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  margin-top: 24px;
}
.report_detail .detail_body .sub_title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 16px;
  background: #ef2f39;
}
.report_detail .detail_body .sub_title span {
  padding-right: 16px;
  height: 21px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.report_detail .detail_body .sub_title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 1087px;
  height: 0px;
  border-bottom: 1px solid #f0f0f0;
}
.report_detail .detail_body .content_wrap .article {
  padding: 16px;
}
.report_detail .detail_body .affirm {
  width: 1167px;
  height: 104px;
  background: #fff9f5;
  margin: 8px auto;
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #f78a46;
  text-align: center;
  margin-bottom: 20px;
}
.report_detail .detail_body .affirm p {
  text-align: left;
}
.report_detail .detail_body .chart_list {
  margin: 8px 16px;
  margin-top: 16px;
}
.report_detail .detail_body .chart_list li {
  padding-left: 10px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  margin-top: 8px;
}
.report_detail .detail_body .chart_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #666666;
  margin: auto;
}
.report_detail .detail_body .chart_list li a {
  color: #3f8dff;
}
.report_detail .detail_body .form_wrap {
  margin: 16px;
}
.report_detail .detail_body .form_wrap p {
  height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ef2e35;
  line-height: 22px;
}
.report_detail .detail_body .form_wrap .form_inner {
  background: #fcfcfc;
  margin-top: 20px;
  padding: 16px 199px 24px;
  overflow: hidden;
}
.report_detail .detail_body .form_wrap .form_inner .form_item {
  margin-top: 16px;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .form_label {
  width: 70px;
  height: 44px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  margin-right: 16px;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .form_label label {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: right;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .form_input {
  width: 682px;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .form_input input {
  width: 100%;
  height: 40px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .form_input input:focus-visible {
  outline: none;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .form_input textarea {
  width: 100%;
  height: 114px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #dcdcdc;
  resize: none;
  padding: 12px;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .code_wrap {
  width: 278px;
  height: 40px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .code_wrap input {
  width: 209px;
  border: none;
  height: 100%;
  list-style: none;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .code_wrap .btn {
  width: 65px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  right: 3px;
  top: 3px;
  border: none;
  z-index: 99;
  cursor: pointer;
  background: #ef2e35;
  color: #fff;
}
.report_detail .detail_body .form_wrap .form_inner .form_item .code_wrap .btn.disabled {
  background: #f3f3f3;
  color: #999;
}
.report_detail .detail_body .form_wrap .btn_wrap {
  margin-top: 24px;
  text-align: center;
}
.report_detail .detail_body .form_wrap .btn_wrap input {
  width: 104px;
  height: 40px;
  background: #ef2e35;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #ffffff;
}
.report_detail .detail_body .form_wrap .btn_wrap input[type='reset'] {
  width: 104px;
  height: 40px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ef2e35;
  background: transparent;
  color: #ef2e35;
  margin: 0 8px;
}
.search_bar {
  height: 60px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
  margin-bottom: 16px;
  line-height: 58px;
  padding: 0 20px;
}
.search_bar .search_bar_left a {
  margin-right: 32px;
}
.search_bar .search_bar_left a.active {
  color: #ef2f39;
}
.search_bar .search_bar_left a:hover {
  color: #ef2f39;
  text-decoration: none;
}
.search_bar .search_bar_left a.visitcount {
  padding-right: 18px;
  background: url(imgs/icons/bar_vistcount.png) no-repeat;
  background-size: 16px;
  background-position: right;
}
.search_bar .search_bar_left a.visitcount.active,
.search_bar .search_bar_left a.visitcount:hover {
  background: url(imgs/icons/bar_vistcount_active.png) no-repeat;
  background-size: 16px;
  background-position: right;
}
.search_bar .search_bar_left a.download {
  padding-right: 18px;
  background: url(imgs/icons/bar_vistcount.png) no-repeat;
  background-size: 16px;
  background-position: right;
}
.search_bar .search_bar_left a.download.active,
.search_bar .search_bar_left a.download:hover {
  background: url(imgs/icons/bar_vistcount_active.png) no-repeat;
  background-size: 16px;
  background-position: right;
}
.search_bar .search_bar_right {
  display: inline-block;
}
.search_bar .search_bar_right .item {
  float: left;
  width: 128px;
  height: 36px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
  line-height: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  padding: 0 12px;
  position: relative;
  margin-top: 12px;
  cursor: pointer;
  margin-right: 12px;
}
.search_bar .search_bar_right .item:hover ul {
  display: block;
}
.search_bar .search_bar_right .item span {
  position: absolute;
  top: 9px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(imgs/icons/icon_select.png) no-repeat;
  background-size: 16px;
}
.search_bar .search_bar_right .item ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  background: #fff;
  padding: 0 10px;
  text-align: center;
  border-radius: 2px;
  display: none;
}
.search_bar .search_bar_right .item ul li {
  line-height: 36px;
  border-bottom: 1px solid #e5e5e5;
}
.search_bar .search_bar_right .item ul li a {
  display: block;
}
.search_bar .search_bar_right .item ul li:last-child {
  border-bottom: none;
}
