*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
}


.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.png) no-repeat center center;
}





.mingshi_box{
	width:1200px;
	height:560px;
	margin:0 auto;
	box-shadow:0 0 12px #CCC;
	display:flex;
	justify-content:space-between;
	margin-top:120px;
}


.mingshi_pic{
	width:450px;
	position:relative;
}


.mingshi_pic p{
	width:100%;
	display:block;
	position:absolute;
	left:45px;
	bottom:30px;
	border-radius:10px;
	overflow:hidden;
}

.mingshi_pic img{
	width:100%;
	display:block;
}


.mingshi_info{
	width:590px;
	margin-right:30px;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}


.mingshi_info h3{
	width:100%;
	font-size:32px;
	color:#333;
	margin-bottom:8px;
}

.mingshi_info h4{
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
}

.mingshi_info h4 span{
	display:block;
	padding:2px 0;
}


.mingshi_row{	
    width:100%;
	height:200px;
	border:1px solid #ccc;
	border-radius:10px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding:10px;
}


.mingshi_row p{
	color:#333;
	line-height:24px;
}


.mingshi_row::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.mingshi_row::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    background-color: #272d44;
}

/*定义滑块 内阴影+圆角*/
.mingshi_row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.8);
    background-color: rgba(240, 240, 240, 0.8);
}



.mingshi_info dl{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}


.mingshi_info dl dd{
	width:160px;
	height:44px;
}

.mingshi_info dl dd a{
	width:100%;
	height:100%;
	display:block;
	line-height:44px;
	border-radius:22px;
	color:#FFF;
	text-align:center;
}


.mingshi_info dl dd a.online{
	background:#F39801;
	transition:.5s;
}

.mingshi_info dl dd a.online:hover{
	background:#AD6C01;
}

.mingshi_info dl dd a.infos{
	background:#BABABA;
	transition:.5s;
}

.mingshi_info dl dd a.infos:hover{
	background:#333333;
}



.wenda{
	width:1200px;
	height:380px;
	margin:0 auto;
	box-shadow:0 0 12px #CCC;
	margin-top:50px;
	overflow:hidden;
}

.wenda h3,.dssay h3{
	width:100%;
	font-size:24px;
	margin-top:40px;
	margin-left:40px;
}

.wenda h3 span,.dssay h3 span{
	color:#CCCCCC;
	font-family:Times New Roman
}

.wenda ul{
	width:1110px;
	margin:0 auto;
}


.wenda ul>div{
	display:flex;
	justify-content:space-between;
}

.wenda ul li{
	width:530px;
}


.wenda ul li div.libox{
	width:100%;
	margin:0 auto;
}

.libox p{
	height:80px;
	line-height:80px;
	font-size:20px;
}

.libox p i{
	width:32px;
	height:32px;
	display:inline-block;
	background:url(../images/wen_icon.png) no-repeat center center;
	margin-right:20px;
	vertical-align:middle;
}

.libox dl{
	width:100%;
	height:150px;
	border:1px solid #eee;
	border-radius:12px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.libox dl dd{
	width:450px;
	font-size:16px;
	color:#C3C3C3;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 4; 
	-webkit-box-orient: vertical;
}



/*大师说*/

.dssay{
	width:1200px;
	height:320px;
	margin:0 auto;
	box-shadow:0 0 12px #CCC;
	margin-top:50px;
	margin-bottom:100px;
	overflow:hidden;
}


.dssay ul{
	width:1112px;
	margin:0 auto;
	margin-top:45px;
}


.dssay ul>div{
	display:flex;
	justify-content:space-between;
}

.dssay ul li{
	width:530px;
	height:150px;
	border:1px solid #EBEBEB;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}

.dssay ul li p{
	width:240px;
}

.dssay ul li p img{
	width:240px;
	height:148px;
}

.dssay ul li dl{
	width:260px;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	margin-right:20px;
}

.dssay ul li dl dt{
	width:100%;
	font-size:18px;
	font-weight:bold;
	display:flex;
	justify-content:space-between;
}

.dssay ul li dl dt b{
	width:176px;
	display:block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.dssay ul li dl dt a{
	width:70px;
	height:22px;
	display:block;
	background:#D6A354;
	border-radius:11px;
	line-height:22px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
}

.dssay ul li:hover dl dt a{
	background:#D90000;
}

.dssay ul li dl dd{
     width:100%;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size:14px;
	color:#666;
	margin-top:38px;
}









