
.ey-title{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.ey-title span{
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF003C;
    border-radius: 2px;
    margin-right: 6px;
} 
.ey-title-gd{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ey-title-gd span{
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF003C;
    border-radius: 2px;
    margin-right: 6px;
} 
.ey-title-gd p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
    color: #999999;
}
a{
    text-decoration: none!important;
}
h4{
    margin: 0;
}
body{
    background-color: #f5f5f5;
}
.ey-margin-top-10{
    margin-top: 10px;
}
.ey-width-145{
    width: 145px;
}
.ey-width-325{
    width: 325px;
}
.ey-width-147{
    width: 325px;
}
.ey-height-230{
    height: 230px;
}
.ey-height-110{
    height: 110px;
}




.maincont-view{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.advertisement{
    width: 200px;
    /* background-color: wheat; */
}   
.main-view{
    width: 990px;
    /* background-color: thistle; */
}
.advertisement-item{
    margin-bottom: 13px;
    width: 100%;
}
.advertisement-item:last-child{
    margin-bottom: 0;
}
.advertisement-item a{
    display: block;
}
.advertisement-item a img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.news-view{
    display: flex;
    justify-content: space-between;
}
.news-view .news-main{
    width: 630px;
    height: 645px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}
.news-main-nav{
    padding: 0px 22px 0px 20px;
    height: 57px;
}
.news-main-nav ul{
    display: flex;
    align-items: center;
    height: 100%; 
    font-size: 14px;
    justify-content:space-between;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* color: #FF003C; */
    color: #999999;
    border-bottom:1px solid #EEEEEE;
}
.news-main-nav ul li{
    height: 100%;
   /* margin-right: 28px;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.news-main-nav ul li.active{
    color: #FF003C;
}
.news-main-nav ul li .border-bom{
    width: 60px;
    height: 4px;
    background: #FF003C;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
}





.news-view .cover{
    width: 350px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    padding: 19px 10px 10px 10px;
}
.news-view .cover {
    height: 645px;
    overflow: hidden;
}

.swiper-cont-view{
    width: 100%;
    overflow: hidden;
    padding: 12px  0 0 0;
}
.swiper-container-cover{
    width: 100%;
    height: 380px;
    border-radius: 4px;
    overflow: hidden;
}
.swiper-container-cover .swiper-wrapper,.swiper-slide{
    height: 100%;
}
.swiper-container-cover .celebrity-cover{
    width: 330px;
    height: 300px;
    background-size: cover;
}
.swiper-container-cover .celebrity-info{
    background: #F5F5F5;
    padding: 0 10px;
}
.celebrity-img-icon{
    height: 3px;
    display: flex;
    align-items: flex-start;
}
.swiper-container-cover .celebrity-img-icon img{
    height: 100%;
    width: auto;
    vertical-align: middle;
} 
.swiper-container-cover .celebrity-info .celebrity-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333; 
    display: flex;
    align-items: flex-end;
    padding: 10px 0 6px 0;
}
.swiper-container-cover .celebrity-info .celebrity-title span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 0 0 0 8px;
}
.celebrity-info-item{
    padding: 3px 0 12px 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
}
.cover-position{
    width: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
.cover-position a{
    display: block;
    margin-bottom: 5px;
}
.cover-position img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.cover-position a:last-child{
    margin-bottom:0 ;
}


.news-list{
    /* padding: 0 22px 0 20px; */
}
.news-list-item{
    height: 147px;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    cursor: pointer;
    padding: 0 22px 0 20px;
}
.news-list-item:hover{
    background-color: #eeeeee;
}
.news-list-item:last-child{
    border-bottom: none;
}
.news-list-item-img{
    width: 150px;
    height: 100px;
    background-size: cover;
    border-radius: 4px;
}

.news-list-item-info{
    width: 428px;
}
.news-item-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.news-item-info{ 
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px; 
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item-info span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF003C;
    padding: 0 0 0 5px;
    cursor: pointer;
}

.technology-center .news-main{
    height: 430px;
}
.technology-center .cover{
    height: 430px;
}
.technology-center .news-main .ey-title{
    padding: 19px 0 4px 10px;
}


.technology-center .cover .news-main-nav{
    height: 47px;
    padding: 0px ;
} 

.technology-center .cover .news-main-nav ul li .border-bom{
    width: 100%;
}





.technology-item .technology-left{ 
    width: 247px;
}


.technology-item .technology-right{
    width: 330px;
    margin-left: 19px;
    margin-top: -8px;
}
.technology-item .technology-right ul li{
    /* width: 318px; */
    /* position: relative; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* list-style-type:disc; */
    /* color:wheat */
}
.technology-item .technology-right ul li span{
    display: block;
    width: 5px;
    height: 5px;
    background: #FF003C;
    border-radius: 50%;
    margin-right: 7px;
    /* position: absolute; */
}
.technology-item .technology-right ul li p {
    width: 318px;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */ 
}


.digital-conference{
    padding: 10px 0 0 0;
}

.digital-conference-item{

}
.digital-conference-item .digital-img{
    width: 100%;
        height: 168px;
        background: #FFFFFF;
        border: 1px solid #EEEEEE;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.digital-conference-item .digital-img img{
    max-width: 100%;
    max-height: 100%;
}
.digital-conference-item h4{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding: 12px 0 10px 0;
}
.digital-conference-item p{
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.digital-conference-item .digital-info{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* margin-bottom: 4px; */
    margin-top: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
} 
.digital-conference-item .digital-info-to{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
} 


.circle-experts{
		width: 990px;
    height: 410px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 19px 10px 29px 10px;
	}
.circle-experts ul{
    display: flex;
    justify-content: space-between;
    padding: 24px 0 0 0;
}
.circle-experts ul li {
	    width: 235px;
	    padding: 0px 0 17px 0;
	    cursor: pointer;
	    background-color: #ffffff;
	    border-radius: 4px;
	    overflow: hidden;
	    transition: 0.3s;
	} 
.circle-experts ul li:hover{
    box-shadow: 0px 6px 10px 0px rgba(255, 0, 60, 0.1);
    /* margin-top: -20px; */
    transform: translateY(-20px);
}
.circle-experts ul li .head-img {
	    width: 235px;
	    height: 242px;
	    border-radius: 4px;
	    overflow: hidden;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-color: #f5f5f5;
	    overflow: hidden;
	}
.circle-experts ul li .head-img img{
    width: 100%;
}
.circle-experts ul li .circle-experts-info{
    font-size: 18px;
     font-family: Microsoft YaHei;
     /* font-weight: bold; */
     color: #666666;
     padding: 10px 10px 18px 10px;
     overflow: hidden;/*超出部分隐藏*/
     text-overflow:ellipsis;/* 超出部分显示省略号 */
     white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.circle-experts ul li .circle-experts-info span{
    color: #333333;
    font-weight: bold;
}
.circle-experts ul li p{
    font-size: 16px;
     font-family: Microsoft YaHei;
     font-weight: 400;
     color: #333333;
     padding: 0px 10px 0px 10px;
     overflow: hidden;/*超出部分隐藏*/
     text-overflow:ellipsis;/* 超出部分显示省略号 */
     white-space: nowrap;/*规定段落中的文本不进行换行 */ 
}

.network-project{
    width: 990px;
    height: 430px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 6px;
    margin-top: 10px;
    padding: 19px 10px 20px 10px;
}
.network-pro-warp{
    display: flex;
    justify-content: space-between;
    padding: 16px 0 0 0;
}
.network-pro-warp .network-project-item{ 
}
.network-project-item a{
    display: block;
    margin-bottom: 10px;
}
.network-pro-warp .network-project-img {
	    border: 1px solid #EEEEEE;
	    border-radius: 6px;
	    overflow: hidden;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    position: relative;
	}
.network-pro-warp .network-project-img img{
    max-height: 100%;
    max-width: 100%;
}

.network-project-imgtop{
	    display: flex;
	    justify-content: center;
	    align-items: center; 
	    border: 1px solid #EEEEEE;
	    border-radius: 6px;
	    overflow: hidden;
	    cursor: pointer;
	    position: relative;
	}
.network-project-imgtop img{
    max-height: 100%;
    max-width: 100%;
}
.network-project-imgbottom{
    display: flex;
    justify-content: space-between;
}
.network-project-imgbottom .network-img-item{
	    width: 158px;
	    display: flex;
	    justify-content: center;
	    align-items: center; 
	    border: 1px solid #EEEEEE;
	    cursor: pointer;
	    position: relative;
	    border-radius: 6px;
	    overflow: hidden;
	}
.network-project-imgbottom .network-img-item img{
    max-height: 100%;
    max-width: 100%;
}
.technology-item .technology-left .technology-left-img a{
    width: 100%;
    height: 100%;
    display: block;
}
.line-clamp-3{
    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.swiper-container-cover .celebrity-cover a{
    display: block;
    width: 100%;
    height: 100%;
}


.ey-network-mask{
position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     color: #ffffff;
     display: flex;
     flex-direction: column;
     justify-content: center;
     opacity: 0;
     transition: 0.3s;
	}
	.ey-network-mask:hover{
	    opacity: 1;
	}
	.ey-network-mask h4{
	    width: 100%;
	    height: 55px;
	    font-size: 14px;
	    text-align: center;
	    padding: 15px 6px 0px 6px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.ey-network-mask p{
	    font-size: 12px;
	    text-align: center; 
	    margin: 17px 0 15px 0;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    line-clamp: 1;
	    -webkit-box-orient: vertical;
	} 

.news-list-item:hover .news-item-title{
    color: #FF003C;
}
.digital-conference-item .digital-img .digital-position-img{
        width: 58px;
        height: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }
.digital-conference-item .digital-img .digital-position-img img{
    width: 100%;
    height: 100%;
}
.ey-speech{
     margin-right: 8px;
}



.technology-item {
    display: flex;
    /* justify-content: space-between; */
    padding: 14px 0 0 10px;
}

.technology-center .news-main .news-main-nav {
    height: 57px;
    padding: 0px 10px 0px 10px;
}

.technology-item .technology-left .technology-left-img {
    width: 100%;
    height: 193px;
    background-size: cover;
    border-radius: 4px;
    background-position: center;
}
.technology-item .technology-left p {
    padding: 10px 0 0 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}



/*.technology-item {
    display: flex;
    padding: 20px 0 0 10px;
}*/

/*.technology-center .news-main .news-main-nav{
    height: 47px;
    padding: 0px 10px 0px 10px;
}*/ 
/*.technology-item .technology-left .technology-left-img{
    width: 100%;
    height: 158px;
    background-size: cover;
    border-radius: 4px;
    background-position: center;
}*/
/*.technology-item .technology-left p{
    padding: 9px 0 0 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}*/
.recommend-box {
    height:120px;
    display:flex;
    border-bottom:1px solid #eee;
    box-sizing:border-box;
    padding:20px;
    transition: 0.3s;
}
    .recommend-box:hover {
        background:#eee
    }
    .recommend-box:last-child{
    border-bottom: none;
}
.recommend-title {
    margin-bottom:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.recommend-text {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.recommend-tagbox {
    display:flex;
    align-items:center;
}
.recommend-tag {
    height:14px;
    display:flex;
    align-items:center;
    padding:0 5px;
    background:#001eff;
    opacity:0.5;
    margin-right:10px;
    cursor:pointer
}
    .recommend-tag a {
        color:#fff;
        font-size: 10px;
        font-weight: 400;
    }
    .recommend-tag a:hover{
        color:#fff;
    }
.technology{
     background:#8a00ff;
}
.recommend-tag:hover {
    opacity:1;
}
.recommend-img img{
    width:120px;
    height:80px;
}