/*!
 * ETUI v3
 *
 * Copyright 2016.9*/


 .iconfont{line-height: 1;-webkit-text-stroke-width:0;}
 
 
 /*-----header------------------------------------------------------------------------*/
 a:hover{
     text-decoration: none;
     color: #333;
 }
 .btn:focus,
 a:focus{
     outline: none;
     outline-offset: 0px;
 }
 img{
     max-width: 100%;
     
 }
 html{
     height: 100%;
     min-height: 100%;
     background: #f8f8f8;
 }

li{
    list-style: none;
}
.public-title{
    text-align: center;
    margin: 30px 0px 0px;
}
.public-title span{
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #C8893C;
    text-align: center;
    
}
.public-title   span::before{
    content: '';
    background: url(../img/left.png)  no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 170px;
    height: 27px;
    left: -190px;
    top: 5px;
}
.public-title  span::after{
    content: '';
    background: url(../img/right.png)  no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 170px;
    height: 27px;
    right: -178px;
    top: 5px;
}
.video-img{position: relative;margin-top: 30px;}
.video-img a{
    
}
.video-img a  img{
    
}
.video-img .play{position: absolute;width: 40px;left: 20px;bottom: 40px;}
.video-text{
    margin-top: 30px;
}
.video-text  a.txt{color: #4A4A4A;font-size: 16px;line-height: 2;height: 168px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow: ellipsis;margin-bottom: 80px;}
.video-text  a img{width: 200px;}

