.cjb_header {
    width: 1500px;
    margin: 0 auto;
    height: 210px;
    /* background-image: url(trs_pc_header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
  }
  .cjb_pc {
      background-image: url(trs_pc_header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 208px;
  }
  
  .cjb_header_content {
    position: relative;
    width: 1500px;
    height: 100%;
    margin: auto;
  }
  
  .cjb_header_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 386px;
    height: 82px;
    margin-top: -42px;
    background-image: url(trs_pc_icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
  }
  
  .cjb_header_right {
    position: absolute;
    right: 0;
    top: 12px;
  }
  
  .cjb_header_search {
    float: right;
    height: 40px;
    margin-right: 140px;
    /* margin-bottom: 46px; */
    /* margin-left: 76px; */
  }
  
  .cjb_header_input {
    float: left;
    width: 288px;
    height: 40px;
    outline: 0;
    border: 0;
    border-radius: 4px 0 0 4px;
    text-indent: 18px;
    line-height: 38px;
    font-size: 16px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
  }
  
  .cjb_header_search_icon {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    padding: 7px 0;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    background-color: #ababab;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
  }
  
  .cjb_header_search_icon {
    
  
  }
  
  .cjb_header_nav {
    /* width: 520px; */
    font-size: 24px;
    line-height: 20px;
    margin-top: 46px;
    color: #fff;
  }
  
  .cjb_header_nav:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
  }
  
  .cjb_header_nav_item {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  
  .cjb_header_nav_item a {
    color: #fff;
  }
  
  .cjb_content_wrap {
    /* width: 1500px; */
    margin: 0 auto;
    padding-top: 40px;
    background: #fff; 
  }
  
  .cjb_content_content {
    /* width: 1500px; */
    margin: auto;
  }
  
  .cjb_content_part_1_left {
    float: left;
  }
  
  .cjb_content_part_1_swiper {
    width: 1000px;
    height: 563px;
  }
  
  .cjb_content_part_1_swiper a {
    display: block;
    position: relative;
    width: 1000px;
    height: 563px;
    font-size: 26px;
    color: #fff;
  }
  
  .cjb_content_part_1_swiper img {
    width: 100%;
    height: 100%;
  }
  
  .cjb_part_1_swiper_tip {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 0 180px 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .swiper-pagination_part_1 {
    position: absolute;
    z-index: 10;
    text-align: right;
    bottom: 24px !important;
    right: 46px;
    height: 12px;
    line-height: 12px;
    width: auto !important;
  }
  
  .swiper-pagination_part_1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  
  .swiper-pagination_part_1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
  
  .cjb_content_part_1_spxw {
    margin-top: 31px;
  }
  
  .cjb_part_title {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 10px;
    color: #b81c22;
  }
  
  .cjb_part_title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    background-color: #b81c22;
    content: '';
  }
  
  .cjb_spxw_content {
    margin-top: 14px;
  }
  
  .cjb_spxw_swiper {
    position: relative;
    float: left;
    width: 1000px;
    height: 344px;
  }
  
  .cjb_spxw_item {
    float: left;
    width: 612px;
    height: 344px;
  }
  
  .cjb_spxw_item a,
  .cjb_spxw_item img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .cjb_spxw_navigation {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 32px;
    box-sizing: border-box;
    margin-top: -16px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .cjb_spxw_navigation.cjb_spxw_navigation_pre {
    left: 0;
    padding-left: 20px;
  }
  
  .cjb_spxw_navigation.cjb_spxw_navigation_next {
    right: 388px;
    padding-left: 10px;
  }
  
  .cjb_spxw_text {
    float: left;
    width: 388px;
    height: 344px;
    box-sizing: border-box;
    padding: 32px 40px 0 30px;
    background-color: #f7f7f7;
  }
  
  .cjb_spxw_text_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
  }
  
  .cjb_spxw_text_date {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    color: #656565;
  }
  
  .cjb_spxw_text_date img {
    width: 20px;
    height: 20px;
  }
  
  .cjb_spxw_text_date span {
    display: inline-block;
    vertical-align: text-top;
    height: 20px;
  }
  
  .cjb_spxw_text_content {
    margin-top: 52px;
    line-height: 30px;
    font-size: 16px;
    color: #4c4c4c;
  }
  
  .cjb_czzq_top {
    margin-top: 20px;
  }
  
  .cjb_czzq_top img {
    float: left;
    width: 202px;
    height: 136px;
    margin-right: 22px;
  }
  
  .cjb_czzq_top_text {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  
  .cjb_content_part_1_right {
    float: right;
    /* padding-top: 20px; */
    width: 475px;
    height: 990px;
    overflow: hidden;
  }
  
  .cjb_czzq_list {
    margin-top: 15px;
  }
  
  .cjb_czzq_list_item {
    position: relative;
    padding-left: 16px;
  }
  
  .cjb_czzq_list_item:before {
    position: absolute;
    left: 0;
    top: 18px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #595855;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .cjb_czzq_list_item a {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #595855;
  }
  
  /* .cjb_content_part_1_yw {
    margin-top: 20px;
  } */
  
  .cjb_yw_list {
    margin-top: 5px;
  }
  
  .cjb_yw_item { 
    padding: 17px 0;
    border-bottom: 1px solid #939393;
  }
  
  .cjb_yw_item a {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 20px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    color: #000;
  }
  
  .cjb_yw_time {
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 16px;
    color: #939393;
  }
  
  .cjb_content_part_2 {
    margin-top: 31px;
  }
  
  .cjb_zt_list {
    margin-top: 12px;
  }
  
  .cjb_zt_item {
    float: left;
    width: 475px;
  }
  
  .cjb_zt_item a {
    display: block;
    width: 100%;
  }
  
  .cjb_zt_item img {
    display: block;
    width: 100%;
    height: 203px;
  }
  
  .cjb_zt_text {
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background-color: #f7f7f7;
  }
  
  .cjb_zt_item.space {
    margin: 0 36px;
  }
  
  .cjb_content_part_3 {
    margin-top: 31px;
  }
  
  .cjb_content_part_3_item {
    float: left;
    width: 475px;
  }
  
  .cjb_content_part_3_item.space {
    margin: 0 36px;
  }
  
  .cjb_zcgg_list {
    margin-top: 8px;
  }
  
  .cjb_zcgg_item {
    position: relative;
    padding-left: 64px;
    line-height: 40px;
  }
  
  .cjb_zcgg_time {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #b81c22;
  }
  
  .cjb_zcgg_item a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #595855;
  }
  
  .cjb_sxh_list {
    margin-top: 8px;
  }
  
  .cjb_sxh_item {
    position: relative;
    padding-left: 18px;
  }
  
  .cjb_sxh_item:before {
    position: absolute;
    left: 0;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #595855;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .cjb_sxh_item a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    color: #595855;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .cjb_dzb {
    position: relative;
    margin-top: 10px;
  }
  
  .cjb_dzb_swiper {
    width: 430px;
  }
  
  .cjb_dzb_slide {
    width: 220px;
    height: 304px;
    transition: 300ms;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  
  .cjb_dzb_slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    z-index: 10;
  }
  
  
  
  .cjb_dzb_slide a {
    display: block;
    width: 220px;
    height: 304px;
  }
  
  .cjb_dzb_slide img {
    width: 100%;
    height: 304px;
  }
  
  .cjb_navigation {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 28px;
    margin-top: -14px;
  }
  
  .cjb_navigation_pre {
    left: 0;
  }
  
  .cjb_navigation_next {
    right: 0;
  }
  
  .cjb_dzb_swiper_pagination {
    text-align: center;
  }
  
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b81c22;
  }
  
  .swiper-pagination-bullet {
    background-color: #dadada
  }
  
  .cjb_content_part_4 {
    margin-top: 20px;
    padding-bottom: 46px;
  }
  
  .cjb_part_4_item {
    float: left;
    width: 168px;
    height: 52px;
    margin-top: 18px;
    margin-right: 18px;
  }
  
  .cjb_part_4_item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .cjb_part_4_item img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .cjb_content_foot_top {
    width: 1500px;
    margin: 0 auto;
    border-bottom: 1px solid #b9b9b9;
    background-color: #f4f4f4;
  }
  
  .cjb_foot_yqlj {
    width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px 28px;
  }
  
  .cjb_foot_yqlj_label {
    float: left;
    font-size: 18px;
    line-height: 18px;
    color: #414041;
  }
  
  .cjb_foot_link {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 18px;
    margin-left: 40px;
    padding-right: 10px;
    cursor: pointer;
    color: #414041;
  }
  
  .cjb_foot_link_content {
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 2;
    max-width: 150px;
    min-width: 100px;
    border-radius: 4px;
    padding: 12px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  
  .cjb_foot_link_content.show {
    display: block;
  }
  
  .cjb_foot_link_content a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 12px;
  }
  
  .cjb_foot_link_content a:last-child {
    padding-bottom: 0;
  }
  
  .cjb_foot_link:before {
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid #b9b9b9;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    top: 6px;
    content: '';
  }
  
  .cjb_foot_link.show:before {
    border-bottom-color: #b9b9b9;
    border-top-color: transparent;
    top: 4px;
  }
  
  .cjb_foot_lj {
    width: 1500px;
    margin: 0 auto;
    padding: 28px 0;
    background-color: #f4f4f4;
  }
  
  .cjb_foot_li_content {
    width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0px;
  }
  
  .cjb_foot_li_content a {
    float: left;
    font-size: 18px;
    line-height: 18px;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #414041;
    color: #414041;
  }
  
  .cjb_foot_li_content a:first-child {
    padding-left: 0;
    border-left: 0;
  }
  
  .cjb_content_foot_red {
    width: 1500px;
    margin: 0 auto;
    height: 150px;
    padding: 42px 0 30px;
    box-sizing: border-box;
    background-color: #b81c21;
  }
  
  .cjb_content_foot_rt {
    text-align: center;
    line-height: 16px;
  }
  
  .cjb_content_foot_rt a {
    display: inline-block;
    font-size: 16px;
    padding: 0 12px;
    border-left: 1px solid #fff;
    color: #fff;
  }
  
  .cjb_content_foot_rt a:first-child {
    padding-left: 0;
    border-left: 0;
  }
  
  .cjb_content_foot_mt {
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
  }
  
  .cjb_content_foot_mt a {
    color: #fff;
  }
  
  .cjb_content_foot_bt {
    text-align: center;
    color: #fff;
  }
  
  .cjb_content_wrap.gl {
    padding-top: 0;
  }
  
  .cjb_content_content.gl {
    padding: 18px 0 34px;
  }
  
  .cjb_content_brumb {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    background-color: #f4f4f4;
  }
  
  .cjb_content_brumb a {
    color: #000;
  }
  
  .cjb_content_gl_left {
    float: left;
  }

  .cjb_content_gl_left .cjb_content_gl_nav_item{
    display:block;
  }
  .cjb_content_gl_left.active .cjb_content_gl_nav_item{
    display:none;
  }
  .cjb_content_gl_left.active .cjb_content_gl_nav_item:nth-child(-n+14){
    display:block;
  }
  
  .moreBtn{
    width: 285px;
    height: 82px;
    margin-bottom: 8px;
    line-height: 82px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    color: #000;
  }
  .moreBtn img{
    transform:rotateX(180deg);
  }
  .cjb_content_gl_left.active .moreBtn img{
    transform:rotateX(0deg);
  }
  
  
  .cjb_content_gl_right {
    float: right;
    border: 1px solid #dfdfdf;
    width: 1173px;
    box-sizing: border-box;
    padding: 28px 30px 48px 46px;
  }
  
  .cjb_content_gl {
    margin-top: 28px;
  }
  
  .cjb_content_gl_nav_item {
    width: 285px;
    height: 82px;
    margin-bottom: 8px;
    line-height: 82px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    color: #000;
    background-color: #f4f4f4;
  }
  
  .cjb_content_gl_nav_item.active {
    color: #fff;
    background-color: #b41d22;
  }
  
  .cjb_gl_list {
    padding-bottom: 28px;
    padding-left: 10px;
  }
  
  .cjb_gl_list_item {
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 48px;
    padding: 20px 0 14px;
    max-height: 275px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
  }
  
  .cjb_gl_list_item_wrap {
    position: relative;
    padding-right: 110px;
  }
  
  .cjb_gl_list_item_wrap a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .cjb_gl_list_time {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 18px;
    font-size: 18px;
    margin-top: -9px;
    color: #909090;
  }
  
  .list-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 45px; */
    /* padding-bottom: 60px; */
  }
  
  .list-pager a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background: #fdfdfd;
    color: #666666;
    margin-right: 11px;
  }
  
  .list-pager span {
    display: inline-block;
    height: 31px;
    color: #666;
  }
  
  .prev,
  .next {
    width: 58px !important;
    height: 29px !important;
  }
  
  .list-pager .active {
    background-color: #b41d22;
    color: #fff;
  }
  
  .sl {
    margin-right: 11px;
  }
  
  .turn {
    position: relative;
    top: 4px;
    margin-left: 11px;
  }
  
  .list-pager input {
    width: 35px;
    height: 29px;
    border: 1px solid #cacaca;
    outline: none;
    margin-right: 11px;
  }
  
  .list-pager button {
    width: 35px;
    height: 29px;
    background: none;
    outline: none;
    border: 1px solid #cacaca;
    cursor: pointer;
    color: #666;
  }
  
  .cjb_content_xl {
    padding-top: 30px;
  }
  
  .cjb_content_xl_title {
    text-align: center;
  }
  
  .cjb_content_xl_title_first {
    font-size: 30px;
    line-height: 60px;
  }
  
  .cjb_content_xl_title_second {
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
  }
  
  .cjb_content_xl_link {
    margin-top: 30px;
    padding: 30px 176px 12px 72px;
    line-height: 26px;
    font-size: 16px;
    color: #747474;
    border-bottom: 2px solid #f4f4f4;
  }
  
  .cjb_content_xl_time {
    float: left;
  }
  
  .cjb_content_xl_share {
    float: right;
    line-height: 26px;
  }
  
  .cjb_content_xl_share label {
    display: inline-block;
    vertical-align: super;
  }
  
  .cjb_content_xl_share a {
    display: inline-block;
    height: 26px;
    margin-left: 10px;
  }
  
  .cjb_content_xl_share img {
    height: 26px;
  }
  
  .cjb_content_xl_articel {
    padding-bottom: 110px;
  }
  
  .cjb_content_xl_dl {
    padding-top: 26px;
    font-size: 18px;
    line-height: 36px;
    text-indent: 36px;
  }
  
  .cjb_foot_li_content_item {
    float: left;
  }
  
  /* .pchide {
    display: block;
  } */
  
  .icon-share {
    position: relative;
    top: -5px;
    left: 10px;
  }
  
  .cjb_content_foot_mtjz {
    width: 1500px;
    margin: 0 auto;
    border-bottom: 1px solid #b9b9b9;
    background-color: #f4f4f4;
  }
  .cjb_foot_mtjz {
    width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px 28px 0px 28px;
  }
  
  .cjb_foot_mtjz_label {
    float: left;
    font-size: 20px;
    line-height: 18px;
    color: #414041;
  }
  
  .cjb_foot_mtjz_wrap {
    float: left;
    font-size: 20px;
    line-height: 18px;
    color: #414041;
    margin-left: 40px;
    margin-bottom: 25px;
    position: relative;
  }
  .cjb_foot_link_img {
      display: none;
      position: absolute;
      right: 50%;
      top: 26px;
      margin-right: -85px;
      z-index: 10;
      width: 150px;
      height: 150px;
      padding: 10px;
      background: #fff;
      border: 1px solid #ccc;
  }
  .cjb_foot_link_img img {
    width: 150px;
    height: 150px;
  }
  .cjb_foot_mtjz_link {
    margin-left: 76px;
  }
  
  .cjb_content_part_3 {
    padding-bottom: 44px;
  }
  .cjb_content_part_4 {
    display: none;
  }
  
  .cjb_top {
    padding: 15px 100px 40px 100px; 
    position: relative;
    text-align: center;
    background-image: url();
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 15px;
  }
  .cjb_top_title {
    font-size: 40px;
    font-weight: bolder;
    line-height: 1.3;
  }
  
  .cjb_top_subtitle{
    
    font-size: 16px;
    line-height: 26px;
    color: #898989;
    margin-top: 20px;
  }
  
  .cjb_top_subtitle a{
    
    color: #898989;
  }
  
  .cjb_content_part_1_yw{
    height: 560px;
    overflow: hidden;
    margin-bottom: 33px;
  }
  
  .cjb_top_img img{
    width: 1500px;
    height: auto;
  }
  
  .cjb_top_link {
    margin-top: 10px;
  }
  
  .cjb_top_link a{
    margin-right: 15px;
    color: #898989;
  }
  
  
  .cjb_content_part_ztjc {
    margin-top: 31px;
  }
  .cjb_ztjc_list {
    margin-top: 8px;
  }
  .cjb_ztjc_item {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    width: 238px;
  }
  .cjb_ztjc_item_img img{
    width: 238px;
  }
  .cjb_ztjc_item:last-child {
    margin-right: 0px;
  }
  .cjb_ztjc_item_title {
    width: 238px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 28%;
    font-size: 24px;
    font-weight: 500;
    font-family: '寰蒋闆呴粦';
    background-color:rgba(255, 255, 255, 0.6);
  }
  @media screen and (min-width:768px){
  .cjb_content_foot_gary {
    width: 100%;
    background-color: #f4f4f4;
  }
  .cjb_content_foot_gary2 {
    width: 100%;
    background-color: #b81c21;
  }
  }
  
  
  
  
  
  
  
  .scrollNews{
    width:100%;
    margin:30px auto;
  height: 46px;
  box-shadow: 0px 0px 13px 0px rgba(211,4,12,0.49);
  padding:5px;
  box-sizing: border-box;
  position: relative;
  }
  .scrollNews h2{
    width: 110px;
  height: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  background:#C3181E;
  text-align: center;
  }
  .scrollNews .textFocus{
    width:1330px;
    height:30px;
    position: absolute;
    top:11px;
    right:10px;
    overflow: hidden;
  }