* {
  font-size: 16px;
}
.index_top_content {
  width: 1100px;
  margin: 10px auto;
}
.index_top_content .toutiao {
  line-height: 40px;
  background: #f3f3f3 url(../img/t1.png) left center no-repeat;
  padding-left: 145px;
}
.index_top_content .toutiao_b {
  margin-top: 20px;
}
.index_top_content .toutiao_b .leftp {
  width: 260px;
  float: left;
}
.index_top_content .toutiao_b .leftp li {
  line-height: 49px;
  text-align: center;
  border: solid 1px #eee;
}
.index_top_content .toutiao_b .leftp li a {
  font-size: 20px;
}
.index_top_content .toutiao_b .leftc {
  width: 560px;
  float: left;
  margin: 0 10px;
}
.index_top_content .toutiao_b .leftc img {
  width: 100%;
  height: 305px;
}
.index_top_content .toutiao_b .rightp {
  width: 260px;
  float: right;
}
.index_top_content .toutiao_b .rightp a {
  display: block;
}
.index_top_content .toutiao_b .rightp li {
  float: left;
  border: solid 1px #eee;
  padding: 10px;
}
.index_top_content .toutiao_b .rightp li img {
  display: block;
}
.index_top_content .toutiao_b .rightp li div {
  line-height: 31px;
}
.index_top_content .toutiao_b .rightp div {
  text-align: center;
}
.news_list_index {
  width: 1100px;
  margin: 15px auto;
}
.news_list_index .recom_cur {
  float: left;
  padding: 20px 13px 5px;
  margin-right: 16px;
  border: solid 1px #eee;
}
.news_list_index .recom_cur img {
  width: 220px;
  height: 130px;
  display: block;
}
.news_list_index .recom_cur .title {
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.news_list_index .news_list_block_wrapper {
  width: 418px;
}
.news_list_index .news_list_block_wrapper .news_list_block {
  margin-bottom: 7px;
}
.news_list_index .news_list_block_wrapper .news_list_block .title {
  color: #e40001;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news_list_index .news_list_block_wrapper .news_list_block .list li {
  width: 44%;
  float: left;
  margin: 0 3%;
  line-height: 28px;
  height: 28px;
  text-align: center;
  overflow: hidden;
}
.index_news_bt {
  width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
}
.index_news_bt .leftp {
  width: 825px;
  float: left;
}
.index_news_bt .tnav {
  border-bottom: solid 2px #e40001;
}
.index_news_bt .tnav li {
  line-height: 52px;
  width: 145px;
  float: left;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.index_news_bt .tnav li.active {
  background: #e40001;
  color: #fff;
}
.index_news_bt .container_wrapper .container_block {
  display: none;
}
.index_news_bt .container_wrapper .container_block .list li {
  margin-right: 15px;
  line-height: 35px;
  overflow: hidden;
  border-bottom: dashed 1px #000;
}
.index_news_bt .container_wrapper .container_block .list li .lm {
  color: #2175cd;
}
.index_news_bt .container_wrapper .container_block .list li .date {
  line-height: 35px;
  float: right;
}
.index_news_bt .daily_news {
  width: 240px;
  float: right;
  border: solid 1px #eee;
  padding: 0 15px;
}
.index_news_bt .daily_news .header {
  background: url(../img/hot_icon.png) left center no-repeat;
  line-height: 53px;
  border-bottom: solid 1px #e40001;
  padding-left: 40px;
  font-size: 22px;
  font-weight: bold;
}
.index_news_bt .daily_news .list li {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.swiper-container-hots .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
