.ra_city_council_news_in_column .myitem img {
    width: 230px;
    height: 280px;
        max-width: 100%;
            height: auto;
}
.ra_city_council_news_in_column .myitem {
    text-align: center;
}
.ra_city_council_news_in_column .myitem p {
    font-family: "wyekan";
    font-size: 16px;
    margin: 5px;
    color: #0da2ff;

}

.ra_city_council_news_in_column .myitem {
    text-align: right;
    margin: 5px;
    margin-right: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
        white-space: nowrap;
    overflow: hidden;
}
.ra_city_council_news_in_column .myitem img {
    display: inline-block;
    width: 80px;
    height: 80px;
        border-radius: 4px;
            object-fit: cover;
    /* box-shadow: 0 0 1px black; */
}
.ra_city_council_news_in_column .myitem a {
    display: inline-block;
  
}
.ra_city_council_news_in_column .myitem p {
    font-family: "wyekan";
    font-size: 14px;
    margin: 5px;
    color: #505050;
        font-weight: 600;
        
 
 
}

.ra_city_council_news_in_column .myitem a:hover {
    text-decoration: none;

}

.ra_city_council_news_in_column .myitem p:hover {

    color: #279ee8;
}

 @media screen and (max-width: 1400px) {
   .ra_city_council_news_in_column .myitem p {
  	  font-size: 12px;
   }
}
	