@charset "utf-8";

/** Header Start **/
.header {
  background: #27303f;
  width: 100%;
  min-width: 1260px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
}
.header .con {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
}
.logo {
  display: block;
  float: left;
  margin: 15px 0 0 0;
}
.header .jg {
  display: block;
  float: right;
  height: 22px;
  width: 1px;
  overflow: hidden;
  margin: 19px 0;
  background: #7a7f87;
}
.header .logBtn {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  width: 42px;
  overflow: hidden;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 15px 0;
  font-size: 13px;
  outline: none;
  float: right;
}
.header .logEd {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px 0 10px;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  margin: 15px 0;
  font-size: 13px;
  float: right;
}
.header .txtIpt {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin: 15px 10px;
  background: none;
  overflow: hidden;
  border: 0;
  outline: none;
  width: 72px;
  text-align: left;
  float: right;
}
.header .searchBtn {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 40px;
  float: right;
  margin: 15px 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  outline: none;
  background: url(../img/searchIcon.jpg) no-repeat center;
}
.nav {
  height: 60px;
  float: left;
  font-size: 0;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap;
  text-align: left;
  float: left;
  padding: 0 0 0 60px;
}
.nav a {
  display: inline-block;
  zoom: 1;
  font-size: 17px;
  color: #fff;
  white-space: nowrap;
  transition: all linear 0.2s;
  height: 60px;
  line-height: 60px;
  width: 98px;
  text-align: center;
}
.nav a:hover,
.nav .cur {
  color: #0099e7;
  font-size: 20px;
}
/** Header End **/

/** Fade Pic Start **/
#maincontent {
  height: 365px;
  overflow: hidden;
  position: relative;
  margin-top: 13px;
}
#maincontent div.pict {
  cursor: default !important;
}
#maincontent div.main {
  position: static;
  text-align: center;
  display: block;
  cursor: pointer !important;
}
#maincontent .element {
  display: none;
  width: 1272px;
  position: absolute !important;
}
#maincontent .element a {
  display: block;
  margin: 0 auto;
  width: 1260px;
  position: relative;
  left: 0;
  top: 0;
}
#maincontent .left {
  left: 50px;
  background: url(../img/glBtn.png) nbao-repeat 0 0;
}
#maincontent .left,
#maincontent .right {
  display: block;
  height: 61px;
  width: 61px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
}
#maincontent .right {
  right: 50px;
  background: url(../img/grBtn.png) no-repeat 0 0;
}
#maincontent .main .guardian {
  display: none;
  height: 0;
}
#maincontent .navi {
  z-index: 9999999;
}
#maincontent .main {
  display: none;
}
div#maincontent div.element {
  position: absolute !important;
}
#maincontent .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 1260px;
  height: 365px;
}
#maincontent .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000000;
  filter: alpha(opacity=60);
  opacity: 0.3;
  -moz-opacity: 0.3;
}
#maincontent .con {
  width: 1080px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -540px;
  z-index: 3;
  text-align: left;
}
#maincontent .pics {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 30px 0;
  position: relative;
  left: 0;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity = 0);
  transition: all ease-in-out 0.2s 0.3s;
}
#maincontent .pics .im {
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  float: left;
}
#maincontent .pics .txt {
  display: block;
  line-height: 45px;
  font-size: 17px;
  float: left;
  padding: 0 0 0 12px;
  color: #fff;
}
#maincontent .tit {
  display: block;
  font-size: 26px;
  font-weight: 500;
  overflow: hidden;
  line-height: 150%;
  color: #fff;
  text-align: left;
  position: relative;
  left: 0;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity = 0);
  transition: all ease-in-out 0.3s 0.4s;
}
#maincontent .des {
  font-size: 14px;
  line-height: 36px;
  overflow: hidden;
  text-align: left;
  margin: 0 530px 0 0;
  color: #fff;
  padding: 30px 0 56px 0;
  position: relative;
  left: 0;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity = 0);
  transition: all ease-in-out 0.4s 0.5s;
}
#maincontent .main .pics,
#maincontent .main .tit,
#maincontent .main .des {
  top: 0;
  opacity: 1;
  filter: alpha(opacity = 100);
}
/** Fade Pic End **/

