@import url("./common.css");
@import url("./list.css");
@import url("//statics.cooco.net.cn/phpstatic/iconfont/iconfont.css");

/**å…¬ç”¨æ ·å¼**/
body {
  margin: 0px;
  padding: 0px;
  font-family: "å¾®è½¯é›…é»‘", "å®‹ä½“", Arial;
  font-size: 14px;
  color: #333;
  min-width: 1200px;
  background: #f7f7f7;
}

img {
  border: 0;
  display: block;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

a:hover {
  color: #2b99ff;
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.ts {
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.ts:hover {
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

div,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
aside,
article {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* çŸ¢é‡å›¾æ ‡ */
/*@font-face {*/
/*  font-family: 'iconfont';*/
/*  src: url('../css/iconfont/iconfont.eot');*/
/*  src: url('../css/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),*/
/*    url('//statics.cooco.net.cn/phpstatic/iconfont/iconfont.woff') format('woff'),*/
/*    url('//statics.cooco.net.cn/phpstatic/iconfont/iconfont.ttf') format('truetype'),*/
/*    url('../css/iconfont/iconfont.svg#iconfont') format('svg');*/
/*}*/

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.bj_mt10 {
  margin-top: 10px;
}

.bj_mt20 {
  margin-top: 20px;
}

.bj_mt40 {
  margin-top: 40px;
}

.bj_mt60 {
  margin-top: 60px;
}

.bj_mt30 {
  margin-top: 30px;
}

.bj_pt10 {
  padding-top: 10px;
}

.bj_pt20 {
  padding-top: 20px;
}

.bj_pt40 {
  padding-top: 40px;
}

.bj_pt60 {
  padding-top: 60px;
}

.relative {
  position: relative;
}

em,
i {
  font-style: normal;
}

.hidden {
  overflow: hidden;
}

.nobian {
  border: 0;
}

.ca {
  color: #2b99ff;
}

.cb {
  color: #18a97a;
}

.bg_a {
  background: #2b99ff;
}

.bg_b {
  background: #ff6c6c;
}

.bg {
  background: #fff;
}

.bg2 {
  background: #f8f8f8;
}

.more {
  color: #999;
  font-size: 12px;
}

.white,
.cf {
  color: #fff;
}

.gray,
.c3 {
  color: #333;
}

.gray2,
.c6 {
  color: #666;
}

.gray3,
.c9 {
  color: #999;
}

.gray4,
.cc {
  color: #ccc;
}

.center {
  text-align: center;
}

.f24 {
  font-size: 24px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.nobold {
  font-weight: normal;
}

.block {
  display: block;
}

.noshow {
  display: none;
}

/*è¶…å‡ºéšè—*/
.chao {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chao2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.chao3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.chao4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.chao5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.bold {
  font-weight: bold;
}

/*é¼ æ ‡ç»è¿‡å›¾ç‰‡ç‰¹æ•ˆ*/
.photo {
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.photo img {
  transition: all 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  /* filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; */
}

.photo:hover img {
  width: 100%;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  /* filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; */
}

/*é»‘è‰²åŠé€æ˜Ž*/
.gray_bg {
  background: #000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

/*é»‘è‰²åŠé€æ˜Žï¼Œå­—ä¸é€æ˜Ž*/
.gray_bg2 {
  background-color: rgba(0, 0, 0, 0.6);
  /*ie8ä¸“ç”¨é€æ˜Žåº¦*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  behavior: url(../img/pie.htc);
}

.showmore {
  border: solid 1px #eee;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
  width: 100%;
  background: url(../img/down.png) no-repeat 64% 12px #f6f6f6;
  background-size: 6px;
  margin: 6px 0;
  font-size: 14px;
  color: #e84430;
}

.loading {
  height: 36px;
  text-align: center;
  line-height: 36px;
  width: 100%;
  background-size: 12px;
  margin: 6px 0;
  font-size: 16px;
  color: #003956;
  background: url(../img/loading.gif) 28% 12px no-repeat #f6f6f6;
  display: none;
}

/*é˜´å½±*/
.yy {
  box-shadow: 0 4px 8px #f5f5f5;
  /*ie8é˜´å½±*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6);
}

.yy_1 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  /*ie8é˜´å½±*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6);
}

/*åœ†è§’*/
.yj_6 {
  border-radius: 6px;
}

.yj_10 {
  border-radius: 10px;
}

.yj_20 {
  border-radius: 20px;
}

/*æ—¥æœŸ*/
time {
  font-size: 14px;
  color: #999999;
}

/*ç›’å­æ¨¡åž‹*/
.box {
  box-sizing: border-box;
}

/*è¾“å…¥æ¡†å­—ä½“é¢œè‰²*/
input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input:focus {
  outline: 0;
  border: none;
}

.icon {
  background: url(../images/icon.png) no-repeat;
  display: block;
  position: absolute;
}

/*é¡¶éƒ¨*/
/*header {*/
/*  height: 120px;*/
/*}*/

.logo {
  margin-top: 25px;
}

.search {
  margin-top: 22px;
}

.search_f {
  width: 360px;
  height: 46px;
  border: 1px solid #18a97a;
  overflow: hidden;
  background-color: white;
}

.search_text {
  width: 280px;
  padding: 0 10px;
  line-height: 40px;
    height: 46px;
}

.search_btn {
  width: 60px;
  line-height: 46px;
  cursor: pointer;
  font-size: 28px;
}

.header_bt {
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 48px;
  font-size: 24px;
  margin-top: 10px;
}

.header_bt:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 20px;
  top: 20px;
  background: #ff6c6c;
}

.search_hot a {
  margin-left: 5px;
}

.logo img {
  margin-top: 12px;
  max-height:36px;
}

/*å¯¼èˆª*/
nav {
  height: 52px;
}

.nav_wrap {
  position: relative;
  height: 52px;
}

.nav_item {
  float: left;
}

.nav_item span a {
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  display: block;
  padding: 0 30px;
  text-align: center;
}

.nav_item_r {
  float: right;
  background: #ff6c6c;
  border-radius: 6px;
  position: absolute;
  top: -3px;
  right: 0;
}

.nav_item_r span a {
  line-height: 58px;
  height: 58px;
}

.nav_item.on {
  background: #fff;
}

.nav_item.on span a {
  color: #18a97a;
}

.nav_item.on:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #ff6c6c;
  width: 100%;
  top: 0px;
}

.nav_item:first-child.on {
  background: none;
}

.nav_item:first-child.on:before {
  display: none;
}

.nav_item:first-child.on span a {
  color: #fff;
}

.sub {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
  position: absolute;
  display: none;
  z-index: 9;
  left: 0;
  border-radius: 0 0 6px 6px;
}

.help_sub {
  position: static;
  display: block;
}

.claos {
  left: auto;
  display: block;
}

.sub_index {
  width: 1100px;
  position: absolute;
}

.sub_item {
  float: left;
  width: 150px;
  margin: 30px 0 30px 30px;
}

.sub_item h4 a {
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}

.sub_item a {
  display: block;
  line-height: 20px;
  padding: 5px 0;
  color: #666;
}

.sub_item a:hover {
  color: #18a97a;
}

.nav_item_c {
  position: relative;
}

.nav_item_c .sub {
  display: none;
  width: 110px;
  padding: 0 10px;
  text-align: center;
}

.nav_item_c .sub a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.nav_item_c .sub a:last-child {
  margin-bottom: 10px;
}

/*æ ‡é¢˜icon*/
.hn_icon {
  position: relative;
}

.hn_icon:before {
  width: 28px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: -32px;
  top: 3px;
  animation: hot 0.6s ease-in-out 0s infinite alternate;
  pointer-events: none;
  display: inline-block;
  background: url(../images/icon.png) no-repeat;
  background-position: -62px -62px;
}

@-webkit-keyframes hot {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

.hn_icon1:before {
  background-position: -102px -61px;
}

.ab_icon {
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}

.ab_icon:before,
.ab_icon:after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #ff6c6c;
  left: 0;
  top: 10px;
}

.ab_icon:after {
  background: #18a97a;
  left: 10px;
}

.icon_lm {
  width: 36px;
  height: 36px;
  background-position: -56px -6px;
  position: absolute;
  left: 0;
}

/*æ ‡é¢˜*/
.title_1 {
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 6px;
}

.title_1 h4 {
  font-weight: normal;
  font-size: 18px;
}

/*åˆ—è¡¨*/
.lb_1 {
  line-height: 36px;
}

.lb_2 {
  line-height: 30px;
  position: relative;
  padding: 5px 0 5px 64px;
}

.lb_2 span {
  color: #ddd;
  font-size: 12px;
  position: absolute;
  left: 56px;
  top: 4px;
}

.lb_2 .lb_lm {
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
  color: #999;
  font-size: 12px;
  width: 52px;
  display: block;
  overflow: hidden;
  left: 0;
  position: absolute;
}

.lb_2 .lb_lm:hover {
  color: #18a97a;
}

.lb_3 {
  line-height: 30px;
  position: relative;
  padding: 5px 0 5px 8%;
}

.lb_3 time {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 4px;
}

.lb_31 {
  padding-left: 30px;
  padding-right: 40px;
}

.lb_31 .iconfont {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  font-weight: normal;
  color: #18a97a;
}

.lb_31 time {
  right: 0;
  left: auto;
}

.lb_4 .lb_img {
  width: 114px;
  height: 76px;
  display: block;
  border: 1px solid #f1f1f1;
}

.lb_4 .lb_img img {
  width: 100%;
  min-height: 76px;
}

.lb_4 .lb_nr {
  margin-left: 10px;
}

.lb_4 .lb_nr time {
  font-size: 12px;
}

.lb_4 .lb_bt {
  line-height: 24px;
  height: 48px;
  padding-bottom: 10px;
}

.lb_5 {
  width: 280px;
  height: 180px;
  margin-top: 10px;
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.lb_5 img {
  width: 100%;
  min-height: 180px;
}

.lb_5 p {
  position: absolute;
  width: 240px;
  line-height: 30px;
  height: 30px;
  background: rgba(49, 57, 60, 0.6);
  color: #fff;
  bottom: 0;
  padding: 0 10px;
}
.hot_nr{
  margin-top:0px;
}
.hot_nr .lb_5 {
  height: 160px;
}

.hot_nr .lb_5 img {
  min-height: 160px;
}

.lb_6 .lb_img {
  width: 100%;
  border-radius: 6px;
  height: 100px;
}

.lb_6 .lb_img img {
  width: 100%;
}

.lb_6 .lb_bt {
  margin-top: 10px;
  line-height: 24px;
  height: 48px;
}

.lb_8 {
  width: 216px;
  height: 212px;
  position: relative;
  float: left;
  margin-left: 18px;
}

.lb_8 .lb_nr {
  padding: 10px 14px 20px 14px;
  height: 46px;
  overflow: hidden;
}

.lb_8 .lb_bt {
  line-height: 24px;
}

.lb_8 .lb_img {
  width: 100%;
  height: 136px;
}

.lb_8 .lb_img img {
  width: 100%;
  min-height: 136px;
}

.lb_8 .lb_b {
  color: #999;
  font-size: 12px;
}

.lb_8 time {
  margin-left: 20px;
  font-size: 12px;
}

.lb_8 .lb_b .iconfont {
  margin-right: 5px;
}

.lb_8 .lb_btn {
  width: 90%;
  height: 30px;
  background: #18a97a;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  display: none;
  opacity: 0;
}

.lb_8 .lb_rwap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #f8f8f8;
  border-radius: 6px;
  overflow: hidden;
}

.lb_8:hover .lb_rwap {
  width: 108%;
  top: -4%;
  left: -4%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.lb_8:hover .lb_nr {
  height: auto;
}

.lb_8:hover .lb_bt {
  white-space: normal;
}

.lb_8:hover .lb_btn {
  display: block;
  opacity: 1;
  margin-top: 20px;
}

.lb_8:first-child,
.lb_8:first-child+div+div {
  margin-left: 0;
}

/*æŽ’è¡Œæ¦œ*/
.ban_hot {
  height: 430px;
}

.hot {
  width: 250px;
  overflow: hidden;
}

.hot_title {
  padding: 20px 10px 10px 10px;
}

.hot_title .iconfont {
  margin-right: 6px;
}

.hot_lb1 {
  position: relative;
  display: block;
  margin-bottom:0px;
}

.hot_lb1 .px1 {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #ccc;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 17px;
}

.hot_lb1 .px2 {
  position: absolute;
  top: -10px;
  left: 10px;
  display: none;
  opacity: 0;
  background: #18a97a;
  color: #fff;
  font-size: 12px;
  border-radius: 10px 10px 10px 0;
  padding: 1px 5px;
}

.hot_ll {
  position: absolute;
  display: none;
  top: -10px;
  right: 10px;
  opacity: 0;
  font-size: 12px;
  color: #999;
}

.hot_ll .iconfont {
  font-size: 12px;
  color: #18a97a;
  margin-right: 4px;
}

.hot_lb1 h4 {
  font-size: 13px;
  font-weight: normal;
  line-height: 34px;
  height: 34px;
  color: #333;
  padding: 0 10px 0 40px;
  border-bottom: 1px dashed #e6e6e6;
}

.hot_lb1.on {
  padding: 0;
  padding-top: 34px;
}

.hot_lb1.on h4 {
  background: #18a97a;
  color: #fff;
  padding-left: 10px;
  border-bottom: 1px dashed #18a97a;
}

.hot_lb1.on h4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
  top: 34px;
  border-top: 8px solid #f7f7f7;
  position: absolute;
}

.hot_lb1.on .px1 {
  display: none;
  opacity: 0;
}

.hot_lb1.on .px2 {
  display: block;
  opacity: 1;
  top: 10px;
}

.hot_lb1.on .hot_ll {
  display: block;
  opacity: 1;
  top: 10px;
}

.lm_hot {
  border: 1px solid #e6e6e6;
  width: 250px;
  border-radius: 6px;
  overflow: hidden;
}

.lm_hot .hot_title {
  padding: 12px 10px 12px 10px;
}

.lm_hot .hot_lb2:first-child {
  border-top: none;
}

.hot_lb1:last-child h4 {
  border-bottom: none;
}

/*æ ç›®*/
.lm {
  width: 1052px;
  background: #fff;
  margin: 20px auto 0 auto;
  padding: 24px;
  border-radius: 6px;
}

.lm_title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.lm .title_l {
  max-width: 30%;
  font-size: 24px;
}

.lm .title_r {
  max-width: 70%;
}

.lm .title_r a {
  margin-left: 20px;
}

.lm .title_r a:hover {
  font-weight: bold;
}

.lm .title_l .iconfont {
  margin-right: 10px;
  font-size: 28px;
}

.lm .title_l b {
  font-weight: normal;
}

/*å‹æƒ…é“¾æŽ¥*/
.fink_wrap,
.gzcl_flink {
  width: 1060px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background: #fff;
}

.fink_title,
.flink_head {
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.flink_head h2 {
  font-weight: normal;
}

.fink_title a,
.flink_head a {
  font-size: 18px;
}

.fink_title a .iconfont,
.flink_head a .iconfont {
  font-size: 20px;
  margin-right: 10px;
}

.fink_title p,
.flink_head p {
  margin-left: 20px;
}

.flink_head .gray {
  color: #999;
  font-size: 12px;
}

.fink_nr,
.flink_boxs {
  margin-top: 15px;
  line-height: 30px;
}

.fink_nr a,
.flink_boxs a {
  margin-right: 20px;
  color: #666;
}

.flink_boxs a:hover {
  color: #18a97a;
}

/*åº•éƒ¨*/
.c-foot {
    position: relative;
    background-color: #333945;
    font-size: 12px;
    color: #fff;
    padding: 70px 0 30px 10px;
    margin: 0 auto;
}
.c-foot .c-footer {
    width: 1200px;
    margin: 0 auto 60px;
    height: 91px;
    position: relative;
    border: none;
    background-color: #333945;
}
.c-foot .c-footer ul {
    float: left;
    font-size: 12px;
    overflow: hidden;
    width: 280px;
    border-right: 1px solid #1e1e21;
}
.c-foot .c-footer ul li {
    float: left;
    width: 92px;
    height: 32px;
    line-height: 32px;
    list-style: none;
}
.c-foot .c-footer a {
    color: #FFF !important;
    cursor: pointer;
}
.c-foot .c-footer ol {
    font-size: 12px;
    overflow: hidden;
    width: 498px;
    float: left;
    margin-left: 30px;
}
.c-foot .c-footer ol li {
    overflow: hidden;
    float: left;
    width: 166px!important;
    height: 20px;
    line-height: 20px;
    padding: 6px 0;
}
.c-foot .c-footer a {
    color: #FFF !important;
    cursor: pointer;
}
.c-foot .c-footer ol li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/static/index/images/dilogos.png) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}
.c-foot .c-footer ol li:nth-of-type(2) i {
    background-position-y: -32px;
}
.c-foot .c-footer ol li:nth-of-type(3) i {
    background-position-y: -212px;
}
.c-foot .c-foot1 {
    text-align: center;
    color: #999;
    margin-bottom: 6px;
}
.c-foot .c-foot1 {
    text-align: center;
    color: #999;
    margin-bottom: 6px;
}
.c-foot .c-foot2 {
    text-align: center;
    line-height: 14px;
}
.c-foot a {
    color: #666;
    outline: medium none;
    text-decoration: none;
}
/* å³è¾¹å›ºå®šå¯¼èˆª */
.rc_nav {
  font-size: 14px;
  background: #fff;
  border-radius: 6px;
  position: fixed;
  bottom: 116px;
  left: 50%;
  margin-left: 580px;
  z-index: 99;
  display: none;
  *display: none !important;
  display: none;
  width: 70px;
}

.rc_nav:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.02);
}

.rc_nav li {
  padding: 10px 0;
  margin: 0 15px;
  margin-bottom: 1px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.rc_nav li p {
  overflow: hidden;
  margin: 0 auto;
  line-height: 26px;
  max-height: 52px;
  position: relative;
}

.rc_nav li.active {
  color: #18a97a;
  font-weight: bold;
}

.rc_nav li.last {
  line-height: 50px;
  height: 50px;
  padding: 2px 5px;
  margin: 6px;
  color: #999;
  border-radius: 4px;
  border-bottom: none;
}

.rc_nav li.last .iconfont {
  font-size: 22px;
  margin-right: 4px;
}

.rc_nav li:hover {
  color: #18a97a;
}

@media all and (max-width: 1500px) {
  .rc_nav {
    display: none !important;
  }
}

/*æ–‡ç« å†…å®¹åˆ†é¡µæ ·å¼*/
.pages {
  text-align: center;
  float: left;
  width: 100%;
  margin: 12px 0 20px;
  position: relative;
  left: -5px
}

.pages #page_slice {
  text-align: center;
}

.pages li {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin: 0 4px;
}

.pages span {
  background-color: #fff;
  border: 1px solid #ff7032;
  color: #444;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  padding: 0 10px;
}

.pages a {
  background-color: #fff;
  border: 1px solid #ff7032;
  color: #ff7032;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  padding: 0 10px;
  border-radius: 50%;
}

.pages li.thisclass a,
.pages li a:hover {
  background: #ff7032 none repeat scroll 0 0;
  border: 1px solid #ff7032;
  color: #fff !important;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  padding: 0 10px;
}

.pages li.thisclass a:hover {
  width: auto;
}

.tj_title{
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #4c4c4c;
}
.tj_content{
  margin-top: 6px;
  line-height: 18px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #4c4c4c;
}
.tj_tags{
  margin-top: 12px;
}
.tags_item{
  font-size: 12px;
  color: #999;
}
.tags_item:after{
  margin: 0 8px;
  content: "|";
  color: #eee;
}



/*header {*/
/*    height: 94px;*/
/*}*/
.wapmyads{
    max-height: 250px;
        box-sizing: content-box;
}
.main{
    width: 1200px;
    overflow: hidden;
}
/* æ–‡ç«  */
.ar_con_nr {
    margin-top: 0;
}

.ar_con {
    padding: 10px 30px;
}
.ar_con p{
    margin-bottom: 25px;
    text-indent: 2em;
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 9px;
    line-height: 28px;
}
.ar_con .gg {
    width: 100%;
}

.gg img {
    max-width: 100%;
}

.title_b {
    width: 100%;
    line-height: 30px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.title_b b {
    font-weight: normal;
}

.title_b .iconfont {
    margin-right: 2px;
}

.ar_con_title {
    text-align: center;
    margin: 10px 0;
}

.ar_con_title time {
    margin-right: 20px;
    display: inline;
    background: none;
    position: static;
    box-shadow: 0 0 0 #fff;
}

.title_1 {
    background: #fff;
}

.ar_con_title h1 {
    font-size: 30px;
}

.con_article {
    line-height: 30px;
    font-size: 16px;
}

.con_article p,
.con_article div {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
    text-indent: 2em;
}
.con_article p{
    margin-bottom: 30px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 1.5px;
}
.con_article a {
    color: #38f;
}

.con_article a:hover {
    color: #e00;
}

.con_article h2,
.con_article h3 {
    font-weight: 600;
}

.con_article h3 {
    color: #ff7032;
}

.con_article img {
    max-width: 650px !important;
    height: auto !important;
    border-radius: 8px;
    margin: 12px auto 0 auto;
}


/*ç›¸å…³æŽ¨è*/
.ls_jx {
    padding: 10px 10px 20px 10px;
    border-bottom: none;
}

.ls_jx_nr {
    padding: 0 10px;
}

.ls_jx .lb_3 {
    width: 42%;
    float: left;
    padding-left: 6%;
}

.ls_jx .lb_3:nth-child(2n) {
    float: right;
}

.ls_jx .lb_4 {
    width: 48%;
    float: left;
}

.ls_jx .lb_4:nth-child(2n) {
    float: right;
}

.ls_jx .lb_4 .lb_nr {
    width: 220px;
}

/* ä¸Šä¸‹é¡µ */
.con_prev {
    width: 900px;
    margin: 20px 0;
    border-top: 1px solid #e1e1e1;
    line-height: 30px;
    height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
}
.ls_jx{
    width: 940px;
}
.ar_con_nr{
    width: 100%;
    float: left;
}
.con_prev p {
    max-width: 48%;
    color: #999;
}

.con_prev p a {
    font-weight: bold;
    max-width: 70%;
    margin-left: 10px;
}

.con_r {
    padding-top: 0;
}

header {
    background: #fff !important;
    border-bottom: 1px solid #f1f1f1;
    height: auto !important;
}

.nav_wrap {
    overflow: hidden;
}

.xz_search {
    margin-top: 5px !important;
}

.xz_search .search_text {
    height: 38px;
    line-height: 38px;
}

.xz_search .search_f {
    height: 38px;
    line-height: 38px;
    border: none;
}

.xz_search .search_btn {
    height: 38px;
    line-height: 38px;
}

.xz_search .search_text {
    background: #f5f5f5;
    font-size: 14px;
}

.ar_nav {
    /*width: 900px;*/
    height: 49px;
    overflow: hidden;
}

.xz_ar_nav {
    width: 650px;
}

.nav_item {
    min-width: auto;
}

.nav_item span a {
    padding: 0;
    margin-left: 30px;
    color: #333;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
}

.nav_item span a:hover {
    color: #2b99ff;
}

.nav_item span a:before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 1px;
    background: #ccc;
    left: -15px;
    top: 18px;
}

.nav_item:nth-child(1) span a:before {
    display: none;
}

.con {
    padding-top: 20px;
}

.search {
    margin-top: 0;
}

.search_f {
    width: 298px;
}

.search_text {
    width: 218px;
}

.position_rwap {
    padding: 0 0 0 10px;
    height: 48px;
    line-height: 48px;
    width: 950px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.position_rwap .icon {
    top: 0;
    left: 5px;
}

.xz_position {
    width: 740px;
}

.xz_position .position_rwap {
    width: 740px;
    padding: 0;
}

.logo {
    margin-top: 7px;
}

.logo img {
    margin-top: 0;
}

.pay_con .sub,
.pay_con2 .sub2 {
    display: block;
    left: auto;
}

.video_detail_left {
    padding: 0 20px 30px 20px;
    width: 740px;
}

.position_rwap a {
    opacity: 0.6;
}

.position_rwap a:hover {
    opacity: 1;
}

.lb_4 .lb_img {
    border: 1px solid #f1f1f1;
}

.lb_4 .lb_bt {
    height: 20px;
    line-height: 20px;
}

.ls_jx .lb_4 .lb_nr p {
    margin-bottom: 10px;
    line-height: 20px;
}

.con_article .pnum li {
    text-indent: 0;
}

.con_article .pnum li a {
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.con_article .pnum li.thisclass a {
    color: #fff;
}

.con_article .pnum li a:hover {
    background: #18a97a;
    color: #fff;
}

.download_word_lb {
    border: none !important;
}

.arc_btn_boxs {
    overflow: hidden;
    width: 300px !important;
}
.con_l{
    width: 960px;
}
/* å¹¿å‘Š */
/*.con_l iframe {*/
/*    margin-left: 30px;*/
/*}*/

/*é¡¶éƒ¨+å³ä¾§æ ç›®æ‚¬æµ®æ */
.artop {
    width: 100%;
    height: 46px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: -46px;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #e1e1e1;
    opacity: 0;
}

.artop_te {
    top: 0;
    opacity: 1;
}

.artop_rwap {
    width: 1100px;
    height: 46px;
    margin: 0 auto;
}

.artop_left {
    width: 780px;
    float: left;
    height: 46px;
}

.artop_right {
    width: 226px;
    float: right;
}

.artop_related {
    width: 200px;
    height: 46px;
    position: relative;
    overflow: hidden;
}

.related_hd {
    line-height: 34px;
    height: 34px;
    margin-top: 6px;
    position: relative;
    border-radius: 10px;
    width: 160px;
    background: #f6f6f6;
    padding: 0 10px;
    cursor: pointer;
    padding-left: 30px;
}

.related_hd em {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../img/pc/tuijian.svg) no-repeat center;
    background-size: 80%;
}

.related_hd .icon-gengduo {
    transform: rotate(0deg);
    position: absolute;
    right: 5px;
    left: auto;
    top: 5px;
    background: url(../img/pc/gengduo.svg) no-repeat center;
    background-size: 50%;
}

.related_bd {
    width: 210px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    top: 20px;
    opacity: 0;
}

.artop_related:hover {
    overflow: visible;
}

.artop_related:hover .icon-gengduo {
    transform: rotate(180deg);
}

.artop_related:hover .related_bd {
    top: 46px;
    opacity: 1;
}

.related_bd h4 {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.related_bd h4:before {
    content: "";
    display: block;
    position: absolute;
    background: #18a97a;
    border-radius: 10px;
    left: 0;
    top: 3px;
    width: 6px;
    height: 14px;
}

.artop_download .dow_btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #44b449;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 6px;
    border-radius: 4px;
    padding: 0;
}

.artop .search_f {
    width: 386px;
    height: 32px;
    margin-top: 6px;
    border: 1px solid #18a97a;
    position: relative;
    margin-left: 36px;
    border-radius: 4px;
}

.artop .search_text {
    width: 262px;
    height: 32px;
    padding-left: 34px;
    line-height: 32px;
    font-size: 14px;
    background: #f8f8f8;
}

.artop .search_btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    background: #18a97a;
    color: #fff;
}

.search_f em {
    top: 7px;
    font-size: 18px;
    position: absolute;
    left: 8px;
    color: #ccc;
    font-weight: normal;
}

.artop_code {
    display: block;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.code_rwap {
    width: 110px;
    padding: 10px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-left: -65px;
    left: 50%;
    opacity: 0;
    top: 30px;
}

.artop_code img {
    width: 100%;
}

.artop_code p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.artop_code:hover {
    overflow: visible;
}

.artop_code:hover .code_rwap {
    opacity: 1;
    top: 46px;
}

.artop_code:hover .share_btn {
    background: #18a97a;
    color: #fff;
}

.artop_code:hover .boon_btn {
    background: #ff4800;
    color: #fff;
}

.artop_code>a {
    display: block;
    height: 32px;
    width: 120px;
    border-radius: 4px;
    line-height: 32px;
    margin-top: 6px;
    border: 1px solid #18a97a;
    color: #18a97a;
}

.artop_code .boon_btn {
    color: #ff4800;
    border: 1px solid #ff4800;
    display: none;
}

.artop_related .lb_3 {
    width: 200px;
    height: auto;
    padding-left: 0;
    margin: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e1e1e1;
    position: relative;
    padding-left: 15px;
    line-height: 20px;
    padding-bottom: 0;
}

.artop_related .lb_wimg {
    display: none;
}

.artop_related .lb_3 .lb_bt {
    height: auto;
    line-height: 24px;
    margin-bottom: 0;
}

.artop_related .lb_3 time {
    display: none;
}

.artop_related .lb_3:nth-child(1) {
    margin-top: 0;
    border-top: 0;
}

.artop_related .lb_3:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #c0cbd6;
    left: 0px;
    top: 18px;
}

.r_rwap {
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
}

.r_nav {
    width: 260px;
    display: none;
}

.r_nav .nav_item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    float: left;
    width: 116px;
    line-height: 30px;
    padding-left: 10px;
    margin-right: 0;
}

.r_nav .nav_item a {
    line-height: 30px;
    height: auto !important;
    margin-left: 5px;
    text-align: left;
}

.r_nav .nav_item:nth-child(2n) {
    float: right;
}

.r_nav .nav_item:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #18a97a;
    left: 0px;
    top: 12px;
}

.r_nav .nav_item span a:before {
    display: none;
}
.search_result_box a:hover .tj_title{
    color: #2b99ff;
}
.search_result_box a:hover .tj_title em{
    color: #2b99ff;
}
.search_result_box a:hover .tj_content{
    color: #2b99ff;
}
.sideMen a:hover .tit_s{
    color: #2b99ff;
}
body{
    background: url(//fanwen.chazidian.com/static/index/img/skin-paper1-img.png) repeat fixed;
}
header{
    border-bottom: 1px solid #ccc;
}
#app{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 20px;
}
.app_left{
    width: 885px;
    float: left;
}
.position_rwap{
    width: 885px;
    height: auto;
    line-height: 30px;
    border: solid 1px #ccc;
    margin: 10px 0;
    box-sizing:border-box;
}
.app_content{
    width: 100%;
    overflow: hidden;
}
.app_content{
     font-size: 16px;
    line-height: 2;
    font-family: å®‹ä½“;
}
.content_list{
    position: relative;
    
    margin-bottom: 10px;
    background-color: #FFF;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow: hidden;
    padding: 50px 150px;
    font-size: 16px;
    line-height: 2;
    font-family: å®‹ä½“;
}
.content_list h1{
    font-family: å®‹ä½“;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.app_right{
    float: right;
    width: 300px;
}
.side-fixed{
    position: fixed;
    top: 0px;
    left: -1000px;
}
.search{
    margin: 10px 0;
}
.search_f{
    border: 1px solid #ccc;
}
.hot{
    width: 298px;
    border: solid 1px #ccc;
    margin-top: 12px;
}
.hot_lb1 h4{
    padding: 0;
}
.iconif{
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.tit_s {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    margin: 0 5px;
}
.down{
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 15px 0;
    font-size: 14px;
    position: relative;
    min-height: 110px;
}
.down p {
    font-size: 18px;
    font-weight: 400;
    margin: 10px auto;
}
.surplus-btn-mid{
    width: 134px;
    height: 36px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background:  #2b99ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}
.btndown2 {
    width: 100%;
    background: #EF9601;
    border-radius: 4px;
    height: 40px;
    background-position: 0 -145px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.details_select_box select{
    padding:8px;
    border-radius:4px;
    width:99%;
    border:1px solid #56C653;
    color:#999;
}
select:focus{
    outline: none;
}
.details_select_box select .opts{
    color:#999;
}
.details_select_box select:nth-child(2){
    margin-left:10px;
}
.search_result_box .tj_title{
    display: flex;
    align-items: center;
}
.search_result_box .tj_title .iconif{
    margin-top: 0;
}
.tj_xing{
    color: #999;
    font-size: 12px;
    line-height: 18px;
    padding-left: 38px;
}
.hot_title{
    position: relative;
}
.move {
    color: #999;
    position: absolute;
    right: 10px;
    font-size: 13px;
}
.tags_item{
    margin-left: 15px;
}
.tags_item:after{
    content:'';
}
.docttit{
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    overflow:hidden;
}
.docttit h1 {
    padding: 11px 20px 4px;
    font: 16px/24px "å¾®è½¯é›…é»‘";
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}
.docttit .attribute {
    color: #999;
    font-size: 12px;
    padding: 0 20px 7px;
    margin-top: 5px;
}
.docttit .iconif {
    float: left;
    margin: 0px;
    margin-right: 5px;
}
.docttit .line{
    margin: 0 6px;
    width: 1px;
    height: 10px;
    background: #999;
    display: inline-block;
}
nav {
    overflow: hidden;
}

.con {
    background: #f8f8f8;
    padding-top: 20px;
}

/*é¢åŒ…å±‘*/
.position_rwap {
    position: relative;
    color: #999;
}

.position_rwap .icon {
    width: 44px;
    height: 44px;
    padding-bottom: 5px;
    background-position: 0 -402px;
    left: 10px;
    top: 5px;
}

.position_rwap span {
    color: #999;
    margin: 0 5px;
}

.position_rwap a {
    padding: 0 5px;
}

/*å›¾æ–‡*/
.hot_list .lb_8 {
    margin-left: 20px;
    width: 204px;
}

.hot_list .lb_8 .lb_rwap {
    background: #fff;
}

.hot_list .lb_8:first-child {
    margin-left: 0;
}

.hot_list .lb_8:nth-child(3) {
    margin-left: 20px;
}

.hot_list .lb_8 .lb_rwap {
    background: #fff;
}

/*å·¦ä¾§åˆ—è¡¨*/
.ss_header {
    padding-top: 64px !important;
}

.con_l .ab_icon {
    height: auto;
}

.con_l {
    width: 780px;
}

.list_title {
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #56C653;
}

.list_title h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}

.list_title h3 span {
    margin-right: 10px;
    color: #56C653;
    font-weight: bold;
}

.list_title p {
    padding-top: 10px;
    line-height: 30px;
}

.list_search .icon_lm {
    background-position: -60px -92px;
}

.list_title .iconfont {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #56C653;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: normal;
    box-shadow: 0 5px 10px rgba(18, 187, 255, 0.5);
    border-radius: 16px 10px 10px 10px;
}

.list_wrap {
    padding: 30px;
}

.lm_present {
    padding-left: 40px;
    position: relative;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.lm_present p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.list_itme {
    height: 140px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.list_itme b {
    font-weight: normal;
}

.itme_img {
    width: 210px;
    height: 140px;
    border-radius: 6px;
}

.itme_img img {
    width: 100%;
    min-height: 146px;
}

.list_itme_te .itme_text {
    width: 480px;
}

.itme_bt {
    font-size: 18px;
}

.itme_text p {
    line-height: 30px;
    height: 60px;
    color: #999;
    margin: 10px 0;
}

.itme_text_b {
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
}

.itme_text_b .itme_btn {
    width: 100px;
    border-radius: 30px;
    display: block;
    background: #f8f8f8;
    color: #56C653;
    text-align: center;
    margin-right: 20px;
    font-size: 12px;
}

.itme_text_b .itme_btn:hover {
    box-shadow: 0 4px 10px rgba(18, 187, 255, 0.5);
}

.list_itme:hover .itme_btn {
    width: 120px;
    background: #56C653;
    color: #fff;
}

.list_itme:hover .itme_bt {
    color: #56C653;
}

.itme_text_b span,
.itme_text_b time {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.itme_text_b .iconfont {
    color: #ccc;
    margin-right: 5px;
    font-size: 12px;
}

/*ç¿»é¡µ*/
.pnum {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.pnum li {
    float: left;
    margin: 0 2px;
}

.pnum a {
    background: #f8f8f8;
    padding: 6px 12px;
    border-radius: 100%;
}

.pnum li.thisclass a {
    background: #56C653;
    color: #fff;
}

.pnum li .pageinfo {
    color: #999;
    margin-left: 10px;
    line-height: 30px;
}

.pnum li strong {
    font-weight: normal;
    padding: 0 2px;
}

.pnum td {
    width: auto !important;
    padding-left: 2px;
    min-width: 28px;
    border: 1px solid #56C653;
    margin: 0 6px;
    line-height: 30px;
    height: 30px;
    float: left;
    display: none;
    border-radius: 100%;
    position: relative;
}

.pnum td a {
    padding: 0 6px;
    line-height: 30px;
    height: 30px;
    min-width: 20px;
    color: #fff;
    position: absolute;
    left: -3px;
    background: #56C653;
}

.pnum td:nth-child(9) {
    color: #999;
    background: #fff;
    padding-right: 10px;
}

.pnum a {
    background: #f8f8f8;
    display: block;
    margin: 0 2px;
    padding: 6px 12px;
    border-radius: 100%;
    float: left;
}

.pnum a.sed {
    background: #56C653;
    color: #fff;
}

.pnum input {
    display: none;
}

/*å³ä¾§*/
.con_r {
    width: 300px;
}

.con_r .hot {
    width: 260px;
    padding: 0 20px 20px 20px;
    border-radius: 6px;
}

.con_r .hot_title {
    padding: 20px 0 10px 0;
}

.con_r .hot .lb_5 {
    width: 100%;
    margin-bottom: 10px;
}

.con_r .hot_lb1.on h4 {
    border-radius: 6px;
}



.hot_lb1 .px1 {
    left: 0;
}
.f-ibt{
    display: inline-block;
    vertical-align:middle;
}
body{
    height: 100%;
}
/*.articleGroup{*/
/*    position: fixed;*/
/*    z-index: -1;*/
/*    left: -1000000px;*/
/*}*/
.articleGroup {
    position: relative;
    left: 0;
    margin-bottom: 30px;
    padding: 60px 80px;
    background: white;
    overflow: hidden;
    box-sizing: border-box;
}

.articleGroup .tit {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 26px;
    font-family: "仿宋";
    font-weight: 600;
    color: #000;
    text-align: center;
}

.articleGroup .subTit {
    margin-bottom: 40px;
    line-height: 14px;
    font-size: 14px;
    font-family: "仿宋";
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.articleGroup .content h3{
    margin: 40px auto;
    padding-top: 60px;
    text-align: center;
    border-top: 1px solid #999999;
}
.articleGroup .content {
    font-size: 20px;
    color: #000;
    overflow: initial;
    line-height: 2.5em;
    font-family: "仿宋";
}

.articleGroup .content p {
    margin: 0 auto 0.7em;
    text-indent: 2em;
}
.layui-layer{
    background-color: transparent !important;
    -webkit-background-clip: border-box !important;
    box-shadow:none !important;
}
/* æŽ¨èåˆ—è¡¨ */
.recommendList {
  padding: 24px 0;
  background: white;
}

.recommendList .title {
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-indent: 15px;
  border-left: 4px solid #1EA0FF;
}
/* å•ä¸ªæŽ¨è */
.reArticleGroup {
  padding: 12px 30px;
}

.reArticleGroup:hover {
  background: #FAFAFA;
}

.reArticleGroup .img {
  margin-right: 20px;
  width: 192px;
  height: 108px;
}

.reArticleGroup .ct {
  width: 650px;
}

.reArticleGroup .titG .tit {
  width: 570px;
  line-height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.reArticleGroup .titG .tit:hover {
  color: #1EA0FF;
}

.reArticleGroup .titG .time {
  width: 70px;
  line-height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.reArticleGroup .box {
  height: 4.5em;
  line-height: 1.5em;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
}

.reArticleLine {
  margin: 0 30px;
  height: 1px;
  background: #E6E6E6;
}
.f-fr{
    float: right;
}
/* å¤åˆ¶æ”¯ä»˜å¼¹çª— */
.payopera-pup{
  /* position: fixed;
  top: 30%;
  left: 40%;
  z-index: 999; */
  display: none;
  width: 535px;
  height: 326px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 20px 34px;
  box-sizing: border-box;
  font-size: 0;
}
.payopera-pup .fwt{
  font-size: 22px;
  font-weight: 600;
  color: #009900;
  line-height: 30px;
}
.payopera-pup .tips{
  font-size: 14px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 17px;
  margin-top: 11px;
}
.payopera-pup .payimg{
  width: 91px;
  height: 91px;
  margin: 16px auto 0;
}
.payopera-pup .payimg img,
.payopera-pup .payimg canvas{
  width: 100%;
  height: 100%;
}
.payopera-pup .way .not-login{
  height: 100%;
  background-color: #44B549;
  font-size: 14px;
  text-align: center;
  line-height: 91px;
  color: white;
  background: url(../images/icon-not-logincode@2x.png) no-repeat;
  background-size: 100% 100%;
}
.payopera-pup .price{
  margin-top: 16px;
}
.payopera-pup .after{
  font-size: 14px;
  font-weight: 600;
  color: #FF6E0D;
  line-height: 17px;
}
.payopera-pup .berfo{
  font-size: 12px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 14px;
  margin-left: 8px;
  text-decoration: line-through;
}
.payopera-pup .kf{
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 14px;
  margin-top: 8px;
}
.payopera-pup .wxpayBtn{
  width: 202px;
  height: 35px;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 35px;
  background: #44B549;
  border-radius: 3px;
  margin: 20px auto 0;
}
.payopera-pup .way{
  text-align: center;
  padding-right: 30px;
}
.payopera-pup .way+.way{
  border-left: 1px solid #CCCCCC;
  padding-left: 30px;
  padding-right: 0;
}
.carryredBox{
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 15px 0;
    font-size: 14px;
    position: relative;
    min-height: 110px;   

}
.carryredBox p {
    font-size: 18px;
}
.carry-operate {
    margin: 13px auto;
}
.carry-btn {
    width: 162px;
    height: 36px;
    line-height: 36px;
    background: url(../images/surplus.png?v=1.4) no-repeat 0 -293px;
    margin-left: 120px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.carrys-down{
    color: #55afee;
    margin-left: 10px;
}


.tp-toolbar {
    position: relative;
    height: 28px;
    padding: 8px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #ccc;
    background: #f7f7f7;
    z-index: 1000;
}
.tp-toolbar .icondown{
    position:relative;
    top: 3px;
}
.tp-toolbar .cion_right{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAbxJREFUWEfF18FnHGEYx/Hf8+4cw972j6j+OTN7CCFLdSk9dOy+O5awQun7vKuHUkoPJfTQhB5KCKGUhBBCDgmllFJKWEJ3la73qbnm0Lwz82zyXuc138/7voeZl3DPg2L6zPzYGHM0GAwuY+ZXmRMLOAGwZozpaiOiANPp9EEIYbdcmTYiClCGV4WIBqwKUQmwCkRlgDaiFkATURughWgE0EA0BjRFqACaINQAdRGqgDoIdcBNhLX24f++jisBeO+3RGQbwJ61tnunAGYeA3hORB/n83k2mUzCnQGccyMiegHgU7vdTvv9/t/bfk7UjoCZBwC8iOx3Op201+v9uS1ePlcBMPMzAC8BHCwWi3Lbf8fEVQDM/BTAKwCHIYSsKIrr2HhjgHPuCRG9BvA5SZIsz/NZlXgjgPe+LyJvAHxZLpfZeDy+qhqvDWDmRwDeAjgGkFprf9WJ1wIw8yaAdwBOkiRJ8zz/WTdeGeCc2yCiHQCnIYS0KIofTeKVAN77dRF5D+CMiNLhcPi9aTwa4L3visgHIjpvtVrltn/TiEcDmLk855mIpKPR6KtWvAogM8ZcaN8LowGaK775rn9wK+oh/kGGwAAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}
.tp-toolbar .cion_left{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAc9JREFUWEfF1sFHBFEcwPHf79nIbkREREREHSIiioiI6BDVIaJDRHTIvt+LyBBr9+3aDhGb2IgO7f456Y/Y29Jxdn/5MYd02Jk383ab63ve92PezJtB+OcLh9Gv1WpL/X5/k4ie49b3DojiHwDwTUTrIwX8ioNS6qhYLH6NDJAmLjgvW5A27gWQJZ4ZkDWeCeAjnhrgK54K4DPuDPAddwIMI54YMKx4IsAw44kA1tpPmZj0bI87+/+Oxx7F1lr5sh0i4p3W+t41EDc/FhAEgSoUCi1mPgCAWyIqxS3qMh4LkMUajcZYt9ttA8A+M98YYyoukUFzEwFkgWazOd7pdNqIuAcAmohqPhCJARILgmAin8+3AGAXAK6J6CErwgkgsXK5PKmUEsQOAFwR0WMWhDNAYvV6fSoMQ0FsM/OlMeYpLSIVQGKlUmk6l8sJYgsRL7TWjTSI1ACJWWtnAEDejg0AOCeiF1dEJkC0HbNhGApCfsHPiOjVBZEZED2Yc0opQawx86kx5i0pwgtAYtVqdZ6ZBbGKiCda6/ckCG+AaDsWer1em5lXEPFYay3fkYGXV4CUKpXKIiLKnZgiotmRAyQY/UMsE5G8pqO9A3HBv+M/d1jhIcB/u7gAAAAASUVORK5CYII=) no-repeat;
    background-size: 100% 100%;
}
.tp-toolbar.tp-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
}
.tp-toolbar .tp-mainBox{
    margin: auto;
    width: 1200px;
}
.tp-toolbar .tp-mainBox:after{
    
    content: '';
    display: block;
    clear: both;
}
.tp-toolbar .tp-item {
    float: left;
    position: relative;
    font-size: 14px;
    z-index: 1;
}
.tp-toolbar .btnmin {
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 0 12px;
    border: 1px solid #ef9601;
    background: #ef9601;
    margin-right: 8px;
    border-radius: 4px;
}
.tp-toolbar .btnmin3 {
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #666;
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 8px;
    border-radius: 4px;
}
.tp-toolbar .line {
    content: "";
    float: left;
    margin: 7px 8px;
    width: 1px;
    height: 14px;
    background: #ccc;
    padding: 0 !important;
}
.tp-toolbar .tp-item li {
    float: left;
    line-height: 28px;
    padding: 0 8px;
}
.tp-toolbar .tp-item .num {
    width: 30px;
    height: 26px;
    outline: 0;
    margin: 0;
    padding: 0;
    border: solid 1px #ccc;
    background: white;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    *float: left;
}

.btmSearch {
    text-align: center;
    margin-top: 40px;
}
.btmSearch .search_f {
    width: 467px;
    height: 35px;
    display: inline-block;
}
.btmSearch .search_text{
    width: 250px;
    line-height: 40px;
    height: 36px;
}
.btmSearch .search_btn{
    width: 127px;
    line-height: 38px;
    font-size: 16px;
}
.reArticleGroup .iconif{
    margin: 0 10px 0 0;
}