.tyzx_main {
  width: 1200px;
  min-height: 600px;
  margin: 30px auto 40px;
  overflow: hidden;
}
/* 热点资讯的滚动条样式 start */
.hot_news_main .news_list_content::-webkit-scrollbar {
  width: 5px;
}
.hot_news_main .news_list_content::-webkit-scrollbar-thumb {
  height: 60px;
  background: #2d64c9;
}
.hot_news_main .news_list_content::-webkit-scrollbar-button {
  display: none;
}
/* 热点资讯的滚动条样式 end */
/* 热点资讯  start*/
.hot_news_main {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.hot_news_main .img_box {
  float: left;
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.hot_news_main .img_box img {
  width: 600px;
  height: 400px;
}
.hot_news_main .news_list_content {
  float: right;
  width: 550px;
  height: 400px;
  overflow-y: auto;
}
.hot_news_main .news_list_content li {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  cursor: pointer;
}
.hot_news_main .news_list_content li .news_title {
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 26px;
}
.hot_news_main .news_list_content li .news_title a {
  font-size: 18px;
  color: #181818;
}
.hot_news_main .news_list_content li .news_timer {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
}
.hot_news_main .news_list_content li .news_info {
  font-size: 14px;
  line-height: 26px;
  color: #191919;
  padding-right: 10px;
}
.hot_news_main .news_list_content .on .news_title a {
  color: #2d64c9;
}
/* 热点资讯  end*/
/* 图片新闻 start */
.img_news_main {
  width: 1200px;
  height: 290px;
  overflow: hidden;
  margin-top: 30px;
}
.img_news_main .title_main {
  width: 100%;
  height: 65px;
  border-bottom: 2px solid #2d64c9;
}
.img_news_main .title_main div {
  width: 180px;
  height: 65px;
  background-color: #2d64c9;
  font-size: 24px;
  text-align: center;
  line-height: 65px;
}
.img_news_main .title_main div a {
  color: #ffffff;
}
.img_news_main .news_content {
  margin-top: 25px;
}
.img_news_main .news_content .content_item {
  float: left;
  width: 285px;
  margin-left: 20px;
}
.img_news_main .news_content .content_item img {
  width: 285px;
  height: 163px;
}
.img_news_main .news_content .content_item span {
  font-size: 16px;
  line-height: 26px;
  color: #161616;
}
.img_news_main .news_content :first-child {
  margin-left: 0px;
}
/* 图片新闻 end */
/* 最新新闻  start */
.new_news_main {
  width: 1200px;
  margin-top: 30px;
}
.new_news_main .news_header {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.new_news_main .news_header .title {
  float: left;
  font-size: 28px;
  line-height: 26px;
  color: #2d64c9;
}
.new_news_main .news_header .nav_main {
  float: left;
}
.new_news_main .news_header .nav_main li {
  float: left;
  margin-left: 30px;
}
.new_news_main .news_header .nav_main li a {
  font-size: 20px;
  line-height: 24px;
  color: #171717;
}
.new_news_main .news_header .nav_main .on {
  padding-bottom: 5px;
  border-bottom: 5px solid #f1c92b;
}
.new_news_main .news_header .nav_main .on a {
  color: #2d64c9;
}
.new_news_main .news_content {
  width: 100%;
  height: 335px;
  overflow: hidden;
}
.new_news_main .news_content .content_item {
  height: 335px;
  width: 100%;
  overflow: hidden;
}
.new_news_main .news_content .content_item li {
  float: left;
  width: 400px;
  overflow: hidden;
  margin-top: 20px;
}
.new_news_main .news_content .content_item li .item_title {
  width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #161616;
}
.new_news_main .news_content .content_item li .item_timer {
  font-size: 14px;
  color: #161616;
  line-height: 40px;
  opacity: 0.5;
}
/* 最新新闻  end */
