h2,p{
  padding: 0;
  margin: 0;
}

#slider {
  position: relative;
  overflow: hidden;
  background-color: #2b374f;
  /* pagination */
  /* controls */
}

#slider .swiper-container {
  max-width: 1920px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#slider .swiper-slide {
  /* Specify Slides's Size: */
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
}

#slider .swiper-slide > a {
  display: block;
  height: 100%;
}

#slider .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding-bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

#slider .swiper-pagination-switch {
  /* Stylize pagination button: */
  float: left;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.1s;
}

#slider .swiper-pagination-switch:last-child {
  margin-right: 0;
}

#slider .swiper-pagination-switch:hover,
#slider .swiper-active-switch {
  /* Specific active button style: */
  background-color: #83949d;
}

#slider .swiper-active-switch {
  cursor: default;
}

#slider .swiper-control {
  position: absolute;
  color: #ddd;
  font-size: 40px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 99999;
  display: none;
}

#slider .swiper-control:hover {
  color: #c83842;
}

#slider .swiper-prev {
  left: 0;
}

#slider .swiper-next {
  right: 0;
}
.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.banner .banner-inner {
  position: relative;
  height: 100%;
  width: 1007px;
  margin: 0 auto
}
.banner .banner-inner1{
  position: relative;
  height: 100%;
  width: 1007px;
  margin: 0 auto
}
.banner .banner-inner1 .apply-btn{
  position: absolute;
  bottom: 50px;
  left: 15px;
  width: 159px;
  height: 30px;
  line-height: 30px;
  color: #073f98;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  text-align: center;
  transition: all .5s;
  border-radius: 15px;
}
.banner .banner-inner1 .apply-btn:hover{
  background-color: #c5e9ff;
}
.banner .banner-inner .apply-btn{
  position: absolute;
  bottom: 85px;
  left: 54px;
  width: 247px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  background-color: #ffa801;
  text-align: center;
  transition: all .5s;
}
.banner .banner-inner .apply-btn:hover{
  transform: scale(1.1);
}
.banner .banner-inner2 {
  position: relative;
  height: 100%;
  width: 1005px;
  margin: 0 auto
}
.banner .banner-inner2 .apply-btn{
  position: absolute;
  bottom: 62px;
  left: 11px;
  width: 148px;
  height: 49px;
  background-image: url(../../img/mainBusiness/callCenter/1-banner-2_03.png);
  background-size: 100% 100%;
  line-height: 49px;
  color: #145f9f;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.banner .banner-inner2 .apply-btn:hover{
  background-image: url(../../img/mainBusiness/callCenter/1-banner-1_03.png);
  background-size: 100% 100%;
}
.btn-mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 999999;
}
.btn-window{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -238px;
  margin-left: -345px;
  background-color: #fefefe;
  padding: 60px 90px;
}
.icon-guanbi{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px; 
  color: #999;
}
.icon-guanbi{
  color: #727272;
}
.win-content{
  width: 510px;
  margin: 0 auto;
}
.win-tip{
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  color: #2a2d2e;
}
.win-title{
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.win-title>li{
  display: inline-block;
  color: #01a6de;
  font-size: 36px;
  font-family: "微软雅黑";
  line-height: 46px;
  font-weight: bold;
}
.win-title>li>span{
  padding: 5px;
  border-bottom: 1px solid rgba(0,0,0,0);

}
.win-title>li>span:hover{
  color: #262b40;
  border-bottom: 4px solid #01a6de;
}
.win-body input{
  border: none;
  outline: none;
  background-color: rgba(0,0,0,0) !important;
  padding-left: 10px;
  font-size: 16px;
  color: #72787a;
  height: 40px;
}
.win-body>p span{
  font-size: 18px;
  color: #72787a;
}
.win-body>p{
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 42px;
  height: 42px;
  margin-bottom: 20px;
}
.ipt-fullName{
  width: 240px;
  margin-right: 24px;
  display: inline-block;
}
.ipt-fullName>input,.ipt-phone>input{
  width: 72%;
}
.ipt-phone{
  width: 240px;
  display: inline-block;
}
.ipt-company,.ipt-needs{
  width: 87%;
}
.win-body .iconfont{
  font-size: 20px;
  margin-right: 10px;
  color: #a1a1a1;
}
.win-body .iconfont.icon-gongsi{
  color: #01a6de;
}
.win-body .iconfont.icon-xingming{
  color: #727272;
}
.win-content .win-submit{
  border: 1px solid #2a2d2e;
  border-radius: 15px;
  padding: 5px 40px;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  color: #2a2d2e;
}
.win-content .win-submit:hover{
  color: #fff;
  background: rgb(1, 166, 222)
}
.parsley-errors-list{
  position: absolute;
  left: 0;
  top: 30px;
  /* width: 240px; */
  height: 20px;
  margin: 0;
}
.section-heading {
  font-size: 30px;
  color: #13162a;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px; 
}
.section-subheading {
  font-size: 18px;
  text-align: center;
  margin-top: -2px;
  color: #666666;
  margin-bottom: 60px;
}
.question-blank{
  width: 100%;
  height: 918px;
  background:  url(../../img/mainBusiness/manageOutsource/questionBg.jpg) no-repeat;
}
.w1007{
  width: 1007px;
  margin: 0 auto;
  padding-top: 78px;
}
.number-roll{
  width: 100%;
  height: 164px;
  background-color: #e3eaf0;
}
.turn-data{
  width: 1007px;
  margin: 0 auto;
}
.turn-data li{
  width: 200px;
  height: 164px;
  text-align: center;
  border-right: 1px solid #a7bbcc;
}
.turn-data li .timer,.turn-data li .dot{
  font-size: 36px;
  font-weight: 700;
  color: #13162a;
  /* padding-top: 50px; */
}
.turn-data li .all-turn{
  margin-top: 50px;
  position: relative;
}
.turn-data li .all-turn .jiahao{
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 18px;
  top: -5px;
}
.turn-data li .all-turn .xinghao {
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  left: 83px;
  top: 6px;
}
.turn-data li .all-turn .baifenhao {
  font-size: 36px;
  font-weight: 700;
}
.turn-data li .all-turn .small{
  color: #2b3647;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.turn-data li .turn-data-dec{
  color: #2b3647;
  font-size: 20px;
}
.turn-data li.active{
  background-color: #1361af;
  color: #fff;
}
.turn-data li.active .timer{
  color: #ffa200;
}
.turn-data li.active .dot{
  color: #ffa200;
}
.turn-data li.active .all-turn .small{
  color: #fff;
}
.turn-data li.active .turn-data-dec{
  color: #fff;
}
.question-blank {
  width: 100%;
  padding-top: 65px;
}
.question-blank .section-heading {
  margin-bottom: 10px;
}
.question-blank .section-subheading{
  margin-bottom: 0px;
}
.question-content{
  width: 1007px;
  height: 777px;
  margin: 0 auto;
  position: relative;
  background: url(../../img/mainBusiness/manageOutsource/question-bg.png) no-repeat;
}
.question-content>div{
  border-radius: 50%;
  border: 1px dashed #576676;
  text-align: center;
  color: #2b3647;
  font-size: 24px;
  position: absolute;
  background-color: #fff;
}
.question-content .q1 {
  width: 138px;
  height: 138px;
  left: 382px;
  top: 49px;
  line-height: 138px;
}
.question-content .q2{
  width: 212px;
  height: 212px;
  line-height: 212px;
  right: 234px;
  top: 60px; 
}
.question-content .q3{
  width: 173px;
  height: 173px;
  line-height: 173px;
  right: 175px;
  top: 293px; 
}
.question-content .q4{
  width: 170px;
  height: 170px;
  line-height: 170px;
  right: 254px;
  top: 482px
}
.question-content .q5{
  width: 175px;
  height: 175px;
  line-height: 175px;
  right: 462px;
  top: 500px;
}
.question-content .q6 {
  width: 182px;
  height: 182px;
  line-height: 180px;
  left: 202px;
  top: 372px;
}
.question-content .q7{
  width: 185px;
  height: 185px;
  line-height: 185px;
  left: 202px;
  top: 150px;
}
.question-content .q8 img{
  display: inline-block;
  width: 95px;
  height: 89px;
  margin-top: 30px;
}
.question-content .q8{
  width: 205px;
  height: 205px;
  background-color: #ffa200;
  border: 1px solid #ffa200;
  left: 408px;
  top: 253px;
  color: #ffffff;
}
.question-content .q-pub.active{
  background: #1d5c9b;
  color: #fff;
  border: 1px solid #1d5c9b;
  box-shadow:0px 1px 10px #6d6c6c;
}
.service-blank{
  width: 100%;
  margin-bottom: 100px;
}
.service-blank .service-top{
  height: 436px;
  margin-bottom: 100px;
}
.kwicks li{
  position: relative;
  width: 212px;
  height: 436px;
}
 .kwicks li .kwick-text{
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 436px;
}
.kwicks li .kwick-text-desc{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 362px;
  background-color: #1d5c9b;
  color: #fff;
  display: none;
  padding: 0 20px 0 30px;
}
.kwicks li{
  color: #fff;
  width: 212px ;
  height: 436px;
  overflow-x: hidden;
  transition: all .5s;
  margin-right: 3px;
}
.kwicks li.last{
  margin-right: 0px;
}
.kwicks li .kwick-desc-title{
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.kwicks li .kwick-desc-title-en{
  font-size: 12px;
  margin-bottom: 18px;
}
.kwicks li .kwick-desc-prise{
  font-size: 36px;
  color: #ffa200;
  margin-bottom: 22px;
}
.kwicks li .kwick-desc-prise>span{
  font-size: 18px;
}
.kwicks li .text-pub{
  font-size: 18px;
  margin-bottom: 8px;
}
.kwicks li .dec-icon{
  position: absolute;
  right: 0;
  top: 90px;
  right: 65px;;
}
.btn-pub{
  display: inline-block;
  font-size: 18px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn-pub:hover{
  color: #13162a;
  background-color: #fff;

}
.btn-pub.try{
  margin-left: 25px;
}
.service-blank .service-top .kwicks li.active{
  width: 362px;
  height: 436px;
}
.kwicks li.active .kwick-text{
  display: none;
}
.kwicks li.active .kwick-text-desc{
  display: block;
}
.kwick-text{
  text-align: center;
}
.kwick-text>img{
  margin-top: 100px;
  margin-bottom: 45px;
}
.kwicks .kwick-text-title{
  font-size: 24px;
  margin-bottom: 10px;
}
.kwicks .kwick-text-title-en{
  font-size: 12px;
  margin-bottom: 20px;
}
.kwicks .kwick-prise{
  font-size: 30px;
  color: #ffa200;
  font-weight: 700;
  margin-bottom: 14px;
}
.kwicks .kwick-prise>span{
  font-size: 18px;
}
.kwicks .kwick-ad{
  font-size: 18px;
  text-align: center;
}
.service-blank .service-l{
  width: 222px;
  height: 115px;
  color: #fff;
  margin-right: 40px;
  margin-top: 20px;
  background: url(../../img/mainBusiness/manageOutsource/24.png) no-repeat;
}
.service-blank .service-l .service-title{
  font-size: 30px;
  font-weight: 700;
  margin-top: 28px;
  margin-left: 32px;
}
.service-blank .service-l .service-title-en{
  font-size: 18px;
  margin-left: 32px;
}
.service-blank .services-r li{
  margin: 0 4px;
}
.service-blank .services-r li .ser-text{ 
  text-align: center;
  font-size: 18px;
  color: #13162a;
}

.advantage-blank{
  width: 100%;
  margin-bottom: 92px;
}
.advantages li{
  width: 308px;
  height: 206px;
  background: #ecf2f5;
  text-align: center;
  margin-right: 38px;
  margin-bottom: 33px;
  padding-top:33px;
  position: relative;
}
.advantages li .ad-active{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top:33px;
  background: #1d5c9b;
  color: #fff;
  text-align: center;
  display: none;
}
ul{
  margin: 0;
}
.advantages li.active .ad-active{
  display: block;
}
.advantages li .ad-active .active-text{
  font-size: 30px;
  margin-bottom: 30px;
}
.advantages li .ad-active>p{
  font-size: 18px;
  line-height: 34px;
}
.advantages li.last{
  margin-right: 0px;
}
.advantages li .title{
  font-size: 24px;
  color: #202936;
}
.advantages li>img{
  display: inline-block;
  margin-bottom: 28px;
}
.promise-blank{
  width: 100%;
  height: 863px;
  background: url(../../img/mainBusiness/manageOutsource/15.jpg) no-repeat;
}
.promise-blank .w1007 .section-heading {
  color: #fff;
  margin-bottom: 20px;
}
.promise-blank .w1007 .section-subheading {
  color: #fff;
  margin-bottom: 90px;
}
.real-data{


}
.real-data li {
  width: 206px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-right: 60px;
}
.real-data li.last{
  margin-right: 0;
}
.real-data li .rate{
  font-size: 48px;
}
.real-data li .data-type{
  font-size: 28px;
  margin-bottom: 40px;
}
.real-data li .trans-rate{
  width: 174px;
  height: 174px;
  border-radius: 50%;
  border: 3px #fff solid;
  padding-top: 35px;
  margin-bottom: 35px;
}
.real-data li .data-dec{
  width: 100%;
  margin-bottom: 15px;
}
.text-color{
  color: #ffa200;
}
.cooperat-brand-bg{
  width: 100%;
  height: 880px;
  background: url(../../img/mainBusiness/manageOutsource/cooperat-brand-bg.png) repeat;
}
.cooperat-brand {
  width: 1007px;
  margin: 0 auto;
  padding-top: 100px;
}
.cooperat-brand .brand-box li{
  float: left;
  margin: 13px 23px 13px 0;
}
.cooperat-brand .brand-box .last{
  margin-right: 0px;
}
.develop-flow-height{
   height: 1001px;
 }
.develop-flow {
  padding: 80px 0px 56px 0px;
  width: 1007px;
  margin: 0 auto;
}
.develop-flow .flow-step {
  width: 100%;
  margin: 65px auto 100px;
  text-align: center;
}
.develop-flow .flow-step .step-item {
  float: left;
}
.develop-flow .flow-step .step-item>div{
  float: left;
}
.develop-flow .flow-step .step-item .step-bg .step-head{
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.develop-flow .flow-step .step-item .step-bg{
  background: #1d5c9b;
  padding: 22px 15px 18px 18px;
}
.develop-flow .flow-step .step-item .step-active{
  padding: 0 10px 10px;
  border-radius: 5px;
}
.develop-flow .flow-step .step-item .img-box img{
  display: inline-block;
}
.develop-flow .flow-step .step-item .img-box {
  width: 100%;
  text-align: center;
  line-height: 61px;
  text-align: center;
}
.arrow-box{
  float: left;
  margin: 50px 10px 0 7px;
}
.arrow-box>img{
  margin: 16px 0;
}
.develop-flow .flow-step .step-item .step-text {
  font-size: 20px;
  color: #ffffff;
  font-family: "微软雅黑";
  text-align: left;
}
.develop-flow .message-text{
  text-align: center;
  font-size: 30px;
  color: #ffa801;
  line-height: 60px;
}

#LeavingMessageForm{
  font-size: 0px;
  text-align: center;
  padding-top: 15px;
}
#LeavingMessageForm input,#LeavingMessageForm textarea{
  font-size: 18px;
  color: #535f6f;
  font-family: "微软雅黑";
}
#LeavingMessageForm input{
  width: 204px; 
  height: 47px;
  border: 1px solid #303843;
  line-height: 47px;
  margin-right: 16px;
  padding-left: 18px;
  outline: none;
}
#LeavingMessageForm .last {
  margin-right: 0px;
}
.fl{
  float: left;
}
#LeavingMessageForm .left.info-pub{
  margin-right: 174px;
}
#LeavingMessageForm .info-box{
  margin-bottom: 24px;
}
#LeavingMessageForm .info-box .leavingMsg{
  width: 646px;
  height: 92px;
  border: 1px solid #303843;
  padding-left: 18px;
  outline: none;
}
#LeavingMessageForm .btn-box{
  padding-top: 16px;
  text-align: center;
}
#LeavingMessageForm .btn-box button{
  background: #ff9700;
  width: 246px;
  height: 55px;
  color: #f4f6f9;
  font-size: 24px;
  border-radius: 3px;
}
.choose-service .options label{
  font-size: 16px;
  font-weight: normal;
  margin-right: 16px;
}
.choose-service .options .last{
  margin-right: 0;
}
.choose-service .options label>input{
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
}
.info-pub{
  position: relative;
}
.parsley-errors-list {
  position: absolute;
  left: 165px;
  top: 3px;
  height: 20px;
  margin: 0;
}
.parsley-errors-list li{
  color: #0dd898;
}
/* 底部广告 */
.mask-fixed{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 156px;
  z-index: 99;
}
.mask-fixed .img-container{
  position: absolute;
  width: 1005px;
  height: 131px;
  bottom: 0;
  left: 50%;
  margin-left: -502px;
}
.mask-fixed .img-container>a{
  position: absolute;
  width: 170px;
  height: 52px;
  right: 33px;
  top: 68px;
}
.mask-fixed .img-container>i{
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 0px;
  background: url(../../img/index/remove-icon-small.png) no-repeat;
  background-size: 100% 100%; 
}

