* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  .index_content {
    margin-top: 30px;
    /* padding-bottom: 20px; */
  }
  .news {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .news_aside_left {
    width: 905px;
  }
  .lend_news_title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
  }
  
  .hot_news_title {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border-bottom: 1.5px solid #de4858;
  }
  .lend_news_title a,
  .hot_news_title a {
    color: #333333;
  }
  .lend_news_title a:hover,
  .hot_news_title a:hover {
    color: #C71B2D;
  }
  .lend_news_title span,
  .hot_news_title span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    float: right;
  }
  .lend_news_title span:hover,
  .hot_news_title span:hover{
    color: #C71B2D;
  } 
  .lend_news_content {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-top: 13px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lend_news_content a {
    color: #333333;
    font-weight: 900;
  }
  .lend_news_content a:hover{
    color: #C71B2D;
  }
  .lend_news_source {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: right;
    padding: 6px 0;
  }
  .vipul_content {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-indent: 2em;
    /* height: 38px; */
  }
  .lend_news_keyword {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 0;
    color: #999999;
  }
  .lend_news_keyword .lend_news_time {
    font-size: 12px;
    color: #999999;
    float: right;
  }
  .news_total {
    padding-top: 23px;
  }
  .news_total li {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 19px;
    margin-right: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_total li a {
    color: #111;
  }
  
  .news_total li a:hover {
    color: #C71B2D;
  }
  .lend_news_img,
  .hot_news_img {
    width: 901px;
    height: 66px;
    margin: 15px 0;
    border: 2px solid #999;
  }
  .lend_news_img img,
  .hot_news_img img {
    width: 100%;
    height: 100%;
  }
  .hot_news_nav {
    display: flex;
    height: 50px;
    line-height: 50px;
    /* justify-content: space-between; */
    border-bottom: 2px solid #ededed;
  }
  .hot_news_nav li {
    padding: 0 20px;
  }
  .hot_news_nav li:hover {
    color: #c71b2d;
    border-bottom: 2px solid #c71b2d;
  }
  .hot_news_nav .hot_news_nav_active {
    color: #c71b2d;
    border-bottom: 2px solid #c71b2d;
  }
  .hot_news_content {
    padding-top: 13px;
  }
  .hot_news_content_item {
    width: 905px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
  }
  .hot_news_content_item:last-child {
    border-bottom: none;
  }
  .hot_news_content_item_left {
    width: 695px;
  }
  .hot_news_content_item_left_title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    /* color: #333333; */
    line-height: 30px;
  }
  .hot_news_content_item_left_title a {
    color: #333333;
    font-weight: 900;
  }
  .hot_news_content_item_left_title a:hover {
    color: #c71b2d;
  }
  .hot_news_content_item_left_desc {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 1.4;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-indent: 2em;
  }
  .hot_news_content_item_left_time {
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    /*float: right;*/
  }
  .hot_news_content_item_right {
    width: 170px;
    height: 100px;
  }
  .hot_news_content_item_right img {
    width: 100%;
    height: 100%;
  }
  .news_aside_right {
    width: 259px;
    margin-left: 30px;
  }
  .news_aside_right .news_aside_right_three {
    /* margin-top: 10px; */
    padding-bottom: 10px;
  }
  .news_aside_right_three a .ad_img {
    width: 368px;
    height: 66px;
    /* margin-top: 10px; */
    border: 2px solid #999;
    margin-bottom: 10px;
  }
  /* .news_aside_right_three a .ad_img:first-child{
      margin-top: 0px;
  }  */
  .news_aside_right_one {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border-bottom: 1.5px solid #de4858;
    padding: 5px;
  }
  /*  */
  .news_aside_right_content {
    width: 259px;
    background: #f7f7f7;
    margin: 20px 0 10px;
    padding-top: 20px;
  }
  .news_aside_right_content_desc {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #111111;
    line-height: 24px;
    align-items: center;
    display: flex;
    border-bottom: 1.5px solid #de4858;
    padding: 5px;
  }
  .news_aside_right_content_line {
    width: 4px;
    height: 19px;
    background: #c71b2d;
    /* position: relative;
    left: -13px; */
    margin-right: 13px;
  }
  .news_aside_right_content .news_aside_right_content_item {
    width: 340px;
    border-bottom: 1px solid #ccc;
  }
  .news_aside_right_content_title {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    padding: 14px 0;
  }
  .news_aside_right_content_title:hover {
    color: #c71b2d;
  }
  .news_aside_right_content_keyword {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  .news_aside_right_content_time {
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .news_aside_right_content_two {
    width: 340px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  .news_aside_right_content_two:last-child {
    border-bottom: none;
  }
  .news_aside_right_content_two_left {
    width: 230px;
  }
  .news_aside_right_content_title_info {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin: 14px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news_aside_right_content_title_info:hover {
    color: #c71b2d;
  }
  .news_aside_right_content_two_right {
    width: 100px;
    height: 60px;
    margin-top: 20px;
  }
  .news_aside_right_content_two_right img {
    width: 100%;
    height: 100%;
  }
  .news_aside_right_content_two:last-child {
    border-bottom: none;
  }
  /*  */
  .news_aside_right_one_img {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .news_aside_right_one_img a img {
    width: 259px;
    height: 70px;
    margin-top: 10px;
  }
  /*  */
  .news_aside_right_content_bottom {
    width: 259px;
    background: #f7f7f7;
    margin-top: 20px;
    padding-top: 20px;
  }
  .news_aside_right_content_bottom_item_info {
    width: 340px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  
  .news_aside_right_content_bottom_item_left {
    width: 230px;
  }
  .news_aside_right_content_title_info {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin: 14px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .number_total {
    display: flex;
    align-items: baseline;
  }
  .news_aside_right_content_time {
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-right: 25px;
    padding-bottom: 10px;
  }
  .number_total .number {
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  .news_aside_right_content_bottom_item_right {
    width: 100px;
    height: 60px;
    margin-top: 20px;
  }
  .news_aside_right_content_bottom_item_right img {
    width: 100%;
    height: 100%;
  }
  .news_aside_right_content_bottom_item {
    border-bottom: 1px solid #ccc;
  }
  .news_aside_right_content_bottom_item:last-child {
    border-bottom: none;
  }
  .special {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .special_title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    /* color: #333333; */
    border-bottom: 1.5px solid #de4858;
  }
  .special_title a {
    color: #333333;
  }
  .special_title a:hover{
    color: #C71B2D;
  }
  .special_title span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    float: right;
  }
  .special_title span:hover{
    color: #C71B2D;
  }
  .special_content_item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .policy {
    width: 577px;
  }
  .policy > div,
  .bidding > div,
  .financial > div,
  .invest > div,
  .changes > div,
  .tabloid > div {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .policy_line,
  .bidding_line,
  .financial_line,
  .invest_line,
  .changes_line,
  .tabloid_ilne {
    width: 4px;
    height: 19px;
    background: #c71b2d;
    margin-right: 15px;
  }
  .policy_title,
  .bidding_title,
  .financial_title,
  .invest_title,
  .changes_title,
  .tabloid_title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-top: 2px;
  }
  .policy_title a,
  .bidding_title a,
  .financial_title a,
  .invest_title a,
  .changes_title a,
  .tabloid_title a{
    color: #333;
  }
  .policy_content,
  .bidding_content,
  .financial_content,
  .invest_content,
  .changes_content,
  .tabloid_content {
    /* width: 590px; */
    display: flex;
    justify-content: space-between;
  }
  .policy_content > div,
  .bidding_content > div,
  .financial_content > div,
  .invest_content > div,
  .changes_content > div,
  .tabloid_content > div {
    width: 265px;
  }
  .policy_content > div img,
  .bidding_content > div img,
  .financial_content > div img,
  .invest_content > div img,
  .changes_content > div img,
  .tabloid_content > div img {
    width: 100%;
    height: 150px;
  }
  .policy_desc,
  .bidding_desc,
  .financial_desc,
  .invest_desc,
  .changes_desc,
  .tabloid_desc {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    /* color: #333333; */
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* padding: 10px 0; */
    margin: 10px 0;
    height: 46px;
  }
  .policy_desc a,
  .bidding_desc a,
  .financial_desc a,
  .invest_desc a,
  .changes_desc a,
  .tabloid_desc a {
    color: #333333;
  }
  .policy_desc a:hover,
  .bidding_desc a:hover,
  .financial_desc a:hover,
  .invest_desc a:hover,
  .changes_desc a:hover,
  .tabloid_desc a:hover{
    color: #C71B2D;
  }
  .policy_time,
  .bidding_time,
  .financial_time,
  .invest_time,
  .changes_time,
  .tabloid_time {
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  .bidding {
    width: 577px;
  }
  .report {
    width: 100%;
    background: #f7f7f7;
  }
  .report_content {
    width: 1200px;
    margin: 0 auto;
  }
  .report_content_item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .financial {
    width: 577px;
  }
  .invest {
    width: 577px;
  }
  .personnel_changes {
    width: 1200px;
    margin: 0 auto;
  }
  .personnel_changes_content {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .changes {
    width: 577px;
  }
  .tabloid {
    width: 577px;
  }
  .links {
    /* width: 1200px;
    margin: 0 auto;
    margin-top: 20px; */
    /* width: 1200px; */
  }
  .links_key {
    width: 1200px;
    margin: auto;
    padding-bottom: 10px;
    color: #fff;
  }
/* 2022-3-29 调整友链样式 */
  .links > ul {
    width: 1116px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .links ul li:first-child {
    width: 1160px;
    padding-left: 0;
    color: #fff;
    font-weight: 900;
    margin-bottom: 6px;
  }
  .links > ul > li > td{
    padding: 0 15px;
    color: #fff;
  }
  .links > ul > li a {
    font-size: 14px;
    padding: 0 15px;
    color: #fff;
    line-height: 25px;
  }
  .links > ul > li a:hover{
    color: #C71B2D;
  }

  .policy_add_title{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height:42px;
  }
  .policy_add_title a{
    color: #666666;
  }
  .policy_add_time{
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
  }
  .news_flash {
    width: 1200px;
    height: 149px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    margin:0 auto;
  }
  .news_flash_top{
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 24px;
  }
  .news_flash_top_item{
    width: 263px;
    display: flex;
    justify-content: space-between;
  }
  .news_flash_top_item_left {
    width: 113px;
    height: 62px;
  }
  .news_flash_top_item_left img{
    width: 100%;
    height: 100%;
  }
  .news_flash_top_item_right a{
    font-weight: 500;
    color: #333333;
  }
  .news_flash_top_item_right{
    width: 140px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news_flash_top_item_right a:hover {
    color:#c71b2d;
  }
  .news_flash_bottom {
    display: flex;
    justify-content: space-between;
  }
  /* .news_flash_bottom_item{
    height: 40px;
    line-height: 40px;
    width: 405px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex: 1;
  } */
 #scroll_div1 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #999999;
    height: 30px;
    line-height: 38px;
  }
  .news_flash_bottom_title{
    margin: 6px 15px;
  }
  .header-notice-marquee a {
    padding-right: 60px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
  }
  .header-notice-marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
  }
.header-marquee-item1 {
    margin: 0 10px;
    color: #333;
    /* position: relative;
    left: 0;
    animation: marquee1 10s linear 8;
    font-size: 14px; */
  }
  
  .notice-container .header-notice-marquee .header-marquee-item {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
  }
  
  @keyframes marquee1 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
  }
  
  @keyframes marquee2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
  }
  .notice-container .header-marquee-item1:hover {
    color:#C71B2D;
  }
  .lend_news_left {
    width: 357px;
  }
  .lend_news_left .lend_news_left_top_img{
    position: relative;
  }
  .lend_news_left_top_img_title{
    width: 95.5%;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
  }
  .lend_news_left_top_img_title a{
      color: #fff;
  }
  .lend_news_left_bottom_img {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .lend_news_left_bottom_img a:first-child .lend_news_left_bottom_img_title{
    width: 43%;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
  }
  .lend_news_left_bottom_img a:first-child .lend_news_left_bottom_img_title a{
      color: #fff;
  }
  .lend_news_left_bottom_img a:last-child .lend_news_left_bottom_img_title{
    width: 43%;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
  }
  .lend_news_left_bottom_img a:last-child .lend_news_left_bottom_img_title a{
    color: #fff;
  }
  .lend_news_right {
    width: 523px;
  }
  .lend_news {
    display: flex;
    justify-content: space-between;
  }