/** Content Start **/
.content {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

/*公共左侧资讯列表*/
.cmLstMd {
  width: 100%;
  height: 139px;
  position: relative;
  left: 0;
  top: 0;
}
.cmLstMd .cLMImg {
  display: block;
  width: 213px;
  height: 139px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.cmLstMd .cLMImg img {
  display: block;
  width: 213px;
  height: 139px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.cmLstMd .cLMImg:hover img {
  -o-transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
  -moztransform: scale(1.1) translateZ(0);
}
.cmLstMd .cLMRit {
  margin: 0 0 0 235px;
  overflow: hidden;
}
.cmLstMd .cRT1 {
  height: 30px;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}
.cmLstMd .cRT1 .tag {
  display: block;
  width: 82px;
  border-radius: 100px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
.cmLstMd .cRT1 .blue {
  background: #109ce6;
}
.cmLstMd .cRT1 .green {
  background: #24d524;
}
.cmLstMd .cRT1 .red {
  background: #f133f1;
}
.cmLstMd .cRT1 .yellow {
  background: #d58512;
}
.cmLstMd .cTT1 {
  display: block;
  margin: 0 0 0 90px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmLstMd .cTT1 a {
  transition: all linear 0.2s;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #4c4c4c;
}
.cmLstMd .cTT2 {
  font-size: 15px;
  color: #808080;
  line-height: 26px;
  height: 53px;
  overflow: hidden;
  text-align: left;
  padding: 12px 0 0 0;
}
.cmLstMd .cTT3 {
  height: 30px;
  padding: 12px 30px 0 0;
  overflow: hidden;
  zoom: 1;
}
.cmLstMd .cTT3 .c3tl {
  float: left;
  width: 165px;
  height: 30px;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 0;
}
.cmLstMd .cTT3 .c3tl a {
  display: inline-block;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 0 0 40px;
  line-height: 30px;
  color: #808080;
  font-size: 13px;
  text-align: left;
}
.cmLstMd .cTT3 .c3tl a img {
  display: block;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.cmLstMd .cTT3 .c3tm {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 5px;
  font-size: 13px;
  color: #808080;
  width: 120px;
  text-align: left;
  float: left;
}
.cmLstMd .cTT3 .bts {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #808080;
  float: right;
  cursor: pointer;
  padding: 0 0 0 24px;
  margin: 0 0 0 2px;
  width: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmLstMd .cTT3 .mes {
  background: url(../img/icon1.png) no-repeat 0 center;
}
.cmLstMd .cTT3 .sts {
  background: url(../img/icon2.png) no-repeat 0 center;
}
.cmLstMd .cTT3 .zns {
  background: url(../img/icon3.png) no-repeat 0 center;
}

/*公共加载更多按钮*/
.cmLoadMore {
  text-align: center;
  font-size: 0;
  padding: 30px 0 44px 0;
}
.cmLoadMore a {
  display: inline-block;
  zoom: 1;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  background: #109ce6;
  transition: all linear 0.2s;
  cursor: pointer;
}
.cmLoadMore a:hover {
  background: #037ab9;
}

/*公共热门文章列表*/
.cmHotAtcMd {
  overflow: hidden;
  width: 100%;
}
.cmHotAtcMd li {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
}
.cmHotAtcMd .cHQMlimg {
  display: block;
  width: 154px;
  height: 103px;
  float: left;
  overflow: hidden;
}
.cmHotAtcMd .cHQMlimg img {
  display: block;
  width: 154px;
  height: 103px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.cmHotAtcMd .cHQMlimg:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.cmHotAtcMd .cHQMrt {
  width: 190px;
  float: right;
  overflow: hidden;
}
.cmHotAtcMd .cHQMrt .cTt1 {
  display: block;
  text-align: left;
  height: 49px;
  overflow: hidden;
}
.cmHotAtcMd .cHQMrt .cTt1 a {
  transition: all linear 0.2s;
  font-size: 16px;
  line-height: 24px;
  color: #4c4c4c;
}
.cmHotAtcMd .cHQMrt .cTt2 {
  display: block;
  text-align: left;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 15px;
  padding: 30px 0 0 0;
}

/*公共面包屑导航*/
.breadCast {
  height: 28px;
  line-height: 28px;
  text-align: left;
  font-size: 18px;
  color: #808080;
}
.breadCast span {
  line-height: 28px;
  text-align: left;
  font-size: 16px;
  color: #808080;
  padding: 0 8px;
}
.breadCast a {
  line-height: 28px;
  text-align: left;
  font-size: 18px;
  color: #808080;
}

/** 首页 **/
.indexMain {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
  margin: 13px auto 0 auto;
}
.indexMain .left {
  width: 830px;
  overflow: hidden;
  zoom: 1;
  float: left;
  background: #fff;
}
.indexMain .lTabT {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
}
.indexMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 35px;
  white-space: nowrap;
  font-size: 17px;
  color: #4c4c4c;
  background: none;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.indexMain .lTabT a:hover,
.indexMain .lTabT .on {
  background: #27303f;
  color: #fff;
}
.indexMain .lList {
  display: none;
  padding: 0 28px;
  overflow: hidden;
}
.indexMain .show {
  display: block;
}
.indexMain .lList .row {
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
}

.indexMain .sixImg {
  width: 820px;
  overflow: hidden;
  zoom: 1;
}
.indexMain .sixImg a {
  display: block;
  width: 239px;
  height: 160px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 28px 28px 0 0;
}
.indexMain .sixImg a img {
  display: block;
  width: 239px;
  height: 160px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.indexMain .sixImg a .tt {
  background: url(../img/blkOptBg.png) repeat;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.indexMain .sixImg a span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  margin: 0 16px;
}
.indexMain .sixImg a:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.indexMain .right {
  width: 415px;
  overflow: hidden;
  zoom: 1;
  float: right;
}
.indexMain .cmADMd,
.indexMain .cmADMd img {
  display: block;
  width: 100%;
}
.indexMain .rtCmMd {
  background: #fff;
  width: 100%;
}
.indexMain .rtCmMd .inCons {
  padding: 20px 0;
  margin: 0 20px;
}
.indexMain .rtCmTit {
  overflow: hidden;
  zoom: 1;
}
.indexMain .rtCmTit span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 0 0 16px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  font-size: 16px;
  float: left;
}
.indexMain .rtCmTit a {
  line-height: 22px;
  font-size: 14px;
  color: #808080;
  float: right;
  white-space: nowrap;
}
.indexMain .rtCmLRMd {
  overflow: hidden;
  zoom: 1;
  padding: 22px 0;
}
.indexMain .rtCmLRMd .limgs {
  display: block;
  width: 201px;
  height: 103px;
  float: left;
  overflow: hidden;
}
.indexMain .rtCmLRMd .limgs img {
  display: block;
  width: 201px;
  height: 103px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.indexMain .rtCmLRMd .limgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.indexMain .rtCmLRMd .rTxs {
  width: 155px;
  float: right;
  overflow: hidden;
}
.indexMain .rtCmLRMd .rTxs .rTt1 {
  display: block;
  text-align: left;
  height: 45px;
  overflow: hidden;
}
.indexMain .rtCmLRMd .rTxs .rTt1 a {
  transition: all linear 0.2s;
  font-size: 16px;
  line-height: 22px;
  color: #4c4c4c;
}
.indexMain .rtCmLRMd .rTxs .rTt2 {
  display: block;
  text-align: left;
  height: 37px;
  padding: 2px 0 0 0;
  overflow: hidden;
}
.indexMain .rtCmLRMd .rTxs .rTt2 a {
  transition: all linear 0.2s;
  font-size: 12px;
  line-height: 18px;
  color: #dc4848;
}
.indexMain .rtCmLRMd .rTxs .rTt3 {
  display: block;
  text-align: left;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 12px;
}
.indexMain .rtCmMd .cirPct {
  overflow: hidden;
  zoom: 1;
  padding: 5px 0 30px 0;
}
.indexMain .rtCmMd .cirCol {
  width: 20%;
  overflow: hidden;
  float: left;
}
.indexMain .rtCmMd .cirCol .ts {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #4c4c4c;
  overflow: hidden;
  padding: 15px 0 0 0;
}
.indexMain .rtCmMd .processingbar {
  width: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.indexMain .rtCmMd .processingbar i {
  display: block;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  color: #57b2db;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  z-index: 2;
}
.indexMain .rtCmMd .cls1 i {
  color: #4cd84c;
}
.indexMain .rtCmMd .cls2 i {
  color: #5beaea;
}
.indexMain .rtCmMd .cls3 i {
  color: #57b2db;
}
.indexMain .rtCmMd .cls4 i {
  color: #d95863;
}
.indexMain .rtCmMd .cls5 i {
  color: #e2ab4e;
}

.indexMain .kxList {
  width: 100%;
  overflow: hidden;
}
.indexMain .kxList li {
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 16px 0;
  margin-bottom: -1.4px;
}
.indexMain .kxList .kLT1 {
  display: block;
  text-align: left; /*padding:2px 0;*/
  overflow: hidden;
}
.indexMain .kxList .kLT1 a {
  transition: all linear 0.2s;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}
.indexMain .kxList .kLT2 {
  display: block;
  text-align: left;
  height: 28px;
  line-height: 28px;
  color: #808080;
  overflow: hidden;
  font-size: 13px;
  padding: 8px 0 0 0;
}

.indexMain .xcspMd {
  width: 420px;
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 20px 0;
}
.indexMain .xcspMd a {
  display: block;
  width: 180px;
  height: 126px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 10px 15px 0 0;
}
.indexMain .xcspMd a img {
  display: block;
  width: 180px;
  height: 126px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.indexMain .xcspMd a:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.indexMain .right .mgt {
  margin-top: 16px;
}

/** 资讯 **/
.zixunMain {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
  margin: 13px auto 0 auto;
}

.zixunMain .tpBigImgs {
  display: block;
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
.zixunMain .tpBigImgs img {
  display: block;
  width: 100%;
  height: 365px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zixunMain .tpBigImgs .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.zixunMain .tpBigImgs span {
  display: block;
  font-size: 25px;
  color: #fff;
  line-height: 76px;
  text-align: left;
  margin: 0 30px;
}
.zixunMain .tpBigImgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.zixunMain .lTabT {
  overflow: hidden;
  zoom: 1;
  background: none;
  padding-top: 16px;
}
.zixunMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 35px;
  white-space: nowrap;
  font-size: 17px;
  color: #4c4c4c;
  background: #f8f8f8;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.zixunMain .lTabT a:hover,
.zixunMain .lTabT .on {
  background: #27303f;
  color: #fff;
}
.zixunMain .grwzT {
  border-bottom: 1px solid #dadada;
  height: 60px;
  line-height: 60px;
  text-align: left;
  display: block;
  font-size: 20px;
  color: #4c4c4c;
  padding: 15px 0 0 0;
}

.zixunMain .ztzyT {
  padding: 0 0 16px 0;
  overflow: hidden;
}
.zixunMain .lTpImg {
  display: block;
  width: 1260px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.zixunMain .lTpImg img {
  display: block;
  width: 1260px;
  height: 360px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zixunMain .lTpImg .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.zixunMain .lTpImg span {
  display: block;
  font-size: 25px;
  color: #fff;
  line-height: 65px;
  text-align: left;
  margin: 0 30px;
}
.zixunMain .lTpImg:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.zixunMain .left {
  width: 830px;
  overflow: hidden;
  zoom: 1;
  float: left;
  background: #fff;
}
.zixunMain .left .cmMLIns {
  padding: 0 28px;
}
.zixunMain .left .lnpdt {
  padding-top: 0;
}
.zixunMain .cmMLIns .row {
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: -1px;
}
.zixunMain .left .npdt {
  padding: 40px 0 55px 0;
}
.zixunMain .cmMLIns .lList {
  overflow: hidden;
}

.zixunMain .right {
  width: 415px;
  overflow: hidden;
  zoom: 1;
  float: right;
}
.zixunMain .cmADMd,
.zixunMain .cmADMd img {
  display: block;
  width: 100%;
}
.zixunMain .rtCmMd {
  background: #fff;
  width: 100%;
  margin: 16px 0 0 0;
}
.zixunMain .rtCmMd .inCons {
  padding: 20px 0;
  margin: 0 25px;
}
.zixunMain .rtCmTit {
  overflow: hidden;
  zoom: 1;
}
.zixunMain .rtCmTit span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 0 0 16px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  font-size: 16px;
  float: left;
}
.zixunMain .rtCmTit a {
  line-height: 22px;
  font-size: 14px;
  color: #808080;
  float: right;
  white-space: nowrap;
}

.zixunMain .hotTag {
  overflow: hidden;
  text-align: left;
  font-size: 0;
  padding: 2px 0 25px 0;
}
.zixunMain .hotTag a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #109ce6;
  transition: all;
  lienar: 2s;
  white-space: nowrap;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  padding: 0 11px;
  margin: 26px 22px 0 0;
  border-radius: 20px;
  color: #fff;
  transition: all linear 0.2s;
}
.zixunMain .hotTag a:hover {
  background: #0882c3;
}
.zixunMain .right .mgt {
  margin-top: 16px;
}

.zixunMain .tyzl {
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}
.zixunMain .tyzl li {
  overflow: hidden;
  zoom: 1;
  padding: 26.625px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
}
.zixunMain .tyzl .tyimg {
  display: block;
  width: 83px;
  height: 83px;
  float: left;
  overflow: hidden;
  border-radius: 100px;
}
.zixunMain .tyzl .tyimg img {
  display: block;
  width: 83px;
  height: 83px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  border-radius: 100px;
}
.zixunMain .tyzl .tyrt {
  width: 235px;
  float: right;
  overflow: hidden;
}
.zixunMain .tyzl .tyrt .cTt1 {
  display: block;
  text-align: left;
  overflow: hidden;
}
.zixunMain .tyzl .tyrt .cTt1 a {
  transition: all linear 0.2s;
  font-size: 16px;
  line-height: 24px;
  color: #4c4c4c;
}
.zixunMain .tyzl .tyrt .cTt2 {
  display: block;
  max-height: 54px;
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  color: #808080;
  font-size: 13px;
  padding: 5px 0 0 0;
}

.zixunMain .authorMd {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 40px 0 0 0;
}
.zixunMain .authorMd .inc {
  width: 340px;
  overflow: hidden;
  margin: 0 auto;
}
.zixunMain .authorMd .rtp {
  overflow: hidden;
  zoom: 1;
}
.zixunMain .wzMlimg {
  display: block;
  width: 145px;
  height: 145px;
  float: left;
  overflow: hidden;
}
.zixunMain .wzMlimg img {
  display: block;
  width: 145px;
  height: 145px;
}
.zixunMain .wzMrt {
  width: 165px;
  height: 145px;
  display: flex;
  float: right;
  overflow: hidden;
}
.zixunMain .wzMrt .cTt1 {
  display: block;
  text-align: center;
  margin: auto 0;
  padding: 0;
  font-size: 18.7px;
  color: #4c4c4c;
  overflow: hidden;
}
.zixunMain .wzMrt .cTt2 {
  display: block;
  text-align: center; /*height:57px;*/
  line-height: 20px;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 16px;
  padding: 20px 0 0 0;
}
.zixunMain .authorMd .wzgs {
  text-align: center;
  padding: 30px 0 40px 0;
  font-size: 0;
}
.zixunMain .authorMd .wzgs span {
  line-height: 34px;
  font-size: 16px;
  color: #dfdfdf;
  padding: 0 20px;
}
.zixunMain .authorMd .wzgs a {
  line-height: 34px;
  color: #4c4c4c;
  font-size: 18.7px;
}
.zixunMain .authorMd .btRs {
  overflow: hidden;
  padding: 0 0 45px 15px;
  zoom: 1;
}
.zixunMain .authorMd .btRs .btns {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 112px;
  font-size: 16px;
  color: #fff;
  background: #109ce6;
  float: left;
}
.zixunMain .authorMd .btRs .bts {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #808080;
  float: right;
  cursor: pointer;
  padding: 0 0 0 12px;
  margin: 5px 0 0 10px;
  width: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zixunMain .authorMd .btRs .mes {
  background: url(../img/icon1.png) no-repeat 0 center;
}
.zixunMain .authorMd .btRs .sts {
  background: url(../img/icon2.png) no-repeat 0 center;
}
.zixunMain .authorMd .btRs .zns {
  background: url(../img/icon3.png) no-repeat 0 center;
}

.zixunMain .xcspMd {
  width: 420px;
  overflow: hidden;
  zoom: 1;
  padding: 14px 0;
}
.zixunMain .xcspMd a {
  display: block;
  width: 180px;
  height: 126px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 10px 15px 0 0;
}
.zixunMain .xcspMd a img {
  display: block;
  width: 180px;
  height: 126px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zixunMain .xcspMd a:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

/** 文章 **/
.wenzhangMain {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
  margin: 13px auto 0 auto;
}
.wenzhangMain .left {
  width: 830px;
  overflow: hidden;
  zoom: 1;
  float: left;
  background: #fff;
}
.wenzhangMain .left .inCons {
  /*padding:20px 0*/
}
.wenzhangMain .breadCast {
  padding: 0 15px;
}
.wenzhangMain .lftFlImg {
  width: 100%;
  overflow: hidden;
  position: relative; /*margin-top:20px*/
}
.wenzhangMain .lftFlImg img {
  display: block;
  width: 100%;
  height: 470px;
}
.wenzhangMain .lftFlImg .mask {
  display: block;
  width: 100%;
  height: 470px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000000;
  filter: alpha(opacity=60);
  opacity: 0.3;
  -moz-opacity: 0.3;
}
.wenzhangMain .lftFlImg .inc {
  width: 716px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -358px;
  overflow: hidden;
  z-index: 3;
}
.wenzhangMain .lftFlImg .tt1 {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 32px;
  background: url(../img/ggIcons.png) no-repeat 0 center;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.wenzhangMain .lftFlImg .tt1 a {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.wenzhangMain .lftFlImg .bdes {
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  padding: 20px 0 22px 0;
  text-align: left;
}
.wenzhangMain .atcCon {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 38px 0 0 0;
  min-height: 150px;
}
.wenzhangMain .atcCon .shares {
  width: 40px;
  position: fixed;
  left: 5px;
  top: 20%;
  z-index: 5;
}
.wenzhangMain .atcCon .shares .fx {
  display: block;
  font-size: 15px;
  color: #000000;
  line-height: 22px;
  padding: 0 0 5px 0;
  text-align: center;
}
/*.wenzhangMain .atcCon .bdsharebuttonbox{ width:20px; margin:0 auto}*/
.wenzhangMain .atcCon .shares a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 5px 0;
}
.wenzhangMain .atcCon .shares a.bds_tsina {
  background: url(../img/ic_weibo.png) no-repeat;
}
.wenzhangMain .atcCon .shares a.bds_weixin {
  background: url(../img/ic_weixin.png) no-repeat;
}
.wenzhangMain .atcCon .shares a.bds_qzone {
  background: url(../img/ic_qqzone.png) no-repeat;
}
.wenzhangMain .atcCon .article {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.wenzhangMain .secTit {
  padding: 22px 0 0 22px;
  text-align: left;
  background: url(../img/khlIcon.jpg) no-repeat 0 0;
}
.wenzhangMain .secTit .pdEle {
  padding: 0 22px 22px 0;
  font-weight: normal;
  font-size: 16px;
  color: #00a0e9;
  line-height: 190%;
  background: url(../img/khrIcon.jpg) no-repeat right bottom;
}
.wenzhangMain .atcCon .rcCon {
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 25px 0 35px 0;
  overflow: hidden;
  line-height: 190%;
}
.wenzhangMain .atcCon .rcCon img {
  max-width: 100%;
}

.wenzhangMain .lToolCon {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.wenzhangMain .lTCr1 {
  overflow: hidden;
  zoom: 1;
}
.wenzhangMain .lTCr1 .scBtn {
  cursor: pointer;
  display: block;
  border: 1px solid #d9d9d9;
  padding: 0 36px 0 0;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  font-size: 15px;
  color: #4c4c4c;
  background: url(../img/addfvIcon.png) no-repeat 55px center;
}
.wenzhangMain .lTCr1 .scBtnEd {
  background-image: url(../img/addfvIcons.png);
}
.wenzhangMain .lTCr1 .zanCl {
  width: 100px;
  float: left;
  text-align: left;
  font-size: 0;
}
.wenzhangMain .lTCr1 .zanBtn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 0 0 36px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 35px;
  background: url(../img/zanIcon.png) no-repeat 0 center;
  font-size: 16px;
  color: #808080;
}
.wenzhangMain .lTCr1 .zanBtnEd {
  background-image: url(../img/zanIcons.png);
}
.wenzhangMain .lTCr1 .ssBtn {
  cursor: pointer;
  display: block;
  border: 1px solid #d9d9d9;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 88px;
  text-align: center;
  font-size: 15px;
  color: #4c4c4c;
  text-align: center;
}
.wenzhangMain .lTCr2 {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0;
}
.wenzhangMain .lTCr2 .lts {
  display: block;
  height: 36px;
  line-height: 36px;
  float: left;
  overflow: hidden;
  width: 90px;
  text-align: left;
  font-size: 16px;
  color: #4c4c4c;
  margin: 0 0 0 0;
}
.wenzhangMain .lTCr2 .tgC {
  overflow: hidden;
  zoom: 1;
  float: left; /*width:450px*/
}
.wenzhangMain .lTCr2 .tgC a {
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 15px; /*width:100px;*/
  overflow: hidden;
  background: #dfdfdf;
  color: #808080;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  transition: all linear 0.2s;
  cursor: pointer;
  margin: 5px 20px 0 0;
  white-space: nowrap;
}
.wenzhangMain .lTCr2 .tgC a:hover {
  background: #b5b4b4;
  color: #333;
}
.wenzhangMain .lTCr2 .pubBtn {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.wenzhangMain .lTCr3 {
  display: inline-block;
  text-align: left;
  padding: 10px 0 15px 0;
  line-height: 20px;
  color: #4c4c4c;
  font-size: 16px;
}
.wenzhangMain .lTCc {
  width: 760px;
  height: 150px;
  overflow: auto;
  background: #dfdfdf;
  border: 0;
  padding: 15px;
  text-align: left;
  color: #333;
  line-height: 160%;
  font-size: 15px;
}
.wenzhangMain .lTCr4 {
  overflow: hidden;
  padding: 20px 0 0 0;
  zoom: 1;
}
.wenzhangMain .lTCr4 .pubBtn {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.wenzhangMain .lTCr5 {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 20px 20px 20px;
  zoom: 1;
  border-bottom: 1px solid #fafafa;
}
.wenzhangMain .lTCr5 a {
  display: block;
  height: 25px;
  line-height: 25px;
  float: left;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  color: #808080;
  margin-right: 15px;
}
.wenzhangMain .lTCr5 .last {
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}
.wenzhangMain .lTCr5 .on {
  color: #4c4c4c;
}
.wenzhangMain .comm .fs16 {
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
  line-height: 20px;
  color: #4c4c4c;
  font-size: 16px;
}
.wenzhangMain .comm .fs14 {
  font-size: 14px;
}
.wenzhangMain .comm .mt10 {
  margin-top: 10px;
}
.wenzhangMain .comm .mt20 {
  margin-top: 20px;
}
.wenzhangMain .comm .ml20 {
  margin-left: 20px;
}
.wenzhangMain .comm .list-unstyled {
  padding-top: 5px;
}
.wenzhangMain .comm .commL {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  overflow: hidden;
}
.wenzhangMain .comm .left {
  float: left;
  width: 10%;
  text-align: left;
}
.wenzhangMain .comm .left .comment-avatar {
  padding: 2px;
  border: 1px solid #ccc;
  width: 42px;
  height: 42px;
}
.wenzhangMain .comm .right {
  width: 90%;
}
.wenzhangMain .comm .right .mzrq {
  display: block;
  width: 100%;
  height: 15px;
}
.wenzhangMain .comm .right .mz {
  float: left;
  font-size: 12px;
}
.wenzhangMain .comm .right .rq {
  float: right;
  font-size: 12px;
}
.wenzhangMain .comm .right .pl {
  display: block;
  width: 100%;
  float: right;
  text-align: left;
  font-size: 12px;
}
.wenzhangMain .comm .right .dzhf {
  display: block;
  width: 100%;
  float: right;
  text-decoration: none;
}
.wenzhangMain .comm .right .comment-like {
  text-align: right;
  font-size: 12px;
}
.wenzhangMain .comm .right .comment-score {
  color: #ba2636;
}
.wenzhangMain .comm .fbpl {
  display: block;
  text-align: left;
  line-height: 20px;
  color: #4c4c4c;
  font-size: 16px;
}
.wenzhangMain .comm .comment-form {
  display: block;
  width: 100%;
  float: right;
}
.wenzhangMain .comm .comment-form-body {
  display: block; /*padding:8px;*/
  border: 1px solid #a1a1a1;
}
.wenzhangMain .comm .comment-form-footer {
  overflow: hidden;
  float: right;
}
.wenzhangMain .comm .comment-textarea {
  width: 100%;
  height: 80px;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  background: #dfdfdf;
}
.wenzhangMain .comm .comment-captcha {
  width: 94px;
  padding: 4px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
}
.wenzhangMain .comm .comment-captcha-img {
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0;
  vertical-align: top;
  display: none;
}
.wenzhangMain .comm .comment-button {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  margin: 10px 0 20px 0;
  float: right;
  cursor: pointer;
  background: #109ce6;
  font-size: 16px;
  color: #fff;
}

.wenzhangMain .cmtCon {
  padding: 0 0;
}
.wenzhangMain .cmsHdmCon {
  width: 640px;
  margin: 0 auto;
  display: none;
}
.wenzhangMain .left .show {
  display: block;
}
.wenzhangMain .cmtRow {
  overflow: hidden;
  zoom: 1;
}
.wenzhangMain .cmtRow .cR1 {
  height: 34px;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.wenzhangMain .cmtRow .cR1 .cl {
  float: left;
  width: 120px;
  height: 34px;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 0;
}
.wenzhangMain .cmtRow .cR1 .cl a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 0 0 40px;
  line-height: 34px;
  color: #808080;
  font-size: 15px;
  text-align: left;
}
.wenzhangMain .cmtRow .cR1 .cl a img {
  display: block;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}
.wenzhangMain .cmtRow .cR1 .cm {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  color: #808080;
  text-align: left;
  float: right;
}
.wenzhangMain .cmtRow .cR2 {
  font-size: 14px;
  color: #4c4c4c;
  padding: 10px 40px;
  text-align: left;
  line-height: 160%;
}

.wenzhangMain .wydpRs {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding: 5px 25px 40px 25px;
}
.wenzhangMain .wydpRs .wydps {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #808080;
  padding: 0 0 0 40px;
  background: url(../img/wydpIcon.jpg) no-repeat 0 center;
  float: left;
  cursor: pointer;
}
.wenzhangMain .wydpRs .caiBtns {
  display: block;
  padding: 0 0 2px 35px;
  white-space: nowrap;
  font-size: 16px;
  color: #808080;
  margin: 0 0 0 25px;
  background: url(../img/caiIcon.png) no-repeat 0 3px;
  float: right;
  line-height: 30px;
  cursor: pointer;
}
.wenzhangMain .wydpRs .zanBtns {
  display: block;
  padding: 2px 0 0 35px;
  white-space: nowrap;
  font-size: 16px;
  color: #808080;
  margin: 0 0 0 0;
  background: url(../img/zanIcon.png) no-repeat 0 0;
  float: right;
  line-height: 30px;
  cursor: pointer;
}

.wenzhangMain .right {
  width: 415px;
  overflow: hidden;
  zoom: 1;
  float: right;
}
.wenzhangMain .cmADMd,
.wenzhangMain .cmADMd img {
  display: block;
  width: 100%;
}
.wenzhangMain .rtCmMd {
  background: #fff;
  width: 100%;
}
.wenzhangMain .rtCmMd .inCons {
  padding: 20px 0;
  margin: 0 25px;
}
.wenzhangMain .rtCmTit {
  overflow: hidden;
  zoom: 1;
}
.wenzhangMain .rtCmTit span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 0 0 16px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  font-size: 16px;
  float: left;
}
.wenzhangMain .rtCmTit a {
  line-height: 22px;
  font-size: 14px;
  color: #808080;
  float: right;
  white-space: nowrap;
}

.wenzhangMain .authorMd {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 40px 0 0 0;
}
.wenzhangMain .authorMd .inc {
  width: 340px;
  overflow: hidden;
  margin: 0 auto;
}
.wenzhangMain .authorMd .rtp {
  overflow: hidden;
  zoom: 1;
}
.wenzhangMain .wzMlimg {
  display: block;
  width: 145px;
  height: 145px;
  float: left;
  overflow: hidden;
}
.wenzhangMain .wzMlimg img {
  display: block;
  width: 145px;
  height: 145px;
}
.wenzhangMain .wzMrt {
  width: 165px;
  height: 145px;
  display: flex;
  text-align: center;
  float: right;
  overflow: hidden;
}
.wenzhangMain .wzMrt .cTt1 {
  display: block;
  text-align: center;
  margin: auto 0;
  padding: 0;
  font-size: 18.7px;
  color: #4c4c4c;
  overflow: hidden;
}
.wenzhangMain .wzMrt .cTt2 {
  display: block;
  text-align: center; /*height:57px;*/
  line-height: 20px;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 16px;
  padding: 20px 0 0 0;
}
.wenzhangMain .authorMd .wzgs {
  text-align: center;
  padding: 30px 0 40px 0;
  font-size: 0;
}
.wenzhangMain .authorMd .wzgs span {
  line-height: 34px;
  font-size: 16px;
  color: #dfdfdf;
  padding: 0 20px;
}
.wenzhangMain .authorMd .wzgs a {
  line-height: 34px;
  color: #4c4c4c;
  font-size: 18.7px;
}
.wenzhangMain .authorMd .btRs {
  overflow: hidden;
  padding: 0 0 45px 15px;
  zoom: 1;
}
.wenzhangMain .authorMd .btRs .btns {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 112px;
  font-size: 16px;
  color: #fff;
  background: #109ce6;
  float: left;
}
.wenzhangMain .authorMd .btRs .bts {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #808080;
  float: right;
  cursor: pointer;
  padding: 0 0 0 12px;
  margin: 5px 0 0 10px;
  width: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wenzhangMain .authorMd .btRs .mes {
  background: url(../img/icon1.png) no-repeat 0 center;
}
.wenzhangMain .authorMd .btRs .sts {
  background: url(../img/icon2.png) no-repeat 0 center;
}
.wenzhangMain .authorMd .btRs .zns {
  background: url(../img/icon3.png) no-repeat 0 center;
}
.wenzhangMain .right .mgt {
  margin: 16px 0 0 0;
}

.wenzhangMain .hotTag {
  overflow: hidden;
  text-align: left;
  font-size: 0;
  padding: 2px 0 25px 0;
}
.wenzhangMain .hotTag a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #109ce6;
  transition: all;
  lienar: 2s;
  white-space: nowrap;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  padding: 0 11px;
  margin: 26px 22px 0 0;
  border-radius: 20px;
  color: #fff;
  transition: all linear 0.2s;
}
.wenzhangMain .hotTag a:hover {
  background: #0882c3;
}

/** 页尾 **/
.yeweiMain {
  width: 1260px;
  overflow: hidden;
  background: #fff;
  margin: 20px auto 0 auto;
  padding: 40px 0;
}
.yeweiMain .incons {
  width: 1180px;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}
.yeweiMain .lMn {
  width: 190px;
  overflow: hidden;
  float: left;
  background: #f7f7f7 url(../img/lwts.jpg) repeat-y 0 center;
}
.yeweiMain .lMn a {
  display: block;
  cursor: pointer;
  height: 65px;
  line-height: 65px;
  transition: all linear 0.2s;
  font-size: 18.7px;
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 20px;
}
.yeweiMain .lMn a:hover,
.yeweiMain .lMn .on {
  background: #27303f;
  color: #fff;
}
.yeweiMain .rCcon {
  width: 700px;
  margin: 0;
  padding: 20px 30px;
  overflow: hidden;
  background: #fff;
}
.yeweiMain .rCcon .atcC {
  display: none;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 200%;
  text-align: left;
}
.yeweiMain .rCcon .show {
  display: block;
}

/** 新车 **/
.xincheMain {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
  margin: 13px auto 0 auto;
}
.xincheMain .left {
  width: 830px;
  overflow: hidden;
  zoom: 1;
  float: left;
  background: #fff;
}
.xincheMain .lTabT {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  border-top: 16px solid #dfdfdf;
}
.xincheMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 35px;
  white-space: nowrap;
  font-size: 17px;
  color: #4c4c4c;
  background: none;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.xincheMain .lTabT a:hover,
.xincheMain .lTabT .on {
  background: #27303f;
  color: #fff;
}
.xincheMain .lList {
  display: none;
  padding: 0 28px;
  overflow: hidden;
}
.xincheMain .show {
  display: block;
}
.xincheMain .lList .row {
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
}

.xincheMain .lTpImg {
  display: block;
  width: 830px;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.xincheMain .lTpImg img {
  display: block;
  width: 830px;
  height: 370px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.xincheMain .lTpImg .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.xincheMain .lTpImg span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-align: left;
  margin: 0 30px;
}
.xincheMain .lTpImg:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.xincheMain .right {
  width: 415px;
  overflow: hidden;
  zoom: 1;
  float: right;
}
.xincheMain .right .ads1 {
  display: block;
  width: 415px;
  overflow: hidden;
  position: relative;
}
.xincheMain .right .ads1 img {
  display: block;
  width: 415px;
  height: 175px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.xincheMain .right .ads1 .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.xincheMain .right .ads1 span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  margin: 0 20px;
}
.xincheMain .right .ads1:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.xincheMain .right .ads2 {
  display: block;
  width: 415px;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.xincheMain .right .ads2 img {
  display: block;
  width: 415px;
  height: 180px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.xincheMain .right .ads2 .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.xincheMain .right .ads2 span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  margin: 0 20px;
}
.xincheMain .right .ads2:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.xincheMain .cmADMd,
.xincheMain .cmADMd img {
  display: block;
  width: 100%;
}
.xincheMain .rtCmMd {
  background: #fff;
  width: 100%;
  margin: 16px 0 0 0;
}
.xincheMain .rtCmMd .inCons {
  padding: 20px 0;
  margin: 0 20px;
}
.xincheMain .rtCmTit {
  overflow: hidden;
  zoom: 1;
}
.xincheMain .rtCmTit span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 0 0 16px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  font-size: 16px;
  float: left;
}
.xincheMain .rtCmTit a {
  line-height: 22px;
  font-size: 14px;
  color: #808080;
  float: right;
  white-space: nowrap;
}

.xincheMain .cmzjddMd {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.xincheMain .cmzjddMd li {
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 10px 0;
  height: 18px;
}
.xincheMain .cmzjddMd .num {
  display: block;
  width: 42px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  background: url(../img/numIcon.jpg) no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.xincheMain .cmzjddMd .cll {
  display: block;
  line-height: 18px;
  font-size: 14px;
  color: #4c4c4c;
  margin: 0 175px 0 70px;
  text-align: left;
}
.xincheMain .cmzjddMd .cl2 {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 18px;
  font-size: 14px;
  color: #dc4848;
  width: 170px;
  text-align: right;
}
.xincheMain .right .hvMds {
  display: none;
  overflow: hidden;
  zoom: 1;
  margin: 0 0 0 38px;
}
.xincheMain .right .hvMds .lms {
  display: block;
  width: 171px;
  height: 90px;
  float: left;
  overflow: hidden;
}
.xincheMain .right .hvMds .lms img {
  display: block;
  width: 171px;
  height: 90px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.xincheMain .right .hvMds .lms:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.xincheMain .right .hvMds .rTxs {
  display: block;
  width: 155px;
  float: right;
  overflow: hidden;
}
.xincheMain .right .hvMds .rTxs .rTt1 {
  display: block;
  text-align: left;
  height: 26px;
  font-size: 14px;
  color: #4c4c4c;
  overflow: hidden;
}
.xincheMain .right .hvMds .rTxs .rTt2 {
  display: block;
  text-align: left;
  height: 26px;
  font-size: 14px;
  color: #4c4c4c;
  padding: 9px 0 0 0;
  overflow: hidden;
}
.xincheMain .right .hvMds .rTxs .rTt3 {
  display: block;
  text-align: left;
  height: 20px;
  font-size: 14px;
  color: #4c4c4c;
  padding: 9px 0 0 0;
  overflow: hidden;
}
.xincheMain .right .shs {
  height: auto;
}
.xincheMain .right .shs .cll,
.xincheMain .right .shs .cl2 {
  display: none;
}
.xincheMain .right .shs .hvMds {
  display: block;
}
.xincheMain .right .shs .num {
  left: 0;
  padding: 0 0 0 10px;
  width: 28px;
  background: url(../img/numIcons.jpg) no-repeat 0 center;
  text-align: left;
}
.xincheMain .xcspMd {
  width: 420px;
  overflow: hidden;
  zoom: 1;
  padding: 7px 0;
}
.xincheMain .xcspMd a {
  display: block;
  width: 180px;
  height: 126px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 16px 15px 0 0;
}
.xincheMain .xcspMd a img {
  display: block;
  width: 180px;
  height: 126px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.xincheMain .xcspMd a:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.xincheMain .right .mgt {
  margin-top: 16px;
}

.xincheMain .kxList {
  width: 100%;
  overflow: hidden;
}
.xincheMain .kxList li {
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 10px 0; /*margin-bottom:-1px*/
}
.xincheMain .kxList .last {
  margin-bottom: -1px;
}
.xincheMain .kxList .kLT1 {
  display: block;
  text-align: left; /*padding:2px 0;*/
  overflow: hidden;
}
.xincheMain .kxList .kLT1 a {
  transition: all linear 0.2s;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}
.xincheMain .kxList .kLT2 {
  display: block;
  text-align: left;
  height: 28px;
  line-height: 28px;
  color: #808080;
  overflow: hidden;
  font-size: 13px;
  padding: 8px 0 0 0;
}

.kejiBtmAd {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.kejiBtmAd a {
  display: block;
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
}
.kejiBtmAd a img {
  display: block;
  margin: 0 auto;
  width: 1260px;
}
.kejiBtmAd i {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: url(../img/adCloseBtn.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 18px 0 0 606px;
  z-index: 2;
}

/** 全部标签 **/
.allTagPg {
  width: 1260px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  margin-top: 18px;
}
.allTagPg .cons {
  margin: 0 20px;
  padding: 20px 0;
}
.allTagPg .tit {
  overflow: hidden;
  zoom: 1;
  margin: 20px 0 0 0;
}
.allTagPg .tit .lts {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 15px;
  white-space: nowrap;
  background: #27303f;
  color: #fff;
  font-size: 20px;
  float: left;
}
.allTagPg .tgC {
  overflow: hidden;
  font-size: 0;
  text-align: left;
  padding: 10px 0 40px 0;
}
.allTagPg .tgC a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
  height: 29px;
  line-height: 29px;
  padding: 0 12px;
  font-size: 20px;
  color: #e54e4e;
  margin: 30px 32px 0 0;
  cursor: pointer;
}
.allTagPg .allTgs {
  overflow: hidden;
}
.allTagPg .allTgs .tit {
  background: #f7f7f7;
}
.allTagPg .allTgs .tit .lts {
  background: none;
  color: #808080;
  padding: 0;
  width: 130px;
  text-align: center;
  cursor: pointer;
}
.allTagPg .allTgs .tit .on {
  background: #27303f;
  color: #fff;
}
.allTagPg .mdT {
  display: block;
  overflow: hidden;
  padding: 25px 0 0 0;
  text-align: left;
  font-size: 22px;
  color: #4c4c4c;
  font-weight: bold;
  line-height: 26px;
}
.allTagPg .allTgs .tgC {
  overflow: hidden;
  font-size: 0;
  text-align: left;
  padding: 0;
}
.allTagPg .allTgs .tgC a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
  height: 29px;
  line-height: 29px;
  padding: 0 14px;
  font-size: 20px;
  color: #808080;
  margin: 12px 32px 20px 0;
  cursor: pointer;
}
.allTagPg .tit .rSlct {
  display: none;
  float: right;
  border: 1px solid #d9d9d9;
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 155px;
  float: right;
  background: #fff;
  color: #808080;
  font-size: 20px;
}
.allTagPg .tit .rSs {
  width: 200px;
  overflow: hidden;
  zoom: 1;
  float: right;
}
.allTagPg .tbIn {
  display: none;
}

/** 专题 **/
.zhuantiMain {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
}
.zhuantiMain .lTpImg {
  display: block;
  width: 1260px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zhuantiMain .lTpImg img {
  display: block;
  width: 1260px;
  height: 400px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zhuantiMain .lTpImg .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.zhuantiMain .lTpImg span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: left;
  margin: 0 30px;
}
.zhuantiMain .lTpImg:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.zhuantiMain .cons {
  width: 1260px;
  overflow: hidden;
  background: #fff;
  margin-top: 18px;
}
.zhuantiMain .cons .incs {
  overflow: hidden;
  margin: 0 20px;
  padding: 0;
}
.zhuantiMain .cons .mdFlt {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
}
.zhuantiMain .cons .mds {
  width: 387px;
  overflow: hidden;
  float: left;
  margin: 26px 30px 0 0;
  background: #f8f8f8;
}
.zhuantiMain .cons .mds .imgs {
  display: block;
  width: 387px;
  height: 232px;
  overflow: hidden;
  position: relative;
}
.zhuantiMain .cons .mds .imgs img {
  display: block;
  width: 387px;
  height: 232px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zhuantiMain .cons .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.zhuantiMain .cons .mds .tt1 {
  display: block;
  text-align: center;
  font-size: 18.7px;
  color: #4c4c4c; /*margin:0 15px;*/
  height: 55px;
  line-height: 55px;
}
.zhuantiMain .cons .mds .tt2 {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #808080;
  margin: 0 15px;
  padding: 5px 0 0 0;
  height: 30px;
  line-height: 30px;
}

.zhuantiMain .cons .mds .tt3 {
  height: 30px;
  padding: 5px 15px 5px 0;
  overflow: hidden;
  zoom: 1;
}
.zhuantiMain .cons .mds .tt3 .bts {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #808080;
  float: right;
  cursor: pointer;
  padding: 0 0 0 10px;
  margin: 0 0 0 8px;
  width: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhuantiMain .cons .mds .tt3 .mes {
  background: url(../img/icon1s.jpg) no-repeat 0 center;
}
.zhuantiMain .cons .mds .tt3 .sts {
  background: url(../img/icon2s.jpg) no-repeat 0 center;
}
.zhuantiMain .cons .mds .tt3 .zns {
  background: url(../img/icon3s.jpg) no-repeat 0 center;
}

.zhuantiMain .cons .mids {
  clear: both; /*float:none;*/
  margin-right: 0;
  width: 1220px;
}
.zhuantiMain .cons .mids .imgs {
  display: block;
  width: 1220px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zhuantiMain .cons .mids .imgs img {
  display: block;
  width: 1220px;
  height: 400px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zhuantiMain .cons .mids .tt1 {
  text-align: center;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
}
.zhuantiMain .cons .mids .tt2 {
  text-align: center;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

/** 专题列表 **/
.zhuantiListMain {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
  background: #fff;
  padding: 20px 0 0 0;
}
.zhuantiListMain .breadCast {
  padding: 0 0 20px 20px;
}
.zhuantiListMain .cons {
  width: 1300px;
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
}
.zhuantiListMain .cons .mds {
  width: 387px;
  overflow: hidden;
  float: left;
  margin: 22px 30px 0 0;
  background: #f8f8f8;
}
.zhuantiListMain .cons .mds .imgs {
  display: block;
  width: 387px;
  height: 232px;
  overflow: hidden;
  position: relative;
}
.zhuantiListMain .cons .mds .imgs img {
  display: block;
  width: 387px;
  height: 232px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zhuantiListMain .cons .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.zhuantiListMain .cons .mds .tt1 {
  display: block;
  text-align: left;
  font-size: 18.7px;
  color: #4c4c4c;
  margin: 0 15px;
  height: 40px;
  line-height: 40px;
}
.zhuantiListMain .cons .mds .tt2 {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #808080;
  margin: 0 15px;
  padding: 5px 0 0 0;
  height: 30px;
  line-height: 30px;
}

.zhuantiListMain .cons .mds .tt3 {
  height: 30px;
  padding: 5px 15px 5px 0;
  overflow: hidden;
  zoom: 1;
}
.zhuantiListMain .cons .mds .tt3 .bts {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #808080;
  float: right;
  cursor: pointer;
  padding: 0 0 0 10px;
  margin: 0 0 0 8px;
  width: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhuantiListMain .cons .mds .tt3 .mes {
  background: url(../img/icon1s.jpg) no-repeat 0 center;
}
.zhuantiListMain .cons .mds .tt3 .sts {
  background: url(../img/icon2s.jpg) no-repeat 0 center;
}
.zhuantiListMain .cons .mds .tt3 .zns {
  background: url(../img/icon3s.jpg) no-repeat 0 center;
}

/** 新车 **/
.dgcxMain {
  width: 1260px;
  overflow: hidden;
  zoom: 1;
  margin: 13px auto 0 auto;
}
.dgcxMain .left {
  width: 830px;
  overflow: hidden;
  zoom: 1;
  float: left;
  background: #fff;
}
.dgcxMain .left .cmMLIns {
  padding: 20px 28px 0 28px;
}
.dgcxMain .cmMLIns .row {
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: -1px;
}
.dgcxMain .left .h1 {
  overflow: hidden;
  text-align: left;
  padding: 0 0 0 65px;
  position: relative;
  height: 33px;
  font-size: 22px;
  color: #333;
  margin-top: 32px;
}
.dgcxMain .left .h1 .carLg {
  display: block;
  width: 44px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
}
.dgcxMain .left .swtchCon {
  width: 100%;
  overflow: hidden;
  padding: 15px 0 0 0;
}
.dgcxMain .left .swtchCon .views {
  display: block;
  width: 100%;
}
.dgcxMain .left .swtchCon embed {
  display: block;
  width: 100%;
  height: 380px;
}
.dgcxMain .collsRow {
  overflow: hidden;
  padding: 12px 0 0 0;
  width: 100%;
}
.dgcxMain .collsRow .cRIn {
  overflow: hidden;
  zoom: 1;
  width: 800px;
}

.dgcxMain .collsRow .imgs {
  display: block;
  width: 181px;
  height: 124px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.dgcxMain .collsRow .imgs img {
  display: block;
  width: 181px;
  height: 124px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.dgcxMain .collsRow .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.dgcxMain .collsRow .vod:hover img {
  -o-transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  -moztransform: scale(1) translateZ(0);
}
.dgcxMain .collsRow .vod .ics {
  display: block;
  width: 41px;
  height: 41px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/vodIcon.png) no-repeat center;
  z-index: 3;
  margin: -20px 0 0 -20px;
}

.dgcxMain .lTCc {
  width: 744px;
  height: 150px;
  overflow: auto;
  background: #f4f4f4;
  border: 0;
  padding: 15px;
  text-align: left;
  color: #333;
  line-height: 160%;
  font-size: 16px;
  margin-top: 40px;
}
.dgcxMain .pbR {
  overflow: hidden;
  padding: 25px 0 28px 0;
  zoom: 1;
}
.dgcxMain .pbR .pubBtn {
  display: block;
  height: 42px;
  line-height: 42px;
  width: 120px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.dgcxMain .right {
  width: 415px;
  overflow: hidden;
  zoom: 1;
  float: right;
}
.dgcxMain .cmADMd,
.dgcxMain .cmADMd img {
  display: block;
  width: 100%;
}
.dgcxMain .rtCmMd {
  background: #fff;
  width: 100%;
}
.dgcxMain .rtCmMd .inCons {
  padding: 20px 0;
  margin: 0 20px;
}
.dgcxMain .rtCmTit {
  overflow: hidden;
  zoom: 1;
}
.dgcxMain .rtCmTit span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 0 0 16px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  font-size: 16px;
  float: left;
}
.dgcxMain .rtCmTit a {
  line-height: 22px;
  font-size: 14px;
  color: #808080;
  float: right;
  white-space: nowrap;
}

.dgcxMain .cmTits {
  overflow: hidden;
  zoom: 1;
  padding: 25px 0 5px 0;
}
.dgcxMain .cmTits .ltts {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 18px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  font-size: 20px;
  color: #4c4c4c;
  float: left;
}
.dgcxMain .cmTits .st {
  display: block;
  float: left;
  margin: 2px 0 0 10px;
}
.dgcxMain .right .cmTits .ltts {
  padding-left: 14px;
  font-size: 17px;
}
.dgcxMain .right .prsC {
  overflow: hidden;
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 36px;
  text-align: left;
}
.dgcxMain .right .prsC .prs {
  overflow: hidden;
  font-size: 22px;
  color: #d92b2b;
  line-height: 36px;
}
.dgcxMain .right .prsC .dw {
  line-height: 36px;
  color: #1a1a1a;
  font-size: 18px;
}
.dgcxMain .right .csC {
  overflow: hidden;
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #808080;
  line-height: 36px;
  text-align: left;
}
.dgcxMain .right .zss {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 10px 0 0 0;
}

.dgcxMain .rtCmMd .cirPct {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0;
}
.dgcxMain .rtCmMd .cirCol {
  width: 20%;
  overflow: hidden;
  float: left;
}
.dgcxMain .rtCmMd .cirCol .ts {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #4c4c4c;
  overflow: hidden;
  padding: 15px 0 0 0;
}
.dgcxMain .rtCmMd .processingbar {
  width: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.dgcxMain .rtCmMd .processingbar i {
  display: block;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  color: #57b2db;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  z-index: 2;
}
.dgcxMain .rtCmMd .cls1 i {
  color: #4cd84c;
}
.dgcxMain .rtCmMd .cls2 i {
  color: #5beaea;
}
.dgcxMain .rtCmMd .cls3 i {
  color: #57b2db;
}
.dgcxMain .rtCmMd .cls4 i {
  color: #d95863;
}
.dgcxMain .rtCmMd .cls5 i {
  color: #e2ab4e;
}

.dgcxMain .xcspMd {
  width: 420px;
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 2px 0;
}
.dgcxMain .xcspMd a {
  display: block;
  width: 180px;
  height: 126px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 10px 15px 0 0;
}
.dgcxMain .xcspMd a img {
  display: block;
  width: 180px;
  height: 126px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.dgcxMain .xcspMd a:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.dgcxMain .right .mgt {
  margin-top: 16px;
}

/** 活动 **/
.huodongMain {
  width: 1260px;
  overflow: hidden;
  margin: 0 auto;
}
.huodongMain .hdMTimg {
  display: block;
  width: 1260px;
  height: 365px;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
}
.huodongMain .hdMTimg img {
  display: block;
  width: 1260px;
  height: 365px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.huodongMain .hdMTimg:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.huodongMain .lTabT {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  margin-top: 16px;
}
.huodongMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 35px;
  white-space: nowrap;
  font-size: 18.7px;
  color: #4c4c4c;
  background: none;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
  margin-right: 20px;
}
.huodongMain .lTabT a:hover,
.huodongMain .lTabT .on {
  background: #27303f;
  color: #fff;
}

.huodongMain .cons {
  width: 1260px;
  overflow: hidden;
  background: #fff;
  margin-top: 18px;
}
.huodongMain .cons .incs {
  overflow: hidden;
  margin: 0 20px;
  padding: 0 0 22px 0;
  display: none;
}
.huodongMain .cons .show {
  display: block;
}
.huodongMain .cons .mdFlt {
  width: 1320px;
  overflow: hidden;
  zoom: 1;
}
.huodongMain .cons .mds {
  width: 575px;
  overflow: hidden;
  float: left;
  margin: 50px 70px 0 0;
  padding: 0;
  background: #f8f8f8;
}
.huodongMain .cons .mds .imgs {
  display: block;
  width: 575px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.huodongMain .cons .mds .imgs img {
  display: block;
  width: 575px;
  height: 320px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.huodongMain .cons .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.huodongMain .cons .mds .tt1 {
  position: relative;
  height: 50px;
}
.huodongMain .cons .mds .tt1 .llt {
  display: block;
  position: absolute;
  left: 15px;
  height: 25px;
  top: 12px;
  text-align: left;
  right: 120px;
}
.huodongMain .cons .mds .tt1 .llt a {
  line-height: 25px;
  font-size: 18.7px;
  color: #4c4c4c;
}
.huodongMain .cons .mds .tt1 .status {
  display: block;
  border-radius: 100px;
  width: 86px;
  text-align: center;
  background: #109ce6;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 16px;
  color: #fff;
}
.huodongMain .cons .mds .tt1 .statusend {
  display: block;
  border-radius: 100px;
  width: 86px;
  text-align: center;
  background: #d1d1d1;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 16px;
  color: #4c4c4c;
}
.huodongMain .cons .mds .tt2 {
  overflow: hidden;
  zoom: 1;
}
.huodongMain .cons .mds .t2L {
  float: left;
  text-align: left;
  width: 370px;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 200%;
}
.huodongMain .cons .mds .t2R {
  float: right;
  text-align: right;
  width: 130px;
  padding: 0 15px 0 0;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 200%;
}
.huodongMain .cons .mds .t2R .c1 {
  font-size: 16px;
  color: #e33939;
  line-height: 200%;
}
.huodongMain .cons .mds .t2R .c2 {
  font-size: 16px;
  color: #109ce6;
  line-height: 200%;
}

.huodongMain .cons .mids {
  float: none;
  margin-right: 0;
  width: 1220px;
}
.huodongMain .cons .mids .imgs {
  display: block;
  width: 1220px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.huodongMain .cons .mids .imgs img {
  display: block;
  width: 1220px;
  height: 400px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.huodongMain .cons .mids .tt1 {
  margin: 10px 150px 0 150px;
}
.huodongMain .cons .mids .tt1 .llt {
  height: 30px;
  top: 10px;
}
.huodongMain .cons .mids .tt1 .llt a {
  font-size: 22px;
  line-height: 30px;
}
.huodongMain .cons .mids .status {
  top: 10px;
}

.huodongMain .cons .mids .tt2 {
  margin: 0 150px;
}
.huodongMain .cons .mids .t2L {
  font-size: 18px;
}
.huodongMain .cons .mids .t2R,
.huodongMain .cons .mids .t2R .c1,
.huodongMain .cons .mids .t2R .c2 {
  font-size: 20px;
}

.huodongMain .jshdT {
  overflow: hidden;
  height: 30px;
  text-align: center;
  position: relative;
}
.huodongMain .jshdT span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #109ce6;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 52px;
}
.huodongMain .jshdT i {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  top: 59%;
  background: #666;
}

.huodongMain .cons .mdFlts {
  width: 1320px;
  overflow: hidden;
  zoom: 1;
}
.huodongMain .cons .mdss {
  width: 282px;
  overflow: hidden;
  float: left;
  margin: 22px 22px 0 0;
  padding: 0 0 10px 0;
  background: #f8f8f8;
}
.huodongMain .cons .mdss .imgs {
  display: block;
  width: 282px;
  height: 189px;
  overflow: hidden;
  position: relative;
}
.huodongMain .cons .mdss .imgs img {
  display: block;
  width: 282px;
  height: 189px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.huodongMain .cons .mdss .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.huodongMain .cons .mdss .tt1 {
  height: 30px;
  overflow: hidden;
  text-align: left;
  margin: 0 18px;
  padding: 12px 0 0 0;
}
.huodongMain .cons .mdss .tt1 a {
  line-height: 25px;
  font-size: 18px;
  color: #4c4c4c;
}
.huodongMain .cmLoadMore {
  padding: 50px 0;
}

/** 发布创业 **/
.pubCreateY {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
  background: #fff;
  padding-bottom: 26px;
}
.pubCreateY .tit1 {
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 0;
}
.pubCreateY .tit1 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 52px;
  line-height: 52px;
  width: 190px;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}
.pubCreateY .tit2 {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #808080;
  text-align: center;
}
.pubCreateY .cmTt {
  padding: 30px 0 0 0;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}
.pubCreateY .cmTt span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}
.pubCreateY .cmTt i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-style: normal;
  line-height: 52px;
  padding: 0 0 0 10px;
  font-size: 20px;
  color: #808080;
}
.pubCreateY .incons {
  width: 770px;
  margin: 0 auto;
}
.pubCreateY .rows {
  padding: 15px 0;
}
.pubCreateY .lts {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100px;
  text-align: right;
  float: left;
  overflow: hidden;
  padding: 0 0 0 22px;
  background: url(../img/smStIcon.jpg) no-repeat 0 center;
  font-size: 20px;
  color: #4c4c4c;
}
.pubCreateY .ritt {
  width: 626px;
  float: left;
}
.pubCreateY .ritt .ipts {
  display: block;
  height: 27px;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.pubCreateY .ritt .ipts .ipt {
  display: block;
  border: 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  color: #808080;
  text-align: left;
  outline: none;
}
.pubCreateY .ritt .txtars {
  height: auto;
}
.pubCreateY .ritt .txtars textarea.ipt {
  height: 176px;
  line-height: 160%;
}
.pubCreateY .ritt .tgC {
  overflow: hidden;
  zoom: 1;
}
.pubCreateY .ritt .tgC a {
  display: block;
  border: 1px solid #d9d9d9;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  white-space: nowrap;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
}
.pubCreateY .ritt .tgC .sel {
  color: #fff;
  background: #0099e7;
  border-color: #0099e7;
}
.pubCreateY .ritt .tjbq {
  overflow: hidden;
  zoom: 1;
}
.pubCreateY .ritt .tjbq .btn {
  display: block;
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  width: 130px;
  float: left;
  text-align: left;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 18px;
  color: #4c4c4c;
}
.pubCreateY .ritt .tjbq .btn i {
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  text-align: center;
  line-height: 34px;
  font-size: 30px;
  color: #109ce6;
}
.pubCreateY .ritt .tps {
  display: block;
  font-size: 16px;
  color: #808080;
  text-align: left;
  line-height: 20px;
  padding: 8px 0 0 0;
}
.pubCreateY .rtv2 .lts {
  width: 140px;
}
.pubCreateY .rtv2 .ritt {
  width: 585px;
}

.pubCreateY .rtv3 .lts {
  width: auto;
}
.pubCreateY .rtv3 .ritt {
  width: 626px;
  margin-left: 122px;
}
.pubCreateY .ritt .arsR {
  height: 47px;
  padding: 0;
}
.pubCreateY .ritt .slct {
  border: 0;
  padding: 0;
}
.pubCreateY .ritt .slct select {
  border: 1px solid #d9d9d9;
  height: 47px;
  line-height: 47px;
  width: 626px;
  font-size: 18px;
  color: #808080;
}

.pubCreateY .rtv4 .lts {
  width: 122px;
}
.pubCreateY .rtv4 .ritt {
  width: 585px;
}

.pubCreateY .tjtdcy {
  padding: 30px 0 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.pubCreateY .tjtdcy span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}

.pubCreateY .rtv5 .lts {
  width: 122px;
  text-align: left;
}
.pubCreateY .rtv5 .ritt {
  width: 585px;
}
.pubCreateY .rtv5 .ritt .bdsc {
  height: 42px;
  line-height: 42px;
  width: 93px;
  background: #e8e8e8;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #4c4c4c;
  cursor: pointer;
  position: relative;
}
.pubCreateY .rtv5 .ritt .bdsc input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity = 0);
  height: 42px;
  width: 93px;
}
.pubCreateY .rtv5 .ritt .tpss {
  display: block;
  height: 42px;
  line-height: 42px;
  float: left;
  padding: 0 0 0 30px;
  width: 415px;
  font-size: 14px;
  color: #808080;
  text-align: left;
}
.pubCreateY .rtv5 .ritt .tpv2 {
  line-height: 21px;
}

.pubCreateY .rtv6 {
  padding: 0 0 0 144px;
}
.pubCreateY .rtv6 .cons {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  width: 420px;
  height: auto;
  min-height: 100px;
  padding: 10px;
  zoom: 1;
}

.pubCreateY .tjxwBtn {
  padding: 30px 0 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.pubCreateY .tjxwBtn span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}

.pubCreateY .submitRow {
  padding: 30px 0 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.pubCreateY .submitRow input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  border: 0;
  height: 52px;
  line-height: 52px;
  width: 160px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}

.pubCreateY .tjxz {
  border: 1px solid #d9d9d9;
  padding: 55px 20px;
  text-align: left;
  font-size: 18px;
  color: #808080;
  line-height: 200%;
  margin: 0 28px 0 0;
}

.liststyle {
  float: left;
}
.liststyle span {
  position: relative;
  height: 47px;
  line-height: 47px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 0 0 8px;
  cursor: pointer;
  background: white;
  float: left;
}
.liststyle span i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 47px;
  line-height: 47px;
  padding-right: 50px;
  position: relative;
  border-right: 1px solid #d9d9d9;
  font-size: 18px;
  color: #808080;
}
.liststyle span i:after {
  content: "";
  display: block;
  width: 20px;
  height: 47px;
  position: absolute;
  right: 5px;
  top: 0;
  background-image: url(../img/jt_nor.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 10px auto;
}
.liststyle span i:before {
  display: block;
  content: "";
  height: 47px;
  width: 0;
  border-left: 1px solid #d9d9d9;
  right: 40px;
  top: 0;
  position: absolute;
  z-index: 2;
}

.liststyle span ul {
  width: 100%;
  border-radius: 0 0 5px 5px;
  position: absolute;
  border: 1px solid #e8e8e8;
  background: white;
  left: -1px;
  top: 48px;
  border-top: 0;
  margin-bottom: 10px;
  display: none;
  z-index: 10;
}
.liststyle span ul li {
  width: 100%;
  float: left;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.liststyle span ul li:first-child {
  border-top: 0;
}
.liststyle span ul li a {
  display: block;
  height: 47px;
  line-height: 47px;
  padding: 0 8px;
  color: #494949;
}
.liststyle span ul {
  max-height: 300px;
  overflow: auto;
}

/** 发布创业 **/
.pubhuodong {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
  background: #fff;
  padding-bottom: 26px;
}
.pubhuodong .tit1 {
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 0;
}
.pubhuodong .tit1 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 52px;
  line-height: 52px;
  width: 190px;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}
.pubhuodong .tit2 {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #808080;
  text-align: center;
}
.pubhuodong .cmTt {
  padding: 30px 0 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.pubhuodong .cmTt span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}

.pubhuodong .cmTts {
  margin: 30px 0 0 0;
  overflow: hidden;
  zoom: 1;
  background: #fbfbfb;
}
.pubhuodong .cmTts .ltt {
  display: block;
  float: left;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}
.pubhuodong .cmTts .zks {
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 18px;
  color: #808080;
  margin-left: 210px;
  cursor: pointer;
}
.pubhuodong .cmTts .zks .jh {
  line-height: 48px;
  color: #109ce6;
  font-size: 22px;
  padding: 0 20px 0 0;
}
.pubhuodong .cmTts .zks .tj {
  font-size: 18px;
  line-height: 48px;
  color: #109ce6;
}

.pubhuodong .cmTt i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-style: normal;
  line-height: 52px;
  padding: 0 0 0 10px;
  font-size: 20px;
  color: #808080;
}
.pubhuodong .incons {
  margin: 0 30px 0 125px;
}
.pubhuodong .rows {
  padding: 15px 0;
}
.pubhuodong .lts {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 150px;
  text-align: right;
  float: left;
  overflow: hidden;
  padding: 0 0 0 22px;
  background: url(../img/smStIcon.jpg) no-repeat 0 center;
  font-size: 20px;
  color: #4c4c4c;
}
.pubhuodong .ritt {
  width: 920px;
  float: left;
}
.pubhuodong .ritt .ipts {
  display: block;
  height: 27px;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.pubhuodong .ritt .ipts .ipt {
  display: block;
  border: 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  color: #808080;
  text-align: left;
  outline: none;
}
.pubhuodong .ritt .arsR {
  height: 49px;
  padding: 0;
  border: 0;
}
.pubhuodong .ritt .arsR .liststyle span i {
  border: 1px solid #d9d9d9;
  width: 100px;
  text-align: left;
  padding-left: 12px;
}
.pubhuodong .ritt .arsR .liststyle ul {
  left: 0;
  top: 49px;
}
.pubhuodong .ritt .arsR .liststyle span {
  margin: 0;
  margin-right: 20px;
  padding: 0;
}
.pubhuodong .ritt .arsR .liststyle span i:before {
  display: none;
}
.pubhuodong .ritt .dtls {
  display: block;
  border: 1px solid #d9d9d9;
  width: 350px;
  float: right;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  color: #808080;
  text-align: left;
  padding: 0 54px 0 10px;
  background: url(../img/dtIcs.jpg) no-repeat right center;
}

.pubhuodong .ritt .tmrs {
  border: 0;
  padding: 0;
  height: auto;
  text-align: left;
}
.pubhuodong .ritt .tmMd {
  width: 415px;
  overflow: hidden;
  float: left;
}
.pubhuodong .ritt .tmMd .tt1 {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #808080;
  font-size: 18px;
  text-align: left;
}
.pubhuodong .ritt .tmMd .tmR {
  width: 100%;
}
.pubhuodong .ritt .tmMd .tmR input {
  display: block;
  border: 1px solid #d9d9d9;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  color: #808080;
  text-align: left;
  padding: 10px 10px 10px 45px;
  width: 100%;
  background: url(../img/timeIcons.jpg) no-repeat 8px center;
  box-sizing: border-box;
}
.pubhuodong .ritt .jgs {
  display: block;
  height: 49px;
  width: 90px;
  background: url(../img/arrsIcs.jpg) no-repeat center;
  float: left;
}
.pubhuodong .ritt .ftr {
  float: right;
}
.pubhuodong .ritt .tmMd .webuploader-pick {
  padding: 15px 40px;
}
.pubhuodong .ritt .tmMd .title {
  color: #00a0e9;
  font-size: 22px;
  margin-top: 50px;
}
.pubhuodong .ritt .tmMd .txt {
  line-height: 2;
  font-size: 15px;
  margin-top: 20px;
  color: #b7b7b7;
}
.pubhuodong .ritt .tmMd .uploader-list {
  display: inline-block;
  width: 400px;
  height: 225px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.pubhuodong .ritt .tmMd .uploader-list img {
  width: 100%;
  height: 100%;
}

.pubhuodong .ritt .hbs {
  border: 0;
  padding: 0;
  height: auto;
}
.pubhuodong .ritt .hImg {
  display: block;
  width: 472px;
  float: left;
}
.pubhuodong .ritt .hRit {
  width: 470px;
  float: right;
  overflow: hidden;
}
.pubhuodong .ritt .hRit .rt1 {
  overflow: hidden;
  zoom: 1;
}
.pubhuodong .ritt .hRit .rt1 .scs {
  display: block;
  height: 52px;
  width: 190px;
  position: relative;
  background: url(../img/scBtnss.jpg) no-repeat center;
  cursor: pointer;
  float: left;
  overflow: hidden;
}
.pubhuodong .ritt .hRit .rt1 .scs input {
  display: block;
  height: 52px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity = 0);
  z-index: 1;
  cursor: pointer;
}
.pubhuodong .ritt .hRit .rt1 .lk {
  display: block;
  height: 52px;
  line-height: 52px;
  float: left;
  margin: 0 0 0 25px;
  font-size: 18px;
  color: #109ce6;
}
.pubhuodong .ritt .hRit .rt2 {
  font-size: 18px;
  color: #808080;
  line-height: 210%;
  text-align: left;
  padding: 20px 0 0 0;
}

.pubhuodong .ritt .slct {
  border: 0;
  padding: 0;
}
.pubhuodong .ritt .slct select {
  border: 1px solid #d9d9d9;
  text-align: center;
  height: 47px;
  line-height: 47px;
  width: 460px;
  font-size: 18px;
  color: #808080;
  float: left;
}

.pubhuodong .ritt .tgC {
  overflow: hidden;
  zoom: 1;
}
.pubhuodong .ritt .tgC a {
  display: block;
  border: 1px solid #d9d9d9;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  white-space: nowrap;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
}
.pubhuodong .ritt .tgC .sel {
  color: #fff;
  background: #0099e7;
  border-color: #0099e7;
}
.pubhuodong .ritt .tjbq {
  overflow: hidden;
  zoom: 1;
}
.pubhuodong .ritt .tjbq .btn {
  display: block;
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  width: 130px;
  float: left;
  text-align: left;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 18px;
  color: #4c4c4c;
}
.pubhuodong .ritt .tjbq .btn i {
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  text-align: center;
  line-height: 34px;
  font-size: 30px;
  color: #109ce6;
}
.pubhuodong .ritt .tps {
  display: block;
  font-size: 16px;
  color: #808080;
  text-align: left;
  line-height: 20px;
  padding: 8px 0 0 0;
}
.pubhuodong .lbs {
  border: 0;
  padding: 0;
}
.pubhuodong .lbs label {
  display: block;
  height: 49px;
  line-height: 49px;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 18px;
  color: #808080;
  cursor: pointer;
  float: left;
}
.pubhuodong .lbs label input {
  position: absolute;
  left: 0;
  top: 18px;
}
.pubhuodong .lbs span {
  display: block;
  float: left;
  height: 49px;
  line-height: 49px;
  color: #808080;
  font-size: 14px;
  padding: 0 0 0 20px;
}

.pubhuodong .row {
  display: none;
  overflow: hidden;
  padding: 25px 0;
  zoom: 1;
  border: 0;
}
.pubhuodong .row .llt {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 18px;
  color: #4c4c4c;
  padding: 0 0 0 22px;
  background: url(../img/smStIcon.jpg) no-repeat 0 center;
}
.pubhuodong .row .rtCc {
  border: 1px solid #dadada;
  padding: 22px 0;
  width: 890px;
  float: right;
}
.pubhuodong .rrss {
  overflow: hidden;
  zoom: 1;
  padding: 22px 0;
}
.pubhuodong .rrss .lstt {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 200px;
  text-align: right;
  font-size: 18px;
  color: #4c4c4c;
  float: left;
}
.pubhuodong .rrss .txtars {
  display: block;
  padding: 10px;
  float: left;
  overflow: auto;
  background: #e0dfdf;
  width: 330px;
  height: 105px;
  font-size: 18px;
  color: #4c4c4c;
  border: 0;
}
.pubhuodong .rrss .iipts {
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: left;
  font-size: 18px;
  color: #808080;
  width: 330px;
  height: 27px;
  line-height: 27px;
  float: left;
}
.pubhuodong .btnRows {
  overflow: hidden;
  zoom: 1;
  padding: 50px 0 50px 270px;
}
.pubhuodong .btnRows .fb {
  display: block;
  height: 52px;
  width: 135px;
  cursor: pointer;
  background: url(../img/fbBtns.jpg) no-repeat 0 0;
  cursor: pointer;
  border: 0;
  float: left;
}
.pubhuodong .btnRows .tbtn {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 90px;
  float: left;
  margin: 7px 0 0 25px;
  background: #dfdfdf;
  font-size: 17px;
  color: #27303f;
  border: 0;
}
.pubhuodong .rsh {
  display: block;
}

.pubhuodong .uedt {
  padding: 0;
  border: 0;
  text-align: left;
}
.pubhuodong .btrrs {
  overflow: hidden;
  zoom: 1;
  padding: 30px 0 0 0;
  text-align: center;
}
.pubhuodong .btrrs input {
  display: inline-block;
  border: 0;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  width: 135px;
  cursor: pointer;
  background: #109ce6;
  color: #fff;
}

/** 账户信息 **/
.zhanghuInfoMain {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
  background: #fff;
  padding: 30px 0;
}
.zhanghuInfoMain .inCons {
  width: 780px;
  overflow: hidden;
  background: #f6f6f6;
  margin: 0 auto;
}
.zhanghuInfoMain .pdt {
  padding-bottom: 50px;
}
.zhanghuInfoMain .gbk {
  display: block;
  text-align: left;
  padding: 10px 0 10px 20px;
}
.zhanghuInfoMain .gbk a {
  font-size: 18px;
  color: #808080;
  line-height: 30px;
}
.zhanghuInfoMain .tbT {
  text-align: center;
  padding: 55px 0 40px 0;
  overflow: hidden;
  font-size: 0;
}
.zhanghuInfoMain .tbT a {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  background: #fff;
  color: #b2b2b2;
  width: 140px;
  text-align: center;
  white-space: nowrap;
}
.zhanghuInfoMain .tbT .on {
  background: #27303f;
  color: #fff;
}
.zhanghuInfoMain .tbC {
  width: 500px;
  margin: 0 auto;
}
.zhanghuInfoMain .tbC .tbIn {
  display: none;
}
.zhanghuInfoMain .tbC .show {
  display: block;
}
.zhanghuInfoMain .row {
  overflow: hidden;
  zoom: 1;
  padding: 30px 0 0 0;
}
.zhanghuInfoMain .row .lts {
  display: block;
  line-height: 32px;
  font-size: 18.7px;
  color: #4c4c4c;
  width: 118px;
  text-align: left;
  float: left;
}
.zhanghuInfoMain .row .rits {
  width: 380px;
  float: right;
}
.zhanghuInfoMain .row .rits .tIpt {
  border-bottom: 1px solid #d7d8db;
  height: 31px;
  position: relative;
}
.zhanghuInfoMain .row .rits .tIpt .ipt {
  margin: 0 60px 0 0;
  height: 31px;
}
.zhanghuInfoMain .row .rits .tIpt .ipt input {
  display: block;
  border: 0;
  background: none;
  width: 100%;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  font-size: 18px;
  color: #4c4c4c;
  text-align: left;
  text-indent: 20px;
}
.zhanghuInfoMain .row .rits .tIpt .btns {
  display: block;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  width: 56px;
}
.zhanghuInfoMain .row .rits .tIpt .btns:after {
  content: "▼";
}

.zhanghuInfoMain .row .picRow {
  width: 100%;
}

.zhanghuInfoMain .row .upldBtn {
  width: 73px;
  height: 73px;
  overflow: hidden;
  position: relative;
  border-radius: 1000px;
  float: left;
  cursor: pointer;
  margin-top: -20px;
}
.zhanghuInfoMain .row .upldBtn img {
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 1000px;
}
.zhanghuInfoMain .row .upldBtn span {
  display: block;
  height: 18px;
  color: #fff;
  line-height: 14px;
  font-size: 12px;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  background: url(../img/blkOptBg.png) repeat;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.zhanghuInfoMain .row .upldBtn input {
  display: block;
  overflow: hidden;
  height: 73px;
  width: 73px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.zhanghuInfoMain .row .chiC {
  display: none;
  overflow: hidden;
}
.zhanghuInfoMain .row .tps {
  display: block;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #808080;
  text-align: left;
}
.zhanghuInfoMain .row .uplds {
  overflow: hidden;
  zoom: 1;
  margin: 20px 0 0 0;
  padding-bottom: 30px;
}
.zhanghuInfoMain .row .upldCrop {
  width: 260px;
  float: left;
  overflow: hidden;
  height: 260px;
  text-align: center;
}
.zhanghuInfoMain .row .upldCrop img {
  max-width: 100%;
}
.zhanghuInfoMain .row .upldR {
  overflow: hidden;
  width: 95px;
  float: right;
}
.zhanghuInfoMain .row .upldR a,
.zhanghuInfoMain .row .upldR button {
  display: block;
  position: relative;
  border: 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 85px;
  margin: 0 auto 15px auto;
  cursor: pointer;
  background: #00a0e9;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.zhanghuInfoMain .rows {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #d7d8db;
}
.zhanghuInfoMain .rows .ltss {
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #4c4c4c;
  width: 70px;
  text-align: left;
  float: left;
}
.zhanghuInfoMain .rows .ritss {
  width: 300px;
  float: right;
}
.zhanghuInfoMain .rows .ritss .tIpts {
  height: 31px;
  position: relative;
}
.zhanghuInfoMain .rows .ritss .tIpts .ipts {
  margin: 0 60px 0 0;
  height: 31px;
}
.zhanghuInfoMain .rows .ritss .tIpts .ipts input {
  display: block;
  border: 0;
  background: none;
  width: 100%;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
  text-align: left;
}
.zhanghuInfoMain .rows .ritss .tIpts .btnss {
  display: block;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #808080;
  cursor: pointer;
  width: 80px;
}
.zhanghuInfoMain .rows .ritss .tIpts .ings {
  font-size: 12px;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zhanghuInfoMain .expChi .chiC {
  display: block;
}
.zhanghuInfoMain .expChi .rits .tIpt .btns:after {
  content: "▲";
}
.zhanghuInfoMain .wcRow {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 20px 0;
  font-size: 0;
}
.zhanghuInfoMain .wcRow input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 46px;
  line-height: 46px;
  width: 150px;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #109ce6;
  font-size: 18.7px;
  color: #fff;
}

.zhanghuInfoMain .rowls {
  overflow: hidden;
  zoom: 1;
  padding: 30px 0 0 0;
}
.zhanghuInfoMain .rowls .lts {
  display: block;
  line-height: 41px;
  font-size: 18.7px;
  color: #4c4c4c;
  width: 80px;
  text-align: left;
  float: left;
}
.zhanghuInfoMain .rowls .rits {
  width: 390px;
  float: right;
}
.zhanghuInfoMain .rowls .rits .tIpt {
  border: 1px solid #d7d8db;
  height: 39px;
  position: relative;
}
.zhanghuInfoMain .rowls .rits .tIpt .ipt {
  margin: 0 10px;
  height: 39px;
}
.zhanghuInfoMain .rowls .rits .tIpt .ipt input {
  display: block;
  border: 0;
  background: none;
  width: 100%;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  font-size: 16px;
  color: #4c4c4c;
  text-align: left;
}
.zhanghuInfoMain .rowls .picRow {
  width: 100%;
}
.zhanghuInfoMain .rowls .upldBtn {
  width: 73px;
  height: 73px;
  overflow: hidden;
  position: relative;
  border-radius: 1000px;
  float: left;
  margin-top: -20px;
}
.zhanghuInfoMain .rowls .upldBtn img {
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 1000px;
}
.zhanghuInfoMain .rowls .lbs {
  display: block;
  float: left;
  overflow: hidden;
  line-height: 39px;
  margin: 0 20px 0 0;
  padding: 0 0 0 18px;
  font-size: 16px;
  color: #4c4c4c;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.zhanghuInfoMain .rowls .lbs input {
  position: absolute;
  left: 0;
  top: 13px;
}
.zhanghuInfoMain .rowls .lbsc {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
}
.zhanghuInfoMain .rowls .birsd {
  padding: 0 30px 0 0;
  width: 358px;
  text-align: left;
  background: url(../img/timeIcons.jpg) no-repeat right center;
}
.zhanghuInfoMain .wcRows {
  overflow: hidden;
  text-align: right;
  background: #fff;
  width: 780px;
  margin-left: -140px;
  _margin-left: -60px;
  border-top: 50px solid #f6f6f6;
  padding: 20px 0 20px 0;
  font-size: 0;
}
.zhanghuInfoMain .wcRows input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 46px;
  line-height: 46px;
  width: 160px;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #109ce6;
  font-size: 18.7px;
  color: #fff;
}

/** 投稿 **/
.tougaoMain {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
  background: #fff;
  padding-bottom: 26px;
}
.tougaoMain .tit1 {
  padding: 35px 0 50px 0;
  text-align: center;
  font-size: 0;
}
.tougaoMain .tit1 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  width: 190px;
  font-size: 18.7px;
  color: #fff;
  background: #109ce6;
}
.tougaoMain .incons {
  overflow: hidden;
  width: 755px;
  margin: 0 auto;
  background: #fbfbfb;
}
.tougaoMain .cmTt {
  padding: 0 0 15px 0;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}
.tougaoMain .cmTt span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  background: #27303f;
}
.tougaoMain .rows {
  padding: 0 0 30px 0;
  background: #fff;
}
.tougaoMain .rows .wpIn {
  position: relative;
  border: 1px solid #d6d6d6;
}
.tougaoMain .rows .wpIn .ipts {
  padding: 10px;
  background: #fbfbfb;
}
.tougaoMain .rows .wpIn .ipts input {
  display: block;
  border: 0;
  background: #fff;
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
  text-align: left;
}
.tougaoMain .rows .wpIn .ipts select {
  display: block;
  border: 0;
  background: #fff;
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
  text-align: left;
}
.tougaoMain .rows .wpIn .ipts textarea {
  display: block;
  border: 0;
  background: #fff;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #808080;
  text-align: left;
  line-height: 160%;
  height: 80px;
  overflow: auto;
}
.tougaoMain .kshC {
  width: 100%;
  padding-bottom: 40px;
  text-align: left;
}
.tougaoMain .tjRow {
  overflow: hidden;
  text-align: center;
  padding: 0px 0 40px 0;
  font-size: 0;
}
.tougaoMain .tjRow input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  width: 190px;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #109ce6;
  font-size: 18.7px;
  color: #fff;
}

/** 寻求报道 **/
.xqBdMain {
  width: 1260px;
  overflow: hidden;
  margin: 18px auto 0 auto;
  background: #fff;
  padding-bottom: 26px;
}
.xqBdMain .tit1 {
  padding: 35px 0 60px 0;
  text-align: center;
  font-size: 0;
}
.xqBdMain .tit1 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  width: 190px;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}
.xqBdMain .incons {
  overflow: hidden;
  width: 755px;
  margin: 0 auto;
}
.xqBdMain .cmTt {
  padding: 0 0 20px 0;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}
.xqBdMain .cmTt span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}
.xqBdMain .rows {
  padding: 0 0 40px 0;
}
.xqBdMain .rows .wpIn {
  position: relative;
  border: 1px solid #d6d6d6;
}
.xqBdMain .slct {
  border: 1px solid #d6d6d6;
  height: 48px;
  line-height: 48px;
  width: 350px;
  float: left;
  font-size: 18px;
  color: #4c4c4c;
}
.xqBdMain .rows .wpIn .ipts {
  padding: 10px;
}
.xqBdMain .rows .wpIn .ipts input {
  display: block;
  border: 0;
  background: none;
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 18px;
  color: #808080;
  text-align: left;
}
.xqBdMain .rows .wpIn .ipts textarea {
  display: block;
  border: 0;
  background: none;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #808080;
  text-align: left;
  line-height: 160%;
  height: 120px;
  overflow: auto;
}
.xqBdMain .kshC {
  width: 100%;
  padding-bottom: 40px;
  text-align: left;
}
.xqBdMain .tjRow {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 60px 0;
  font-size: 0;
}
.xqBdMain .tjRow input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  width: 190px;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #27303f;
  font-size: 20px;
  color: #fff;
}

/** 创客详情 **/
.chuangkeDesMain {
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
  zoom: 1;
}
.chuangkeDesMain .left {
  width: 940px;
  float: left;
}
.chuangkeDesMain .lMd1 {
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.chuangkeDesMain .lMd1 .lgs {
  display: block;
  width: 156px;
  float: left;
  text-align: center;
  padding: 80px 0 0 0;
}
.chuangkeDesMain .lMd1 .lgs img {
  display: block;
  width: 120px;
  height: 60px;
  margin: 0 auto;
}
.chuangkeDesMain .lMd1 .rit {
  width: 735px;
  overflow: hidden;
  float: right;
}
.chuangkeDesMain .lMd1 .rit .tt1 {
  display: block;
  text-align: left;
  padding: 32px 0 0 0;
}
.chuangkeDesMain .lMd1 .rit .tt1 .lk {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 24px;
}
.chuangkeDesMain .lMd1 .rit .tt2 {
  display: block;
  text-align: left;
  padding: 28px 0 0 0;
  color: #808080;
  font-size: 16px;
  line-height: 24px;
}
.chuangkeDesMain .lMd1 .rit .tt2 .lk {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  margin: 0 20px 0 0;
}
.chuangkeDesMain .lMd1 .rit .tt3 {
  display: block;
  text-align: left;
  padding: 28px 0 0 0;
  color: #808080;
  font-size: 16px;
  line-height: 24px;
}

.chuangkeDesMain .lMd2 {
  background: #fff;
  margin: 18px 0 0 0;
}
.chuangkeDesMain .lTabT {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
}
.chuangkeDesMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  color: #4c4c4c;
  background: none;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.chuangkeDesMain .lTabT a:hover,
.chuangkeDesMain .lTabT .on {
  background: #27303f;
  color: #fff;
}

.chuangkeDesMain .secT {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
}
.chuangkeDesMain .secT a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  background: #27303f;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.chuangkeDesMain .lAtcC {
  margin: 0 22px;
  padding: 25px 0;
  text-align: left;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 220%;
}

.chuangkeDesMain .lTCc {
  width: 860px;
  height: 150px;
  margin: 20px auto 0 auto;
  display: block;
  overflow: auto;
  background: #dfdfdf;
  border: 0;
  padding: 15px;
  text-align: left;
  color: #333;
  line-height: 220%;
  font-size: 16px;
}
.chuangkeDesMain .lTCr {
  overflow: hidden;
  padding: 25px 0 30px 0;
  width: 890px;
  margin: 0 auto;
  zoom: 1;
}
.chuangkeDesMain .lTCr .pubBtn {
  display: block;
  height: 42px;
  line-height: 42px;
  width: 140px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.chuangkeDesMain .right {
  width: 300px;
  float: right;
}
.chuangkeDesMain .rMd1 {
  height: 200px;
  overflow: hidden;
  background: #fff;
}
.chuangkeDesMain .rMd1 .t1 {
  display: block;
  text-align: center;
  padding: 45px 0 0 0;
  color: #808080;
  font-size: 16px;
}
.chuangkeDesMain .rMd1 .icR {
  font-size: 0;
  padding: 28px 0 0 0;
  text-align: center;
}
.chuangkeDesMain .rMd1 .icR .lk {
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  margin: 0 26px;
  width: 44px;
  height: 44px;
}
.chuangkeDesMain .rMd1 .icR .ic1 {
  background: url(../img/wxIcs.jpg) no-repeat center;
}
.chuangkeDesMain .rMd1 .icR .ic2 {
  background: url(../img/qqIcs.jpg) no-repeat center;
}
.chuangkeDesMain .rMd1 .icR .ic3 {
  background: url(../img/wbIcs.jpg) no-repeat center;
}
.chuangkeDesMain .rMd2 {
  background: #fff;
  margin: 18px 0 0 0;
}
.chuangkeDesMain .rMd2 .r2In {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 220%;
}
.chuangkeDesMain .rMd2 .r2In strong {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 180%;
}
.chuangkeDesMain .rMd2 .rList {
  padding: 20px;
}
.chuangkeDesMain .rMd2 .rList li {
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 22px;
  background: url(../img/smStIcon.jpg) no-repeat 0 center;
  text-align: left;
}
.chuangkeDesMain .rMd2 .rList a {
  line-height: 36px;
  font-size: 14px;
  color: #4c4c4c;
}
.chuangkeDesMain .rBtn1 {
  display: block;
  margin: 28px auto 0 auto;
  cursor: pointer;
  color: #fff;
  width: 158px;
  height: 60px;
  line-height: 60px;
  background: #109ce6;
  border-radius: 8px;
  font-size: 20px;
  border: 0;
}
.chuangkeDesMain .tpRow {
  text-align: center;
  font-size: 0;
  padding: 55px 0 130px 0;
}
.chuangkeDesMain .tpRow .zcBtn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 60px;
  padding: 0 0 0 50px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  margin: 0 14px;
  font-size: 15px;
  color: #dfdfdf;
  cursor: pointer;
}
.chuangkeDesMain .tpRow .zan {
  background: #f8f8f8 url(../img/zics.jpg) no-repeat 28px center;
}
.chuangkeDesMain .tpRow .cai {
  background: #f8f8f8 url(../img/cics.jpg) no-repeat 28px center;
}

.chuangkeDesMain .rTCr {
  overflow: hidden;
  background: #fff;
  margin: 20px 0 0 0;
  padding: 60px 0;
}
.chuangkeDesMain .rTCr .pubBtn {
  display: block;
  padding: 12px 0;
  width: 200px;
  cursor: pointer;
  margin: 0 auto;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

/** 创客 **/
.chuangkeMain {
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
}
.chuangkeMain .tpBigImgs {
  display: block;
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
}
.chuangkeMain .tpBigImgs img {
  display: block;
  width: 100%;
  height: 365px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.chuangkeMain .tpBigImgs .tt {
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.chuangkeMain .tpBigImgs span {
  display: block;
  font-size: 25px;
  color: #fff;
  line-height: 58px;
  text-align: left;
  margin: 0 30px;
}
.chuangkeMain .tpBigImgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}

.chuangkeMain .cons {
  width: 100%;
  overflow: hidden;
  margin: 18px 0 0 0;
  background: #fff;
}
.chuangkeMain .topsRow {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  padding: 0 20px 0 0;
}
.chuangkeMain .topsRow .axm {
  display: block;
  float: left;
  border-bottom: 1px solid #a4a8ae;
  height: 59px;
  line-height: 59px;
  font-size: 20px;
  color: #4c4c4c;
  padding: 0 16px;
  white-space: nowrap;
  cursor: pointer;
}
.chuangkeMain .topsRow .scBtn {
  display: block;
  float: left;
  height: 60px;
  width: 30px;
  margin: 0 0 0 10px;
  cursor: pointer;
  border: 0;
  background: url(../img/scV2.jpg) no-repeat center;
}
.chuangkeMain .topsRow .scIpt {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 18px 0 0 10px;
  border: 0;
  background: none;
  outline: none;
  border-right: 1px solid #878787;
  border-left: 1px solid #878787;
  padding: 0 10px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  color: #4c4c4c;
  width: 120px;
}
.chuangkeMain .topsRow .rLk {
  display: block;
  float: right;
  color: #fff;
  height: 32px;
  line-height: 32px;
  width: 142px;
  text-align: center;
  font-size: 14px;
  background: #27303f;
  margin: 28px 0 0 0;
}
.chuangkeMain .optRow {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
.chuangkeMain .optRow .lts {
  display: block;
  float: left;
  width: 70px;
  text-align: left;
  font-size: 17px;
  color: #4c4c4c;
  margin: 10px 0 0 0;
  line-height: 38px;
}
.chuangkeMain .optRow .rtC {
  width: 1145px;
  float: right;
  overflow: hidden;
}
.chuangkeMain .optRow .rtC a {
  display: block;
  float: left;
  margin: 10px 5px 0 0;
  height: 38px;
  line-height: 38px;
  background: none;
  font-size: 17px;
  color: #333;
  padding: 0 18px;
  white-space: nowrap;
  cursor: pointer;
}
.chuangkeMain .optRow .rtC .on {
  background: #27303f;
  color: #fff;
}

.chuangkeMain .con {
  width: 1300px;
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
}
.chuangkeMain .con .mds {
  width: 389px;
  overflow: hidden;
  float: left;
  margin: 22px 28px 0 0;
  background: #f8f8f8;
}
.chuangkeMain .con .mds .imgs {
  display: block;
  width: 389px;
  height: 232px;
  overflow: hidden;
  position: relative;
}
.chuangkeMain .con .mds .imgs img {
  display: block;
  width: 387px;
  height: 232px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.chuangkeMain .con .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.chuangkeMain .con .mds .tt1 {
  display: block;
  text-align: left;
  font-size: 20px;
  color: #4c4c4c;
  margin: 0 15px;
  height: 50px;
  line-height: 50px;
}
.chuangkeMain .con .mds .tt2 {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #808080;
  margin: 0 15px;
  padding: 5px 0 0 0;
  line-height: 24px;
}
.chuangkeMain .con .mds .tt3 {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #808080;
  margin: 0 15px;
  padding: 10px 0 16px 0;
  line-height: 24px;
}

/** 活动 **/
.hdWapper {
  background-color: #fff;
  overflow: hidden;
}
.hdWapper .hdInfoWapper {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  width: 1125px;
  height: 552px;
  position: relative;
  margin: 72px auto 0;
  text-align: left;
  border: 1px solid transparent;
  padding-bottom: 50px;
}
.hdWapper .hdInfoWapper .hdBanner {
  border-radius: 40px;
  position: absolute;
  width: 658px;
  height: 366px;
  left: -76px;
  top: -35px;
}
.hdWapper .hdInfoWapper .hdTitle {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  margin: 54px 0px 54px 602px;
}
.hdWapper .hdInfoWapper .hdInfoItemWapper {
  margin-left: 602px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 2.286;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 170px;
  overflow: hidden;
}
.hdWapper .hdInfoWapper .hdInfoItemWapper a {
  font-size: 14px;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper {
  display: flex;
  margin-top: 50px;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper > div {
  flex: 1;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  width: 64px;
  padding-left: 36px;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar .tpannel {
  display: flex;
  align-items: center;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar .ticketBtn {
  border-width: 3px;
  border-color: rgb(0, 160, 233);
  border-style: solid;
  border-radius: 20px;
  width: 224px;
  height: 75px;
  padding: 13px 21px;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar .bmBtn {
  margin: 25px 0 0 120px;
  border-radius: 30px;
  background-color: rgb(0, 160, 233);
  width: 224px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar .label {
  margin-right: 36px;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar .ticketBtn .free {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(0, 160, 233);
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .ticketBar .ticketBtn .subFree {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(0, 160, 233);
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar {
  margin: 0 60px;
  text-align: right;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar .hdPersonNum {
  font-size: 20px;
  height: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar .hdPersonNum span {
  color: #00a0e9;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar .hdShare {
  display: flex;
  align-items: center;
  font-size: 22px;
  justify-content: flex-end;
  margin-top: 25px;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar .hdShare .btn-sc {
  font-size: 22px;
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar .hdShare .btn-sc i {
  background: url(../img/sciiC.jpg) no-repeat 0px center;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.hdWapper .hdInfoWapper .hdInfoBottomWapper .toolBar .hdShare .shs {
  display: flex;
  align-items: center;
}
.hdWapper .hdContentWapper {
  margin: 30px auto;
  display: flex;
  width: 1125px;
  position: relative;
  min-height: 800px;
  justify-content: flex-start;
}
.hdWapper .hdContentWapper .hdContentL {
  width: 60%;
  background-color: rgb(255, 255, 255);
  position: relative;
  margin: 0 25px 0 -25px;
}
.hdWapper .hdContentWapper .hdContentL-cont {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  display: inline-block;
  width: 100%;
  padding: 0 60px 50px;
  box-sizing: border-box;
  line-height: 2;
}
.hdWapper .hdContentWapper .hdContentL-cont img {
  max-width: 100% !important;
}
.hdWapper .hdContentWapper .hdContentL-cont .hdContent-title {
  margin: 90px auto 45px;
  font-size: 24px;
  color: rgb(0, 160, 233);
  text-align: center;
}
.hdWapper .hdContentWapper .hdContentL-cont .hdContent-txt {
  text-align: left;
  font-size: 12px;
}
.hdWapper .hdContentWapper .hdContentL-cont .hdContent-subTitle {
  margin-top: 20px;
  color: rgb(0, 160, 233);
  font-size: 16px;
  text-align: left;
}
.hdWapper .hdContentWapper .hdContentR {
  width: 40%;
}
.hdWapper .hdContentWapper .hdContentR .hdContentR-item {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
  display: flex;
  padding: 90px 29px 72px 25px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
}
.hdWapper .hdContentWapper .hdContentR .pannel {
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.hdWapper .hdContentWapper .hdContentR .map img {
  width: 100% !important;
  height: auto !important;
}
.hdZbWapper {
  display: flex;
}
.hdZbWapper .zb-logo {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 160, 233);
  width: 112px;
  height: 111px;
}
.hdZbWapper .zb-logo img {
  width: 100%;
  height: 100%;
}
.hdZbWapper .zb-cont {
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  flex: auto;
}
.hdZbWapper .zb-cont .zb-title {
  font-size: 20px;
  margin: 15px 0 20px;
}

.hdWapper .hdContentWapper .hdContent-name {
  position: absolute;
  background: url(../img/cont-title-bg.png) no-repeat 0px center;
  height: 59px;
  width: 145px;
  top: 17px;
  left: -12px;
  font-size: 22px;
  color: #fff;
  line-height: 2;
}
.hdWapper .hdContentWapper .hdContent-subName {
  text-align: center;
  color: rgb(0, 160, 233);
  margin: 24px auto;
  font-size: 16px;
}
.hdWapper .secWapper {
  width: 1260px;
  margin: 30px auto;
  overflow: hidden;
}
.hdWapper .secWapper .secTit {
  text-align: left;
  font-size: 24px;
  margin: 30px 30px 15px;
  font-weight: 400;
  color: #666;
}
.hdWapper .secWapper .ccCon {
  margin: 0 30px;
}
.hdWapper .secWapper .ccCon .mds {
  width: 265px;
  overflow: hidden;
  float: left;
  padding: 30px 0 10px 0;
  margin: 0 15px;
}
.hdWapper .secWapper .ccCon .mds .imgs {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.hdWapper .secWapper .ccCon .mds .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.hdWapper .secWapper .ccCon .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.hdWapper .secWapper .ccCon .mds .tt {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  height: 60px;
  padding: 8px 0 0 0;
  overflow: hidden;
}
.hdWapper .comm {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
.hdWapper .comm .fbpl {
  text-align: left;
  font-size: 24px;
  margin: 30px;
  font-weight: 400;
  color: #666;
}
.hdWapper .comm #commentForm {
  width: 100%;
  padding: 30px;
}
.hdWapper .comm #commentForm textarea {
  width: 90%;
  height: 100px;
  background: #dfdfdf;
  border: none;
}
.hdWapper .comm #commentForm button {
  font-size: 20px;
}
.hdWapper .comm .comment-form-footer {
  margin: 20px;
}

.baomingWapper {
  width: 100%;
  overflow: hidden;
  background: url(../img/logRegBg.jpg) no-repeat center;
  height: 580px;
  position: relative;
  margin-bottom: -20px;
}
.baomingWapper .baomingForm {
  width: 650px;
  margin: 50px auto;
  padding: 50px;
  background: url(../img/wtOptBg.png) repeat;
}
.baomingWapper .baomingForm .cont .tt1 {
  display: block;
  padding: 0px 0 0 0;
  text-align: left;
  text-align: left;
  height: 48px;
  color: #4c4c4c;
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 1px solid #d9d9d9;
}
.baomingWapper .baomingForm .cont .forms {
  padding: 10px 0;
}
.baomingWapper .baomingForm .cont .rrs {
  overflow: hidden;
  zoom: 1;
  padding: 5px 0;
  text-align: left;
}
.baomingWapper .baomingForm .cont .rrs .lts {
  display: block;
  float: left;
  padding: 0 8px 0 0;
  width: 75px;
  text-align: right;
  color: #4c4c4c;
  line-height: 40px;
  font-size: 16px;
}
.baomingWapper .baomingForm .cont .rrs .ipt {
  border: 1px solid #d9d9d9;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  width: 538px;
}
.baomingWapper .baomingForm .cont .btnRow {
  margin-top: 10px;
}
.baomingWapper .baomingForm .cont .btnRow input {
  font-size: 16px;
  padding: 8px 20px;
}

/** 弹出报名 **/
.baomingMain {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
.baomingMain .tpBigImgs {
  display: block;
  width: 100%;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.baomingMain .tpBigImgs .lk {
  display: block;
  width: 100%;
  height: 390px;
  position: relative;
  z-index: 2;
}
.baomingMain .tpBigImgs img {
  display: block;
  width: 100%;
  height: 390px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.baomingMain .tpBigImgs .tt {
  height: 50px;
  background: url(../img/blkOptBg.png) repeat;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.baomingMain .tpBigImgs span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: left;
  margin: 0 330px 0 30px;
}
.baomingMain .tpBigImgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.baomingMain .tpBigImgs .shs {
  height: 30px;
  overflow: hidden;
  zoom: 1;
  width: 278px;
  position: absolute;
  right: 0;
  top: 10px;
}
.baomingMain .tpBigImgs .shs .bdsharebuttonbox {
  float: right;
  padding: 0 20px 0;
}
.baomingMain .tpBigImgs .shs .txt {
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  position: relative;
  left: 62px;
  top: 2px;
  width: 80px;
}

.baomingMain .cons {
  width: 100%;
  overflow: hidden;
  margin: 18px 0 0 0;
  background: #fff;
}

.baomingMain .fsC {
  width: 646px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.baomingMain .tt1 {
  display: block;
  padding: 25px 0 0 0;
  text-align: left;
  text-align: left;
  height: 48px;
  line-height: 48px;
  color: #4c4c4c;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.baomingMain .forms {
  padding: 10px 0;
}
.baomingMain .rrs {
  overflow: hidden;
  zoom: 1;
  padding: 5px 0;
}
.baomingMain .rrs .lts {
  display: block;
  float: left;
  padding: 0 8px 0 0;
  width: 75px;
  text-align: right;
  color: #4c4c4c;
  line-height: 28px;
  font-size: 16px;
}
.baomingMain .rrs .ipt {
  border: 1px solid #d9d9d9;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  overflow: hidden;
  float: right;
  width: 538px;
}

.baomingMain .lTabT {
  overflow: hidden;
  zoom: 1;
}
.baomingMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 18px;
  color: #4c4c4c;
  background: none;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.baomingMain .lTabT a:hover,
.baomingMain .lTabT .on {
  background: #27303f;
  color: #fff;
}

.baomingMain .secT {
  overflow: hidden;
  zoom: 1;
}
.baomingMain .secT a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  background: #27303f;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.baomingMain .lAtcC {
  margin: 0 10px;
  padding: 25px 0;
  text-align: left;
  font-size: 20px;
  color: #4c4c4c;
  line-height: 180%;
  background: #fbfbfb;
}
.baomingMain .lAtcC img {
  max-width: 100%;
}
.baomingMain .btnRows {
  padding: 10px 0;
  overflow: hidden;
  font-size: 0;
  text-align: right;
}
.baomingMain .btnRows .jbhdBtn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 0;
  height: 38px;
  line-height: 38px;
  width: 105px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 16px;
  color: #949494;
  text-decoration: underline;
  margin: 0 0 0 16px;
}
.baomingMain .btnRows .scBtns {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 0 0 46px;
  border: 0;
  height: 38px;
  line-height: 38px;
  width: 76px;
  text-align: center;
  background: #f9f9f9 url(../img/sciiC.jpg) no-repeat 20px center;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 16px;
  color: #f5af55;
  margin: 0 0 0 16px;
  cursor: pointer;
}

.baomingMain .hdTga {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.baomingMain .hdTga .tg {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  white-space: nowrap;
  border: 1px dashed #d6d6d6;
  font-size: 18px;
  color: #4d4d4d;
  margin: 2px 5px;
}

.baomingMain .mpCon {
  padding: 0;
  overflow: hidden;
  margin: 0 22px;
}
.baomingMain .mpCon img {
  width: 100%;
}
.baomingMain .secTit {
  display: block;
  padding: 36px 22px 10px 22px;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.baomingMain .ccCon {
  margin: 0 22px;
  overflow: hidden;
  position: relative;
}
.baomingMain .con {
  width: 1300px;
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
  background: #f8f8f8;
}
.baomingMain .con .mds {
  width: 245px;
  overflow: hidden;
  float: left;
  margin: 30px 66px 0 0;
  background: #f8f8f8;
  padding: 0 0 10px 0;
}
.baomingMain .con .mds .imgs {
  display: block;
  width: 245px;
  height: 148px;
  overflow: hidden;
  position: relative;
}
.baomingMain .con .mds .imgs img {
  display: block;
  width: 245px;
  height: 148px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.baomingMain .con .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.baomingMain .con .mds .tt {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #4c4c4c;
  margin: 0 5px;
  height: 41px;
  padding: 8px 0 0 0;
  overflow: hidden;
}

.baomingMain .lTCc {
  width: 1180px;
  border: 1px solid #d9d9d9;
  height: 230px;
  margin: 12px auto;
  display: block;
  overflow: auto;
  background: #fff;
  padding: 15px;
  text-align: left;
  color: #333;
  line-height: 220%;
  font-size: 16px;
}
.baomingMain .lTCr {
  overflow: hidden;
  padding: 15px 0 30px 0;
  width: 1210px;
  margin: 0 auto;
  zoom: 1;
}
.baomingMain .lTCr .pubBtn {
  display: block;
  height: 56px;
  line-height: 56px;
  width: 130px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.baomingMain .qbpl {
  border-top: 1px solid #d9d9d9;
  margin: 0 22px;
  padding: 15px 0;
}
.baomingMain .plList {
  overflow: hidden;
}
.baomingMain .plList li {
  border-bottom: 1px solid #eee;
  padding: 20px 16px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: -1px;
}
.baomingMain .plList .tpr {
  overflow: hidden;
  zoom: 1;
}
.baomingMain .plList .pic {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
}
.baomingMain .plList .pic img {
  display: block;
  width: 70px;
  height: 70px;
}
.baomingMain .plList .rtt {
  width: 1080px;
  float: right;
  overflow: hidden;
}
.baomingMain .plList .rt1 {
  height: 24px;
  position: relative;
}
.baomingMain .plList .rt1 .llk {
  display: block;
  margin: 0 200px 0 0;
  line-height: 24px;
  text-align: left;
}
.baomingMain .plList .rt1 .llk a {
  line-height: 24px;
  color: #307cc3;
  font-size: 16px;
}
.baomingMain .plList .rt1 .tm {
  line-height: 24px;
  color: #ddd;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.baomingMain .plList .rt2 {
  font-size: 16px;
  color: #999;
  text-align: left;
  line-height: 160%;
  padding: 16px 0 0 0;
}
.baomingMain .plList .tllr {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 5px 0;
}
.baomingMain .plList .tllr .hf {
  display: block;
  float: right;
  padding: 0 0 0 28px;
  font-size: 16px;
  color: #666;
  background: url(../img/hfic1.png) no-repeat 0 center;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.baomingMain .plList .tllr .ding {
  display: block;
  float: right;
  padding: 0 0 0 24px;
  font-size: 16px;
  color: #666;
  background: url(../img/diCC.png) no-repeat 0 center;
  cursor: pointer;
}

.baomingMain .plList .respCon {
  background: #f4f7fa;
  padding: 22px 10px 22px 22px;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #eee;
}
.baomingMain .plList .respCon .pics {
  display: block;
  width: 55px;
  height: 55px;
  overflow: hidden;
  float: left;
}
.baomingMain .plList .respCon .pics img {
  display: block;
  width: 55px;
  height: 55px;
}
.baomingMain .plList .respCon .rtts {
  width: 970px;
  float: right;
  overflow: hidden;
  position: relative;
}
.baomingMain .plList .respCon .rt1s .llks {
  display: block;
  margin: 0 200px 0 0;
  line-height: 24px;
  text-align: left;
}
.baomingMain .plList .respCon .rt1s .llks a {
  line-height: 24px;
  color: #307cc3;
  font-size: 16px;
}
.baomingMain .plList .respCon .rt1s .tms {
  line-height: 24px;
  color: #ddd;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.baomingMain .plList .respCon .rt2s {
  font-size: 16px;
  color: #999;
  text-align: left;
  line-height: 160%;
  padding: 10px 0 0 0;
}

.baomingMain .replayBox {
  display: none;
  padding: 9px 0 0 0;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  margin-top: -2px;
}
.baomingMain .replayBox .rBArt {
  display: block;
  width: 13px;
  height: 11px;
  overflow: hidden;
  background: url(../img/artsicons.png) no-repeat 0 0;
  position: absolute;
  right: 20px;
  top: 0;
}
.baomingMain .replayBox .rBIcon {
  overflow: hidden;
  background: #ededed;
  padding: 25px 0 10px 0;
}
.baomingMain .replayBox .rBIcon .rIIpt {
  border: 1px solid #109ce6;
  overflow: hidden;
  padding: 4px 0;
  margin: 0 18px;
  background: #fff;
}
.baomingMain .replayBox .rBIcon .rIIpt .rIin {
  height: 30px;
  margin: 0 5px;
  position: relative;
  left: 0;
  top: 0;
}
.baomingMain .replayBox .rBIcon .rIIpt .rIin input {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.baomingMain .replayBox .rBIcon .rIToolRow {
  overflow: hidden;
  zoom: 1;
  padding: 10px 18px 0 25px;
}
.baomingMain .replayBox .rBIcon .pbBtn {
  cursor: pointer;
  display: block;
  font-size: 14px;
  width: 92px;
  border-radius: 4px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  background: #109ce6;
  cursor: pointer;
  float: right;
  margin-top: 6px;
  border: 0;
}

.baomingMain .comm {
  margin: 30px 22px 0 22px;
}
.baomingMain .comm .fs16 {
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
  line-height: 24px;
  color: #4c4c4c;
  font-size: 18px;
}
.baomingMain .comm .fs14 {
  font-size: 14px;
}
.baomingMain .comm .fs14 a {
  font-size: 14px;
}
.baomingMain .comm .mt10 {
  margin-top: 10px;
}
.baomingMain .comm .mt20 {
  margin-top: 20px;
}
.baomingMain .comm .ml20 {
  margin-left: 20px;
}
.baomingMain .comm .list-unstyled {
  padding-top: 5px;
}
.baomingMain .comm .commL {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  overflow: hidden;
}
.baomingMain .comm .left {
  float: left;
  width: 8%;
  text-align: left;
}
.baomingMain .comm .left .comment-avatar {
  padding: 2px;
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
}
.baomingMain .comm .right {
  float: right;
  width: 92%;
}
.baomingMain .comm .right .mzrq {
  display: block;
  width: 100%;
  height: 20px;
}
.baomingMain .comm .right .mz {
  float: left;
  font-size: 14px;
}
.baomingMain .comm .right .mz a {
  font-size: 14px;
}
.baomingMain .comm .right .rq {
  float: right;
  font-size: 14px;
}
.baomingMain .comm .right .pl {
  display: block;
  width: 100%;
  float: right;
  text-align: left;
  font-size: 14px;
}
.baomingMain .comm .right .dzhf {
  display: block;
  width: 100%;
  float: right;
  text-decoration: none;
}
.baomingMain .comm .right .comment-like {
  text-align: right;
  font-size: 14px;
}
.baomingMain .comm .right .comment-score {
  color: #ba2636;
}
.baomingMain .comm .fbpl {
  display: block;
  text-align: left;
  line-height: 24px;
  color: #4c4c4c;
  font-size: 18px;
}
.baomingMain .comm .comment-form {
  display: block;
  width: 100%;
  float: right;
}
.baomingMain .comm .comment-form-body {
  display: block; /*padding:8px;*/
  border: 1px solid #a1a1a1;
}
.baomingMain .comm .comment-form-footer {
  overflow: hidden;
  float: right;
}
.baomingMain .comm .comment-textarea {
  width: 100%;
  height: 80px;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  background: #dfdfdf;
}
.baomingMain .comm .comment-captcha {
  width: 94px;
  padding: 4px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
}
.baomingMain .comm .comment-captcha-img {
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0;
  vertical-align: top;
  display: none;
}
.baomingMain .comm .comment-button {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  margin: 10px 0 20px 0;
  float: right;
  cursor: pointer;
  background: #109ce6;
  font-size: 16px;
  color: #fff;
}

.baomingMain .topWrapper {
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
  margin-top: 30px;
  padding: 12px;
  overflow: hidden;
  position: relative;
}
.baomingMain .topWrapper .huodongLargeImage {
  float: left;
  width: 40%;
  height: 270px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
}
.baomingMain .topWrapper .huodongLargeImage img {
  height: 100% !important;
}
.baomingMain .topWrapper .huodongWrapper {
  float: left;
  width: 57%;
  margin-left: 3%;
  text-align: left;
  overflow: visible;
  font-size: 16px;
  line-height: 2;
}
.baomingMain .topWrapper .huodongWrapper .huodongTitle {
  font-size: 26px;
}
.baomingMain .topWrapper .huodongWrapper .huodongSpan {
  line-height: 2;
}
.baomingMain .topWrapper .huodongWrapper .huodongTime {
  margin-top: 20px;
}
.baomingMain .btnRows {
  padding: 10px 0;
  overflow: hidden;
  font-size: 0;
  text-align: right;
  position: absolute;
  right: 0;
}
.baomingMain .btnRows .jbhdBtn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 0;
  height: 38px;
  line-height: 38px;
  width: 105px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 16px;
  color: #949494;
  text-decoration: underline;
  margin: 0 0 0 16px;
}
.baomingMain .btnRows .scBtns {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 0 0 46px;
  border: 0;
  height: 38px;
  line-height: 38px;
  width: 76px;
  text-align: center;
  background: #f9f9f9 url(../img/sciiC.jpg) no-repeat 20px center;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 16px;
  color: #f5af55;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.baomingMain .topWrapper .huodongWrapper .tt {
  margin-top: 20px;
}

/** 个人中心-我的消息 **/
.mcmcwdxxMain {
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
  zoom: 1;
  background: #fff;
  padding-bottom: 22px;
}
.mcmcwdxxMain .secT {
  overflow: hidden;
  zoom: 1;
}
.mcmcwdxxMain .secT a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 18.7px;
  color: #fff;
  background: #27303f;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.mcmcwdxxMain .cons {
  overflow: hidden;
  zoom: 1;
  padding: 26px 20px 0 20px;
}
.mcmcwdxxMain .cons .lfts {
  float: left;
  width: 425px;
  padding: 60px 0 0 0;
  height: 190px;
  background: #f6f6f6;
}
.mcmcwdxxMain .cons .lfts .inc {
  overflow: hidden;
  zoom: 1;
  padding: 0 22px;
}
.mcmcwdxxMain .cons .lfts .inc .pic {
  display: block;
  width: 109px;
  height: 109px;
  overflow: hidden;
  float: left;
}
.mcmcwdxxMain .cons .lfts .inc .pic img {
  display: block;
  width: 109px;
  height: 109px;
}
.mcmcwdxxMain .cons .lfts .inc .rt {
  display: block;
  width: 235px;
  overflow: hidden;
  line-height: 30px;
  text-align: left;
  float: right;
  color: #333;
  font-size: 20px;
  margin: 40px 0 0 0;
}
.mcmcwdxxMain .cons .lfts .psf {
  overflow: hidden;
  zoom: 1;
  padding: 0 22px;
  margin: 10px 0;
}
.mcmcwdxxMain .cons .lfts .psf span {
  display: block;
  width: 60px;
  overflow: hidden;
  line-height: 18px;
  text-align: left;
  float: left;
  color: #333;
  font-size: 12px;
}

.mcmcwdxxMain .cons .rits {
  float: right;
  width: 780px;
  height: 250px;
  background: #f6f6f6;
}
.mcmcwdxxMain .cons .rits .inc {
  padding: 25px 30px;
  overflow: hidden;
  zoom: 1;
}
.mcmcwdxxMain .cons .rits .inc .col {
  overflow: hidden;
  width: 50%;
  height: 25px;
  padding: 10px 0;
  float: left;
}
.mcmcwdxxMain .cons .rits .inc .col div {
  padding: 0 0 0 20px;
  background: url(../img/smStIcon.jpg) no-repeat 0 center;
  font-size: 18.7px;
  line-height: 25px;
  color: #999;
  text-align: left;
  margin: 0 5px 0 0;
}
.mcmcwdxxMain .cons .rits .inc .col div strong {
  font-size: 18.7px;
  line-height: 25px;
  color: #4c4c4c;
  font-weight: normal;
}
.mcmcwdxxMain .cons .rits .lTCr {
  overflow: hidden;
  padding: 15px 0 25px 0;
  margin: 0 auto;
  zoom: 1;
  clear: both;
}
.mcmcwdxxMain .cons .rits .lTCr .pubBtn {
  display: block;
  height: 46px;
  line-height: 46px;
  width: 130px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.mcmcwdxxMain .cons .zkMod {
  overflow: hidden;
  zoom: 1;
}
.mcmcwdxxMain .cons .tbL {
  width: 190px;
  overflow: hidden;
  float: left;
  background: #f6f6f6;
}
.mcmcwdxxMain .cons .tbL a {
  display: block;
  cursor: pointer;
  height: 65px;
  line-height: 65px;
  font-size: 18.7px;
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 20px;
}
.mcmcwdxxMain .cons .tbL .on {
  background: #27303f;
  color: #fff;
}
.mcmcwdxxMain .cons .tbR {
  overflow: hidden;
  width: 996px;
  float: right;
}
.mcmcwdxxMain .cons .tbIn {
  display: none;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 200%;
  text-align: left;
  word-break: break-all;
  padding: 0 10px;
}
.mcmcwdxxMain .cons .tbIn li {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding: 0 5px;
}
.mcmcwdxxMain .cons .tbIn li:hover {
  background: #e6e1e1;
}
.mcmcwdxxMain .cons .tbIn .llink {
  height: 40px;
  line-height: 40px;
  margin: 0 150px 0 0;
  text-align: left;
  overflow: hidden;
  display: block;
}
.mcmcwdxxMain .cons .tbIn .llink a {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 40px;
}
.mcmcwdxxMain .cons .tbIn .tm {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #999;
}
.mcmcwdxxMain .cons .show {
  display: block;
}
.mcmcwdxxMain .cons .pagging {
  padding: 50px 0;
}

/** 感兴趣 **/
.gxqMain {
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
  zoom: 1;
  background: #fff;
  padding: 30px 0;
}
.gxqMain .cons {
  width: 750px;
  margin: 0 auto;
}
.gxqMain .mcC {
  overflow: hidden;
  text-align: left;
  padding: 16px;
  font-size: 16px;
  color: #808080;
  line-height: 180%;
  word-break: break-all;
  background: #dfdfdf;
}

.gxqMain .secC {
  overflow: hidden;
  zoom: 1;
  margin-top: 22px;
}
.gxqMain .secC .ltt {
  display: block;
  overflow: hidden;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  background: #27303f;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.gxqMain .secC .rtx {
  float: right;
  width: 620px;
  padding: 10px 15px;
  text-align: center;
  min-height: 40px;
  overflow: hidden;
  background: #f8f8f8;
  font-size: 0;
}
.gxqMain .secC .rtx .inc {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
  color: #4c4c4c;
  font-size: 20px;
  line-height: 40px;
}
.gxqMain .lTCr {
  overflow: hidden;
  padding: 22px 0 0 0;
  margin: 0 auto;
  zoom: 1;
}
.gxqMain .lTCr .pubBtn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 42px;
  line-height: 42px;
  width: 150px;
  border-radius: 8px;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/** 搜索 **/
.searchMain {
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
  zoom: 1;
  background: #fff;
  padding: 30px 0;
}
.searchMain .cons {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
  background: #f7f7f7;
}
.searchMain .row1 {
  overflow: hidden;
  zoom: 1;
  border-bottom: 2px solid #d2d2d2;
  padding: 38px 20px 8px 20px;
}
.searchMain .row1 span {
  display: block;
  float: left;
  font-size: 18.7px;
  line-height: 30px;
}
.searchMain .row1 .btn {
  display: block;
  border: 0;
  float: left;
  margin: 0 0 0 80px;
  padding: 0 10px;
  font-size: 18.7px;
  color: #0891d3;
  background: none;
  cursor: pointer;
  outline: none;
}

.searchMain .secTt {
  display: block;
  text-align: right;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #808080;
  padding: 5px 20px;
}
.searchMain .thdTt {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #0891d3;
  padding: 10px 20px 0 20px;
}

.searchMain .atcList {
  margin: 40px 28px; /*overflow:hidden; overflow-y:auto; max-height:400px*/
}
.searchMain .atcList li {
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
  padding: 20px 0 25px 0;
  margin-bottom: -1px;
}
.searchMain .atcList .tr1 {
  display: block;
  text-align: left;
  padding: 2px 0;
  overflow: hidden;
}
.searchMain .atcList .tr1 a {
  transition: all linear 0.2s;
  font-size: 25px;
  line-height: 45px;
  color: #4c4c4c;
}
.searchMain .atcList .tr2 {
  display: block;
  text-align: left;
  height: 28px;
  line-height: 28px;
  color: #808080;
  overflow: hidden;
  font-size: 16px;
  padding: 8px 0 0 0;
}

.searchMain .mnList {
  padding: 20px 20px;
  overflow: hidden;
}
.searchMain .mnList .row {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
}

/** 所有车智驾指数与电动指数 **/
.zjzsddzsMain {
  width: 1260px;
  margin: 18px auto 0 auto;
  overflow: hidden;
}
.zjzsddzsMain .breadCast {
  padding: 0 0 0 20px;
}
.zjzsddzsMain .cons {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0 0 0;
}
.zjzsddzsMain .topsRow {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  padding: 0 20px 0 0;
  margin: 20px 0 0 0;
}
.zjzsddzsMain .topsRow .axm {
  display: block;
  float: left;
  border-bottom: 1px solid #a4a8ae;
  height: 59px;
  line-height: 59px;
  font-size: 20px;
  color: #4c4c4c;
  padding: 0 16px;
  white-space: nowrap;
  cursor: pointer;
}
.zjzsddzsMain .topsRow .scBtn {
  display: block;
  float: left;
  height: 60px;
  width: 30px;
  margin: 0 0 0 10px;
  cursor: pointer;
  border: 0;
  background: url(../img/scV2.jpg) no-repeat center;
}
.zjzsddzsMain .topsRow .scIpt {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 18px 0 0 10px;
  border: 0;
  background: none;
  outline: none;
  border-right: 1px solid #878787;
  border-left: 1px solid #878787;
  padding: 0 10px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  color: #4c4c4c;
  width: 120px;
}
.zjzsddzsMain .optRow {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
.zjzsddzsMain .optRow .lts {
  display: block;
  float: left;
  width: 90px;
  text-align: left;
  font-size: 17px;
  color: #4c4c4c;
  margin: 10px 0 0 0;
  line-height: 38px;
}
.zjzsddzsMain .optRow .rtC {
  width: 1125px;
  float: right;
  overflow: hidden;
}
.zjzsddzsMain .optRow .rtC a {
  display: block;
  float: left;
  margin: 10px 5px 0 0;
  height: 38px;
  line-height: 38px;
  background: none;
  font-size: 17px;
  color: #333;
  padding: 0 18px;
  white-space: nowrap;
  cursor: pointer;
}
.zjzsddzsMain .optRow .rtC .on {
  background: #27303f;
  color: #fff;
}

.zjzsddzsMain .con {
  width: 1300px;
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
}
.zjzsddzsMain .con .mds {
  width: 386px;
  overflow: hidden;
  float: left;
  margin: 22px 28px 0 0;
  background: #f8f8f8;
}
.zjzsddzsMain .con .mds .imgs {
  display: block;
  width: 386px;
  height: 217px;
  overflow: hidden;
  position: relative;
}
.zjzsddzsMain .con .mds .imgs img {
  display: block;
  width: 386px;
  height: 217px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.zjzsddzsMain .con .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.zjzsddzsMain .con .mds .tt1 {
  display: block;
  text-align: left;
  font-size: 20px;
  color: #4c4c4c;
  margin: 0 15px;
  height: 50px;
  line-height: 50px;
}
.zjzsddzsMain .con .mds .sts {
  text-align: center;
  padding: 3px 0;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #4c4c4c;
}
.zjzsddzsMain .con .mds .sts img {
  position: relative;
  left: 0;
  top: 2px;
  margin: 0 6px 0 0;
}
.zjzsddzsMain .con .mds .tt2 {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #808080;
  margin: 0 15px;
  padding: 12px 0 0 0;
  line-height: 28px;
  max-height: 85px;
  overflow: hidden;
}
.zjzsddzsMain .con .mds .tt2 a {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
}
.zjzsddzsMain .con .mds .tt3 {
  overflow: hidden;
  zoom: 1;
  padding: 10px 15px;
}
.zjzsddzsMain .con .mds .tt3 .lx {
  display: block;
  float: left;
  line-height: 22px;
  font-size: 14px;
  color: #808080;
}
.zjzsddzsMain .con .mds .tt3 .fxBtn {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/shIcon.jpg) no-repeat 0 0;
  float: right;
}

.zjzsddzsMain .cmTt {
  padding: 20px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}
.zjzsddzsMain .cmTt span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  background: #27303f;
}

/** 报道与投稿之后 **/
.bdthhPage {
  width: 100%;
  overflow: hidden;
  background: url(../img/logRegBg.jpg) no-repeat center;
  height: 480px;
  position: relative;
  margin-bottom: -20px;
}
.bdthhPage .cons {
  width: 700px;
  height: 280px;
  overflow: hidden;
  background: url(../img/wtOptBg.png) repeat;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -350px;
}
.bdthhPage .t1 {
  display: block;
  padding: 50px 0 5px 230px;
  overflow: hidden;
  line-height: 36px;
  font-size: 18.7px;
  font-weight: bold;
  text-align: left;
  color: #4c4c4c;
  background: url(../img/lsDgIc.png) no-repeat 175px 50px;
}
.bdthhPage .t2 {
  display: block;
  padding: 50px 0 5px 295px;
  overflow: hidden;
  line-height: 36px;
  font-size: 18.7px;
  font-weight: bold;
  text-align: left;
  color: #4c4c4c;
  background: url(../img/lsDgIc.png) no-repeat 240px 50px;
}
.bdthhPage .btnRow {
  font-size: 0;
  padding: 50px 0 0 0;
  text-align: center;
}
.bdthhPage .btnRow a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  width: 140px;
  text-align: center;
  margin: 0 40px;
  background: #109ce6;
  font-size: 18.7px; /*font-weight:bold;*/
  color: #fff;
}

/** 登录 **/
.loginPage {
  width: 100%;
  overflow: hidden;
  background: url(../img/logRegBg.jpg) no-repeat center;
  height: 600px;
  position: relative;
  margin-bottom: -20px;
}
.loginPage .tpLgs {
  width: 280px;
  height: 44px;
  overflow: hidden;
  background: url(../img/zjLgs.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -140px;
}
.loginPage .cons {
  width: 430px;
  padding-bottom: 30px;
  overflow: hidden;
  background: url(../img/wtOptBg.png) repeat;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -215px;
}
.loginPage .tbT {
  overflow: hidden;
  zoom: 1;
}
.loginPage .tbT a {
  display: block;
  cursor: pointer;
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 18.7px;
  color: #333;
  text-align: center;
}
.loginPage .tbT .on {
  background: #44b4e6;
  color: #fff;
}

.loginPage .tbC {
  overflow: hidden;
  padding: 10px 20px 0 20px;
}
.loginPage .tbC .tbIn {
  display: none;
  width: 100%;
  overflow: hidden;
}
.loginPage .tbC .show {
  display: block;
}
.loginPage .tbC .tmd {
  overflow: hidden;
  zoom: 1;
}
.loginPage .tbC .tmd .lfts {
  width: 300px;
  float: left;
}
.loginPage .tbC .tmd .rs {
  padding: 10px 0;
}
.loginPage .tbC .tmd .row {
  overflow: hidden;
  zoom: 1;
  background: #fff;
}
.loginPage .tbC .tmd .lts {
  display: block;
  overflow: hidden;
  line-height: 45px;
  margin-left: 10px;
  width: 50px;
  float: left;
  font-size: 16px;
  color: #808080;
  text-align: left;
}
.loginPage .tbC .tmd .ipt {
  display: block;
  float: right;
  height: 25px;
  line-height: 25px;
  padding: 10px 0;
  margin: 0 15px 0 0;
  _margin: 0 7px 0 0;
  border: 0;
  outline: none;
  font-size: 14px;
  color: #4c4c4c;
  text-align: left;
  width: 220px;
}
.loginPage .tbC .tmd .v2 .lts {
  width: 70px;
}
.loginPage .tbC .tmd .v2 .ipt {
  width: 200px;
}
.loginPage .tbC .tmd .cap .ig {
  display: block;
  float: right;
  cursor: pointer;
  width: 62px;
  border: 1px solid #ccc;
  margin: 12.5px 10px 12.5px 0;
}
.loginPage .tbC .tmd .cap .ipt {
  width: 150px;
}
.loginPage .tbC .tmd .tls {
  overflow: hidden;
  padding: 5px 0 10px 0;
  zoom: 1;
}
.loginPage .tbC .tmd .tls label {
  display: block;
  float: left;
  cursor: pointer;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  padding: 0 0 0 20px;
  position: relative;
}
.loginPage .tbC .tmd .tls label input {
  position: absolute;
  left: 0;
  top: 5px;
}
.loginPage .tbC .tmd .tls a {
  display: block;
  line-height: 22px;
  float: right;
  font-size: 14px;
  color: #178bc0;
}

.loginPage .tbC .tmd .btns {
  width: 70px;
  height: 70px;
  background: url(../img/cirBtns.png) no-repeat 0 0;
  cursor: pointer;
  font-size: 18.7px;
  line-height: 70px;
  text-align: center;
  float: right;
  border: 0;
  margin: 30px 0 0 0;
  color: #fff;
}
.loginPage .tbC .tmd .mgt {
  margin-top: 130px;
}
.loginPage .dsfdl {
  padding: 40px 0 0 0;
  margin-top: 20px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background: url(../img/dsfdlImg.png) no-repeat center 0;
}
.loginPage .dsfdl a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 30px;
  width: 56px;
  height: 56px;
}
.loginPage .dsfdl .lk1 {
  background: url(../img/cirics1.png) no-repeat 0 0;
}
.loginPage .dsfdl .lk2 {
  background: url(../img/cirics2.png) no-repeat 0 0;
}
.loginPage .dsfdl .lk3 {
  background: url(../img/cirics3.png) no-repeat 0 0;
}

/** 找回密码 **/
.findPwdPage {
  width: 100%;
  overflow: hidden;
  background: url(../img/logRegBg.jpg) no-repeat center;
  height: 600px;
  position: relative;
  margin-bottom: -20px;
}
.findPwdPage .tpLgs {
  width: 280px;
  height: 44px;
  overflow: hidden;
  background: url(../img/zjLgs.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -140px;
}
.findPwdPage .cons {
  width: 430px;
  height: 400px;
  overflow: hidden;
  background: url(../img/wtOptBg.png) repeat;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -215px;
}
.findPwdPage .tt1 {
  display: block;
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  zoom: 1;
}
.findPwdPage .tt1 a {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 28px;
  background: url(../img/gbksIc.png) no-repeat 0 center;
  font-size: 16px;
  color: #333;
}
.findPwdPage .tt2 {
  display: block;
  padding: 0;
  line-height: 32px;
  font-size: 20px;
  color: #1a1a1a;
}
.findPwdPage .tt3 {
  display: block;
  padding: 10px 0 0 0;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.findPwdPage .rows {
  height: 45px;
  width: 300px;
  margin: 20px auto 0 auto;
  background: #fff;
  position: relative;
}
.findPwdPage .rows input {
  width: 260px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 15px;
  color: #4c4c4c;
  margin: 10px 0;
  border: 0;
  outline: none;
  position: relative;
  z-index: 2;
  background: none;
}
.findPwdPage .rows .tps {
  display: block;
  line-height: 25px;
  width: 170px;
  text-align: left;
  font-size: 14px;
  color: #808080;
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 1;
}
.findPwdPage .rows .ipt {
  width: 180px;
  position: absolute;
  left: 20px;
  top: 10px;
  margin: 0;
}
.findPwdPage .rows .ig {
  display: block;
  float: right;
  cursor: pointer;
  width: 65px;
  border: 1px solid #ccc;
  margin: 11px 10px 11px 0;
}
.findPwdPage .rows .vld {
  display: block;
  width: 135px;
  height: 66px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.findPwdPage .rows .vld img {
  display: block;
  width: 135px;
  height: 66px;
  cursor: pointer;
}
.findPwdPage .nextBtn {
  display: block;
  width: 300px;
  margin: 25px auto 0 auto;
  border: 0;
  height: 45px;
  line-height: 45px;
  background: #109ce6;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.findPwdPage .rows .sendCode {
  display: block;
  width: 120px;
  font-size: 18px;
  color: #808080;
  cursor: pointer;
  line-height: 66px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
/** Content End **/

/** common Scroll Pic Start **/
.idx_fadein_pic {
  width: 100%;
  height: 339px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
  overflow: hidden;
  margin-top: -1px;
}
.idx_fadein_pic .gl {
  display: none;
  height: 32px;
  width: 32px;
  overflow: hidden;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -37px;
  z-index: 10;
  background: url(../img/glBtn.png) no-repeat 0 0;
  cursor: pointer;
}
.idx_fadein_pic .gr {
  display: block;
  height: 32px;
  width: 32px;
  overflow: hidden;
  position: absolute;
  right: 45px;
  top: 22px;
  z-index: 10;
  background: url(../img/grBtns.png) no-repeat 0 0;
  cursor: pointer;
}
.idx_fadein_pic ul {
  width: 100%;
  height: 339px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.idx_fadein_pic ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  filter: inherit;
  list-style-position: outside;
  list-style: none;
  vertical-align: bottom;
}
.idx_fadein_pic ul li.show {
  z-index: 8;
}
.idx_fadein_pic ul li .link {
  width: 100%;
  height: 339px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  filter: alpha(opacity=60);
  opacity: 0.3;
  -moz-opacity: 0.3;
}
.idx_fadein_pic ul li .tags {
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index: 3;
  padding: 0 0 0 22px;
  background: url(../img/lRdIcon.jpg) no-repeat 0 center;
  line-height: 24px;
  font-size: 20px;
  color: #e43a47;
  white-space: nowrap;
  position: absolute;
  left: 45px;
  top: 22px;
}
.idx_fadein_pic ul li .txC {
  width: 685px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -342px;
  z-index: 2;
  padding-bottom: 18px;
}
.idx_fadein_pic ul li .txC .cis {
  font-size: 18.7px;
  line-height: 42px;
  color: #fff;
  text-indent: 32px;
  text-align: left;
}
.idx_fadein_pic ul li .txC .tls {
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: right;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  padding: 10px 0 0 0;
}
.idx_fadein_pic ul li .txC .tls a {
  font-size: 18.7px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.idx_fadein_pic .control-fla-con {
  display: none;
  width: 100%;
  text-align: center;
  height: 16px;
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 20;
}
.idx_fadein_pic .show-tit {
  display: none;
}
.idx_fadein_pic .control-fla-con a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
  z-index: 939;
  height: 13px;
  width: 13px;
  overflow: hidden;
  cursor: pointer;
  background: #666768;
  border-radius: 10px;
  margin: 0 5px;
  text-indent: -1000px;
  transition: all linear 0.2s;
}
.idx_fadein_pic .control-fla-con a i {
  display: none;
}
.idx_fadein_pic .control-fla-con .on {
  background: #fff;
}
/** common Scroll Pic End **/

.frendLink {
  width: 1260px;
  overflow: hidden;
  margin: 14px auto 0 auto;
  background: #fff;
  overflow: hidden;
  padding: 25px 0 15px 0;
}
.frendLink .cons {
  margin: 0 30px;
  overflow: hidden;
}
.frendLink .tit {
  height: 40px;
  position: relative;
  left: 0;
  top: 0;
}
.frendLink .tit i {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.frendLink .tit span {
  display: block;
  width: 398px;
  height: 40px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 21px;
  color: #109ce6;
}
.frendLink .secTit {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #109ce6;
  line-height: 24px;
  height: 24px;
}
.frendLink .linkCon {
  font-size: 0;
  text-align: left;
  padding: 15px 0 20px 0;
}
.frendLink .linkCon a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 10px 0 0 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #808080;
  padding: 0 42px;
  white-space: nowrap;
}

/** Bottom Start **/
.bottom {
  width: 100%;
  overflow: hidden;
  background: #27303f;
  border-top: 1px solid #f0f0f0;
  margin-top: 18px;
  padding: 20px 0 20px 0;
}
.bottom .cons {
  width: 1200px;
  margin: 0 auto;
}
.bottom .tops {
  text-align: left;
}
.bottom .middles {
  overflow: hidden;
  zoom: 1;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #4e5562;
}
.bottom .cols1 {
  width: 420px;
  float: left;
  margin: 0 10px 0 0;
}
.bottom .cols1 .rs {
  font-size: 16px;
  color: #e5e5e5;
  line-height: 160%;
  padding: 8px 0;
  text-align: left;
}
.bottom .cols2 {
  width: 300px;
  float: left;
  margin: 0 12px 0 0;
}
.bottom .cols2 .rs {
  display: block;
  padding: 8px 0;
  text-align: left;
}
.bottom .cols2 .rs a {
  font-size: 16px;
  color: #e5e5e5;
}

.bottom .cols3 {
  width: 140px;
  float: right;
}
.bottom .cols3 .rs {
  display: block;
  padding: 8px 0;
  text-align: left;
  overflow: hidden;
  zoom: 1;
}
.bottom .cols3 .rs a,
.bottom .cols3 .rs span {
  font-size: 16px;
  color: #e5e5e5;
}
.bottom .cols3 .dy {
  height: 56px;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
}
.bottom .cols3 .dy .btn {
  display: block;
  border: 0;
  outline: none;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #109ce6;
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  width: 122px;
  color: #fff;
}
.bottom .cols3 .dy .ipts {
  display: block;
  border: 0;
  width: 210px;
  position: absolute;
  left: 15px;
  top: 15px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  text-align: left;
  background: none;
  outline: none;
}
.bottom .fts {
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
  text-align: center;
  padding: 20px 0 0 0;
}
.bottom .fts a {
  font-size: 14px;
  color: #ccc;
}

.bottom .linkRow {
  overflow: hidden;
  zoom: 1;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.bottom .linkRow .lLink {
  width: 910px;
  float: left;
  overflow: hidden;
  zoom: 1;
}
.bottom .linkRow .lLink .col {
  width: 20%;
  float: left;
  overflow: hidden;
}
.bottom .linkRow .lLink .t1 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 15px 0;
  text-align: left;
}
.bottom .linkRow .lLink .lk {
  display: block;
  text-align: left;
}
.bottom .linkRow .lLink .lk a {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  transition: all linear 0.2s;
}
.bottom .linkRow .lLink .lk a:hover {
  color: #ff3039;
}
.bottom .linkRow .rEwm {
  width: 280px;
  float: right;
  text-align: right;
}
.bottom .rprRow {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0 15px 0;
  width: 100%;
  background: #fff;
}
.bottom .rprRow .cpr {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
.bottom .rprRow .lpr {
  line-height: 26px;
  color: #666;
  font-size: 12px;
  float: left;
  text-align: left;
  width: 610px;
}

.bottom .rprRow .rcp {
  float: right;
  overflow: hidden;
  zoom: 1;
  width: 440px;
}
.bottom .rprRow .rcp a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: right;
  margin: 0 0 0 24px;
  cursor: pointer;
  transition: all linear 0.2s;
  position: relative;
  left: 0;
  top: 0;
}
.bottom .rprRow .rcp a img {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  margin: 0 auto;
  transition: all linear 0.2s;
  opacity: 1;
  filter: alpha(opacity = 100);
}
.bottom .rprRow .rcp a .dis {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.bottom .rprRow .rcp a:hover img {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.bottom .rprRow .rcp a:hover img.dis {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity = 100);
}
/** Bottom End **/

/** RightBar Start **/
.rightBar {
  width: 40px;
  position: fixed;
  top: 50%;
  right: 0px;
  margin: 0 0 0 635px;
  z-index: 100;
  background: #fff;
  border-radius: 8px;
}
.rightBar .link {
  display: block;
  cursor: pointer;
  width: 40px;
  padding: 8px 0;
  position: relative;
  left: 0;
  top: 0;
  transition: all linear 0.2s;
}
.hdPgrB {
  top: auto;
  bottom: 20%;
}
.scane {
  position: relative;
}
.scane .scane_ewm {
  padding: 10px;
  background: #f7f7f7;
  text-align: center;
  position: absolute;
  right: 50px;
  top: -30px;
  display: none;
}
.scane .scane_ewm img {
  margin-bottom: 5px;
}
.scane .scane_ewm .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid #f7f7f7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 120px;
  top: 45px;
}
.scane.on .scane_ewm {
  display: block;
}

.ritPubBar {
  width: 40px;
  position: fixed;
  top: 20%;
  right: 0px;
  margin: 0 0 0 635px;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 17px;
  color: #4c4c4c;
  text-align: center;
}
/** RightBar Start **/

/** pagging Start **/
.pagging {
  width: 100%;
  padding: 60px 0 85px 0;
  text-align: center;
  font-size: 0;
}
.pagging a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #ccc;
  margin: 0 5px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  white-space: nowrap;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
  transition: all linear 0.2s;
}
.pagging a:hover,
.pagging .page-curr {
  background: #27303f;
  color: #fff;
  border-color: #27303f;
}
/** pagging Start **/

/** 活动列表 **/
.hdListsMain {
  width: 1260px;
  overflow: hidden;
  margin: 0 auto;
}
.hdListsMain .topMd {
  font-size: 0;
  padding: 45px 0 0 0;
  text-align: center;
}
.hdListsMain .topMd a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 52px;
  line-height: 52px;
  color: #fff;
  width: 160px;
  background: #262f3e;
  font-size: 20px;
  font-weight: bold;
}

.hdListsMain .lTabT {
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  margin-top: 16px;
}
.hdListsMain .lTabT a {
  display: block;
  overflow: hidden;
  padding: 0 35px;
  white-space: nowrap;
  font-size: 17px;
  color: #4c4c4c;
  background: none;
  float: left;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
  cursor: pointer;
  margin-right: 20px;
}
.hdListsMain .lTabT a:hover,
.hdListsMain .lTabT .on {
  background: #27303f;
  color: #fff;
}

.hdListsMain .cons {
  width: 1260px;
  overflow: hidden;
  background: #fff;
  margin-top: 18px;
}
.hdListsMain .cons .incs {
  overflow: hidden;
  margin: 0 20px;
  padding: 0 0 22px 0;
  display: none;
}
.hdListsMain .cons .show {
  display: block;
}
.hdListsMain .cons .mdFlt {
  width: 1320px;
  overflow: hidden;
  zoom: 1;
}
.hdListsMain .cons .mds {
  width: 575px;
  overflow: hidden;
  float: left;
  margin: 50px 70px 0 0;
  padding: 0 0 16px 0;
  background: #f8f8f8;
}
.hdListsMain .cons .mds .imgs {
  display: block;
  width: 575px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.hdListsMain .cons .mds .imgs img {
  display: block;
  width: 575px;
  height: 320px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.hdListsMain .cons .mds .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.hdListsMain .cons .mds .tt1 {
  position: relative;
  height: 50px;
}
.hdListsMain .cons .mds .tt1 .llt {
  display: block;
  position: absolute;
  left: 15px;
  height: 25px;
  top: 12px;
  text-align: left;
  right: 120px;
}
.hdListsMain .cons .mds .tt1 .llt a {
  line-height: 25px;
  font-size: 18.7px;
  color: #4c4c4c;
}
.hdListsMain .cons .mds .tt1 .status {
  display: block;
  border-radius: 100px;
  width: 86px;
  text-align: center;
  background: #109ce6;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 16px;
  color: #fff;
}
.hdListsMain .cons .mds .tt1 .statusend {
  display: block;
  border-radius: 100px;
  width: 86px;
  text-align: center;
  background: #d1d1d1;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 16px;
  color: #4c4c4c;
}
.hdListsMain .cons .mds .tt2 {
  overflow: hidden;
  zoom: 1;
}
.hdListsMain .cons .mds .t2L {
  float: left;
  text-align: left;
  width: 370px;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 200%;
}
.hdListsMain .cons .mds .t2R {
  float: right;
  text-align: right;
  width: 130px;
  padding: 0 15px 0 0;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 200%;
}
.hdListsMain .cons .mds .t2R .c1 {
  font-size: 16px;
  color: #e33939;
  line-height: 200%;
}
.hdListsMain .cons .mds .t2R .c2 {
  font-size: 16px;
  color: #109ce6;
  line-height: 200%;
}
.hdListsMain .cons .mdFlt .pagging {
  padding: 60px 100px 85px 0;
}

.hdListsMain .cons .mids {
  float: none;
  margin-right: 0;
  width: 1220px;
}
.hdListsMain .cons .mids .imgs {
  display: block;
  width: 1220px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.hdListsMain .cons .mids .imgs img {
  display: block;
  width: 1220px;
  height: 400px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.hdListsMain .cons .mids .tt1 {
  margin: 10px 150px 0 150px;
}
.hdListsMain .cons .mids .tt1 .llt {
  height: 50px;
  top: 9px;
}
.hdListsMain .cons .mids .tt1 .llt a {
  font-size: 33px;
  line-height: 50px;
}
.hdListsMain .cons .mids .status {
  top: 30px;
}

.hdListsMain .cons .mids .tt2 {
  margin: 0 150px;
}
.hdListsMain .cons .mids .t2L {
  font-size: 20px;
}
.hdListsMain .cons .mids .t2R,
.hdListsMain .cons .mids .t2R .c1,
.hdListsMain .cons .mids .t2R .c2 {
  font-size: 20px;
}

.hdListsMain .jshdT {
  overflow: hidden;
  height: 30px;
  text-align: center;
  position: relative;
}
.hdListsMain .jshdT span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #109ce6;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 52px;
}
.hdListsMain .jshdT i {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  top: 59%;
  background: #666;
}

.hdListsMain .cons .mdFlts {
  width: 1320px;
  overflow: hidden;
  zoom: 1;
}
.hdListsMain .cons .mdss {
  width: 282px;
  overflow: hidden;
  float: left;
  margin: 22px 22px 0 0;
  padding: 0 0 10px 0;
  background: #f8f8f8;
}
.hdListsMain .cons .mdss .imgs {
  display: block;
  width: 282px;
  height: 189px;
  overflow: hidden;
  position: relative;
}
.hdListsMain .cons .mdss .imgs img {
  display: block;
  width: 282px;
  height: 189px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.hdListsMain .cons .mdss .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.hdListsMain .cons .mdss .tt1 {
  height: 69px;
  overflow: hidden;
  text-align: left;
  margin: 0 18px;
  padding: 12px 0 0 0;
}
.hdListsMain .cons .mdss .tt1 a {
  line-height: 34px;
  font-size: 18px;
  color: #4c4c4c;
}
.hdListsMain .cmLoadMore {
  padding: 50px 0;
}

/** 图片详情 **/
.tpxqMain {
  width: 1260px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  background: #fff;
}
.tpxqMain .breadCast {
  padding: 10px 20px;
}
.tpxqMain .inCons {
  padding: 20px;
  overflow: hidden;
}
.tpxqMain .tpTit {
  text-align: center;
  font-size: 26px;
  color: #444;
  line-height: 32px;
  overflow: hidden;
  padding-bottom: 22px;
}
.tpxqMain .secT {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 6px;
}
.tpxqMain .secT .ltc {
  height: 24px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  width: 400px;
  float: left;
  text-align: left;
  font-size: 14px;
}
.tpxqMain .secT .shs {
  height: 24px;
  float: right;
  overflow: hidden;
  zoom: 1;
}

.tpxqMain .bgImg {
  width: 898px;
  height: 505px;
  margin: 45px auto 0 auto;
  background: url(../img/lds.gif) no-repeat center;
}
.tpxqMain .thdCon {
  width: 1065px;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 auto;
}
.tpxqMain .thdCon .gl {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 226px;
  float: left;
  overflow: hidden;
  background: url(../img/gglBtns.jpg) no-repeat center;
}
.tpxqMain .thdCon .imgCon {
  width: 900px;
  float: left;
  margin: 18px 0 0 20px;
}
.tpxqMain .thdCon .iCIn {
  overflow: hidden;
  zoom: 1;
  width: 950px;
}
.tpxqMain .thdCon .iCIn img {
  display: block;
  width: 281px;
  height: 183px;
  float: left;
  margin: 0 29px 0 0;
  cursor: pointer;
}
.tpxqMain .thdCon .iCIn .cur {
  border: 2px solid #00a1e9;
  height: 179px;
  width: 277px;
}
.tpxqMain .thdCon .gr {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 226px;
  float: right;
  overflow: hidden;
  background: url(../img/ggrBtns.jpg) no-repeat center;
}
.tpxqMain .procCon {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
.tpxqMain .procCon span {
  color: #0f9ce4;
  font-size: 24px;
  line-height: 30px;
}

.tpxqMain .cmMds {
  width: 948px;
  overflow: hidden;
  margin: 0 auto;
}

.tpxqMain .cmMds .cmT {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666;
  text-align: left;
  padding: 0; /*border-left:2px solid #dc2223;*/
  margin-top: 22px;
}
.tpxqMain .cmMds .arcTx {
  width: 878px;
  border: 1px solid #e2e2e2;
  padding: 10px;
  height: 90px;
  overflow: auto;
  background: #fff;
  text-align: left;
  color: #333;
  line-height: 160%;
  font-size: 16px;
  margin-top: 18px;
}
.tpxqMain .cmMds .pbR {
  overflow: hidden;
  padding: 25px 0 10px 0;
  zoom: 1;
}
.tpxqMain .cmMds .pbR .pubBtn {
  display: block;
  height: 42px;
  line-height: 42px;
  width: 150px;
  float: right;
  cursor: pointer;
  background: #109ce6;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.tpxqMain .mdFlts {
  width: 1013px;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 20px;
}
.tpxqMain .mdss {
  width: 272px;
  overflow: hidden;
  float: left;
  margin: 22px 65px 0 0;
  padding: 0 0 10px 0;
}
.tpxqMain .mdss .imgs {
  display: block;
  width: 272px;
  height: 177px;
  overflow: hidden;
  position: relative;
}
.tpxqMain .mdss .imgs img {
  display: block;
  width: 272px;
  height: 177px;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
.tpxqMain .mdss .imgs:hover img {
  -o-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  -moztransform: scale(1.05) translateZ(0);
}
.tpxqMain .mdss .tt1 {
  height: 49px;
  overflow: hidden;
  text-align: center;
  padding: 12px 0 0 0;
}
.tpxqMain .mdss .tt1 a {
  line-height: 24px;
  font-size: 16px;
  color: #4c4c4c;
}

.tpxqMain .comm .fs16 {
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
  line-height: 20px;
  color: #4c4c4c;
  font-size: 16px;
}
.tpxqMain .comm .fs14 {
  font-size: 14px;
}
.tpxqMain .comm .mt10 {
  margin-top: 10px;
}
.tpxqMain .comm .mt20 {
  margin-top: 20px;
}
.tpxqMain .comm .ml20 {
  margin-left: 20px;
}
.tpxqMain .comm .list-unstyled {
  padding-top: 5px;
}
.tpxqMain .comm .commL {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  overflow: hidden;
}
.tpxqMain .comm .left {
  float: left;
  width: 70px;
  text-align: left;
}
.tpxqMain .comm .left .comment-avatar {
  padding: 2px;
  border: 1px solid #ccc;
  width: 42px;
  height: 42px;
}
.tpxqMain .comm .right {
  width: 878px;
}
.tpxqMain .comm .right .mzrq {
  display: block;
  width: 100%;
  height: 15px;
}
.tpxqMain .comm .right .mz {
  float: left;
  font-size: 12px;
}
.tpxqMain .comm .right .rq {
  float: right;
  font-size: 12px;
}
.tpxqMain .comm .right .pl {
  display: block;
  width: 100%;
  float: right;
  text-align: left;
  font-size: 12px;
}
.tpxqMain .comm .right .dzhf {
  display: block;
  width: 100%;
  float: right;
  text-decoration: none;
}
.tpxqMain .comm .right .comment-like {
  text-align: right;
  font-size: 12px;
}
.tpxqMain .comm .right .comment-score {
  color: #ba2636;
}
.tpxqMain .comm .fbpl {
  display: block;
  text-align: left;
  line-height: 20px;
  color: #4c4c4c;
  font-size: 16px;
}
.tpxqMain .comm .comment-form {
  display: block;
  width: 100%;
  float: right;
}
.tpxqMain .comm .comment-form-body {
  display: block;
  padding: 8px;
  border: 1px solid #379be9;
}
.tpxqMain .comm .comment-form-footer {
  overflow: hidden;
  float: right;
}
.tpxqMain .comm .comment-textarea {
  width: 100%;
  height: 80px;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  background: #dfdfdf;
}
.tpxqMain .comm .comment-captcha {
  width: 94px;
  padding: 4px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
}
.tpxqMain .comm .comment-captcha-img {
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0;
  vertical-align: top;
  display: none;
}
.tpxqMain .comm .comment-button {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  margin: 10px 0 20px 0;
  float: right;
  cursor: pointer;
  background: #109ce6;
  font-size: 16px;
  color: #fff;
}
