.industry{
    width:100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    height: 280px;
    margin:15px 0;
}
.main_title{
    height:77px;
    display: flex;
    align-items: center;
}
.title_cn{
    font-size: 24px;
    font-weight: bold;
    color:#000;
    margin-right: 10px;
}
.title_en{
    font-size: 20px;
    color:#103595;
    font-weight: bold;
}
.industry_div{
    width:100%;
}
.industry_div > div{
    width:228px;height:160px;
    position: relative;
    overflow: hidden;
}
.industry_div > div img{
    width:100%;height:100%;
}
.industry_div_title{
    position:absolute;
    bottom: -40px;
    width:100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color:#fff;
    font-size:18px;
    transition: all .3s;
}
.about_and_news > div{
    width: 585px;
	height: 365px;
	border-radius: 10px;
    border: solid 1px #eeeeee;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding:0 30px 20px 20px;
    overflow: hidden;
}
.normal_title{
    width:100%;
    height:77px;
}
.normal_title_en{
    font-size: 20px;
    font-weight: bold;
    color:#103595;
    margin-left:12px;
}
.read_more{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	background-color: #103595;
    border-radius: 15px;
    color:#fff;
    font-size: 14px;
}
.about_content{
    line-height: 30px;
    color:#666 !important;
    height:265px;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    text-overflow: ellipsis; */
}
.news_img{
    width:170px;height:115px;
    margin-right: 10px;
}
.news_img_details{
    width:360px;
}
.news_title{
    width:100%;
    font-size: 18px;
    color:#103595;
    margin:10px 0 8px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news_content{
    height:45px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_date{
    margin-top:5px;
    color:#666;font-size: 14px;
}
.news_line{
    width:515px;
    margin:16px auto 5px;
    border-bottom: solid 2px #e5e5e5;
}
.news_list{
    width:100%;height:130px;
    overflow: hidden;
}
.news_list > div{
    width:100%;
    height:34px;
    color:#666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list > div a{
    color:#666666;
    flex-grow: 1;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news_list > div a:hover{
    color:#103595;
}