.pub-yu-site-full{
    padding-bottom: 50px;
    padding-top: 30px;
    width:100%;
    display: flex;
    font-size: 15px;
    flex-direction: column;
    background: #FFEFBA;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.pub-section-nav-ul li{
    text-decoration: none;
    color:#1da1f2;
    padding: 11px;
    border-radius: 4px; 
    background: whitesmoke;
    border-radius: 5px;
    cursor: pointer;
    
}
.ar-content::before{
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 280px;
    height: 360px;
    background: linear-gradient(to bottom,rgba(211, 191, 11, 0.5), rgba(150,170,155,0.5));
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}
.ar-content-img img{
    width: 100%;
    height: 225px;
}
.nl-content-img img{
    width: 100%;
    height: 225px;
}
.br-content-img img{
    width: 100%;
    height: 150px;
}
 
.pub-section-nav-ul li a{
    color: black;
}
 
.active-pub-section{
    color: whitesmoke !important;
    background: #1da1f2 !important;
    font-weight: bold;
}
.view-all-ar-div{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;        /* for single line flex container */
    align-content: center; 
    background: #56CCF2 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.view-all-ar-div a{
    color: white;
    text-decoration: underline;
}
.pub-desc-hightlight{
    border-bottom: 1px solid rebeccapurple;
}
.ar-content{
    
    width: 100%;
    padding:5px;
    margin: 5px;
    background: whitesmoke;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
    background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.ar-content-brief{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;        /* for single line flex container */
    align-content: center; 
}
.view-all-pub-link{
    margin: 27px 0px;
    background: rebeccapurple;
    color: whitesmoke;
    padding: 6px;
    border-radius: 5px;
    opacity: .9;
}
.br-content{
    border-radius: 6px;
    width: 50%;
    padding:5px;
    margin: 5px;
    background: whitesmoke;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
}
.nl-content{
    border-radius: 6px;
    width: 50%;
    padding:5px;
    margin: 5px;
    background: whitesmoke;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
}
.ar-content .ar-content-desc{
    text-align: center;
    padding: 11px;
    text-align: center;
    margin: 11px;
     
}

.br-content .br-content-desc{
    padding: 11px;
    text-align: center;
    
}
.nl-content .nl-content-desc{
    padding: 11px;
    text-align: center;
     
}
.pub-tab-content{
    display: flex;
    margin: 10px 80px;
}

.journal-pub-content{
    width:20%;
    padding: 15px;
    border-right: .1px solid lightgray;
}
.jp-author-tag{
    text-decoration:underline;
    font-size:13px;    
    color: rebeccapurple;
    font-weight: bold;
}
#journal-pub-tab{
    padding: 10px;
}
.jp-content-title p{
    padding: 10px;
    background-color: lightgray;
}
.jp-content-desc{
    font-size: 12px;
}
.jp-content-desc p{
    padding:10px;
     
}
.jp-content-desc .jp-jname{
     
    color: black;
    display: initial;
    padding: 4px;
    
}
.showrpBtn-pub-jp{
    text-align: center;
    font-size: 15px;
}
/*Animation*/
.view-all-pub-link::before{
    background: whitesmoke;
    color: rebeccapurple;
}
.view-all-pub-link:hover {
    background: whitesmoke;
    transition: 1s all;
    color: rebeccapurple;
    border:1px solid rebeccapurple;
}
 
.ar-content:hover .ar-content-desc a{
    
    transition: 1s all;
    color: rebeccapurple;
    background-color: whitesmoke;
}

.ar-content:hover  {
    border-radius: 0px;
    transition: 5s all;
    background: #654ea3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
 
.journal-pub-content:hover{
    
    box-shadow:0px 7px 10px rgba(0,0,0,0.5);
} 
.journal-pub-content{
    width:100% !important;
}
@media(max-width:600px){
        .pub-tab-content{
            display: flex   ;
            flex-direction: column;
            align-items: center;
        }
        .ar-content-brief,.ar-content,.nl-content{
            width: 100% !important;
        }
        .pub-section-nav-ul li{
            padding: 5px;
            margin:4px;
        }

}