/* 底部增加新闻中心（与首页相同） */
#newsLeft {
  float: left;
  width: 340px;
  height: 220px;
  overflow: hidden;
  margin-right: 20px;
}

#newsLeft img {
  width: 340px;
  height: 125px;
}

#newsLeft .news-title-wrap {
  line-height: 1;
  margin-top: 10px;
}

#newsLeft .news-date {
  float: left;
  color: #c83842;
  font-size: 18px;
  margin-right: 6px;
}

#newsLeft .news-date .date {
  font-size: 14px;
}

#newsLeft .news-title {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsLeft .more {
  float: right;
  font-size: 12px;
  margin-top: 6px;
}

#newsLeft .read-amount {
  font-size: 12px;
  color: #888;
  margin: 4px 0 8px;
}

#newsLeft .news-detail {
  color: #888;
}

#newsWrap {
  margin-top: 30px;
}

#newsMiddle {
  float: left;
  width: 384px;
}

#newsMiddle li {
  border: 1px solid #e9e7e8;
  height: 68px;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-bottom: 8px;
}

#newsMiddle li:first-child .news-date {
  color: #c83842;
}

#newsMiddle li:last-child {
  margin-bottom: 0;
}

#newsMiddle .news-date {
  float: left;
  color: #888;
  font-size: 18px;
  margin-right: 20px;
}

