/* 清除浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.btn {
  padding: 5px 10px;
  border-radius: 3px;
}
.btn.active {
  background-color: #729cc9;
  color: #333;
}
.btn.btn_prev,
.btn.btn_next {
  padding: 10px 10px;
  border: 1px solid #cecece;
}
.btn_default {
  color: #333;
}
.btn_default:hover {
  background-color: #729cc9;
  color: #333;
}
a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}
html,
body {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑", Arial;
}
header {
  width: 100%;
  min-width: 1000px;
}
header .nav_wrap {
  width: 100%;
  height: 60px;
  background-color: #1d82d2;
  color: #fff;
}
header nav {
  width: 1000px;
  height: 100%;
  margin: auto;
  line-height: 60px;
  font-size: 24px;
}
header ul li {
  float: left;
  padding: 0 2px;
}
header ul li:not(:last-of-type) {
  margin-right: 20px;
}
header ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing:1px;
}
header .logo_wrap {
  height: 70px;
  width: 1000px;
  margin: auto;
  line-height: 70px;
}
header .logo_wrap img {
  width: 100px;
  vertical-align: middle;
}
header .logo_wrap a {
  display: block;
  float: left;
  margin-right: 10px;
}
header .logo_wrap span {
    display: inline-block;
    background: url(../img/right.png) no-repeat left center;
    background-size: 45px 16px;
    padding-left: 20px;
}
.banner {
  width: 1000px;
  min-width: 1000px;
  margin: auto;
}
.banner img {
  width: 1000px;
}
.container {
  width: 1000px;
  margin: auto;
  min-width: 1000px;
}
.list .title {
  font-weight: 600;
  color: #729cc9;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 2px;
}
.list ul {
  margin-top: 10px;
  line-height: 24px;
  list-style: square inside;
}
.list ul li {
  font-size: 20px;
  position: relative;
}
/*.list ul li:before {*/
/*  content: "【专题】";*/
/*  float: left;*/
/*}*/
.list ul li a {
  color: #333;
}
/* 图片新闻标题 */
.pic-news-header {
  height: 50px;
  padding: 10px 0 0;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
}
.pic-news-header h2 {
  float: left;
  margin-right: 10px;
  font-size: 24px;
}
.pic-news-header a {
  display: inline-block;
  padding-top: 12px;
}
/* 新闻容器 */
.image-container {
  position: relative;
}
.image-container:not(:last-of-type) {
  margin-bottom: 20px;
}
.image-container img {
  display: block;
  width: 100%;
}
.image-container .image-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
  color: #fff;
}
/* 双图片包裹 */
.images-wrapper {
  margin-bottom: 15px;
}
.images-wrapper .wrapper-left {
  width: 120px;
}
.images-wrapper .wrapper-right {
  width: 120px;
}
.images-wrapper .image-container {
  /*margin-bottom: 0;*/
}
.images-wrapper .image-container img {
  /*max-height: 140px;*/
  /*min-height: 80px;*/
  height: 80px;
}
.images-wrapper .text-container p {
  height: 90px;
  font-size: 14px;
  line-height: 20px;
}
/* 图片加文字包裹 */
.img-news-wrapper {
  margin-top: 10px;
  padding: 10px 0;
}
.img-news-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2;
}
.img-news-wrapper .wrapper-left {
  width: 100%;
}
.img-news-wrapper .wrapper-right {
  width: 100%;
  line-height: 20px;
  text-align: center;
}
.img-news-wrapper .image-container {
  margin-bottom: 0;
}
.img-news-wrapper .image-container img {
  margin: auto;
  max-width: 250px;
  max-height: 100px;
}
.img-news-wrapper .text-container {
  line-height: 30px;
}
.img-news-wrapper .text-container p {
  height: 40px;
}
/* 标题框   */
.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  font-weight: bold;
}
.text-container h5 {
  font-size: 14px;
}
.report {
  width: 100%;
  height: auto;
  margin-top: 20px;
      display: flex;
    justify-content: space-between;
}
.report_l {
  float: left;
  width: 700px;
}
.report_l_nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.report_l_nav ul li {
  float: left;
  padding: 0 20px;
  background-color: #f7f7f7;
  font-size: 16px;
}
.report_l_nav ul li.active {
  background-color: #2473b5;
  color: #fff;
}
.report_l_nav ul li.active a {
  color: #fff;
}
.report_l_list {
  display: none;
}
.report_l_list.show {
  display: block;
}
.report_l_list_item {
  padding: 30px 0;
  border-bottom: 1px solid #cecece;
}
.report_l_ctrl {
  padding: 20px 0;
}
.report_l_ctrl a {
  margin-right: 20px;
  color: #2473b5;
}
.report_l_ctrl a:hover {
  text-decoration: none;
}
.report_l_ctrl span {
  padding: 0 10px;
}
.report_l_ctrl .page-total:before {
  content: "共";
  padding-right: 5px;
}
.report_l_ctrl .page-total:after {
  content: "页";
  padding-left: 5px;
}
.report_l_ctrl .page-go:before {
  content: "到第";
  padding-right: 5px;
}
.report_l_ctrl .page-go:after {
  content: "页";
  padding-left: 5px;
}
.report_l_ctrl input {
  border: 1px solid #cecece;
  padding: 5px 0;
  width: 60px;
  text-align: center;
}
.report_l_ctrl strong {
  padding: 0 10px;
}
.report_l_ctrl strong:before {
  content: "到第";
  padding-right: 5px;
}
.report_l_ctrl strong:after {
  content: "页";
  padding-left: 5px;
}
.report_l_ctrl button {
  border: 1px solid #cecece;
}
.report_pic {
  float: left;
}
.report_pic img {
  max-width: 160px;
  margin-right: 20px;
}
.report_info_title {
  display: block;
  font-weight: bold;
  margin: 10px 0 15px;
  font-size: 24px;
}
.report_info_content {
  line-height: 24px;
  text-indent: 24px;
  padding: 0 10px;
}
.report_r {
  float: right;
  width: 250px;
  padding-top: 30px;
}
.report_r_item {
  padding: 10px 0;
  border: 1px solid #cecece;
  margin-bottom: 10px;
}
.report_r_item.media-item {
  padding: 0 15px;
}
.report_r_item .title {
  font-weight: 600;
  color: #729cc9;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
}
.report_r_item ul {
  margin: 0;
}
.report_r_item_content .pic_part img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.report_r_item .pic_info strong {
  color: #729cc9;
}
.report_r_item .pic_info p {
  line-height: 24px;
}
.report_r .pics li {
  text-align: center;
}
.report_r .pics li img {
  width: 278px;
}
.report_r .pics li p {
  line-height: 30px;
}
.report_r .rank li {
  line-height: 30px;
}
.report_r .rank li:before {
  content: "";
}
footer {
  text-align: center;
  line-height: 20px;
  padding: 40px 0;
  color: #b6b6b6;
}
.no_border {
  border: none;
}
.bg_color {
  background-color: #f5f5f5;
}