body {

    background: #F4F4F4;
}
.news-content{
    margin: auto;
}
foreign-content-title.foreign-banner {
    position: relative;
    width: 100%;
}

.foreign-banner img {
    width: 100%;
    max-width: 100%;

}

.foreign-banner .foreign-banner-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    color: #fff;
    font-size: 2.5vw;
}

.foreign-banner {
    position: relative;
}

.banner-code-img {
    position: absolute;
    top: 30%;
    left: 70%;
    text-align: center;
}

.banner-code-img div {
    width: 75%;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0px 7px 40px 0px rgba(55, 106, 185, 0.28);
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    padding: 3px;
}

.banner-code-img p {
    font-size: 0.8vw;
    color: #fff;
    margin: 0;
    text-align: center;
}

.foreign-banner-line {
    width: 73.8px !important;
    height: 28.8px;
    vertical-align: middle;
}

.foreign-banner .foreign-banner-text1, .foreign-banner .foreign-banner-text2, .foreign-banner .foreign-banner-text3 {
    position: absolute;
    font-size: 1.5vw;
    color: #fff;
}

.foreign-banner .foreign-banner-text1 {
    top: 27%;
    left: 43%;
}

.foreign-banner .foreign-banner-text2 {
    top: 48%;
    left: 49%;
}

.foreign-banner .foreign-banner-text3 {
    top: 69%;
    left: 49%;
}

.foreign-banner .foreign-banner-text1 span {
    vertical-align: middle;
}

.foreign-banner-downloadApp {
    width: 100px;
    height: 30px;
    background: rgba(247, 190, 38, 1);
    box-shadow: 0px 2px 13px 0px rgba(34, 86, 151, 0.42);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: absolute;
    top: 35%;
    left: 60%;
    text-shadow: 0px 2px 2px rgba(189, 142, 18, 0.42);
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    display: none;
}

.foreign-banner-downloadApp span {
    color: rgba(255, 255, 255, 1);
}

.foreign-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -8vh;
    margin-bottom: 50px;
}

.foreign-content .foreign-content-title {
    width: 100%;
    /* height: 120px; */
    background-color: #fff;
    box-shadow: 0 0 9px rgba(36, 39, 36, 0.3);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.foreign-content .foreign-content-title ul {
    display: flex;
    /* height: 100%; */
    padding: 0 9%;
    flex-direction: row;
    justify-content: space-evenly;
}

.foreign-content-title-item {
    width: 33%;
    text-align: center;
    padding: 24px 0 21px 0;
}

.foreign-content-title-item h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.foreign-content-title-item p {
    font-size: 12px;
    margin: 0;
}

.foreign-content-title-item a {
    color: #333;
}

.foreign-content-active {
    border-bottom: 2px solid #127ef0;
}

.foreign-content-active a {
    color: #127ef0;
}

.foreign-content-active h3 {
    color: #127ef0;
}


.industry-trends-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #999999;
}

.industry-trends .foreign-pull-left {
    width: 25%;
}

.industry-trends .foreign-pull-left img {
    display: block;
    width: 85%;
    height: 126px;
    object-fit: cover;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.industry-trends .foreign-pull-right {
    width: 75%;
}

.industry-trends .foreign-pull-right a {
    color: #333;
}

.industry-trends .foreign-pull-right a:hover {
    color: #127ef0;
}

.industry-trends .foreign-pull-right h3 {
    margin-bottom: 10px;
}

.industry-trends .foreign-pull-right p {
    color: #888;
}

.industry-trends .foreign-pull-right-footer span {
    color: #aaa;
}

.industry-trends .foreign-pull-right-footer {
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
}

.industry-trends .foreign-pull-right-footer span:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
}

.industry-trends .foreign-pull-right-footer span:nth-child(1) i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://shmuker.oss-cn-hangzhou.aliyuncs.com/official-website/img_ABk.png);
    margin-right: 8px;
    background-size: 16px;
    vertical-align: middle;
}

.industry-trends .foreign-pull-right-footer span:nth-child(2) i {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* margin-left: 66px; */
    background: url(../img/time.png);
    margin-right: 8px;
    background-size: 16px;
    vertical-align: middle;
}

.industry-trends .foreign-pull-right-footer span:nth-child(3) i {
    display: inline-block;
    width: 18px;
    height: 14px;
    /* margin-left: 66px; */
    background: url(../img/e.png)
}



.news-one-parter {
    width: 100%;
    height: 334px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(25, 38, 51, 0.1);
    border-radius: 8px;

}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dropdown-phone {
    display: none;
}
.industry-trends:hover{
    background: #ffffff;
}

.news-list{
    width: 880px;
    float: left;
    background: #ffffff;
}
.news-group-list{
    width: 300px;
    margin-left: 20px;
    float: left;
}
.news-list-info{
    border-bottom: 1px solid #E5E5E5;
    padding: 20px;
}

@media (max-width: 800px) {
    .menu-pc{
        display: none;
    }
    .dropdown-phone {
        display: block;
    }
    .foreign-content {
        margin-top: -3vh;
    }

    .industry-trends-item {
        padding: 15px 0 0;
    }

    .industry-trends .foreign-pull-left {
        width: 40%;
    }

    .industry-trends .foreign-pull-left img {
        width: 90%;
        height: 75px;
    }

    .industry-trends .foreign-pull-right {
        width: 60%;
        min-height: 90px;
    }

    .industry-trends .foreign-pull-right h3 {
        font-size: 16px;
        margin-top: 1px;
        line-height: 1.3em;
    }

    .industry-trends .foreign-pull-right p:nth-child(2) {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .industry-trends .foreign-pull-right-footer {
        font-size: 10px;
        margin-top: unset;
    }

    .industry-trends .foreign-pull-right-footer span:nth-child(1) i, .industry-trends .foreign-pull-right-footer span:nth-child(2) i {
        width: 10px;
        height: 10px;
        background-size: 10px;
    }
}

@media (min-width: 520px) {
    .industry-trends .foreign-pull-right h3 {
        margin-top: 8px;
    }
}

@media (max-width: 520px) {
    .news-nav li{
        width:100px
    }
    .nav>li>a{
        padding: 10px 4px;
    }
    .foreign-content {
        width: 95%;
    }

    .industry-trends .foreign-pull-right h3 {
        margin-bottom: 3px;
        display: -webkit-box;
        width: 100%;
        max-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .industry-trends .foreign-pull-right p:nth-child(2) {
        width: 100%;
        max-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .foreign-content .foreign-content-title ul {
        padding: 0 2%;
    }

    .foreign-content-title-item {
        padding: 5px 0 10px 0;
    }

    .foreign-content-title-item h3 {
        font-size: 16px;
    }

    .foreign-content-title-item p {
        font-size: 0.7em;
    }
}

@media (max-width: 410px) {
    .foreign-content {
        margin-top: -1vh;
    }
}

@media (max-width: 900px) {
    .banner-code-img, .foreign-banner-text1, .foreign-banner-text2, .foreign-banner-text3 {
        display: none;
    }

    .foreign-banner-downloadApp {
        display: block;
    }
}
