/*************************************  topNav *************************************/


.topNav {
    background-color: #FAF8F5;
    padding-top: 59px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.topNav .topNavInner {
    width: auto;
    white-space: nowrap;
    padding: 15px 20px;
    text-align: left;
}

.topNav  .oneNav {
    display: inline;
    list-style-type: none;
}

.topNav  .oneNav a {
    color: #727272;
    font-size: 16px;
    margin-right: 30px;
}






/*************************************  banner *************************************/


.banner {
    position: relative;
    /*    padding-top: 60px;*/
    margin-bottom: 30px;

}

.banner .bigLeftArrowWhite,
.banner .bigRightArrowWhite {
     cursor: pointer;
    position: absolute;
    width: 41px;
    height: 100%;
    top: 0%;
    background-size: 11px 62px;
    background-position: center center;
    z-index: 10;
    background-repeat: no-repeat;
}
.banner .bigLeftArrowWhite {
    left: 0px;
    background-image: url(../img/icons/bigLeftArrowWhiteM.svg);
}
.banner .bigRightArrowWhite {
    right: 0px;
    background-image: url(../img/icons/bigRightArrowWhiteM.svg);
}
.banner .bigLeftArrowWhite:hover,
.banner .bigRightArrowWhite:hover {
    opacity: 0.7;
}
.banner div img {
    width: 100%;
}




/*************************************  articles *************************************/

.articles {
    margin-top: 60px;
    margin-bottom: 60px;
}

.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,
.recommendYourArticle .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;
}




/*************************************  recommendYourArticle *************************************/

.recommendYourArticle {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    background-size: cover;
    background-image: url(../img/articles/bg.jpg);
}

.recommendYourArticle h5 {
    color: #fff;
}

.recommendYourArticle .oneArticle {
    margin-bottom: 15px;
}

.recommendYourArticle .oneArticle.hidden {
    display: none;
}

.recommendYourArticle .oneArticle a .imgArea {
    /*
    background-image: url(../img/oneService/idea1.jpg);
    background-size: cover;
    height: 214px;
*/
}

.recommendYourArticle .oneArticle a:hover .imgArea {
    opacity: 0.7;
}

.recommendYourArticle .oneArticle .textArea {
    padding: 15px;
    background-color: #FAF8F5;
    position: relative;
}

.recommendYourArticle .oneArticle .textArea a .tag {
    font-size: 14px;
    color: #0093AE;
    margin-bottom: 5px;
}

.recommendYourArticle .oneArticle .textArea a:hover .tag {
    opacity: 0.7;
}

.recommendYourArticle .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;
}

.recommendYourArticle .oneArticle .textArea a:hover .myTitle {
    opacity: 0.7;
}

.recommendYourArticle .oneArticle .textArea .view {
    font-size: 14px;
    color: #727272;
    margin-bottom: 0px;
}

.recommendYourArticle .oneArticle .textArea a .flag {
    position: absolute;
    right: 15px;
    top: -3px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
    z-index: 1;
}

.recommendYourArticle .oneArticle .textArea a:hover .flag {
    opacity: 0.7;
}


