.industryItem:hover{
color: #005de7;
}
.center_index{
    margin-top: 80px;
}
.center_header{
	position: relative;
	width: 100%;
	/* height: 420px; */
}
.center_header img {
    width: 100%;
    height: 100%;
}
.center_header span{
	position: absolute;
	color: #fff;
	font-size: 30px;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.news_content,.table_content{
	width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.news_content{
	margin:20px auto;
}
.contentFooter{
    background-color: #fff;
    width: 1200px;
    margin:20px auto;
    padding: 20px 20px;
}
.contentFooter h2{
font-size: 18px;
margin-bottom: 10px;
}
.contentFooter .relatedNews{
display: flex;
justify-content: space-between;
}
.relatedNews .previousArticle span ,.nextArticle span{
    display: block;
    margin-bottom: 10px;
    color: #5e5e5e;
}
.relatedNews .previousArticle .prevTitle::before ,.nextArticle .nextTitle::before{
    content: "";
    display: inline-block;
    background-color: #177ef0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}
.relatedNews .previousArticle .prevTitle:hover ,.nextArticle .nextTitle:hover{
   color: #177ef0;
}
.hideTitle::before{
    content: "";
    opacity: 0;
}
.news_nav{
    padding: 10px;
    border-bottom: 1px solid #E5E8ED;
    font-size: 17px;

}
.nav_line{
    margin:0 auto;
    display: flex;
    width: 1200px;
    background-color: #f3f5f8;
}
.news_nav li{
    margin-right: 10px;
}
.news_nav .colorli{
    color: #2a7efb;
}
#content .content-item li {
    height: 150px;
    padding: 0 10px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(244, 246, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 6px 6px 8px 2px rgba(229, 233, 242, 1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#content .content-item li:hover{
    box-shadow: 0 0 5px rgba(13, 102, 218, 0.3) inset;

}
#content .content-item ul li{
    font-size: 14px;
    line-height: 36px;
}
#content .content-item li .imgIcon {
  max-width: 100px;
}
#content .content-item li div:nth-child(2){
    margin-left: 10px;
}
#content .content-item img {
    width: 100%;
}
.news_content .news_info .news_list{
	width: 100%;
    margin-bottom: 40px;
	height: auto;
	display: block;
	overflow: hidden;
}
.news_content .news_info .news_list:last-child{
    margin-bottom: 0px;
}
.news_content .news_info .news_list:hover {
    box-shadow: 0 0 10px rgba(29, 95, 240, 0.5);
    cursor: pointer;
}
.news_content .news_info .news_list .newsTitle:hover {
color: #337ab7;
}
.news_info .news_list dt {
    width: 260px;
    height: auto;
    float: left;
    margin: 0;
    display: inline;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.news_info .news_list dt img {
    width: 100%;
    height: 167px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.news_info .news_list dd {
    width: 800px;
    height: auto;
    float: left;
    margin: 0 0 0 30px;
    display: inline-block;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.news_info .news_list:hover dt {
    box-sizing: border-box;
    transform: scale(1.1); /* 放大1.2倍 */
}
.news_info .news_list dd a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #222;
    margin: 8px 0 0;
    display: block;
    overflow: hidden;
}
.news_info .news_list dd .u-p {
    width: 100%;
    height: auto;
    max-height: 84px;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #777;
    margin: 14px 0 0;
    display: block;
    overflow: hidden;
}
.news_info .news_list dd b {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 10px 0 0;
    display: block;
    overflow: hidden;
}
.table_content{
	width: 1200px;
	margin:20px auto;
	font-size: 18px;
	color: #333;

}
.table_content .table_warrper{
	width: 100%;
	height: auto;
	margin: 40px 0 0;
	display: block;
	overflow: hidden;
}
.table_warrper td {
    vertical-align: top;
    padding: 10px 0;
    border-bottom: solid 1px #ecebeb;
    margin-bottom: 10px;
}
.table_warrper td:nth-child(2){
text-align: center;
}
.table_warrper a{
    color: #333;
}
.table_warrper a:hover{
    color: #337ab7;
}
/* 行业动态pc */
    .industryItem{
        width: 100%;
    }
    .industryItem .industryItemInfo{
        display: flex;
        border-bottom: solid 1px #ecebeb;
        box-sizing: border-box;

    }
    .industryItem .industryItemInfo:hover{
        display: flex;
        border-bottom: solid 1px #ecebeb;
        color:#005de7;
    }
    /* 时间 */
    .industryItemInfo .industryTime{
        width: 10%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        background-color: #f5f5f5;
        color: #626971;
        padding: 10px 0;
        font-size: 15px;
        margin: 20px 0;
    }
    .industryItemInfo .industryTime span:last-child{
        font-size: 24px;
        font-weight: 700;
    }
    /* 右侧标题 */
    .industryItemInfo .industryTitle{
        height: 95px;
        width:90%;
        padding: 10px 0;
        margin: 10px 0 20px 20px;
        font-size: 15px;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;   */
        white-space: normal;
        word-break: break-all;
        /* letter-spacing: 1px; */
        -webkit-line-clamp: 3;
        display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        overflow: hidden;
        padding-right: 20px;
    }
    .industryItemInfo .industryTitle h1{
       font-size: 20px;
    }
    .industryItemInfo .industryTitle h3{
        color: #646262;
     }
    .table_detail,.outerLayer_table{
	width: 100%;
	/* min-height: 14.5vh; */
	margin: 0 auto;
    background-color: #f3f5f8;
    padding: 20px 0;


}
.table_detailInfo{
	width: 1200px;
	/* min-height: 14.5vh; */
	margin: 0 auto;
    background-color: #fff;
    padding:1%;
}
.table_detail h3{
	font-size: 25px;
	text-align: center;
	color: #000000;
}
.table_detail p{
	font-size: 18px;
	text-align: center;
	color: #666;
	margin: 3% auto 0 ;
}
/* .table_detail span{
	font-size: 18px;
	color: #333;
} */

.detail_text{
    /* text-align: center; */
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 46px 20px;

}
.detail_text span{
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom:30px;
    /* text-align: center; */
}
.detail_text strong{
    font-weight: bold;
}

.detail_text p{
    width: 100%;
    margin-top: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    text-indent: 2em;
}
/* .detail_text p{
    line-height: 30px;
    font-size: 14px;
    text-indent: 28px;
    text-align: left;
    color: #9F9F9F;
} */
.detail_text img{
    margin: 50px 0px;
    width: 35vw;
    height: 35vh;
    box-shadow: 6px 6px 6px #f5f5f5;
}

@media screen and (max-width:991px){
    .news_info .news_list dd{
        margin:0 0;
        white-space: nowrap;
    }
}
