

.articles{
    padding-top: 59px;
}

.articles .btnInInputFormBtn{
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
}

.articles .interstingTags{
    background-color:#E8E7E1;
    position: relative;
    margin-top: -1px;
    width:100%;
}




.articles .interstingTags a .oneTag{
    padding-top:6px;
    padding-bottom: 6px;
    font-size: 15px;   
    color: #727272;
}

.articles .interstingTags a:hover .oneTag{
    color: #fff;
}

.articles .interstingTags a .oneTag.focus{
    color: #fff;
}









/*************************************  articles *************************************/


.articles .oneArticle {
    margin-bottom: 15px;
}

.articles .oneArticle.small {
    margin-bottom:30px;
}

.articles .oneArticle.hidden {
    display: none;
}

.articles .oneArticle a .imgArea {
    /*
    background-image: url(../img/oneService/idea1.jpg);
    background-size: cover;
    height: 214px;
*/
}


.articles .oneArticle a .imgArea .vip{
    width: 49px;
    height: auto;
    position: absolute;
    left:15px;
    top:0px;
}


.articles .oneArticle a:hover .imgArea {
    opacity: 0.7;
}

.articles .oneArticle .textArea {
    padding: 15px;
    background-color: #fff;
    position: relative;
}

.articles .oneArticle.small .textArea{
    padding: 0px;
}


.articles .oneArticle .textArea a .tag {
    font-size: 14px;
    color: #0093AE;
    margin-bottom: 5px;
}

.articles .oneArticle .textArea a:hover .tag {
    opacity: 0.7;
}

.articles .oneArticle .textArea a .myTitle {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.5;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    /*    border:1px solid red;*/
    min-height: 65px;
}

.articles .oneArticle.small .textArea a .myTitle {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}

.articles .oneArticle .textArea a:hover .myTitle {
    opacity: 0.7;
}

.articles .oneArticle .textArea .view {
    font-size: 14px;
    color: #727272;
    margin-bottom: 0px;
}

.articles .oneArticle .textArea a .flag {
    position: absolute;
    right: 15px;
    top: -3px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
    z-index: 1;
}

.articles .oneArticle .textArea a:hover .flag {
    opacity: 0.7;
}


