html {
    font-size: 100px;
    max-width: 640px;
    font-family: "Microsoft YaHei";
    margin: 0 auto !important;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
    html {
        font-size: calc(100vw/640*100);
    }
}

body {
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* m-news */
.m-news {
    width: 100%;
}

/* mnews-header头部 */
.mnews-header {
    width: 100%;
    /* height: 1.18rem; */
    border-top: 0.01rem solid rgb(220, 220, 220);
    border-bottom: 0.01rem solid rgb(220, 220, 220);
    box-sizing: border-box;
    padding: 0.23rem 0.35rem 0.27rem 0.36rem;
    position: relative;
}

.mnews-header .mnews-header-title {
    font-size: 0.3rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    /* line-height: 0.767; */
    line-height: 1;
    margin-bottom: 0.21rem;
    line-height: 0.4rem;
}

.mnews-header .mnews-header-data {
    display: flex;
    position: relative;
    align-items: center;
}

.mnews-header .mnews-header-data span {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
    /* line-height: 1.278; */
    line-height: 1;
}

.mnews-header .mnews-header-data span:nth-child(1) {
    margin-right: 0.14rem;
}

.mnews-header .mnews-header-data span:nth-child(3) {
    margin-left: 0.17rem;
    display: flex;
    align-items: center;    
}
.mnews-header .mnews-header-data span:nth-child(3)>img {
    width: 0.22rem;
    height: 0.16rem;
    margin-right: 0.05rem;
}
.mnews-header .mnews-header-data>a {
    border-width: 0.01rem;
    border-color: rgba(195, 195, 195, 0.902);
    border-style: solid;
    border-radius: 0.1rem;
    width: 0.8rem;
    height: 0.28rem;
    font-size: 0.16rem;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 0.23rem;
    padding-left: 0.01rem;
    padding-top: 0.01rem;
}


/* mnews-content内容 */
.mnews-content {
    width: 100%;
    padding: 0.1rem 0.35rem 0 0.36rem;
    box-sizing: border-box;
    margin-bottom: 0.74rem;
    font-size: 0.22rem !important;
    color: rgb(68, 68, 68);
    line-height: 1.6 !important;
}

.mnews-content {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content p {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content span {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content span span {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content p p {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content p span {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content span p {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content p span span {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content p p span {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}

.mnews-content p p span span {
    font-size: 0.22rem !important;
    /* line-height: 0.3rem !important; */
}


.mnews-content img {
    /* width: 100%; */
}

/* mnews-immigrant移民资讯 */
.mnews-immigrant {
    width: 100%;
    height: 0.79rem;
    background: url('../images/jarrowsbg.png') no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mnews-immigrant img {
    width: 0.24rem;
    height: 0.24rem;
    /* padding: 0 0.18rem; */
}

.mnews-immigrant span {
    font-weight: bold;
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    /* line-height: 0.767; */
    margin: 0 0.18rem;
}

.mnews-immigrant img:nth-child(1) {
    position: relative;
    left: 0px;
    animation: mymovel 1s alternate linear infinite;
    -webkit-animation: mymovel 1s alternate linear infinite;
}

.mnews-immigrant img:nth-child(3) {
    position: relative;
    right: 0px;
    animation: mymover 1s alternate linear infinite;
    -webkit-animation: mymover 1s alternate linear infinite;
}

@keyframes mymovel {
    from {
        left: 10px;
    }

    to {
        left: 0px;
    }
}

@keyframes mymover {
    from {
        right: 10px;
    }

    to {
        right: 0px;
    }
}

/* mnews-prev-bottom上下篇 */
.mnews-prev-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.34rem 0 0.51rem 0.5rem;
    box-sizing: border-box;
}

.mnews-prev-bottom a {
    display: flex;
    outline: none;
}

.mnews-prev-bottom .mnews-prev {
    margin-bottom: 0.32rem;
}

.mnews-prev-bottom span {
    color: rgb(33, 52, 103);
    font-weight: bold;
}

.mnews-prev-bottom img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.08rem;
}

.mnews-prev-bottom a div {
    cursor: pointer;
    font-size: 0.2rem;
    color: rgb(68, 68, 68);
    line-height: 1;
    display: flex;
    align-items: center;
}

/* mnews-form */
.mnews-form {
    width: 100%;
    /* height: 5.81rem; */
    background: url('../images/jnewsformbg.png') no-repeat;
    background-size: 100%;
    padding-top: 0.46rem;
    box-sizing: border-box;
    overflow: hidden;
}

.mnews-form .form-data {
    width: 5.96rem;
    height: 1.87rem;
    background: url('../images/jmnewsinput.png') no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding-top: 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}

.mnews-form .form-data ul {
    display: flex;
    flex-wrap: wrap;
    /* width: 3.45rem; */
    width: 3.5rem;
    margin-left: 0.4rem;
    justify-content: space-between;
}

.mnews-form .form-data ul li {
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
    /* line-height: 1.278; */
    line-height: 1;
    margin-bottom: 0.18rem;
}

.mnews-form .form-data ul li::before {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-right: 0.1rem;
}

.mnews-form .form-data div {
    font-size: 0.18rem;
    color: rgb(250, 196, 9);
    /* line-height: 1.278; */
    line-height: 1;
    margin: 0.04rem 0 0 0.44rem;
}

.mnews-form .form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.mnews-form .form input {
    background-color: rgb(255, 255, 255);
    box-shadow: 0rem 0.06rem 0.0658rem 0.0042rem rgba(33, 52, 103, 0.52);
    width: 4.99rem;
    height: 0.66rem;
    border-radius: 0.33rem;
    -webkit-border-radius: 0.33rem;
    -moz-border-radius: 0.33rem;
    -ms-border-radius: 0.33rem;
    -o-border-radius: 0.33rem;
    border: none;
    outline: none;
}

.mnews-form .form input {
    font-size: 0.24rem;
    color: rgb(174, 174, 174);
    padding-left: 0.57rem;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
}

.mnews-form .form>div {
    display: flex;
    position: relative;
    box-shadow: 0rem 0.06rem 0.0658rem 0.0042rem rgba(33, 52, 103, 0.52);
    border-radius: 0.33rem;
    -webkit-border-radius: 0.33rem;
    -moz-border-radius: 0.33rem;
    -ms-border-radius: 0.33rem;
    -o-border-radius: 0.33rem;
}

.mnews-form .form div button {
    width: 4.99rem;
    height: 0.66rem;
    font-size: 0.24rem;
    color: rgb(255, 255, 255);
    background-color: rgb(188, 4, 4);
    border: none;
    outline: none;
    z-index: 2;
    border-radius: 0.33rem;
    -webkit-border-radius: 0.33rem;
    -moz-border-radius: 0.33rem;
    -ms-border-radius: 0.33rem;
    -o-border-radius: 0.33rem;
}

.mnews-form .form div div {
    width: 4.99rem;
    height: 0.66rem;
    background-color: rgb(212, 64, 64);
    z-index: 1;
    position: absolute;
    top: 0.05rem;
    border-radius: 0.33rem;
    -webkit-border-radius: 0.33rem;
    -moz-border-radius: 0.33rem;
    -ms-border-radius: 0.33rem;
    -o-border-radius: 0.33rem;
}


.mnews-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 0.24rem;
    color: rgb(174, 174, 174);
}

.mnews-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 0.24rem;
    color: rgb(174, 174, 174);
}

.mnews-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 0.24rem;
    color: rgb(174, 174, 174);
}

.mnews-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.24rem;
    color: rgb(174, 174, 174);
}