/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
li{
  list-style: none;
}
li .limit-line::before{
  content: " ";
  width: 15px;
  height: 15px;
  background-color: #0970bb;
  border-radius: 15px;
  display: inline-block;
  margin-right: 10px;
}
body {
  min-height: 100%;
  color: #333;
  background-color: #eee;
  line-height: 1.8em;
  font-size: 20px;
}
.subpage-1 .news-item {
    line-height: 4em;
    border-bottom: 1px solid #eee;
}
.title{
  width:480px;
  height: 64px;
  margin-top:50px;
  margin-bottom:50px;
  background-repeat: no-repeat;
  background-size:cover;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
a:link {
  cursor: pointer;
}
body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  
  
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height:auto;
  width:auto;
}
/*字号定义部分*/
.font-lg{
  font-size:28px;
  
}
.font-lg a{
  font-size:28px;
}
.font-md{
  font-size:20px;
  
}
.font-md a{
  font-size:20px;
  
}
.font-sm{
  font-size:16px;
  line-height: 1.8em;
}
.font-sm a{
  font-size:16px;
  line-height: 1.8em;
}
.over-hid{
  overflow: hidden;
}

@media (max-width: 768px) {

  li .limit-line::before{
    content: " ";
    width: .2rem;
    height: .2rem;
    background-color: #0970bb;
    border-radius: 15px;
    display: inline-block;
    margin-right: .2rem;
  }  body{
    font-size:0.28rem;
  }
  .font-lg,.font-lg a{
    font-size:0.34rem;
  }
  .font-md,  .font-md a{
    font-size:0.28rem;
  }
  
  .font-sm,.font-sm a{
    font-size:0.24rem;
  }
}
/*字体颜色定义部分*/
.text-color-1{
  color:
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pointer {
  cursor: pointer;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.block-center {
  margin-left: auto;
  margin-right: auto;
}
.limit-line5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-line6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line2{
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
/* .block-qywh img{
  box-shadow: 2px 2px 10px #ccc;
} */
.limit-line2.show-lg{
  display: -webkit-box;
}
.bg-xinhua-bar {
  background:url(http://www.newsimg.cn/money/rbdah2020/img/bg-btl.jpg) no-repeat;
  background-size: cover;
  min-width: 1188px;
}
.top-bar {
  height: 57px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 14px;
	margin: 0 auto;
    position: relative;
    width: 1200px;
}
.top-bar a {
  color: #FFFFFF;
}
.top-bar .container {
  width: 1188px;
}
.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

	min-width: 46px;
    text-align: center;
}
.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}
.footer {
  color: #FFFFFF;
  background:url(http://www.newsimg.cn/money/rbdah2020/img/bg-btl.jpg) no-repeat;
  background-size: cover;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}


.banner {
  background: url(http://www.newsimg.cn/money/rbdah2020/img/banner.jpg) no-repeat center;
  
  height: 960px;
  max-width: 1920px;;
  margin: 0 auto;
  overflow: hidden;
}


/*主要页面容器相关*/
.page-container {
  min-width:1200px;
}
.container {
  margin: 0 auto;
  padding:40px 0;
  position: relative;
  width: 1200px;
}
.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color:#fff;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 每个模块title样式 */
.title{
  width: 480px;
  height: 64px;
  margin:0 auto;
  margin-top:50px;
  margin-bottom:50px;
  background-repeat: no-repeat;
  background-size:cover;
}

.title-sub{
  width:undefinedpx;
  height:undefinedpx;
  margin-top:60px;
  margin-bottom:60px;
  background-repeat: no-repeat;
  background-size:cover;
}

.widget{
  margin:30px auto 80px;
}
.dhdadjt-item{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/bg-1.png) no-repeat;
  background-size: contain;
  width: 330px;
  height: 385px;
  float: left;
  margin-left: 60px;
  overflow: hidden;
  margin-bottom: 90px;
}
.dhdadjt-inner{
  width: 284px;
  background-color: #0168b7;
  margin: 20px auto;
}
.dhdadjt-item img{
  width: 100%;
}
.dhdadjt-item .desc{
  padding:  20px 15px 0px;
  height: 92px;
  color: white;
}
.dhdadjt-item .time{
  text-align: right;
  border-top: 1px solid white;
  margin: 0 15px;
  line-height: 50px;
  color: white;
  font-size: 14px;
  margin-top: 10px;
}
.dhdadjt-item:nth-child(3){
  margin-right: 0;
}
.swiper-slide .desc{
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-pagination{
  width: 100%;
  margin-top: 25px;
}
.swiper-pagination-bullet{
  margin-right: 10px;
}
.swiper-pagination-bullet-active{
  background-color: #55aadf;
}
.block-rmbxzq .swiper-slide img,.block-rmbxzq .swiper-slide{
  width: 673px;
  height: 440px;
}
.rmbxzq-left{
  width: 242px;
  float: left;

}
.rmbxzq-left>div:nth-child(1){
  margin: 0;
}
.rmbxzq-left>div{
   background: url(http://www.newsimg.cn/money/rbdah2020/img/icon.png) no-repeat;
   background-size: 100%; 
   height: 72px;
   width: 100%;
   margin-top: 20px;
}
.rmbxzq-left>.left-1{
  
  background-position-y: -73px;
}
.rmbxzq-left>.left-2{
  background-position-y: -218px;
}
.rmbxzq-left>.left-3{
  background-position-y: -362px;
}
.rmbxzq-left>.left-4{
  background-position-y: -508px;
}
.rmbxzq-left>.left-5{
  background-position-y: -652px;
}
.rmbxzq-left>.left-1.active{
  background-position-y: -0px;
}
.rmbxzq-left>.left-2.active{
  background-position-y: -144px;
}
.rmbxzq-left>.left-3.active{
  background-position-y: -289px;
}
.rmbxzq-left>.left-4.active{
  background-position-y: -434px;
}
.rmbxzq-left>.left-5.active{
  background-position-y: -579px;
}
.rmbxzq-right>div{
  display: none;
}
.rmbxzq-right .right-list-1{
  display: block;
}
.rmbxzq-right{
  margin-left: 252px;
  border: 5px solid #c6e5ff;
  padding: 40px 35px;
  height: 442px;
  background: url(http://www.newsimg.cn/money/rbdah2020/img/bg-jbl.jpg) no-repeat;
  background-size: cover;
}
.rmbxzq-right .widget {
  margin: 0;
}
.block-rmbxzq  .show-more,.block-qywh .show-more,.block-dhdadjt  .show-more{
  text-align: center;
  margin:100px auto 50px;
  color: white;
  font-size: normal;
}
.block-rmbxzq  .show-more a{
  color: white;
  font-weight: normal;
}
.block-qywh .show-more{
  margin:20px auto 40px;
}
.block-dhdadjt  .show-more{
  margin:10px auto 20px;
}
.block-qywh .show-more a,.block-dhdadjt  .show-more{
  font-weight: normal;
  color: #1464a1;
}
.block-rmbxzq .swiper-button-prev{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/left2.png) no-repeat;
  background-size: contain;
}
.block-rmbxzq .swiper-button-next{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/right2.png) no-repeat;
  background-size: contain;
}
.block-jctj .swiper-button-prev{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/left3.png) no-repeat;
  background-size: 100%;
}
.block-jctj .swiper-button-next{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/right3.png) no-repeat;
  background-size: 100%;
}
.block-rbdsj .system-list-item{
    height: 390px;
    box-sizing: border-box;
    padding: 54px 100px 44px 60px ;
}
.block-rbdsj .system-list-item img{
  width: 510px;
  height: 288px;
  float: left;
}
.block-rbdsj .system-list-item .dsj-right{
  margin-left: 576px;
}
.dsj-right .limit-line5{
  height: 140px;
  color: white;
}
.block-rbdsj .swiper-container{
  width: 1200px;
}
.block-rbdsj .swiper-slide{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/bg-yun.jpg) no-repeat;
  background-size: cover;
}
.block-rbdsj  .hr{
  border-bottom: 1px solid white;
  margin: 30px 0;
}
.dsj-right .top-title{
  height: 71px;
  overflow: hidden;
  color: white;
  text-align: left;
  font-size: 28px;
  line-height: 1.4em;
}
.dsj-right .font-sm{
  text-align: left;
}
.block-rbdsj .swiper-slide a{
  text-align: left;
  color: white;
}
.block-rbdsj .swiper-button-prev{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/left4.png) no-repeat;
  background-size: auto 100%;
  left: -50px;
}
.block-rbdsj .swiper-button-next{
  background: url(http://www.newsimg.cn/money/rbdah2020/img/right4.png) no-repeat;
  background-size: auto 100%;
  right: -50px;
}
.over-hid>div:nth-child(4){
  display: none;
}
@media (max-width: 768px) {
  .over-hid>div:nth-child(4){
    display: block;
    margin-left: .2rem;
  }
  .dsj-right .limit-line5{
    height: 2.2rem;
    color: white;
  }
  #swiper-rbdsj{
    margin-bottom: .6rem;
  }
  .block-rbdsj .swiper-container{
    width: 100%;
  }
  .block-rbdsj .system-list-item{
    height: auto;
    box-sizing: border-box;
    padding: .33rem .33rem .5rem;
  }
  .block-rbdsj .system-list-item img{
    width: 100%;
    height: auto;
    float: none;
  }
  .block-rbdsj .system-list-item .dsj-right{
    margin-left: 0;
  }
  .dsj-right .top-title{
    font-size: .26rem;
    line-height: 1em;
    height:1.4em;
    margin-top: .2rem;
  }
  .block-rbdsj .hr{
    margin: .3rem 0;
  }
  #swiper-jctj{
    margin-bottom: .5rem;
  }
  .block-rmbxzq .show-more, .block-qywh .show-more{
    margin: .6rem auto .8rem;
  }
  .rmbxzq-left>.left-1{
  
    background-position-y: -.66rem;
  }
  .rmbxzq-left>.left-2{
    background-position-y: -1.98rem;
  }
  .rmbxzq-left>.left-3{
    background-position-y: -3.3rem;
  }
  .rmbxzq-left>.left-4{
    background-position-y: -4.62rem;
  }
  .rmbxzq-left>.left-5{
    background-position-y: -5.94rem;
  }
  .rmbxzq-left>.left-1.active{
    background-position-y: -0px;
  }
  .rmbxzq-left>.left-2.active{
    background-position-y: -1.32rem;
  }
  .rmbxzq-left>.left-3.active{
    background-position-y: -2.64rem;
  }
  .rmbxzq-left>.left-4.active{
    background-position-y: -3.96rem;
  }
  .rmbxzq-left>.left-5.active{
    background-position-y: -5.28rem;
  }
 
  .rmbxzq-left>div{
    background: url(http://www.newsimg.cn/money/rbdah2020/img/icon-m.png) no-repeat;
    background-size: 100%;
    width: 2.1rem;
    height: .64rem;
    margin-bottom: .2rem;
    
  }
  .rmbxzq-left>div{
    width: 2.1rem;
    height: .64rem;
    margin-top: 0;
  }
  .rmbxzq-left{
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap
  }
  .rmbxzq-right{
    margin-left: 0;
    border: .05rem solid #c6e5ff;
    padding: .3rem .35rem;
    height: auto;
  }
  .rmbxzq-bottom{
    margin-top: .5rem;
  }
  .block-rmbxzq .swiper-slide img, .block-rmbxzq .swiper-slide{
    width: 100%;
    height: auto;
  }
  .dhdadjt-item{
    background: none;
    width: 3.33rem;
    height: auto;
    margin-left: 0;
    margin-bottom: .4rem;
  }
  .dhdadjt-inner{
    width: 100%;
    background-color: #0168b7;
    margin: 0px auto;
  }
  .dhdadjt-item .desc{
    height: 1.1rem;
    padding: .2rem .3rem 0px;

  }
  .dhdadjt-item:nth-child(2){
    margin-left: .2rem;
  }
  .swiper-pagination{
    margin-top: 0rem;
  }
  .swiper-pagination-bullet{
    width: .1rem;
    height: .1rem;
  }
  .swiper-slide .desc{
    padding: 0 .2rem;
  }
  .show-lg {
    display: none;
  }
  .show-xs {
    display: block;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }
  .block {
    padding-top: 10px;
  }
  .page-container {
    min-width: auto;
    background:#fff;
  }
  .container {
    margin: 0 0.25rem;
    padding:0;
    width: auto;
    overflow: hidden;
  }
  .bg-max-container {
    padding: .2rem 0;
  }
  .banner {
    background: url(http://www.newsimg.cn/money/rbdah2020/img/banner-m.jpg) no-repeat center;
    
    height: 6rem;
    width: 100%;
    background-size: cover;
  }
  .title{
    width:4.8rem;
    height: 0.64rem;
    margin-top:.45rem;
    margin-bottom:.45rem;
  }
  .title-sub{
    width:NaNrem;
    height:NaNrem;
    margin-top:.6rem;
    margin-bottom:.6rem;
    background-repeat: no-repeat;
    background-size:cover;
  }
  .widget{
    margin:.2rem auto 0;
  }
}

      .block-dadsj{
        background-image: url(http://www.newsimg.cn/money/rbdah2020/img/bg-dadsj.jpg);
        
      }
      
      .block-dhdadjt{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-dhdadjt.jpg);
       
      }
      
      .block-rmbxzq{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-rmbxzq.jpg);
        
      }
      
      .block-jctj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-jctj.jpg);
        
      }
      
      .block-qywh{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-qywh.jpg);
       display: none; 
      }
	  .block-rbdsj{display: none;}
      

      .title-dadsj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-dadsj.png);
        
      }
      
      .title-dhdadjt{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-dhdadjt.png);
        
      }
      
      .title-rmbxzq{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-rmbxzq.png);
        
      }

      .subpage .title-rmbxzq{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-rmbxzq2.png);
        
      }
      
      .title-jctj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-jctj.png);
        
      }
      
      .title-qywh{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-qywh.png);
        
      }
      
      .title-rbdsj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-rbdsj.png);
        
      }
      

