.sybox-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin: 1.8rem 0 0.6rem 0;
}

.sybox-input {
  border: 0.02rem solid #000000;
  border-radius: 0.12rem;
  width: 9rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.sybox-input input {
  height: 0.6rem;
  flex: 1;
  outline: none;
  border: none;
  border-radius: 0.12rem;
}

.sybox-input .icon {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
.sybox-input .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.sysbox-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 9.3rem;
  font-size: 0.24rem;
  color: #333333;
  margin: 0.8rem auto 2.24rem;
}
.sytabs-box {
  cursor: pointer;
}

.tabs-img {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
.tabs-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tabs-text {
  margin-top: 0.16rem;
}

/* 热点推荐 */
.sybox-rdtj-box {
  display: flex;
  width: 12rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.rdtj-box-l {
  width: 5rem;
}

.rdtj-l-title {
  font-size: 0.3rem;
  /*font-weight: bold;*/
  font-family: SourceHanSansCN;
}

.rdtj-l-bt {
  display: inline-block;
  font-size: 0.16rem;
  color: #b3216f;
  margin: 0.2rem 0 0.6rem 0;
  padding: 0.06rem 0.1rem;
  background-color: #f7eef5;
  margin-top: 0.05rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
}

.rdtj-l-img {
  width: 5rem;
  height: 2.73rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.rdtj-l-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rdtj-l-name {
  font-size: 0.24rem;
  border-top: 0.02rem solid #000;
  margin: 0.3rem 0 0.07rem 0;
  padding: 0.2rem 0;
  cursor: pointer;
  font-family: SourceHanSansCN;
}

.rdtj-l-text {
  font-size: 0.14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rdtj-box-r {
  flex: 1;
}

.rdtj-r-news {
  border-bottom: 0.01rem solid #d8d8d8;
  padding: 0.4rem 0 0.75rem 0;
  margin-left: 0.78rem;
  display: flex;
}
.rdtj-r-news:first-child {
  border-top: 0.01rem solid #d8d8d8;
}

.rdtj-r-l a{
  width: 2rem;
  font-size: 0.24rem;
  margin-right: 0.6rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: SourceHanSansCN;
}

.rdtj-r-r {
  flex: 1;
}

.rdtj-r-rt {
  font-size: 0.18rem;
  margin-bottom: 0.24rem;
  cursor: pointer;
  font-family: SourceHanSansCN;
}

.rdtj-r-rb {
  font-size: 0.14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: SourceHanSansCN;
}

/* 移民资讯 */
.sybox-ymzxbox {
  background-color: #FBF9FC;
  padding-top: 1rem;
}
.ymzx-box {
  width: 12rem;
  margin: 0 auto;
}
.ymzx-box-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.6rem 0;
}
.ymzx-box-tl {
  display: flex;
  align-items: center;
}
.ymzx-box-tl div:first-child {
  font-size: 0.3rem;
  font-weight: bold;
  margin-right: 0.24rem;
}
.ymzx-box-tl div:last-child {
  font-size: 0.16rem;
  color: #b3216f;
  padding: 0.06rem 0.1rem;
  background-color: #f7eef5;
  margin-top: 0.05rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
}
.ymzx-box-tr {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ymzx-box-tr div:first-child {
  font-size: 0.16rem;
  color: #999999;
}
.ymzx-box-tr div:last-child {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  margin-left: 0.1rem;
}
.ymzx-box-tr div:last-child img {
  width: 100%;
  height: 100%;
  display: block;
}
.ymzx-box-c {
  border-bottom: 0.01rem solid #434343;
  display: flex;
  padding-bottom: 0.36rem;
}
.ymzx-box-cl {
  width: 6.3rem;
  height: 3.44rem;
  border-radius: 0.06rem;
  overflow: hidden;
  cursor: pointer;
}
.ymzx-box-cl img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ymzx-box-cr {
  margin-left: 0.56rem;
  padding-top: 0.56rem;
  flex: 1;
}
.ymzx-box-cr div:first-child {
  font-size: 0.24rem;
  margin-bottom: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.ymzx-box-cr div:last-child {
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ymzx-box-b {
  padding: 0.36rem 0;
  display: flex;
  justify-content: space-between;
}
.ymzx-box-bl {
  width: 6.3rem;
}
.ymzx-box-blbox {
  margin-bottom: 0.68rem;
}
.ymzx-box-blbox div:first-child {
  font-size: 0.18rem;
  margin-bottom: 0.22rem;
  cursor: pointer;
}
.ymzx-box-blbox div:last-child {
  font-size: 0.14rem;
  color: #999999;
}

.ymzx-box-br {
  width: 3rem;
}
.ymzx-box-br-title {
  font-size: 0.18rem;
  font-weight: bold;
}
.ymzx-box-br-icon {
  width: 0.36rem;
  height: 0.02rem;
  background-color: #b3216f;
  margin: 0.1rem 0 0.2rem 0;
}
.ymzx-box-br-box {
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.ymzx-box-br-box div:first-child {
  width: 3rem;
  height: 1.64rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.ymzx-box-br-box div:first-child a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ymzx-box-br-box div:last-child a{
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.18rem;
}

/* 移民项目 */
.sybox-ymxmbox {
  background-color: #FBF9FC;
}
.ymxx-box-lunb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
}
.ymxx-box-ll {
  border: 0.01rem solid #d2d2d2;
  border-radius: 0.12rem;
  width: 5.88rem;
  margin-right: 0.24rem;
  height: 4.7rem;
}
.ymxx-box-ll:last-child {
  margin-right: 0rem;
}

.ymxx-box-llt {
  position: relative;
  padding: 0.66rem 0.44rem 0.4rem 0.44rem;
  border-top-right-radius: 0.12rem;
  border-top-left-radius: 0.12rem;
  /* background-image: url(../../../image/index/xm-1.png); */
  background-size: 100% 100%;
  overflow: hidden;
}
.ymxx-box-llt a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.xmtwo {
  /* background-image: url(../../../image/index/xm-2.png); */
  background-size: 100% 100%;
}

.ymxx-box-llt-t {
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
}
.ymxx-box-llt-c {
  font-size: 0.16rem;
  margin: 0.18rem 0 0.24rem 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ymxx-box-llt-b {
  font-size: 0.14rem;
  color: #182d78;
  width: 1rem;
  height: 0.3rem;
  background-color: #fff;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 0.15rem;
  cursor: pointer;
}
.ymxx-box-llb {
  font-size: 0.22rem;
  margin: 0rem 0.3rem;
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid #e5e5e5;
  cursor: pointer;
}
.ymxx-box-llb-content {
  height: 2.1rem;
  border-radius: 0.15rem;
  background-color: white;
}
.ymxx-box-llb:last-child {
  border-bottom: none;
}
.ymxx-box-ll-lbtn,
.ymxx-box-ll-lbtn-Ymsp {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  left: -0.8rem;
  cursor: pointer;
}
.ymxx-box-ll-lbtn img,
.ymxx-box-ll-lbtn-Ymsp img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ymxx-box-ll-rbtn,
.ymxx-box-ll-rbtn-Ymsp {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  right: -0.8rem;
  cursor: pointer;
}
.ymxx-box-ll-rbtn img,
.ymxx-box-ll-rbtn-Ymsp img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 移民问答 */
.sybox-ymwdbox {
  background-color: #fff;
}
.ymwd-box-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ymwd-box-cl {
  font-size: 0.24rem;
  width: 5rem;
  height: 2.24rem;
  padding: 0.82rem 0.4rem;
  margin-right: 0.3rem;
  background-image: url(../../../image/index/wd-1.png);
  background-size: 100% 100%;
  overflow: hidden;
  cursor: pointer;
}
.ymwd-box-cr {
  flex: 1;
}

.ymwd-box-crbox-content {
  height: 1.9rem;
}

.ymwd-box-crbox-t {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ymwd-box-crbox-timg {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.15rem;
}
.ymwd-box-crbox-timg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ymwd-box-crbox-tt {
  font-size: 0.14rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.24rem;
}
.ymwd-box-crbox-tt span:first-child {
  font-weight: bold;
}
.ymwd-box-crbox-tt span:last-child {
  color: #999999;
}
.ymwd-box-crbox-b {
  display: flex;
  align-items: center;
  margin-left: 0.02rem;
}
.ymwd-box-icon-l {
  display: flex;
  margin-right: 0.1rem;
}
.ymwd-box-icon-l span:first-child {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
}
.ymwd-box-icon-l span:first-child img {
  width: 100%;
  height: 100%;
  display: block;
}

.ymwd-box-icon-l span:last-child {
  font-size: 0.14rem;
  margin-left: 0.05rem;
}
.ymwd-box-b {
  margin-top: 0.58rem;
  padding-bottom: 1rem;
}
.ymwd-box-bl {
  border-top: 0.01rem solid #dcdcdc;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
  cursor: pointer;
}
.ymwd-box-bl li {
  width: 5.9rem;
  display: flex;
  align-items: center;
}
.ymwd-box-bl-cricle {
  width: 0.04rem;
  height: 0.04rem;
  background: #2e2e2e;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.ymwd-box-bl:last-child {
  border-bottom: 0.01rem solid #dcdcdc;
}

/* 移民视频 */
.sybox-ymspbox {
  background-color: #fff;
  padding-bottom: 1rem;
}
.ymsp-box-cbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ymsp-box-cl {
  width: 3.72rem;
  margin-right: 0.4rem;
}
.ymsp-box-cl:nth-child(3n) {
  /* margin-right: 0rem; */
}
.ymsp-box-cl-img {
  width: 3.76rem;
  height: 2.12rem;
  border-radius: 0.06rem;
  position: relative;
  /* background-image: url(../../../image/index/sp-1.png); */
  background-size: 100% 100%;
  cursor: pointer;
  overflow: hidden;
}

.ymsp-box-cl-img-btn {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  right: 0.15rem;
  top: 0.15rem;
}
.ymsp-box-cl-img-btn img {
  width: 100%;
  height: 100%;
}
.ymsp-box-cl-title {
  font-size: 0.18rem;
  margin: 0.18rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}
.ymsp-box-cl-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ymsp-box-cl-tl {
  font-size: 0.16rem;
  color: #666;
}
.ymsp-box-cl-tr {
  display: flex;
  align-items: center;
}
.ymsp-box-cl-tr-img {
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.04rem;
}
.ymsp-box-cl-tr-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.ymsp-box-cl-tr-num {
  font-size: 0.16rem;
  color: #b3216f;
}

/* 移民活动 */
.ymhd-box-b {
  display: flex;
  padding-bottom: 1rem;
}
.ymhd-box-bl {
  display: none;
  width: 4rem;
  height: 100%;
  font-size: 0.24rem;
  color: #fff;
  padding: 3.56rem 0.35rem 0.39rem 0.31rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background-size: 100% 100%;
  position: relative;
  cursor: pointer;
}
.ymhd-box-bl .pub-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ymhd-biaoqian-box-desc {
  position: absolute;
  bottom: 0.6rem;
  padding-right: 0.14rem;
  box-sizing: border-box;
  z-index: 1;
}
.ymhd-biaoqian-box-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
}
.ymhd-biaoqian-box-type img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ymhd-biaoqian-box-status {
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  font-size: 0.26rem;
  transform: rotate(-45deg);
  z-index: 99;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 400;
}
.ymhd-box-bc {
  border-left: 0.01rem solid #e9e9e9;
  width: 4rem;
  height: 4.82rem;
  background-color: #fff;
  cursor: pointer;
}


.box-bc-content {
  padding: 1.43rem 0.3rem;
}
.ymhd-box-bc-title {
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ymhd-box-bc-adress {
  border-bottom: 0.01rem solid #dddddd;
  font-size: 0.14rem;
  color: #999999;
  display: flex;
  align-items: center;
  padding-bottom: 0.23rem;
}
.adress-box {
  flex: 1;
}
.adress-icon {
  width: 0.16rem;
  height: 0.16rem;
}
.adress-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.ymhd-box-show {
  display: block;
}
.ymhd-box-hide {
  display: none;
}
.pub-moudel-box{
  width: 5rem;
  display: flex;
  align-items: center;
}
.pub-moudel-box .title{
  font-size: 0.3rem;
  /*font-weight: bold;*/
  margin-right: 0.24rem;
}
.pub-moudel-box .sub-title{
  display: inline-block;
  font-size: 0.16rem;
  color: #b3216f;
  padding: 0.06rem 0.1rem;
  background-color: #f7eef5;
  margin-top: 0.05rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
}
