.o_body {
  background: #EFEEF1;
  overflow: auto !important;
}
.homePage_banner {
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .homePage_banner {
    margin: 0 auto 20px;
  }
  img.menu_button {
    width: 60% !important;
    margin-left: 272% !important;
  }
}
@media (max-width: 750px) {
  .homePage_banner .showbox li {
    height: 22vw;
    line-height: 22vw;
  }
}
.homePage_banner .btn_next {
  display: none;
}
.homePage_banner .btn_prev {
  display: none;
}
.homePage_banner .pager {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
}
@media (max-width: 750px) {
  .homePage_banner .pager {
    bottom: 4px;
  }
}
.homePage_banner .pager li {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
@media (max-width: 750px) {
  .homePage_banner .pager li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.homePage_banner .pager li.cur {
  background: #fff;
}
.box_content {
  width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 29px;
}
@media (max-width: 750px) {
  .box_content {
    width: 100%;
    padding: 0 2.6666%;
    box-sizing: border-box;
    margin-bottom: 14px;
  }
}
.left_tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #fff;
}
@media (max-width: 750px) {
  .left_tabs {
    width: 100%;
    position: static;
  }
}
.left_tabs .title {
  font-size: 0;
}
.left_tabs .title a {
  display: inline-block;
  line-height: 60px;
  /*background: #8c0000;*/
  background: #004C97;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (max-width: 750px) {
  .left_tabs .title a {
    line-height: 45px;
    font-size: 16px;
  }
}
.left_tabs .left_ul li {
  border: 1px solid #D2D2D2;
  border-top: none;
}
.left_tabs .left_ul li.cur {
 /* border-right: 2px solid #8c0000;*/
  border-right: 2px solid #004C97;
}
.left_tabs .left_ul li.cur a {
  /*color: #8c0000;*/
  color: #004C97;
  font-size: 18px;
  font-size: 18px;
  font-size: 18p;
  font-size: 18;
  font-size: 1;
}
.left_tabs .left_ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 750px) {
  .left_tabs .left_ul li a {
    font-size: 14px;
    line-height: 38px;
  }
}
.right_content {
  width: 990px;
  background: #fff;
  margin-left: 200px;
  box-sizing: border-box;
  min-height: 600px;
}
@media (max-width: 750px) {
  .right_content {
    width: 100%;
    height: auto;
    margin-left: 0;
    min-height: 1px;
    border: 1px solid #D2D2D2;
  }
}
.right_content .crumbs_box {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid rgba(170, 170, 170, 0.3);
  margin-left: 25px;
}
.right_content .crumbs_box .next,
.right_content .crumbs_box .item {
  font-size: 18px;
  color: #000;
}
@media (max-width: 750px) {
  .right_content .crumbs_box {
    /* display: none; */
  }
}
.right_content ul {
  padding: 22px 12px 0;
}
.right_content ul li {
  padding-left: 26px;
  border-bottom: 1px dashed #D2D2D2;
  position: relative;
  line-height: 46px;
}
@media (max-width: 750px) {
  .right_content ul li {
    padding-left: 12px;
    line-height: 30px;
  }
}
.right_content ul li::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: #aaabab;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .right_content ul li::before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}
.right_content ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding-right: 120px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media (max-width: 750px) {
  .right_content ul li a {
    line-height: 30px;
    height: 30px;
    padding-right: 76px;
    font-size: 14px;
  }
}
.right_content ul li a span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 46px;
  padding:0 18px;
}
.right_content ul li a i {
  display: inline-block;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.1;
  /*border-right: 1px solid #8c0000;*/
  border-right: 1px solid #004C97;
}
.right_content ul li a .num {
  width: 120px;
  margin-right: 22px
}
.right_content ul li a .content {
  width: 620px;
  margin-right: 16px;
  padding-right: 14px;
}
.right_content ul li a .source {
  width: 160px;
  margin-right: 22px;
}
.right_content ul li a .titles {
  width: 585px;
  margin-right: 16px;
}
.right_content ul li a .time{
   padding: 0 36px;
}
@media (max-width: 750px) {
  .right_content ul li a span {
    line-height: 30px;
    font-size: 14px;
    padding:0 2px;
  }
  .right_content ul li a i{
    font-size: 14px;
  }
  .right_content ul li a .num{
    width: 23%;
    margin-right: 12px;
  }
  .right_content ul li a .content{
    width: 64%;
    margin-right: 6px;
    padding-right: 0px;
  }
  .right_content ul li a .time{
  line-height: 31px;
  font-size: 14px;
  padding: 0 2px;
  }
  .right_content ul li a .source {
  width: 30%;
  margin-right: 1px;
}
.right_content ul li a .titles {
  width: 62%;
  margin-right: 1px;
}
}
.right_content .page {
  padding-top: 33px;
}
@media (max-width: 750px) {
  .right_content .page {
    padding: 17px 12px ;
  }
}
.right_content .page .page_format {
  font-size: 0;
}
.right_content .page .page_format .page_jump_btn {
  font-size: 14px;
  color: #3D3D3D;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 12px;
  border: 1px solid #E6E6E6;
  font-family: 'Microsoft YaHei';
  margin-right: 10px;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .right_content .page .page_format .page_jump_btn {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin-right: 4px;
    margin-bottom: 6px;
  }
}
.right_content .page .page_format .page_jump_btn.page_jump_btn1 {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .right_content .page .page_format .page_jump_btn.page_jump_btn1 {
    margin-left: 4px;
  }
}
.right_content .page .page_format .number {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3D3D3D;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  border: 1px solid #E6E6E6;
  margin-right: 3px;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .right_content .page .page_format .number {
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.right_content .page .page_format .number.current {
  background: #780207;
  border: 1px solid #780207;
  color: #fff;
}
.right_content .page .page_format input {
  vertical-align: middle;
  width: 54px;
  height: 39px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  text-align: center;
  margin: 0 8px;
}
@media (max-width: 750px) {
  .right_content .page .page_format input {
    width: 27px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 6px 6px 6px;
  }
}
.right_content .page .page_format .page_jump_link {
  display: inline-block;
}
@media (max-width: 750px) {
  .right_content .page .page_format .page_jump_link {
    margin-bottom: 6px;
  }
}
.right_content .page .page_format .page_jump_link .page_jump {
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
  line-height: 39px;
  padding: 0 12px;
  text-align: center;
  border: 1px solid #E6E6E6;
  outline: 0;
}
@media (max-width: 750px) {
  .right_content .page .page_format .page_jump_link .page_jump {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
  }
}
.right_content .page .page_total {
  padding: 13px 0 32px;
}
@media (max-width: 750px) {
  .right_content .page .page_total {
    padding: 0px 0 14px;
  }
}
.right_content .page .page_total span {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #3D3D3D;
}
.left_tabs .left_ul li a {
  font-size锛�18px;
}
