﻿.inpage_left .inpage_title div {
  width: 100%;
  text-align: center;
}
.topic_tenfunc_title_1 {
  text-align: center;
  margin-left: -40px;
  position: relative;
}
.topic_tenfunc_title_1 img {
  width: 104%;
}
.topic_tenfunc_title_1_word {
  position: absolute;
  color: #000;
  font-size: 1.7em;
  top: 37%;
  left: 43%;
}
.topic_tenfunc_row {
  overflow: hidden;
}
.topic_tenfunc_first_block {
  margin-bottom: 15px;
  /*.topic_tenfunc_block_btn {
            margin:20px auto;
        }*/
}
.topic_tenfunc_first_block .topic_tenfunc_title_2 {
  text-align: center;
  background: none;
}
.topic_tenfunc_block {
  width: 48%;
  float: left\9;
  margin-right: 2%\9;
  margin-bottom: 15px;
}
.topic_tenfunc_block:nth-child(odd) {
  float: left;
}
.topic_tenfunc_block:nth-child(even) {
  float: right;
}
.topic_tenfunc_title_2 {
  font-size: 1.7em;
  color: #000;
  background: #ffd406;
  text-align: center;
}
.topic_tenfunc_title_2 span {
  display: inline-block;
  padding: 15px;
  /*border-bottom:1px solid @theme_color_1;*/
}
.topic_tenfunc_block_content {
  margin-top: 15px;
}
.topic_tenfunc_block_word {
  line-height: 30px;
}
.topic_tenfunc_block_img {
  text-align: center;
  margin: 15px 0;
}
.topic_tenfunc_block_img img {
  width: 50%;
  margin: 0 auto;
  vertical-align: bottom;
}
.topic_tenfunc_block_content_btn {
  line-height: 35px;
  color: #000;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.topic_tenfunc_block_content_btn:hover {
  color: #ff0000;
}
.topic_tenfunc_block_btn {
  width: 150px;
  padding: 10px 0;
  text-align: center;
  background: #29262a;
  color: #ffd305;
  margin-top: 15px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.topic_tenfunc_block_btn:hover {
  background: #5c5c5c;
}
.rolling {
  overflow: hidden;
  border: 1px solid #6a6a6a;
  background: #c3c3c3;
}
.rolling_tittle {
  background: #6a6a6a;
  color: #fff;
  width: 10%;
  padding: 10px 0;
  text-align: center;
  float: left;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.rolling_tittle:hover {
  background: #bd5a00;
}
.rolling_body {
  width: 90%;
  float: left;
}
.notice {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#scroll_div {
  white-space: nowrap;
  overflow: hidden;
  width: 3000px;
}
#scroll_begin {
  overflow: hidden;
}
#scroll_begin,
#scroll_end,
#scroll_begin a,
#scroll_end a {
  display: inline-block;
}
#scroll_begin a,
#scroll_end a {
  margin-right: 20px;
  padding: 10px 0;
  color: #1f1f1f;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
}
#scroll_begin a:hover,
#scroll_end a:hover {
  color: #6a6a6a;
}
.topic_tenfunc_rolling_pic {
  width: 200px;
  float: left;
  margin-right: 15px;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  margin-top: 30px;
}
.topic_tenfunc_rolling_pic:hover {
  opacity: 0.7;
}
.topic_tenfunc_rolling_pic img {
  width: 100%;
  height: 145px;
}
.topic_tenfunc_rolling_pic_intro {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.topic_tenfunc_piclist {
  padding-bottom: 30px;
  overflow: hidden;
}
.topic_tenfunc_piclist a {
  width: 18.4%;
  width: 18%\9;
  float: left;
  margin-right: 2%;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  color: #1f1f1f;
}
.topic_tenfunc_piclist a:nth-child(5n) {
  margin-right: 0;
}
.topic_tenfunc_piclist a:hover {
  opacity: 0.7;
}
.topic_tenfunc_piclist a img {
  width: 100%;
  height: 145px;
}
.pageing a:hover {
  background: #ffd406;
  color: #000;
  border: 1px solid #ffd406;
}
.topic_tenfunc_list_title {
  font-size: 1.7em;
  font-weight: bold;
  margin: 30px 0;
  color: #525252;
}
.topic_tenfunc_list li {
  line-height: 35px;
  list-style: initial;
}
.topic_tenfunc_list li a {
  color: #1f1f1f;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.topic_tenfunc_list li a:hover {
  color: red;
}
@media screen and (max-width: 768px) {
  .topic_tenfunc_block {
    float: none !important;
    width: 100% !important;
  }
  .topic_tenfunc_block:nth-child(odd) {
    margin-bottom: 15px;
  }
  .topic_tenfunc_title_2 {
    font-size: 1.1em;
  }
  .topic_tenfunc_title_1 {
    margin-left: 0;
  }
  .topic_tenfunc_title_1 img {
    display: none;
  }
  .topic_tenfunc_title_1_word {
    position: relative;
    color: #000;
    font-size: 1.2em;
    top: initial;
    left: initial;
  }
  .topic_tenfunc_list_title {
    font-size: 1.2em;
    margin: 15px 0 10px 0;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    text-align: center;
  }
}
