.detail-container{
    padding:80px 0 110px;
}
.service-aside{
    position:relative;
    left:-100px;
    width:300px;
}
.service-menu-item{
    position:relative;
    height:90px;
    line-height:90px;
    text-align:right;
}
.service-menu-item a{
    text-align:center;
    display:inline-block;
    width:200px;
    font-size:24px;
    color:#333;
    border-bottom:1px solid #e6e6e7;
}
.service-menu-item:last-child a{
    border-bottom:none;
}
/* 选中 */
.service-menu-item-active{
    margin-left:70px;
}
.service-menu-item-active a{
    position:relative;
    left:70px;
    background:#1D59DC;
    border-bottom:none;
    border-bottom-right-radius:30px;
    box-shadow:0px 0px 10px #e0e0e1;
    animation: motionLeft 0.5s ease-in-out forwards;
}
.service-menu-item-active a{
    color:#fff;
}
/* 详情主体 */
.detail-main{
    width:1030px;
}
.news-title{
    font-size:30px;
    line-height:57px;
    color:#333;
}
.news-info{
    margin-top:50px;
    width:100%;
    line-height:50px;
}
.news-info-left{
    color:#9B9B9B;
    font-size:14px;
}
.news-info-left span{
    margin-right:20px;
}
.skill-items-fn-icon{
    margin-left:30px;
    float:left;
    font-size:14px;
}
.skill-items-fn-icon img{
    vertical-align:middle;
}
.news-desc{
    margin:30px 0 50px;
    padding:30px 20px;
    font-size:18px;
    line-height:28px;
    color:#626675;
    border:1px solid #e6e6e7;
}
.news-article p{
    margin-top:20px;
    /*text-indent:2em;*/
    font-size:18px;
    line-height:36px;
    color:#333333;
}
.news-article img{
    margin-top:20px;
    width:100%;
}







