.main{
    margin-top: 32px;
}
.main .top{
    display: flex;
}
/* ÊÓÆµ¼ò½é */
p.title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.video-intro{
    width: 500px;
    margin-right: 30px;
}
.result-intro{
    width: 441px;
    margin-right: 29px;
}
.result-intro .content{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.result-intro a{
   padding: 10px 30px;
    background: #FFAA00;
    border-radius: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.list{
    width: 200px;
}
.list li{
    width: 100%;
    height: 50px;
    background: #0088FF;
    border-left: 3px solid #FFAA00;
    margin-bottom: 8px;
    transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.list li:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.list li>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    line-height: 50px;
}
.list li>a .img{
    width: 20px;
    height: 24px;
    margin-right: 13px;
    margin-top: 12px;
}
.list li>a>p{
    width: 50%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.list li:first-child a .img{
    background: url(/DFS/template/300/images/image/lable1.png) no-repeat center center;
}
.list li:nth-of-type(2) a .img{
    background: url(/DFS/template/300/images/image/lable2.png) no-repeat center center;
}
.list li:nth-of-type(3) a .img{
    background: url(/DFS/template/300/images/image/lable3.png) no-repeat center center;
}
.list li:nth-of-type(4) a .img{
    background: url(/DFS/template/300/images/image/lable4.png) no-repeat center center;
}
.list li:nth-of-type(5) a .img{
    background: url(/DFS/template/300/images/image/lable5.png) no-repeat center center;
}
.list li:nth-of-type(6) a .img{
    background: url(/DFS/template/300/images/image/lable6.png) no-repeat center center;
}
/* ³É¹û¼ò½é */
.bottom{
    margin-top: 25px;
}
.result-show .title{
    display: flex;
    justify-content: space-between;
}
.result-show .title p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.result-show .title a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 55px;
}
.result-show .title a:hover{
    color: #FFAA00;
}
/* lunbo */
.ExpertList {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 210px;
}

.ExpertList ul {
    overflow: auto;
}

.ExpertList ul li {
    float: left;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    width: 280px;
    height: 210px;
    list-style: none;
    margin-right: 27px;
    overflow: hidden;
}

.ExpertList ul li img {
    width: 100%;
    height: 100%;
    transform: translateZ(300px);
    transition: all 0.6s;
}
.ExpertList ul>li:hover img{
    transform: scale(1.2,1.2);
}
.ExpertList ul li p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}