#newsMiddle .news-date .date {
  float: right;
  font-size: 14px;
  margin-top: 16px;
}

#newsMiddle .news-detail-wrap {
  overflow: hidden;
}

#newsMiddle .news-title {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsMiddle .news-detail {
  display: block;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsRight {
  float: right;
  width: 220px;
}

#newsRight li {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
}

#newsRight .news-right-1 {
  background-image: url("../../img/index/news-right-bg-1.jpg");
}

#newsRight .news-right-2 {
  background-image: url("../../img/index/news-right-bg-2.jpg");
}

#newsRight .news-right-3 {
  background-image: url("../../img/index/news-right-bg-3.png");
}

#newsRight .news-right-4 {
  background-image: url("../../img/index/news-right-bg-4.jpg");
}

#newsRight .hover-show {
  opacity: 0;
}

#newsRight.hover .hover-hide {
  opacity: 0;
}

#newsRight.hover .hover-show {
  opacity: 1;
}

#newsRight .title-english {
  font-size: 12px;
  text-transform: uppercase;
}

#newsRight .news-right-1 .title,
#newsRight .news-right-1 .title-english {
  position: absolute;
  width: 100%;
  text-align: center;
}

#newsRight .news-right-1 .title {
  top: 10px;
}

#newsRight .news-right-1 .title-english {
  top: 28px;
}

