@charset "utf-8";
body{
    background: #f6f8fc;
}
.text-em{
    color: #0e80d7;
}
.industry-container{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.data-empty{
    width: 100%;
    justify-content: center;
    padding: 100px 0;
    color: #999;
    text-align: center;
}
/* header */
.industry-header{
    background: #0049d0;
}
.industry-header .logo{
    padding: 30px 0;
    background: url(../imgs/header-bg.jpg) center no-repeat;
    background-size: cover;
}
.industry-header .logo h1{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    /* text-shadow: -1px 1px 3px rgba(0, 0, 0, .8); */
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, .5));
    padding-left: 100px;
    letter-spacing: 2px;
}
.industry-header .logo small{
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.industry-header .logo span{
    background-image: linear-gradient(to bottom, #f9fbfe, #cfddf4);
    -webkit-background-clip: text;
    color: transparent;
}
.industry-header .menu{
    display: flex;
    height: 40px;
    background: linear-gradient(#60a7e6, #2289e6);
}
.industry-header .menu .industry-container{
    display: flex;
}
.industry-header .menu a{
    display: block;
    height: 100%;
    line-height: 40px;
    min-width: 60px;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.industry-header .menu a+a{
    border-left: 1px solid #e4e8f0;
}
.industry-header .menu a:hover{
    font-weight: bold;
}
.industry-header .menu a.active{
    background: #e4e8f0;
    color: #0e80d7;
    font-weight: bold;
}
/* 标题 */
.industry-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 30px;
}
.industry-title h2{
    font-size: 30px;
    color: #666;
    position: relative;
}
.industry-title span,
.industry-title small{
    position: relative;
    z-index: 1;
}
.industry-title small{
    font-size: 16px;
    margin-left: 10px;
}
.industry-title h2::before{
    display: block;
    content: "";
    width: 250px;
    height: 60px;
    border: 6px solid #deecf8;
    position: absolute;
    left: 30px;
    top: -15px;
}
.industry-subtitle{
    background: #489ee0 linear-gradient(to right, #489ee0, #f6f8fc);
    color: #fff;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0  20px;
}
.industry-subtitle small{
    margin-left: 10px;
    font-style: italic;
}
/* 公告 */
.notice-list a{
    display: block;
    color: #666;
    cursor: pointer;
}
.notice-list a+a{
    padding-top: 10px;
    border-top: 1px dashed #d9d9d9;
    margin-top: 10px;
}
.notice-list .notice-container{
    display: flex;
}
.notice-list .notice-container img{
    width: 130px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 10px;
}
.notice-list .notice-info{
    overflow: hidden;
}
.notice-list .notice-info time{
    font-size: 12px;
}
.notice-list h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-list p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #808080;
}
.notice-list a:hover{
    color: #0e80d7;
}
.index-notice .notice-list{
    position: relative;
    padding-left: 42%;
}
.index-notice a{
    margin-left: 20px;
}
.index-notice a:nth-of-type(2){
    padding: 0;
    border: none;
}
.notice-list .notice-em{
    position: absolute;
    left: 0;
    right: 58%;
    margin-left: 0;
}
.notice-list .notice-em .notice-container{
    background: #f5f5f5;
    padding: 10px;
}
.notice-list .notice-em img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.notice-list .notice-em time{
    flex-shrink: 0;
    width: 70px;
    background: #0e80d7;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 10px;
    margin-right: 10px;
}
.notice-list .notice-em time strong{
    display: block;
    font-size: 30px;
}
/* 企业 */
.index-enterprise{
    background: url(../imgs/title-bg.png) top right no-repeat;
    padding-bottom: 50px;
}
.index-enterprise .industry-title{
    justify-content: center;
}
.enterprise-list{
    display: flex;
    flex-wrap: wrap;
}
.enterprise-list a{
    width: calc(16.6666% - 10px);
    background: #fff;
    margin: 5px;
    padding: 10px 0;
    transition-duration: .3s;
    cursor: pointer;
}
.enterprise-list a:hover{
    transform: translateY(-5px);
}
.enterprise-list h3{
    font-size: 14px;
    text-align: center;
    padding: 5px 10px 0;
    margin-top: 10px;
    border-top: 1px dashed #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enterprise-list img{
    display: block;
    width: 90%;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
}
/* 项目 */
.index-project{
    background: #fff;
    padding-bottom: 50px;
}
.project-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.project-list a{
    width: calc(33.33333% - 30px);
    background: #f8f8f8;
    margin: 15px;
    padding: 10px 30px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.project-list a:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.project-list h3{
    padding: 10px 50px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.project-list time{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebeef5;
}
.project-list p{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-tag{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background: #2387ea;
    color: #fff;
    padding: 10px 10px 20px;
    text-align: center;
}
.project-tag:after{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    display: block;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 10px solid #f8f8f8;
}
.project-tag span{
    display: block;
}