/* 首页 */
.titleimg{margin-top: 90px;}
.titleimg div img{
    width:68px;
    vertical-align: baseline;
    margin-right: 20px;
}

.titleimg .guanlang-box{
    margin: 10px 0px 0px 40px;
}
.titleimg .guanlang-box img{
    width:auto;
    height:50px;
}
.titleimg .logo-text{
    display: inline-block;
}

.logo-chinese{
    font-size:25px;
    font-weight:550;
}
.logo-english{
    font-size:16px;
    color: #6c6b6b
}

.navbar-inverse {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background: linear-gradient(85deg, #398FFF 0%, #164CC4 100%);
}

.container-fluid {
    background: url(../images/blog/website/img/bannerthreep.png) no-repeat;
}
.listDatas{
    min-height: 380px;
    padding: 20px 0px 0px 0px !important;
    /*margin-top:20px;*/
    /*padding-left:0 !important*/
}

.listDatas div{
    height:340px;
    padding:15px;
    /*padding-right: 20px;
    padding-left:20px;*/
    box-sizing: border-box;
}
.listDatas_ul li:nth-child(1){
    margin-top:10px
}
.listDatas_ul li{
    display:flex;
    line-height:40px;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}
.listDatas .col-lg-4 span{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.listDatas .col-lg-4 span p:nth-child(1){
    width: 100px;
    height: 30px;
    color: #fff;
    line-height:30px;
    text-align: center;
    background: #EC5245;
    border-radius: 10px 10px 0px 0px;
}

.listDatas .col-lg-4 span p:nth-child(2){
    color: #666666;
}
#menu ul li {
    margin: 0 20px !important;
}

.bannerImg {
    padding:10px 10px 0px 10px;
}

.TitleTop span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TitleTop p {
    float: left;
    color: #666666
}

.topTitle {
    color: white;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EC5245;
    border-radius: 10px 10px 0px 0px;
}
.newsList_body{
    font-size:16px;
}
.newsList_body li {
    height: 40px;
    display:flex;
    line-height: 40px;
    border-top: 1px solid #F7F7F7;
}

.newData {
    display: flex;
    align-items: center;
}

.newsList_title p {
    color: #276EE2;
    font-size: 14px;
    margin-right: 5px;
    padding-right: 2px;
}

.newsList_body li:first-child {
    height: 40px;
    border-top: none;
    border-bottom: 1px solid #F7F7F7;
}

.bannerimg {
    margin-top: 10px;
}

.bannerimg img {
    width: 100%;
}

.dropdown-menu {
    min-width: 100px;
}

.dropdown-menu .divider {
    margin: 0;
}

/* .nav>li {
	width: 102px;
	text-align: center;
} */

#carousel-example-generic .carousel-inner > .item > img {
    width: 100%;
    display: block;
}

.LinkData {
    float: left;
}

.linkImg {
    max-width: 100%;
}

.navbar-fixed-top {
    background-color: white;
}

.content {
    padding: 20px 0;
}

.news .col-lg-4 {
    margin-top: 20px;
    padding: 20px 50px;
    margin-right: 64px;
    box-sizing: border-box;
    background-color: #F7F7F7;
}

.news .col-lg-7 {
}

.newTitleOne {
    color: #999999;
}

.newTitleTwo {
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .newTitleTwo {
        overflow: hidden;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .newsImg img {
        margin-top: 10px;
    }

    .news .col-lg-4 {
        width: 100%;
        margin: 20px 0;
        padding: 20px 50px;
    }

    .tabsImg .col-lg-4 {
        margin: 0;
        padding: 0;
    }

    .tabsImg img {
        max-width: 100%;
    }
}

.newsContent {
    height: 64px;
    margin: 10px 0;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsImg img {
    width: 100%;
    height: 190px;
}

.shengnue {
    margin-right: 10px;
    margin-bottom: 11px;
}

.col-lg-12 {
    padding: 0;
}


.newsList_body li {
    border-bottom: 1px solid #F7F7F7;
}

.newsList_body li:first-child {
    border-top: 1px solid #F7F7F7;
}

.newsList_title {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.newsList_title .newsList_title_content {
    width: 60%;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList_title .newsList_title_content p {
    width: 8px;
    height: 8px;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: red;
}

.newsList_content {
    display: flex;
    margin: 8px 0;
    align-items: center;
    justify-content: space-between;
}

.newsList_content p {
    width: 80%;
    color: #666666;
    text-indent: 2em;
    overflow: hidden;
    padding-left: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.newsList_content span {
    width: 89px;
    height: 27px;
    color: white;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    border-radius: 14px;
    background-color: #70B4FF;
}

.newsList_content span a {
    color: white;
    text-decoration: none;
}

.nav-tabs-list {
    padding-left: 0;
}

.nav-tabs-list li {
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
    display: inline-block;
}

.nav-tabs-list li.active {
    color: #1F62B3;
    border-bottom: 2px solid #1F62B3;
}

.nav-tabs-content {
    display: none;
}

.nav-tabs-content ul li {
    height: 35px;
    display: flex;
    color: #666666;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs-content ul li {
    height: 35px;
    display: flex;
    color: #666666;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs-content ul li p:nth-child(3) {
    width: 8%;
}

.nav-tabs-content ul li p:nth-child(2) {
    width: 22%;
}

.nav-tabs-content ul li span {
    width: 6%;
}

.nav-tabs-content ul li p:nth-child(1) {
    width: 62%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.industryleft {
    padding: 0;
    margin-right: 30px;
}

.three {
    margin: 20px 0;
}

.publicity {
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.publicity span {
    color: #1F62B3;
    font-weight: bold;
}

.publicity span img {
    margin-right: 10px;
}

.publicity p {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.publicityImg img {
    width: 49%;
}

.linkImg img {
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .industryleft {
        margin-right: 0;
    }

    .nav-tabs-content ul li p:nth-child(1) {
        width: 16%;
    }

    .nav-tabs-content ul li p:nth-child(2) {
        width: 55%;
    }

    .nav-tabs-content ul li p:nth-child(3) {
        width: 12%;
    }

    .nav-tabs-content ul li span {
        width: 6%;
    }

    .publicityImg img {
        width: 100%;
        margin-bottom: 10px;
    }

    .linkImg {
        margin: 10px 0;
    }

    .linkImg img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 390px) {
    .nav-tabs-content ul li p:nth-child(1) {
        width: 21%;
    }
}

@media (max-width: 414px) {
    .nav-tabs-content ul li p:nth-child(1) {
        width: 21%;
    }
}