#newsRight .news-right-2 .title,
#newsRight .news-right-2 .title-english {
  position: absolute;
}

#newsRight .news-right-2 .title {
  width: 100%;
  text-align: center;
  top: 80px;
}

#newsRight .news-right-2 .title-english {
  top: 64px;
  left: 60px;
}

#newsRight .news-right-3 .title,
#newsRight .news-right-3 .icon-play {
  position: absolute;
}

#newsRight .news-right-3 .title {
  width: 100%;
  text-align: center;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}

#newsRight .news-right-3 .icon-play,
#newsRight .news-right-3 .icon-play-overlay {
  width: 47px;
  height: 47px;
  background-position: 0px 0px;
}

#newsRight .news-right-3 .icon-play {
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -23px;
}

#newsRight .news-right-4 .title,
#newsRight .news-right-4 .title-english {
  position: absolute;
}

#newsRight .news-right-4 .title {
  top: 6px;
  right: 3px;
}

#newsRight .news-right-4 .title-english {
  top: 27px;
  right: 3px;
}

#newsRight .news-right-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 32, 62, 0.8);
  transition: 0.3s;
}

#newsRight .news-right-overlay > a {
  display: table-cell;
  width: 110px;
  height: 110px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

#newsRight .news-right-overlay .title-english-2 {
  font-size: 12px;
  text-transform: uppercase;
}

