::-webkit-scrollbar{ width:8px; height:5px; background-color:#eee;}
::-webkit-scrollbar:hover{ background-color:#eee; }
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#0e63a5; height:10px; }
::-webkit-scrollbar-thumb:hover{ background-color: #0e63a5;}
::-webkit-scrollbar-thumb:active{ background-color:#0e63a5;}

/*公用部分*/
.tit{
	background: url(../images/tit-bg.png) no-repeat;
	width: 206px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	font-size: 28px;
	color: #00a2eb;
	margin-bottom: 50px;
}
.tit2{
	background: url(../images/tit-bg2.png) no-repeat;
	color: #fff;
}
.tit-s1{
	margin: 0 auto;
}

/*banner*/
.intel-banner{
	background: url(../images/banner.jpg) no-repeat center;
	height: 650px;
}

/*intel一句话*/
.intel-sentence{
	background: #1671b8;
	padding-top: 40px;
	padding-bottom: 55px;
}
.intel-sentence .one{
	padding: 30px 60px 0; 
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	background: url(../images/qy.png) no-repeat left top,url(../images/hy.png) no-repeat right bottom;
}

/*相关评论*/
.intel-report{
	background: url(../images/long-bg.png) no-repeat top,url(../images/b1.jpg) no-repeat bottom left,url(../images/b2.jpg) no-repeat bottom right;
	height: 580px;
	padding-top: 60px;
}
.intel-report .report-main{
	margin-top: 60px;
}
.intel-report .report-main li{
	float: left;
	margin-right: 35px;
}
.intel-report .report-main .report-up{
	color: #bababa;
	font-size: 14px;
}
.intel-report .report-main .report-up .up-left{
	border-right: 1px solid #dadada;
	padding-right: 20px;
}
.intel-report .report-main .report-up .tit-num{
	color: #fde51a;
	font-size: 30px;
}
.intel-report .report-main .report-up .up-right{
	padding-top: 18px;
	padding-left: 70px;
}
.intel-report .report-main .report-up .up-right .tit-theme{
	font-size: 16px;
	color: #121213;
	font-weight: bold;
	margin-top: 2px;
}
.intel-report .report-main .report-down{
	padding:25px 0 40px;
	width: 340px;
	border-bottom: 1px solid #dadada;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.user-info{
	display: flex;
	margin-top: 35px;
}
.user-info .avatar{
	border-radius: 50%;
	overflow: hidden;
	width: 28px;
	height: 28px;
}
.user-info .name{
	color: #abaeb3;
	font-size: 16px;
	margin-left: 10px;
}

/*直播模块*/
.intel-living{background: #1671b8;padding-top: 55px;}
.intel-living .up-wrap .p-num{
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	color: #fff;
	font-size: 18px;
}
.intel-living .up-wrap .p-num .c-b{
	color: #1ad2f5;
}
.intel-living .hx-line{position: absolute;background: url(../images/line-bg.png);height: 3px;}
.intel-living .mr{margin-right: 170px;}
.intel-living .down-wrap{
	position: relative;
	background: url(../images/lv-bg.png) no-repeat;
	padding-top: 3px;
}
.intel-living .down-wrap .living-video{
	width: 742px;
	height: 448px;
}
.intel-living .down-wrap .living-comment{
	width: 344px;
}
.intel-living .down-wrap .living-comment .com-list{
	overflow-y: scroll;
	height: 354px;
	padding-right: 30px;
}
.intel-living .down-wrap .living-comment .com-list::-webkit-scrollbar{ width:14px; height:5px; background-color:#0e63a5;border-radius: 5px}
.intel-living .down-wrap .living-comment .com-list::-webkit-scrollbar:hover{ background-color:#eee; }
.intel-living .down-wrap .living-comment .com-list::-webkit-resizer{}
.intel-living .down-wrap .living-comment .com-list::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#08538e; height:10px;border-radius: 5px}
.intel-living .down-wrap .living-comment .com-list::-webkit-scrollbar-thumb:hover{ background-color: #1c3956;}
.intel-living .down-wrap .living-comment .com-list::-webkit-scrollbar-thumb:active{ background-color:#1c3956;}
.intel-living .down-wrap .living-comment .com-list li{
	padding:20px 0;
	color: #d0d0d0;
	border-bottom: 1px dashed #0e63a5;
}
.intel-living .down-wrap .living-comment .com-list li .t-avatar{
	border-radius: 50%;
	overflow: hidden;
	width: 32px;
	height: 32px;
}
.intel-living .down-wrap .living-comment .com-list li .t-name{
	color: #fff;
	margin-left: 15px;
	font-weight: bold;
	margin-top: 5px;
}
.intel-living .down-wrap .living-comment .com-list li .com-con{
	width: 310px;
	word-break: break-all;
	margin-top: 5px;
}
.intel-living .down-wrap .living-comment .com-into{
	border:1px solid #9ba0a6;
	height: 50px;
	display: flex;
	margin-top: 18px;
}
.intel-living .down-wrap .living-comment .com-into textarea{
	resize: none;
	outline: none;
	border: 0;
	padding: 15px;
	height: 20px;
	width: 254px;
	overflow: hidden;
	background: #e5ebf2;
}
.intel-living .down-wrap .living-comment .com-into button{
	outline: none;
	border: 0;
	height: 50px;
	line-height: 50px;
	width: 58px;
	color: #fff;
	font-size: 18px;
	background: #00adef;
	font-family: '微軟正黑體';
	cursor: pointer;
}
.intel-living .down-wrap .living-comment .com-into button:hover{
	opacity: 0.9;
	filter:Alpha(opacity=90);
}


/*论坛议程*/
.intel-agenda{
	padding-top: 60px;
	background: url(../images/db-bg.png) no-repeat bottom;
}
.intel-agenda .agenda-main{
	margin-top: 60px;
}
.intel-agenda li{
	width: 48%;
	float: left;
	margin-bottom: 60px;
}
.intel-agenda li:nth-child(2n){
	float: right;
}
.intel-agenda li .theme-tit{
	height: 150px;
}
.intel-agenda li .theme-tit .tit-avatar{
	padding-top: 5px;
}
.intel-agenda li .theme-tit .tit-intro{
	font-size: 24px;
	color: #00a2eb;
	font-weight: bold;
	padding-left: 130px;
}
.intel-agenda li .theme-tit .tit-intro.ml0{
	padding-left: 0;
}
.intel-agenda li .theme-tit .tit-intro .p1{
	font-size: 24px;
	color: #1671b8;
}
.intel-agenda li .theme-tit .tit-intro .p2{
	color: #101111;
	line-height: 36px;
}
.intel-agenda li .theme-tit .tit-intro .p3{
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
.intel-agenda li .theme-con{
	padding: 28px 38px 0 56px;
	height: 158px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	background: #1671b8;
}
.intel-agenda li .con-bottom{
	height: 20px;
	background: #00adef;
}
.fz{
	position: relative;
	height: 124px;
}
.fz-i{
	position: absolute;
	top: 0px;
	left: -396px;
}

.intel-contact{
	background: #dfe0e1;
	font-size: 0;	
	height: 126px;
}
.intel-contact span{
	font-size: 22px;
	color: #191a1a;
	margin-left: 150px;
}
.intel-contact img{
	margin-top: 35px;
	margin-left: 60px;
	vertical-align: middle;
}