﻿body {
  background-color: #04051A;
  position: relative;
}
.hot-report-slider {
  background: url(../images/slider.jpg) center center no-repeat;
  height: 420px;
}
.hot-report-slider .slider-txt {
  width: 680px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}
.hot-report-slider .info {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
.left-class {
  width: 200px;
  background-color: #1d50a2;
  float: left;
}
.left-class li {
  width: 100px;
  float: left;
}
.left-class a {
  display: block;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left-class li.current {
  background-color: #106AFB;
}
.leftClassFixed {
  position: fixed;
  top: 68px;
  z-index: 10000;
}
.right-hot-report {
  width: 960px;
  float: right;
}
.hot-report-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px 40px 40px;
  position: relative;
  overflow: hidden;
}
.hot-report-item .c-name {
  text-align: center;
  font-size: 36px;
  color: #1d50a2;
}
.hot-report-item .c-name p {
  position: relative;
  display: inline-block;
}
.hot-report-item .c-name p:after,
.hot-report-item .c-name p:before {
  position: absolute;
  width: 41px;
  height: 46px;
  content: "";
  top: 8px;
  display: inline-block;
}
.hot-report-item .c-name p:after {
  background: url(../images/title-bgleft.png);
  right: -50px;
}
.hot-report-item .c-name p:before {
  background: url(../images/title-bgright.png);
  left: -50px;
}
.hot-report-item:after,
.hot-report-item:before {
  position: absolute;
  content: "";
  z-index: 0;
}
.hot-report-item:before {
  top: 0;
  left: 0;
  background: url(../images/topbg.png);
  width: 144px;
  height: 122px;
}
.hot-report-item:after {
  bottom: 0;
  right: 0;
  background: url(../images/bottombg.png);
  width: 541px;
  height: 461px;
}
.hot-report-list {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.hot-report-list h2 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
}
.hot-report-list ul {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}
.hot-report-list li {
  width: 33.33333%;
  float: left;
  font-size: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
  list-style: none;
}
.hot-report-list li a {
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  display: block;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  color: #333;
}
.hot-report-list li a:hover {
  color: #1d50a2;
  background-color: #f4f4f4;
  box-shadow: 0 2px 3px rgba(29, 80, 162, 0.6);
}
.hot-report-list li b {
  font-weight: normal;
}
.hot-report-list li.hot b,
.hot-report-list li.new b {
  display: inline-block;
  position: relative;
}
.hot-report-list li.hot b:after,
.hot-report-list li.new b:after {
  position: absolute;
  background: url(../images/tips2.png);
  width: 27px;
  height: 15px;
  content: "";
  top: -5px;
  right: -36px;
}
.hot-report-list li.new b:after {
  background: url(../images/tips1.png);
}
input,
button {
  outline: none;
}
.hot-report-search {
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.hot-report-search .rpt-box_fm {
  margin-top: 0;
  padding-left: 0;
  margin: 0 auto;
  border: 0;
}
.hot-report-search .rpt-box_fm_btn {
  width: auto;
  background-color: #fff;
  color: #1d50a2;
}
.left-class .left-search {
  width: 200px;
  padding: 2px;
  box-sizing: border-box;
}
.left-class .left-search .rpt-box_fm {
  padding: 0;
  margin: 0;
  height: 100%;
  border: 0;
  line-height: 100%;
  border-radius: 0;
}
.left-class .left-search .rpt-box_fm_txt {
  height: 100%;
}
.left-class .left-search .rpt-box_fm_btn {
  width: auto;
  font-size: 14px;
  background-color: #fff;
  color: #1d50a2;
  height: 100%;
}