@media (max-width: 768px) {
  
      .title-dadsj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-dadsj-m.png);
        
      }
      
      .title-dhdadjt{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-dhdadjt-m.png);
        
      }
      
      .title-rmbxzq{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-rmbxzq-m.png);
        
      }

      .subpage .title-rmbxzq{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-rmbxzq2-m.png);
        
      }
      
      .title-jctj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-jctj-m.png);
        
      }
      
      .title-qywh{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-qywh-m.png);
        
      }
      
      .title-rbdsj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/title-rbdsj-m.png);
        
      }
      
  
  
      .block-dadsj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-dadsj-m.jpg);
        
      }
      
      .block-dhdadjt{
        /* background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-dhdadjt-m.jpg); */
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-dhdadjt.jpg);
      }
      
      .block-rmbxzq{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-rmbxzq-m.jpg);
        
      }
      
      .block-jctj{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-jctj-m.jpg);
        
      }
      
      .block-qywh{
        background-image:url(http://www.newsimg.cn/money/rbdah2020/img/bg-qywh-m.jpg);
        
      }
      
}

  /*WIDGET_LIST_CARDS_START*/
.card{
  display:inline-block;
  border-bottom:1px solid white;
  padding:0px 0 20px;
  margin:0px auto;
  width:100%;
  margin-bottom: 20px;
}
.card:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.card .card-pic{
  float:left;
  margin-right:30px;
}
.card .card-pic.card-pic-16-9{
  width:224px;
  height:126px;
}

