@charset "utf-8";
/* public */
.container {
  margin: 0 auto;
  width: 1200px;
}
.bgWhite {
  background-color: #fff;
}
.cRed {
  color: #1D6BBF;
}
.cBlue {
  color: #0063ba;
}
.cGray6 {
  color: #666666;
}
.cGray9 {
  color: #999999;
}
.w100per {
  width: 100% !important;
}
.bd {
  border: 1px solid #e6e6e6;
}
.bdb {
  border-bottom: 1px solid #e6e6e6;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.oh {
  overflow: hidden;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.pdT30 {
  padding-top: 30px;
}
.mgT15 {
  margin-top: 15px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT30 {
  margin-top: 30px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB25 {
  margin-bottom: 25px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgR20 {
  margin-right: 20px;
}
.mgR30 {
  margin-right: 30px;
}
.pd30 {
  padding: 30px;
}
.pdT30 {
  padding-top: 30px;
}
.pdB20 {
  padding-bottom: 20px;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.df {
  display: flex;
}
/* 导航 */
.headerNav {
  background-color: #1D6BBF;
  overflow: hidden;
  text-align: center;
  /*登录注册*/
}
.headerNav .nav_container {
  float: left;
  width: 1080px;
}
.headerNav .headerTop {
  float: right;
}
.headerNav ul {
  overflow: hidden;
}
.headerNav .nav_item {
  float: left;
  width: 120px;
  color: #fff;
  position: static;
}
.headerNav .nav_item > a {
  display: block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
}
.headerNav .nav_item > a:hover {
  color: #ffdf60;
  position: relative;
}
.headerNav .nav_item span {
  display: none;
  float: right;
  color: #ec7272;
  width: 2%;
  text-align: right;
}
.headerNav .nav_item .no_border_line {
  border: 0px solid #fff;
}
.headerNav .nav_item1 a.active  {
  color: #ffdf60;
  position: relative;
}

.headerNav .nav_item1 a.active::before ,
.headerNav .nav_item > a:hover::before{
  content: '';
  width: 72px;
  height: 3px;
  background-color: #ffbf00;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}


.headerNav .subNav {
  display: none;
  width: 120px;
  position: absolute;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  z-index: 9;

}
.headerNav .subNav a {
  float: left;
  width: 120px;
  background-color: #ffffff;
  color:#0c0300;
}
.headerNav .headerTop {
  overflow: hidden;
  width: 120px;
}
.headerNav .headerTop a {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 14px;
}
/* footer */
#footer {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
#footer .container {
  padding: 15px 0;
  position: relative;
}
#footer p {
  line-height: 26px;
}
#footer .dzjgImg {
  float: left;
  width: 150px;
}
#footer .wtjcImg {
  float: left;
  width: 15px;
}
#footer .footTxt {
  float: left;
  width: 610px;
}
#footer .footEwm {
  float: right;
  overflow: hidden;
}
#footer .footEwm span {
  float: left;
  margin-left: 20px;
  text-align: center;
}
/* 面包屑 */
/* article 文章页 */
.article {
  padding: 35px;
}
.article .articleTop {
  border-bottom: 1px solid #e6e6e6;
}
.article .articleCon {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
/* .article .articleCon p {
  text-indent: 2em;
}*/
/* 标题 */
.titleOnline,
.title4,
.title1,
.title2 {
  padding-left: 35px;
  line-height: 36px;
}
.title1 {
  background: url("../images/titlebg1.png") no-repeat left bottom;
}
.title2 {
  background: url("../images/titlebg2.png") no-repeat left bottom;
}
.title3 {
  padding-left: 30px;
  padding-bottom: 13px;
  background: url("../images/titlebg3.png") no-repeat left bottom;
}
.title4 {
  padding-bottom: 5px;
  background: url("../images/titlebg4.png") no-repeat left bottom;
}
.titleOnline {
  background: url("../images/onlineBg.png") no-repeat left bottom;
}
/* tab */
.tabLi {
  overflow: hidden;
  border: 1px solid #bebebe;
}
.tabLi a {
  float: left;
  padding: 0 15px;
  line-height: 43px;
  border-right: 1px solid #bebebe;
}
.tabLi a.active {
  background-color: #1D6BBF;
  color: #FFFFFF;
}
.tabCon {
  display: none;
}
.newsList li {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px;
}
.newsList .other {
  font-size: 14px;
}
.newsList .other .fl {
  background-color: #EFEFEF;
}
.newsList .other .fl > span {
  padding: 0 10px;
}
.newsList .other .red_bg {
  background-color: #1D6BBF;
  color: #ffffff;
}
/* 浮动条 */
.floatNavTop {
  position: fixed;
  right: 38px;
  top: 25%;
  width: 80px;
  background-color: #f2f2f2;
}
.floatNavTop a {
  display: block;
}
.floatAd {
  position: relative;
}
.floatAd .close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.floatAd .close:hover {
  transform: rotate(360deg);
  transition: all 0.3s linear;
}
.floatNav a {
  padding: 20px 0;
  text-align: center;
}
.floatNav a:hover {
  background-color: #1D6BBF;
  color: #ffffff;
}
.floatNav img {
  margin-bottom: 5px;
}
.floatNav #goTop {
  display: none;
}
.insideBg {
  padding-top: 30px;
  border-bottom: 1px solid #ede4e4;
  /*background-color: #f6f6f6;*/
}
.loadMore {
  margin-top: 50px;
  display: block;
  background-color: #eeeeee;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #555555;
}
.loadMore:hover {
  color: #1D6BBF;
}
@media screen and (max-width: 1441px) {
  .floatNavTop {
    right: 0;
  }
}
.btnRed {
  background-color: #1D6BBF;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.btnRed:hover {
  background-color: #e43131;
}
.btnGray {
  background-color: #f0f0f0;
  text-align: center;
  color: #222222;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.btnGray:hover {
  background-color: #f3f3f3;
}
.form {
  margin: 0 auto;
}
.form input[type='password'],
.form input[type='text'] {
  box-sizing: border-box;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
}
.form input[type='password'][type='password'],
.form input[type='text'][type='password'],
.form input[type='password'][type='text'],
.form input[type='text'][type='text'] {
  padding-left: 50px;
  padding-right: 30px;
}
.form input[type='password'].user,
.form input[type='text'].user {
  background: #fff url("../images/user.png") no-repeat 15px 50%;
}
.form input[type='password'].pwd,
.form input[type='text'].pwd {
  background: #fff url("../images/pwd.png") no-repeat 15px 50%;
}
.form input[type='password'].verify,
.form input[type='text'].verify {
  background: #fff url("../images/verify.png") no-repeat 15px 50%;
}
.form2 {
  margin: 0 auto;
}
.form2 select,
.form2 textarea,
.form2 input[type='password'],
.form2 input[type='text'] {
  padding: 0 10px;
  width: 334px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.form2 select,
.form2 input[type='password'],
.form2 input[type='text'] {
  line-height: 35px;
  height: 35px;
  outline: none;
}
.form2 textarea {
  padding: 10px;
}
.form2 .inpDiv {
  overflow: hidden;
  line-height: 35px;
}
.form2 .inpDiv span.tar {
  float: left;
  width: 90px;
}
.form2 .inpDiv input,
.form2 .inpDiv select,
.form2 .inpDiv textarea {
  overflow: hidden;
}
.inpDiv {
  margin-bottom: 30px;
}
.inpDiv .tip {
  color: #1D6BBF;
  padding-top: 10px;
}
.loginForm {
  margin-top: 125px;
  margin-bottom: 260px;
}
.loginForm .form {
  width: 485px;
}
.loginForm .posa {
  border: none;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #1D6BBF;
  color: #FFFFFF;
  right: 5px;
  top: 5px;
  bottom: 5px;
  cursor: pointer;
}
.loginForm .posa:hover {
  background-color: #e43131;
}
.idxBg {
  background: url("../images/idxBg.png") no-repeat bottom center;
}
#search {
  padding-top: 107px;
}
#search .logo {
  margin-bottom: 22px;
}
#search .search {
  padding-top: 30px;
  width: 933px;
  position: relative;
  margin: 0 auto;
}
#search .search .active {
  color: #1D6BBF;
}
#search .search .search_term {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#search .search .search_term span {
  margin-left: 10px;
  margin-right: 40px;
  float: left;
  font-size: 18px;
  cursor: pointer;
}
#search .search .search_term span.active {
  background: url("../images/icon.png") no-repeat center bottom;
}
#search .search .znfw {
  float: right;
  margin-right: 20px;
  padding-right: 40px;
  font-size: 16px;
  background: url("../images/znfw.png") no-repeat right center;
}
#search .search .search_content {
  margin-top: 49px;
}
#search .search .search_input {
  width: 100%;
  height: 50px;
  border: 3px solid #c4cbd0;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 50px;
  text-indent: 20px;
  vertical-align: middle;
}
#search .search .search_btn {
  position: absolute;
  right: 3px;
  top: 82px;
  vertical-align: middle;
  width: 128px;
  height: 44px;
  background: #1D6BBF url('../images/search_grey.png') no-repeat 26px;
  border: 0px;
  cursor: pointer;
  float: right;
  color: #ffffff;
  font-size: 18px;
  padding-left: 15px;
}
#search .search .search_btn:hover {
  background-color: #e43131;
}
#search .searchHot {
  margin-top: 15px;
}
#search .searchHot img {
  vertical-align: sub;
}
#search .searchHot a {
  color: #999999;
  font-size: 14px;
}
#search .searchHot a:hover {
  color: #1D6BBF;
}
/* banner */
.idxBanner {
  float: left;
  width: 600px;
  height: 340px;
  margin: 0;
}
.idxBanner .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 55px;
  height: 55px;
  width: 105px;
}
.idxBanner .slick-dots li,
.idxBanner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #aaaaaa;
}
.idxBanner .slick-dots li {
  margin: 0 5px;
}
.idxBanner .slick-dots li.slick-active,
.idxBanner .slick-dots li.slick-active button {
  height: 20px;
  background-color: #fff;
  vertical-align: text-bottom;
}
.idxBanner .slick-dots li button:before {
  display: none;
  color: white;
  opacity: 1;
}
.idxBanner .slick-dots li.slick-active button:before {
  color: #0063ba;
  opacity: 1;
}
.idxBanner .barItem {
  position: relative;
  height: 340px;
}
.idxBanner .barItem a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 55px;
  height: 55px;
  padding: 0 20px;
  padding-right: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
