/*********************************************************************
                        style for page
**********************************************************************/
.main{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 70px;
}
.main-news{
    padding: 50px 0 60px 0;
}
.main-news-title{
    background: url(../image/index/news-font.png) no-repeat center center;
    background-size: auto 80px;
    height: 80px;
}
.main-news-ser{
    padding-top: 10px;
}
.main-news-btn{
    float: right;
    border: 1px solid #555;
    border-radius: 50px;
    text-align: center;
    width: 100px;
    color: #555;
    margin-right: 20px;
    line-height: 28px;
    height: 30px;
    box-sizing: border-box;
}
.main-news-btn.active{
    color: #01beb4;
    border: 1px solid #01beb4;
}
.main-news-btn:hover{
    color: #01beb4;
    border: 1px solid #01beb4;
    cursor: pointer;
}
.main-news-nice{
    
}
.main-news-all{
    
}
.main-news-con{
    overflow: hidden;
    padding-top: 40px;
}
.main-news-mm{
    float: left;
    width: 360px;
    margin-left: 30px;
    margin-bottom: 40px;
}
.main-news-time{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 4px;
}
.main-news-cover{
    position: relative;
    width: 360px;
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}
.main-news-cover img{
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}
.main-news-cover:hover img{
    transform: scale(1.1);    
}
.main-news-txt{
    padding-left: 16px;
    position: relative;
    padding-bottom: 4px;
}
.main-news-txt:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 138px;
    border-radius: 2px;
    background: #d3d3d3;
}
.main-news-h1{
    position: relative;
    color: #01beb4;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;   
    overflow: hidden;
    max-height: 56px;
    height: 56px;
    margin-bottom: 6px;
}
.main-news-h1:hover{
    text-decoration: underline;
    cursor: pointer;
}
.main-news-h2{
    position: relative;
    padding-right: 6px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
    max-height: 72px;
    height: 72px;
}
.main-news-h2:hover{
    color: #01beb4;
    text-decoration: underline;
    cursor: pointer;
}
.main-news-more{
    color: #01beb4;
    border: 2px solid #01beb4;
    text-align: center;
    width: 110px;
    border-radius: 40px;
    line-height: 36px;
    margin: 36px auto;
    font-weight: bold;
}
.main-news-more:hover{
    cursor: pointer;
    background: rgba(220,255,253,0.8);
}





