/************************************* banner *************************************/

.banner{
    height: 119px;
    background-size: cover;
    background-image: url(../img/oneNew/banner.jpg);
}



/************************************* whiteArea *************************************/


.whiteArea {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

.whiteArea .container {

    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    margin-top: 0px;
}

.tags {
    margin-top: 30px;
    /*    border-bottom: 1px solid #C4C4C4;*/
    margin-bottom: 20px;
}

.tags a .oneTag {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 999px;
    background-color: #FAF8F5;
    color: #0093AE;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.tags a:hover .oneTag {
    opacity: 1;
    color: #5DC2D0;
}

a .download img {
    margin-right: 10px;
    margin-top: -2px;
}

a:hover .download {
    opacity: 0.7;
}

/************************************* complexData *************************************/


.complexData {

    color: #727272;
    margin-bottom: 0px !important;

}

.complexData .line {
    border-bottom: 1px solid #c4c4c4;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.complexData .seeNumbers {}

.complexData .shareAndIcons,
.complexData .shareAndIcons p {
    display: inline;
}

.complexData .shareAndIcons p {
    margin-right: 15px;
    margin-bottom: 0px;
}


.complexData .tags {
    border: none;
    margin-top: 0px;
    margin-bottom: 15px;
}


.complexData .tags .oneTag {
    margin-right: 7px;
}


.complexData .bookMarkArea,
.complexData .bookMarkArea p {
    display: inline;
}

.complexData .bookMarkArea p {
    margin-right: 15px;
}

.complexData .bookMarkArea .flag {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
}

/************************************* otherNews *************************************/

.otherNews {
    font-weight:300 !important;
}

.otherNews .oneOtherNew {
    background-color: #FAF8F5;
    padding: 20px;
    padding-top:10px;
    margin-bottom: 15px;
}

.otherNews .oneOtherNew .area1{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #727272;
}

.otherNews .oneOtherNew .area1 small{
}

.otherNews .oneOtherNew a p.line5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 15px;
    height: 120px;
/*    border:1px solid red;*/
    
}

.otherNews .oneOtherNew a:hover,
.otherNews .oneOtherNew a p:hover{
    opacity: 0.6;
}