.card .card-text-title{
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
   color: white;
   margin-bottom: 15px;
}

.card .card-text-title a{
  color:white;
 
  font-weight:bold;
  letter-spacing: .05em;
}
.card .card-text a,.card .card-date,.card .card-text{
  color: white;
}
.card .card-date{float:right;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .card .card-text-title{
    white-space:pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1rem;
    margin-bottom: 0rem;
  }
  .card .card-date{
    margin:.2rem auto ;
    font-size: .28rem;
  }
  .subpage-1 .news-item{
    line-height: .8rem;
  }
  .card{
    padding:0;
    margin:.28rem 0;
  }
  .card .card-pic{
    float:left;
    margin-right:.2rem;
  }
  .card .card-pic.card-pic-16-9{
    width:2.76rem;
    height:1.5525rem;
  }
  .card .card-content{
    margin-left:0rem;
  }
  .card .card-text-title{
    width: auto;
  }
  
}
/*WIDGET_LIST_CARDS_END*/
/*WIDGET_SWIPER_START*/
.swiper-container{width:994px;}
.widget-swiper{
  position:relative;
  
}
.swiper-slide{
  text-align:center;
}
.swiper-slide a{

  text-align:center;
}
.swiper-slide img{width:100%;}
.swiper-slide .desc{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align:center
}
  .swiper-slide .desc a{
    color: #fff;
  }
  @media (max-width: 768px) {
    .swiper-container{
      width:100%;
    }
  }