.idxBanner .slick-prev,
.idxBanner .slick-next {
  display: none !important;
}
.idxNewsList {
  overflow: hidden;
  box-shadow: 0 0 10px #e6e5e2;
}
.idxNewsList .idxNewsListTabLi {
  float: right;
  width: 120px;
 /*  margin-top: 12px; */
}
.idxNewsList .idxNewsListTabLi a {
  display: block;
  text-align: center;
  background-color: #7f9bac;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  height: 45px;
  margin: 10px 0;
}
.idxNewsList .idxNewsListTabLi a.active {
  background: #1D6BBF url("../images/idxArr1.jpg") no-repeat left center;
}
.idxNewsList .idxNewsListCon {
  float: left;
  width: 480px;
  height: 340px;
  background-color: #fff;
}
.idxNewsList .idxNewsListCon ul {
  overflow: hidden;
  margin: 20px;
}
.idxNewsList .idxNewsListCon li {
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}
.idxNewsList .idxNewsListCon li:hover {
  background-color: #1D6BBF;
}
.idxNewsList .idxNewsListCon li:hover a {
  color: #ffffff;
}
.idxNewsList .idxNewsListCon a {
  float: left;
  width: 300px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.idxNewsList .idxNewsListCon .time {
  float: right;
  font-size: 14px;
  color: #bbbbbb;
}
.idxNewsList .idxNewsListConTitle {
  overflow: hidden;
}
.idxNewsList .idxNewsListConTitle span {
  border-top: 5px solid #ffffff;
  float: left;
  color: #333333;
  font-size: 20px;
  /* text-indent: 10px; */
  margin: 0 10px;
  line-height: 50px;
}
.idxNewsList .idxNewsListConTitle span.active {
  border-bottom: 5px solid #1D6BBF;
}
.idxFwBox {
  height: 289px;
  position: relative;
}
.idxFwBox a {
  position: absolute;
  display: block;
  font-size: 0;
}
.idxFwBox a.idxFw1 {
  left: 0;
  top: 0;
}
.idxFwBox a.idxFw2 {
  left: 201px;
  top: 0;
}
.idxFwBox a.idxFw3 {
  left: 0;
  bottom: 0;
}
.idxFwBox a.idxFw4 {
  left: 404px;
  top: 0;
}
.idxFwBox a.idxFw5 {
  right: 202px;
  top: 0;
}
.idxFwBox a.idxFw6 {
  right: 0;
  top: 0;
}
.idxFwBox a.idxFw7 {
  right: 404px;
  bottom: 0;
}
.idxFwBox a.idxFw8 {
  right: 202px;
  bottom: 0;
}
.idxFwBox a.idxFw9 {
  right: 0;
  bottom: 0;
}
.idxFwBox a.idxFw10 {
  right: 605px;
  bottom: 0;
}
.idxLinkCon,
.idxLink {
  font-size: 18px;
  text-align: center;
}
.idxLinkCon .container,
.idxLink .container {
  overflow: hidden;
}
.idxLinkCon a,
.idxLink a {
  float: left;
}
.idxLinkCon a:hover,
.idxLink a:hover {
  color: #1D6BBF;
}
.idxLink .container {
  margin: 13px auto;
}
.idxLink a {
  width: 25%;
}
.idxLink a.active span {
  color: #ffffff;
  background-color: #7f9bac;
}
.idxLink a span {
  margin: 0 auto;
  display: block;
  width: 130px;
  height: 45px;
  line-height: 45px;
}
.idxLinkCon {
  display: none;
  background-color: #eeeeee;
}
.idxLinkCon .container {
  padding: 20px 0;
}
.idxLinkCon a {
  width: 25%;
  line-height: 40px;
  color: #7f9bac;
}
/* 信用动态 */
.conBox .leftPart {
  width: 820px;
}
.conBox .rightPart {
  width: 350px;
}
.conBox .part {
  width: 402px;
}
.conBox .part:nth-child(odd) {
  margin-right: 16px;
}
.conBox .list a {
  display: block;
  line-height: 40px;
}
.focuses,
.specialColumn {
  padding: 20px;
  border: 1px solid #bebebe;
}
.pageSearchBox {
  width: 100%;
  height: 150px;
  background-color: #d1e1f0;
  text-align: center;
}
.pageSearchBox input,
.pageSearchBox input:focus {
  border: none;
  outline: 0;
}
.pageSearchBox .searchTitle {
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #0c0300;
  text-indent: 30px;
}
.pageSearchBox .searchInput {
  height: 45px;
  width: 310px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
}
.pageSearchBox .search_text {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 20px;
  float: left;
}
.pageSearchBox .btn {
  float: right;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: url(../images/search_blue.png) 5px 10px no-repeat;
  cursor: pointer;
}
.specialColumn .sList {
  width: 280px;
  margin: 0 auto;
}
.specialColumn a {
  float: left;
  width: 130px;
  height: 25px;
  line-height: 25px;
  margin: 5px;
  background-color: #e8e7e7;
}
.specialColumn a.c2 {
  background-color: #f2f2f2;
}
.focuses a {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
  line-height: 26px;
}
.focuses .tags {
  border: 1px solid #1D6BBF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 12px;
  color: #1D6BBF;
  margin-right: 10px;
}
.lawsBanner .part {
  width: 585px;
}
.lawsBanner .barInfo {
  height: 272px;
  padding-top: 20px;
}
.lawsBanner .barCon {
  height: auto;
  border-bottom: none;
}
/* 信用公示 */
.xygsBox {
  margin-right: -100px \9;
}
.xygsPart {
  flex: 0 0 332px;
  float: left \9;
  width: 332px \9;
  overflow: hidden;
  margin-right: 100px;
  margin-bottom: 30px \9;
}
.xygsPart .h260 {
  height: 260px;
}
.xygsPart .xygsList {
  padding: 10px;
  width: 312px;
}
.xygsPart .xygsList a {
  padding-left: 15px;
  line-height: 30px;
  background: url("../images/dot.png") no-repeat left center;
}
.sxgs {
  padding: 2px 5px;
  border: 1px solid #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.sxgs.active {
  border-color: #1D6BBF;
}
/* 信用服务 */
.creditService a {
  float: left;
  margin: 0 17px 20px 0;
  width: 30%;
  height: 200px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  position: relative;
}
.creditService a:hover p {
  color: #1D6BBF;
}
.creditService p {
  padding-top: 175px;
  margin-top: 05px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px 0;
}
.creditServiceTab h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  background: url("../images/sBg.jpg") no-repeat center bottom;
}
.creditServiceTab form {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.creditServiceTab form input {
  height: 50px;
  line-height: 50px;
}
.creditServiceTab form input[type='text'] {
  padding: 0 20px;
  width: 558px;
 /* border: 1px solid #1D6BBF;*/
}
.creditServiceTab form input[type='submit'] {
  width: 95px;
  background-color: #1D6BBF;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}
.creditServiceTab form input[type='submit']:hover {
  background-color: #e43131;
}
.creditServiceTab form select {
  width: 90px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  height: 30px;
}
.creditServiceTab form select + input[type='text'] {
  width: 462px;
}
.creditServiceTab table {
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}
.creditServiceTab table th {
  text-align: center;
  background: #1D6BBF;
  color: #FFFFFF;
}
.creditServiceTab table th,
.creditServiceTab table td {
  border: 1px solid #eeeeee;
}
.creditServiceDetail .tabLi {
  border-color: #dbdbdb;
  border-bottom: none;
}
.creditServiceDetail .tabConBox {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
}
/* 联合奖惩 */
.jointBox .part {
  width: 560px;
}
/* 专项治理 */
.smImg {
  overflow: hidden \9;
  margin-right: -9px \9;
}
.smImg a {
  float: left \9;
  width: 293px;
  margin-right: 9px;
}
.smImg2 {
  overflow: hidden \9;
  margin-right: -9px \9;
}
.smImg2 a {
  float: left \9;
  width: 394px;
  margin-right: 9px;
}
/* 交流互动 */
.jlhd {
  padding: 25px 40px;
}
.jlhd .w470 {
  width: 470px;
  margin: 0 auto;
}
.jlhd .btnBox input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 34px;
  height: 34px;
}
.jlhd .btnBox .btnRed {
  margin-right: 35px;
  width: 140px;
  background-color: #d9544f;
}
.jlhd .btnBox .btnRed:hover {
  background-color: #db5c57;
}
.jlhd .btnBox .btnGray {
  width: 55px;
}
/* 网站导航 */
.websiteList {
  padding: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
.websiteList a {
  padding: 15px;
  flex: 0 0 22%;
  float: left \9;
  width: 22% \9;
}
/* userCenter */
.userCenter .userImg {
  margin: 0 auto;
  width: 81px;
  height: 81px;
  overflow: hidden;
  text-align: center;
}
.userCenter .userCenterCon,
.userCenter .userCenterNav {
  box-sizing: border-box;
  padding: 30px 35px;
}
.userCenter .userCenterNav {
  width: 250px;
}
.userCenter .userNavList {
  font-size: 15px;
  color: #333333;
}
.userCenter .userNavList a {
  margin-bottom: 10px;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
}
.userCenter .userNavList a.active,
.userCenter .userNavList a:hover {
  background-color: #1D6BBF;
  color: #FFFFFF;
}
.userCenter .userCenterCon {
  width: 948px;
  border-left: 1px solid #e6e6e6;
}
.userCenter .userCenterCon .title4 {
  margin-bottom: 40px;
}
.userCenter table {
  line-height: 43px;
}
.userCenter .table {
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}
.userCenter .table th {
  text-align: center;
  background: #e6e6e6;
  color: #333333;
}
.userCenter .table th,
.userCenter .table td {
  border: 1px solid #eeeeee;
}
.userCenter .table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.userCenter .table td:nth-child(2n) {
  width: 300px;
  line-height: normal;
}
/* 专题 */
.ztPart {
  float: left;
  margin-bottom: 30px;
  width: 380px;
}
.ztPart .title1 {
  margin-bottom: 20px;
}
.ztPart:nth-child(odd) {
  margin-right: 40px;
}
.ztPart p {
  color: #999999;
}
.ztImgList {
  padding: 20px;
  border: 1px solid #bebebe;
}
/* 异议申诉 */
.Credit_exchange .fl {
  width: 240px;
}
.Credit_exchange .fr {
  width: 920px;
}
.Credit_exchange_link {
  border: 1px solid #DBDBDB;
  background-color: #ffffff;
}
.Credit_exchange_link p {
  background: #DBDBDB;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.Credit_exchange_link p i {
  width: 10px;
  background: #1D6BBF;
  margin: 0 10px 0 18px;
}
.Credit_exchange_link li {
  background: #F6F6F6;
  text-align: center;
  width: 220px;
  margin: 8px 10px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border: 1px solid #DBDBDB;
  font-weight: bold;
}
.Credit_exchange_link li.active a {
  color: #1D6BBF;
}
.Credit_exchange_entry p {
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
}
.creditService-title {
  margin-bottom: 30px;
  height: 40px;
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
}
.creditService-title span {
  font-size: 18px;
  font-weight: bold;
  background: #1D6BBF;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.list_main .objection .complaint-lc {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 346px;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.objection {
  padding: 25px 0;
}
.objection .complaint-lc-tit {
  width: 289px;
  height: 35px;
  margin: 0 auto;
  background: #CC0001;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
}
.complaint-lc-foot {
  width: 346px;
  height: 35px;
  margin: 0 auto;
  margin-top: 20px;
  background: #CC0001;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
}
.complaint-lc-foot a {
  color: #fff;
}
.complaint-lc .complaint-lc-con img {
  margin-top: 50px;
  margin-left: 27px;
}
/*在线咨询*/
.vote .vote-box {
  width: 70%;
  margin: 0 auto;
  padding: 70px 0 40px;
}
.vote .vote-box .fr {
  width: 50%;
  height: 195px;
}
.vote .vote-box .fr a {
  display: inline-block;
  width: 203px;
  height: 48px;
  background: url('../images/vote-button-bg.png') no-repeat;
  margin-top: 50px;
}
.vote .vote-box .fr p {
  font-size: 18px;
  line-height: 32px;
}
/* 信用修复 */
.honor {
  margin: 30px 0 50px;
  height: 315px;
}
.honor .fl {
  width: 430px;
  background: #F6F6F6;
  height: 100%;
  text-align: center;
}
.honor .fl img {
  margin-top: 30px;
}
.honor .middle {
  float: left;
  margin: 0 15px;
}
.honor .middle .function_box {
  background: #F6F6F6;
  height: 130px;
  width: 310px;
  padding-top: 20px;
  padding-right: 15px;
}
.honor .middle .function_box:first-child {
  margin-bottom: 15px;
  padding-top: 40px;
  height: 110px;
}
.honor .middle .function_box div {
  display: inline-block;
  height: 100%;
}
.honor .middle .function_chart {
  width: 110px;
}
.honor .middle .function_chart i {
  display: inline-block;
  width: 80px;
  height: 50px;
  background: url('../images/red_icon.png') no-repeat -106px -22px;
  margin: 30px 0 50px 30px;
  border-right: 1px solid #999999;
}
.honor .middle .function_box:first-child .function_chart i {
  background-position: -3px -22px;
  margin: 10px 0 50px 30px;
}
.honor .middle .function_content {
  width: 180px;
  float: right;
}
.honor .function_name {
  font-size: 18px;
  color: #EA3F3F;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: bold;
}
.honor .function_des {
  color: #999;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
.honor .fr {
  width: 400px;
}
.honor .fr .function_box {
  background: #F6F6F6;
  margin-bottom: 15px;
  height: 220px;
  padding: 10px 28px 0;
}
.honor .fr .function_box div {
  line-height: 50px;
  margin-bottom: 25px;
}
.honor .fr .function_box i {
  display: inline-block;
  width: 80px;
  height: 50px;
  background: url('../images/red_icon.png') no-repeat;
  background-position: -220px -22px;
  margin: 0 0 0 30px;
  border-right: 1px solid #999999;
}
.honor .fr .function_box span {
  margin-left: 40px;
}
.honor .fr .function_btn {
  background: #F6F6F6;
  height: 70px;
  text-align: center;
}
.honor .fr .function_btn a {
  background: #D81E06;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 50px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 5px;
}
.honor .fr .function_btn a i {
  display: inline-block;
  background: url('../images/red_icon.png') no-repeat;
  background-position: -22px -224px;
  width: 50px;
}
.creditRepair_other {
  background: #F6F6F6;
  padding-left: 25px;
}
.creditRepair_other .fl {
  width: 500px;
}
.creditRepair_other .fl p {
  padding: 0 40px;
  color: #666666;
  line-height: 30px;
}
.creditRepair_other .fl .Repair_report {
  color: #FF4242;
  font-size: 16px;
  line-height: 100px;
  margin-top: 70px;
}
.creditRepair_other .fl .Repair_report a {
  font-size: 16px;
  background: #FF4242;
  padding: 5px 27px;
  color: #fff;
  border-radius: 15px;
  margin-left: 20px;
  letter-spacing: 5px;
}
.creditRepair_other .fl .Repair_report span {
  text-decoration: underline;
}
.creditRepair_other .fl .function_des {
  text-indent: 2em;
}
/* 专题页 */
.xw {
  margin: 0 -15px;
}
.xw li {
  float: left;
  margin: 0 15px;
  margin-top: 15px;
  width: 380px;
}
.xw li span {
  color: #2b2b2b;
  display: block;
  margin-top: 15px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.xw li img {
  border: 1px solid #d8d8d8;
}
.cx_info {
  border: 1px solid #d8d8d8;
  padding: 25px;
  margin-top: 20px;
}
.cx_info ul {
  padding-right: 25px;
  width: 520px;
  float: left;
  padding-left: 25px;
  border-left: 1px solid #dddddd;
}
.cx_info ul li {
  background: url(../images/squery.png) no-repeat left center;
  padding-left: 15px;
  color: #999999;
  line-height: 29px;
  height: 29px;
}
.cx_info ul li a {
  display: inline-block;
  text-decoration: none;
  color: #181818;
  max-width: 360px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cx_info ul li label {
  float: right;
}
.sx {
  margin-top: 20px;
  clear: both;
  padding-bottom: 20px;
  overflow: auto;
}
.sx .tig {
  float: left;
}
.sx_ul {
  float: left;
}
.sx_ul li {
  float: left;
  width: 310px;
  margin-left: 73px;
}
.sx_ul li span {
  color: #2b2b2b;
  display: block;
  margin-top: 10px;
  max-width: 280px;
}
.sx_ul li p {
  text-indent: 2em;
  font-size: 12px;
  height: 80px;
  overflow: hidden;
}
.sx_ul li p a {
  color: #d30b0b;
  float: right;
}
.zf {
  width: 48%;
  margin-bottom: 30px;
}
.zf img {
  margin-top: 10px;
}
.zf .con .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  line-height: 60px;
  display: block;
  max-width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zf .con ul li {
  border-top: 1px solid #e1e1e1;
}
.zf .con ul li a {
  display: inline-block;
  color: #181818;
  max-width: 312px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 40px;
  width: 312px;
}
.zf .con ul li label {
  float: right;
  color: #ababab;
  line-height: 40px;
}
.sp .cx_title span {
  float: right;
}
.sp .con {
  border: 1px solid #d8d8d8;
  margin-top: 17px;
  padding-bottom: 15px;
}
.sp .con ul li {
  margin-left: 29px;
  margin-top: 20px;
}
.sp .con ul li span {
  display: block;
  line-height: 30px;
  color: #141414;
}
