.column-two .img-item-wrapper .progressBar .total-length, .column-two .img-item-wrapper .vote span {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.column-two .img-item-wrapper .img-item .bottom-text .bottom-title a, .column-two .img-item-wrapper .img-item .bottom-text .info, .column-two .img-item-wrapper .img-item .bottom-text div {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px; }

::-moz-placeholder {
  color: #999999;
  font-size: 12px; }

:-ms-input-placeholder {
  color: #999999;
  font-size: 12px; }

:-moz-placeholder {
  color: #999999;
  font-size: 12px; }

.column-two .img-item-wrapper .progressBar .total-length, .column-two .img-item-wrapper .vote span {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.column-two .img-item-wrapper .img-item .bottom-text .bottom-title a, .column-two .img-item-wrapper .img-item .bottom-text .info, .column-two .img-item-wrapper .img-item .bottom-text div {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px; }

::-moz-placeholder {
  color: #999999;
  font-size: 12px; }

:-ms-input-placeholder {
  color: #999999;
  font-size: 12px; }

:-moz-placeholder {
  color: #999999;
  font-size: 12px; }

.layout {
  width: 1200px;
  margin: 0 auto; }

.container {
  background: #fff;
  padding-bottom: 20px; }

.column-one {
  background: #fafafa;
  padding: 20px 13px 24px; }
  .column-one .column-one-left {
    float: left;
    width: 870px; }
    .column-one .column-one-left .columnHeader {
      padding: 0 0 15px 0; }
      .column-one .column-one-left .columnHeader h3 {
        font-size: 24px;
        font-weight: normal;
        color: #333;
        line-height: 44px; }
    .column-one .column-one-left p {
      font-size: 16px;
      color: #555;
      line-height: 28px; }
      .column-one .column-one-left p.column-one-p {
        margin-left: 80px; }
  .column-one .column-one-right {
    float: right;
    width: 150px;
    margin: 10px 0 0 0;
    text-align: center; }
    .column-one .column-one-right img {
      width: 106px;
      height: 106px;
      margin: 0 auto; }
    .column-one .column-one-right p {
      font-size: 14px;
      color: #333;
      line-height: 28px; }

.column-two {
  width: 1200px;
  overflow: hidden;
  margin-top: 30px; }
  .column-two .column-two-wrapper {
    width: 1240px; }
  .column-two .img-item-wrapper {
    margin: 0 40px 30px 0;
    background: #fafafa;
    float: left;
    width: 270px;
    padding-bottom: 20px; }
    .column-two .img-item-wrapper .img-item {
      float: left;
      margin-right: 40px; }
      .column-two .img-item-wrapper .img-item .top-img img {
        width: 270px;
        height: 180px; }
      .column-two .img-item-wrapper .img-item.last-img-item {
        margin-right: 0; }
            .column-two .img-item-wrapper .img-item .bottom-text p a {
        color: #333;
        display: block;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        text-overflow: ellipsis;}
      .column-two .img-item-wrapper .img-item:hover .bottom-text p a {
        color: #DE201F;
        display: block;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        text-overflow: ellipsis;}
      .column-two .img-item-wrapper .img-item .bottom-text {
        padding: 12px 13px 18px; }
        .column-two .img-item-wrapper .img-item .bottom-text .bottom-title a {
          width: 270px;
          line-height: 32px;
          font-size: 20px;
          color: #4f4f4f; }
        .column-two .img-item-wrapper .img-item .bottom-text .praise {
          font-size: 12px;
          color: #333333; }
          .column-two .img-item-wrapper .img-item .bottom-text .praise i {
            margin-left: 10px;
            color: #777; }
        .column-two .img-item-wrapper .img-item .bottom-text .info {
          width: 270px;
          font-size: 12px;
          color: #555;
          line-height: 22px; }
    .column-two .img-item-wrapper .img-item .bottom-text p a {
      width: 244px;
	  font-size:18px;}
    .column-two .img-item-wrapper .img-item .bottom-text div {
      width: 244px;
      font-size: 16px;
      line-height: 26px;
      color: #777; }
    .column-two .img-item-wrapper .progressBar .progressBar-out {
      float: left;
      position: relative;
      left: 50%; }
    .column-two .img-item-wrapper .progressBar .progressBar-inner {
      position: relative;
      left: -50%; }
      .column-two .img-item-wrapper .progressBar .progressBar-inner span {
        margin-left: 10px;
        font-size: 16px;
        color: #555; }
    .column-two .img-item-wrapper .progressBar .total-length {
      position: relative;
      width: 190px;
      height: 10px;
      background: #eee;
      border-radius: 4px; }
    .column-two .img-item-wrapper .progressBar .used-length {
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      height: 10px;
      border-radius: 4px;
      background: #DE201F; }
    .column-two .img-item-wrapper .vote {
      margin-top: 35px;
      text-align: center; }
      .column-two .img-item-wrapper .vote span {
        cursor: pointer;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        border-radius: 4px;
        padding: 12px 50px; }
        .column-two .img-item-wrapper .vote span.vote-btn {
          background: #DE201F; }
        .column-two .img-item-wrapper .vote span.gray-btn {
          background: #b5b5b5;
          cursor: auto; }
        .column-two .img-item-wrapper .vote span.vote-btn:hover {
          background: #DE201F;
          box-shadow: 1px 2px 1px #ddd; }
      .column-two .img-item-wrapper .vote p {
        font-size: 16px;
        color: #555;
        line-height: 36px; }

.footer {
  margin-top: 0; }

/*# sourceMappingURL=zaixianpingxuanneirong.css.map */