/*WIDGET_SWIPER_END*/
/*WIDGET_COMBINE_FOCUS_START*/
.widget-combine-focus .image-container{
  float:left;
  width: 620px;
  position: relative;
}
.widget-combine-focus .image-container img{
  width: 100%;
}
.widget-combine-focus .image-container .desc{

    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.85);
    left: 0;
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    color: #fff;
    white-space: nowrap;
    text-align:center;
    padding: 0 20px;
  
}
.text-list.font-md{
  font-weight: bold;
}
.text-list .limit-line{
  color: black;
}
.desc a{
  color: #fff;
}
.widget-combine-focus .text-container {
  width: 550px;
  margin-left: 650px;
}
.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.widget-combine-focus .top-title a {

  color: #0970bb;
  text-decoration: none;
  font-weight: bold;
}
.widget-combine-focus .top-desc {
  
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.widget-combine-focus .top-desc.font-sm a{
  color: #898989;
}
.widget-combine-focus .text-container .hr {
  border-bottom: 1px dashed rgba(137, 137, 137, 1);
  height: 0;
}
.show-more {
  text-align: right;
  margin-top: 20px;
}
.show-more a {
  
  color: #1a457a;
  
}
.text-list {
  color: #0168b7;
  line-height: 2em;
  margin-top: 18px;
}

.widget-combine-focus .swiper-container{
  width:auto;
}
.block-jctj .show-more,.block-rbdsj  .show-more{
  margin:20px auto 0;
  text-align: center;
}


@media (max-width: 768px){
  .widget-combine-focus .top-title a {
    font-size: .34rem;
  }
  .widget-combine-focus .image-container{
    width: 6.88rem;
    height: auto;
    padding-bottom:.6rem ;
    box-sizing: content-box;
    float: none;
  }
  .widget{
    margin: .2rem auto 0;
  }
  .widget-combine-focus .text-container{
    width: 100%;
    margin-left: 0;
  }
  .widget-combine-focus .top-title{
    font-size: .34rem;
    margin-bottom: 0;
  }
  .show-more{
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
    margin: .4rem auto .6rem;
  }
  .show-more a{
    font-weight: normal;
  }
  .block-jctj .show-more{
    margin:.2rem auto 0.4rem;
  }
  .card-text.limit-line2{
    display: none;
  }
}

/*WIDGET_COMBINE_FOCUS_END*/
