@import url("//img.315i.com/static/common/css/reset.css");
@import url("./font.css");
body {
  min-width: 1200px;
  margin: 0;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
}
a {
  color: inherit;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.flex {
  display: flex;
}
.fb {
  font-weight: 600;
}
.t-c {
  text-align: center;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.view-flex {
  display: flex;
  justify-content: space-between;
}
.view-md {
  width: 828px;
}
.view-sm {
  width: 363px;
}
.view-aside {
  width: 227px;
}
.view-main {
  width: 964px;
}

.block {
  margin-bottom: 20px;
}

.wraper {
  padding-top: 20px;
  background: url(../images/index/wraper-bg.png) no-repeat;
}

.item-title {
  padding-left: 36px;
  color: #ffffff;
  font-size: 20px;
  font-family: "YOUSHEBIAOTIHEI", "Microsoft YaHei";
  line-height: 36px;
}

/* 重置样式 */
.nav_line_top {
  overflow: hidden;
}
.nav_line_top * {
  box-sizing: content-box;
}
.footer {
  font-size: 12px;
  color: #1e1e1e;
}

/* 通栏广告 */
.add {
  margin-top: 1px;
  background: url(../images/index/addbg_gjzx.jpg) repeat-x;
}

/* 滚动条样式 */
div::-webkit-scrollbar {
  border-radius: 5px;
  width: 7px;
  background: #dce4f1;
}
div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c2cdde;
}

/* header */
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text {
  padding-left: 15px;
  color: #c71310;
  font-size: 24px;
  font-weight: 500;
  background: url(../images/index/logo-line.png) no-repeat left center;
}

/* navbar */
.navbar {
  height: 45px;
  background: #102d61;
}
.navbar .nav {
  display: flex;
}
.navbar .nav li {
  color: #fff;
  position: relative;
}
.navbar .nav > li > a {
  color: inherit;
  display: block;
  padding: 0 20px;
  line-height: 45px;
  text-decoration: none;
}
.navbar .nav li:hover {
  background: #2e5eb8;
}
.navbar .nav li:hover .nav-sub {
  display: block;
}
.navbar .nav .icon-arrow {
  width: 8px;
  height: 5px;
  display: inline-block;
  background: url(../images/index/nav-arrow.png) no-repeat;
}
.navbar .nav .active {
  background: linear-gradient(180deg, #c71310 0%, #d12d17 100%);
}
.navbar .nav-sub {
  width: 444px;
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
.navbar .nav-sub-list {
  padding: 5px 0;
  pointer-events: auto;
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #2e5eb8;
  background: #2e5eb8;
}
.navbar .nav-sub-list li {
  margin: 8px 0;
  line-height: 1;
  border-right: 1px solid #427deb;
}
.navbar .nav-sub-list li:last-child {
  border-right: none;
}
.navbar .nav-sub-list a {
  padding: 0 14px;
  color: inherit;
  display: block;
}
.navbar .nav-sub-list a:hover {
  text-decoration: underline;
}

/* 行业指数 */
.hyzs .container {
  background: linear-gradient(180deg, #deefff 0%, #ffffff 100%), #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(40, 77, 129, 0.15);
}
.hyzs-card {
  width: 20%;
  height: 104px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  background: url(../images/index/hyzs-line.png) no-repeat right center;
}
.hyzs-card:last-child {
  background: none;
}
.hyzs-card .hyzs-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.hyzs-card .hyzs-chart {
  width: 100px;
  height: 40px;
}
.hyzs-card .hyzs-value {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.hyzs-card .icon {
  width: 9px;
  height: 12px;
  margin-left: 9px;
  display: inline-block;
}
.hyzs-card .down {
  color: #00bf76;
}
.hyzs-card .down .icon {
  background: url(../images/index/hyzs-down.png) no-repeat;
}
.hyzs-card .up {
  color: #ed2218;
}
.hyzs-card .up .icon {
  background: url(../images/index/hyzs-up.png) no-repeat;
}

/* 金联创估价 */
.gj {
  /* height: 460px; */
  background: url(../images/index/guj-box-bg.png) no-repeat;
}
.gj-title {
  height: 36px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.gj-title .more {
  margin-top: 15px;
  margin-right: 20px;
  color: #102478;
}
.gj-content {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.gj-table {
  width: 300px;
  display: table;
}
.gj-table .tr {
  display: flex;
  align-items: center;
}
.gj-table .tr .th, .gj-table .tr .td {
  padding: 5px 3px;
  flex: 1;
  text-align: center;
}
.gj-table .tr .th:first-child, .gj-table .tr .td:first-child {
  flex: 4;
  text-align: left;
  padding-left: 10px;
}
.gj-table .tbody .tr {
  height: 38px;
  margin-bottom: 1px;
  cursor: pointer;
  background: linear-gradient(to top, rgba(237, 243, 255, 1) 0%, rgba(202, 219, 250, 1) 100%);
}
.gj-table .tbody .active {
  width: 315px;
  margin-right: -15px;
  padding-right: 15px;
  background: url(../images/index/guj-tr-active.png) no-repeat right center;
  background-size: 100% auto;
}
.gj-table span {
  color: #6d7394;
}
.gj-table .red {
  color: #ed2218;
}
.gj-table .green {
  color: #00bf76;
}
.gj-chart {
  flex: 1;
  margin-left: 20px;
}

/* 重点产品估价推荐 */
.tj {
  background: url(../images/index/gjtj-box-bg.png) no-repeat;
}
.tj-title {
  height: 36px;
  margin-bottom: 5px;
}
.tj-content {
  padding: 10px;
}
.tj-dlist a {
  color: inherit;
  display: block;
}
.tj-dlist a:hover {
  background-color: #bdd1fc;
}
.tj-dlist {
  display: flex;
  margin-bottom: 8px;
}
.tj-dlist dt {
  width: 66px;
  /* height: 55px; */
  color: #102d61;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #9db9ed 0%, #bdd1fc 100%);
}
.tj-dlist dd {
  margin-bottom: -2px;
  flex: 1;
  display: inline-flex;
  flex-wrap: wrap;
  
}
.tj-dlist dd span {
  height: 26px;
  line-height: 26px;
  margin-left: 2px;
  margin-bottom: 2px;
  text-align: center;
  background: #e3ecfc;
}
.tj-dlist dd.col-2 span {
  width: 135px;
}
.tj-dlist dd.col-3 span {
  width: 89px;
}
.tj-dlist dd.col-4 span {
  width: 66px;
}

/* 评估流程 */
.lc {
  height: 460px;
  background: url(../images/index/default-box-bg.png) no-repeat;
}
.lc-title {
  height: 36px;
  margin-bottom: 5px;
}
.lc .lc-content {
  padding: 60px 0;
  text-align: center;
}

/* FOB估价 */
.fob {
  margin-bottom: 15px;
  background: url(../images/index/fob-box-bg.png) no-repeat;
}
.fob .icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.fob .up {
  color: #ed2218;
}
.fob .up .icon {
  border-bottom: 6px solid #ed2218;
}
.fob .down {
  color: #00bf76;
}
.fob .down .icon {
  border-top: 6px solid #00bf76;
}
.fob-title {
  height: 36px;
  margin-bottom: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
.fob-tabs {
  margin-top: 15px;
  display: flex;
}
.fob-tabs li {
  width: 52px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
  color: #222222;
  text-align: center;
  background: #ffffff;
  border: 1px solid #cacfe0;
}
.fob-tabs a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.fob-tabs .active {
  color: #16459c;
  background: #f6faff;
  border: 1px solid #658cd6;
}
.fob-content {
  padding: 10px;
}
.fob-box {
  border: 1px solid #cacfe0;
}
.fob-tr {
  display: flex;
}
.fob-tr div {
  width: 25%;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fob-thead {
  font-size: 12px;
  color: #102d61;
  background: linear-gradient(180deg, #b8cbf5 0%, #e3ebfa 100%);
}
.fob-thead .fob-tr {
  height: 40px;
}
.fob-table {
  height: 160px;
  overflow: hidden;
}
.fob-table a {
  color: #0b53b8;
}
.fob-table .fob-tr {
  height: 32px;
}
.fob-table .swiper-container {
  height: 100%;
}
/* .fob-table .swiper-wrapper {
  transition-timing-function: linear;
} */
.fob-table .swiper-slide:nth-child(odd) {
  background: rgba(230, 237, 253, 1);
}

/* 估价评估领域 */
.ly-title {
  height: 34px;
  margin-bottom: 8px;
  background: url(../images/index/title-pgly-bg.png) no-repeat;
}
.ly-list {
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ly-list li {
  width: 50%;
}

/* 估价公告 */
.notice {
  background: url(../images/index/default-box-lg-bg.png) no-repeat;
}
.notice-content {
  padding: 25px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.notice-left {
  width: 340px;
}
.notice-list li {
  margin-bottom: 2px;
  position: relative;
}
.notice-list li a {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background: linear-gradient(to top, #edf3ff 0%, #cadbfa 100%);
}
.notice-list .active a {
  width: 354px;
  padding-right: 20px;
  background: url(../images/index/notice-li-active.png) no-repeat;
}
.notice-right {
  padding-right: 10px;
  margin-left: 30px;
  flex: 1;
  overflow-y: auto;
}
.notice-box {
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  line-height: 30px;
}

/* 估价公告 */
.case {
  background: url(../images/index/default-box-lg-bg.png) no-repeat;
}
.case-content {
  padding: 25px 20px;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
}
.case-list li {
  width: 48%;
  margin: 3px 1%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 估价专区 */
.gj-zone {
  position: relative;
  background: url(../images/index/guj-box-bg.png) no-repeat;
}
.gj-zone-title {
  height: 36px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.gj-zone-title .more {
  margin-top: 15px;
  margin-right: 20px;
  color: #102478;
}
.gj-zone-content {
  padding: 16px;
}
.gj-zone-tbody-wrap {
  height: 288px;
  overflow-y: auto;
  overflow-x: hidden;
}
.gj-zone-table {
  width: 796px;
}
.gj-zone-table thead {
  padding-right: 7px;
}
.gj-zone-table thead tr {
  background: #bad4f5;
}
.gj-zone-table tr:nth-child(even) {
  background-color: #f0f0f0;
}
.gj-zone-table th, .gj-zone-table td {
  padding: 5px;
  text-align: center;
}
.gj-zone-table th {
  height: 40px;
  font-weight: bold;
}
.gj-zone-table td {
  height: 36px;
}
.gj-zone-table a {
  color: #16459c;
}
.gj-zone-modle {
  width: 540px;
  height: 368px;
  padding: 20px 10px 10px 10px;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%), #ffffff;
  border: 1px solid rgba(215, 217, 224, 1);
  box-shadow: 0px 1px 4px  rgba(0, 0, 0, 0.4);
}
.gj-zone-modle .close {
  color: #b3b7cd;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
}
.gj-zone-modle .close:hover {
  color: #757a9c;
}
.gj-zone-chart {
  height: 100%;
}

/* 金联创价格评估体系 */
.rating-system {
  margin-bottom: 10px;
  background: url(../images/index/pgtx-box-bg.png) no-repeat;
}
.rating-system-title {
  height: 36px;
  margin-bottom: 5px;
}
.rating-system-title .item-title {
  font-size: 18px;
}
.rating-system-content {
  padding: 16px;
}
.rating-system-content .text {
  height: 100px;
  line-height: 24px;
  overflow: auto;
}
.rating-system-content .button-box {
  text-align: right;
}
.rating-system-content .button-box a {
  width: 104px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  background: #16459c;
}
.rating-system-content .button-box .icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
}

/* 评估方法论 */
.rating-way {
  padding-bottom: 5px;
  background: url(../images/index/gjtj-box-bg.png) no-repeat;
}
.rating-way-title {
  height: 36px;
  margin-bottom: 5px;
}
.rating-way-content {
  height: 145px;
  padding: 8px 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.rating-way-content .ulist {
  width: 351px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rating-way-content .ulist li {
  min-width: 107px;
  height: 34px;
  line-height: 34px;
  margin: 5px;
  text-align: center;
  background: linear-gradient(90deg, #dee9fc 0%, #f1f7ff 100%);
  border: 1px solid rgba(165, 194, 232, 1);
}
.rating-way-content .ulist li:hover {
  background: linear-gradient(90deg, #c9d7ec 0%, #f1f7ff 100%);
}
.rating-way-content .ulist a {
  padding: 0 15px;
  display: block;
}

/* 适用对象 */
.friend {
  background: url(../images/index/default-box-bg.png) no-repeat;
}
.friend-title {
  height: 36px;
  margin-bottom: 5px;
}
.friend-content {
  padding: 30px 10px;
}
.friend-list {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.friend-list .text {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #284a8a;
}

/* 估价应用 */
.gj-app {
  background: url(../images/index/default-box-bg.png) no-repeat;
}
.gj-app-title {
  height: 36px;
  margin-bottom: 5px;
}
.gj-app-content {
  padding: 30px 10px;
}
.gj-app-list {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.gj-app-list .text {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #284a8a;
}

/* 常见问题解答 */
.answer-title {
  height: 34px;
  margin-bottom: 8px;
  background: url(../images/index/title-pgly-bg.png) no-repeat;
}
.answer-list li {
  margin-bottom: 10px;
  padding: 12px 12px;
  background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%), #ffffff;
  border: 1px solid rgba(229, 229, 229, 1);
}
.answer-list li:first-child .answer-da{
  display: block;
}
.answer-wen {
  padding-left: 29px;
  position: relative;
  font-weight: 600;
}
.answer-wen::before {
  width: 22px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../images/index/icon-wen.png) no-repeat;
}
.answer-da {
  margin-top: 10px;
  padding: 8px;
  display: none;
  background: linear-gradient(180deg, #ffe9cc 0%, #fff6eb 100%);
}
.answer-da .text {
  padding-left: 30px;
  position: relative;
}
.answer-da .text::before {
  width: 23px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../images/index/icon-da.png) no-repeat;
}
.answer-da .details {
  color: #ca1813;
  text-align: right;
}
.answer-da .details .icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ca1813;
}

/* aside */
.aside-title {
  height: 43px;
  background: url(../images/index/aside-box-bg.png) no-repeat;
}
.aside-title .item-title {
  font-size: 18px;
}
.aside-content {
  padding: 30px 0;
  background: #ffffff url(../images/index/aside-box-bg.png) no-repeat 0 -43px;
}

/* aside-nav */
.aside-nav {
  padding-left: 16px;
  padding-right: 20px;
}
.aside-nav-list a {
  display: block;
}
.aside-nav-list li {
  margin-bottom: 2px;
}
.aside-nav-list .dropdown-menu {
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(74, 116, 202, 1) 0%, rgba(124, 157, 242, 1) 100%);
}
.aside-nav-list .dropdown-menu .icon-arrow {
  width: 0;
  height: 0;
  margin-right: 6px;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #ffffff;
}
.aside-nav-list .dropdown-menu.expand .icon-arrow {
  transform: rotate(90deg);
}
.aside-nav-list .nav-sub-list li {
  height: 36px;
  line-height: 36px;
  position: relative;
  background: linear-gradient(to top, rgba(237, 243, 255, 1) 0%, rgba(202, 219, 250, 1) 100%);
}
.aside-nav-list .nav-sub-list li a {
  padding-left: 30px;
}
.aside-nav-list .nav-sub-list .active a {
  color: #244ead;
  padding-bottom: 1px;
  position: absolute;
  left: 0;
  right: -16px;
  bottom: -1px;
  background: url(../images/index/aside-nav-active.png) no-repeat right center;
  background-size: 100% 100%;
}
.aside-nav-list .show {
  display: block;
}
.aside-nav-list .hide {
  display: none;
}

/* 金联创评估价格 */
.jlc-price-title {
  height: 43px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  background: url(../images/index/price-box-bg.png) no-repeat;
}
.title-lng-bg {
  background: url(../images/index/price-box-bg1.png) no-repeat;
}
.jlc-price-title .link {
  margin-top: 16px;
  text-align: right;
  color: #16459c;
}
.jlc-price-title .icon {
  width: 13px;
  height: 16px;
  display: inline-block;
  background: url(../images/index/icon-pdf.png) no-repeat;
}
.jlc-price-content {
  padding: 16px;
  background: #ffffff url(../images/index/price-box-bg.png) no-repeat 0 -43px;
}

/* firqh */
.firqh {
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e4ebf5;
  border-bottom: 1px solid #afb3c9;
}
.firqh ul {
  display: flex;
}
.firqh ul li {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
}
.firqh ul .cur {
  color: #16459c;
  font-weight: 500;
  position: relative;
  border-bottom: 2px solid #1447a6;
  background: linear-gradient(180deg, #b6d3fc 0%, #d9e9ff 100%);
}
.firqh ul .cur em {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #1447a6;
}
.userValuationDiv {
  display: flex;
  flex-direction: row-reverse;
}
.userValuationDiv .sz-select {
  padding: 0 5px;
  border: 1px solid #16459c;
}
.userValuationDiv .sz-btn {
  width: 50px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  background: #16459c;
}

/* qhtime */
.areagj .tablecon {
  margin-top: 16px;
}
.qhtime {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.qhtime .secqh {
  margin-right: auto;
}
.qhtime .secqh ul {
  display: flex;
}
.qhtime .secqh li {
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #cacfe0;
}
.qhtime .secqh .cur {
  color: #16459c;
  background: #edf4ff;
  border: 1px solid #16459c;
}
.qhtime .time span{
  color:#666666;
  line-height: 32px;
}
.qhtime .data_time {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.qhtime .data_time span img{
  padding: 8px 5px 0 5px;
  cursor: pointer;
}
.qhtime .data_time span {
  height: 32px;
  border:1px solid #d2d2d2;
  overflow: hidden;
  background-color:#ffffff;
}
.qhtime .input_txt{
  width: 130px;
  height: 32px;
  line-height: 32px;
  padding:0 5px;
  border:none;
  background-color:#fff;
}
.qhtime .checkbtn{
  cursor:pointer;
  width: 80px;
  height: 32px;
  color:#ffffff;
  border-radius: 2px;
  background: #16459c;
  border:none;
}
.qhtime .alink{
  margin-left: 8px;
}

/* gjtable */
.dis_no {
  display: none;
}
.gjtable .table td {
  padding: 7px 5px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #cacfe0;
}
.gjtable .table thead tr {
  background: rgba(165, 198, 242, 1);
}
.gjtable .table thead tr td {
  font-weight: 500;
  font-size: 12px;
}
.gjtable .table .bgwhite{
  background-color:#ffffff;
}
.gjtable .guj_unit {
  margin-top: 8px;
  text-align: right;
  color: #757a9c;
}

/* 隔行变色 */
.treven{ background:#fbfbfb;}
.trodd{ background:#fff;}
.trhover{ background:#e0eff9;}

/* 字体颜色 */
.fred{ color:#ff0000;}
.fgreen{ color:#009900;}

/* 估价日评 */
#gj_rp .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #afb3c9;;
}
#gj_rp .title strong {
  width: 105px;
  padding-bottom: 8px;
  margin-bottom: -2px;
  font-size: 18px;
  font-weight: 700;
  color: #102d61;
  background: url(../images/index/gjrp-title-bg.png) no-repeat left bottom;
}
#gj_rp .title .more {
  color: #102478;
}
#gj_rp .title .more:hover {
  text-decoration: underline;
}
#gj_rp .area-comment .container{
  width: auto;
  padding: 20px 0;
  font-size: 14px;
  /* text-indent: 2em; */
}
#gj_rp .area-comment .container p{
  margin-bottom: 10px;
}
#gj_rp .area-comment .art-title{
  margin: 0 20px 15px;
  border-bottom: 1px solid #efefef;
}
#gj_rp .area-comment .art-title h3{
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #000000;
}
#gj_rp .area-comment .art-title .art-source{
  line-height: 28px;
  color: #9ea1b5;
  font-size: 12px;
}
#gj_rp .area-comment .art-content {
  margin: 0 20px;
}
.area-comment .container div table{
  margin: 0 auto;
}

/*美化的下拉框 结束*/
.sz-btn{
  background: #4b8ac4; color:#fff; float:right;
  width:50px; height:24px; line-height: 24px; text-decoration: none;
  text-align: center;margin:5px 5px 0 0;
}
.sz-select{
  float:right;height:24px;margin-top:5px;background: #fff; color:#333; border:1px solid #4b8ac4
}

/* 待开通提示框 */
.point_box{ border:1px solid #3c85c4; border-radius:6px;-moz-border-radius:6px; -webkit-border-radius:6px; left:240px; top:33px; z-index:999; background:#fff; width:395px;  }
.point_box1{ border:1px solid #3c85c4; border-radius:6px;-moz-border-radius:6px; -webkit-border-radius:6px; left:240px; top:33px; z-index:999; background:#fff; width:395px; }
.p_tit{ height:31px; background:#f4f4f4;border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0;}
.close{ right:12px; top:10px; cursor:pointer;}
.p_cont{ padding:20px 0 40px 0;}
.p_r{ width:200px; color:#787878; margin-left:-27px; line-height:24px; padding-top:13px;}
.btn{ background:#2e7dc0; width:73px; height:23px; line-height:23px; color:#fff; text-align:center; border-radius:2px;-moz-border-radius:2px; -webkit-border-radius:2px; border:0; margin:15px 0 0 110px;}
.posa {
  position: absolute;
}