body {


}
.bannerBox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
}
.bannerBox img {
    width: 100%;
    border-radius: 6px;
}
.news-content {
    margin: auto;
}

.home-page {
    background: #F4F4F4;
}

.news-group-cont {
    margin: 60px auto 0;
    width: 1200px;
}


/**资讯页面导航条**/
.news-nav {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.news-nav .nav-tabs {
    border-bottom: none;
    width: 1000px;
    margin: auto;
    font-size: 16px;
}

.news-nav li.dropdown-toggle, .news-nav li.menu-pc {
    width: 150px
}

.news-nav .dropdown-menu {
    box-shadow: 0px 4px 8px 0px rgba(127, 127, 127, 0.3);
    border-radius: 4px;
}

.news-nav .dropdown-menu li a {
    padding: 10px 20px;
    width: 100%;
}

.news-nav .dropdown-menu li a:hover {

    color: #6EB7C9;
}

.news-nav .nav-tabs > li > a.active {
    border: none;
}

.news-nav .nav-tabs > li > a {
    color: #333333;
    padding: 15px;
}

.news-nav .nav-tabs > li > a.nav-selected{
    color: #6EB7C9;
}
.news-one-parter {
    width: 100%;
    height: 318px;
    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;
}

/**新闻列表**/
.newslist-content {
    margin: auto;
    background: #ffffff;
}

.news-list-items {
    width: 880px;
    float: left;
    background: #ffffff;
    margin-top: 30px;
    border-radius: 8px;
}

.news-group-list {
    width: 300px;
    margin-left: 20px;
    float: left;
}

.news-list-info {
    border-bottom: 1px solid #E5E5E5;
    padding: 19px 20px;
    font-size: 13px;
}


.news-info-item {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: block;
}

.news-info-item:last-child {
    border-bottom: none;

}

.news-info-item:hover {
    background: #E5E5E5;
}
.news-group-item:last-child{
    border-bottom: none;
}

.news-info-item:hover .news-info-title, .news-group-item:hover .news-group-newstitle {
    color: #6EB7C9;
}


.news-info-img {
    width: 210px;
    height: 124px;
    border-radius: 4px;
    float: left;
    vertical-align: middle;
}

.news-info {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
}

.news-info p {
    margin: 0;
}

.news-info-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 8px;
    max-height: 45px;
}

.news-info-desc {
    font-size: 14px;
    color: #666666;
    height: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-info-footer {
    margin: 0;
}

.news-info-author {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 24px;

}

.news-info-author i {
    background: url(https://shmuker.oss-cn-hangzhou.aliyuncs.com/official-website/img_ABk.jpg) ;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
}

.news-info-time {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

/**右侧新闻块**/
.news-group-list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.img-propaganda {
    width: 100%;
    width: 100%;
    border-radius: 4px;

}

/**右側信息新聞快**/
.news-group-name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;

}

.news-group-line {
    width: 3px;
    height: 14px;
    background: linear-gradient(
            0deg, #BAE0E8 0%, #6EB7C9 100%);
    border-radius: 2px;
    display: inline-block;
    transform: rotate(
            30deg
    );
    margin-right: 5px;
}

.news-group-items {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 4px;
    padding: 0 17px;
}


.news-group-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 5px;
}

.news-group-container {
    margin-top: 40px;
}

.news-group-newstitle {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 6px;
}

.news-group-newstime {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.news-banner {
    width: 100%;
}

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

@media (max-width: 1200px) {
    .news-info-desc {
        display: none;
    }

    .news-group-cont {
        width: 95%;
    }
    .news-content, .news-nav .nav-tabs {
        width: 95%
    }

    .news-list-items {
        width: 70%;
        margin-bottom: 50px;
    }

    .news-group-list {
        width: 29%;
        margin-left: 0;
        float: right;
    }

    .news-info-img {
        width: 160px;
        height:100px;
    }


}

@media (max-width: 800px) {

    .news-nav li.dropdown-toggle, .news-nav li.menu-pc {
        width: 30vw;
        font-size: 14px;
    }
    .news-nav .nav-tabs > li > a{
        padding: 13px 5px;
    }
    .nav > li > a {
        padding: 10px 4px;
    }

    .news-group-list {
        display: none;
    }

    .dropdown-phone {
        display: block;
    }

    .news-nav li.menu-pc {
        display: none;
    }

    .news-list-items {
        width: 100%;

    }


    .news-info-title {
        font-size: 16px;
    }

    .news-info-time {
        font-size: 12px;
    }

    .news-info-img {
        width: 17vw;
        min-width: 80px;
        height: 7vh;
    }
}

@media (min-width: 520px) {

}

@media (max-width: 520px) {

}


