.news_parent{
    background-color: #eee;
    padding: 100px 15%;
    min-height: 450px;
	font-size: 0;
}
.news_parent .page_title{
    font-size: 36px;
    font-weight: bold;
    color: #1b66a2;
	margin-bottom: 20px;
}
.news_parent .sections{
  margin-top: 40px;
}
.news_parent .sections .section{
  display: inline-block;
  vertical-align: top;
}
.news_parent .sections .categories{
  width:30%;
  border-radius: 3px;
}
.news_parent .sections .categories .category{
  font-size: 14px;
  padding: 20px ;
  position: fixed;
  background-color: #fff;
  width: 15%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.site_en .news_parent .sections .categories .category{
  left: 15%;
}
.site_fa .news_parent .sections .categories .category{
  right: 15%;;
}
.news_parent .sections .categories .category a{
	color: #1b66a2;
	display: block;
	font-weight: 500;
}
.news_parent .sections .categories .category a:not(:last-child){
	margin-bottom: 5px;
}
.news_parent .sections .display{
  width: 70%;
   font-size: 0;
}
.news_parent .sections .display .item{
  display: inline-block;
  vertical-align: top;
  height: 220px;
  padding: 20px;
}
.news_parent .sections .display .category{
  width: 100%;
/*  background-color: #fff;*/
  margin-bottom: 25px;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	    border: 3px solid #fff;
}
.news_parent .sections .display .category .cover{
  width:30%;
}
.news_parent .sections .display .category .cover img{
	max-width: 100%;
	width: 100%;
	max-height: 100%;
 }
.news_parent .sections .display .category .description{
  width: 70%;
	padding-left: 0;
}

.news_parent .sections .display .category .cat{
  width:10%;
  font-size: 12px;
  color: #1b66a2;
  text-align: center;
  padding-top: 60px;
}
.news_parent .sections .display .category .description .head{
  width: 100%;
  font-size: 0;
  margin-bottom: 25px;
}
.news_parent .sections .display .category .description .head .date{
  font-size: 14px;
  color:#1b66a2;
  opacity: .8;
  display: inline-block;
  width: 20%;
	text-align: right;
}
 .news_parent .sections .display .category .description .head .title{
  color: #1b66a2;
	font-weight: 500;
  font-size: 16px;
  display: inline-block;
  width: 80%;
}
.news_parent .sections .display .category .description .head .title span{
	font-weight: 200;
	  color: #1b66a2;
   font-size: 16px;
}
.news_parent .sections .display .category .desc{
  font-size: 13px;
	color: #111;

}
@media only screen and (min-width: 50px) and (max-width: 1300px) {
  .news_parent {
      padding: 50px 5%;
  }
  .site_en .news_parent .sections .categories .category {
    left: 5%;
  }
  .site_fa .news_parent .sections .categories .category {
    right: 5%;
  }
}

/*   mobile */
@media only screen and (min-width: 50px) and (max-width: 750px) {
 .page_box {
    background-color: #eee;
    padding: 50px 15px;
    min-height: 450px;
}
 .page_box .sec_title {
    font-size: 30px;
}
.page_box .content {
  font-size: 14px;
  text-align: justify;
  }
}
/* tablet vertical */
@media only screen and (min-width: 751px) and (max-width: 900px) {
 .page_box {
    background-color: #eee;
    padding: 50px 15px;
    min-height: 450px;
}
 .page_box .sec_title {
    font-size: 30px;
}
.page_box .content {
  font-size: 14px;
  text-align: justify;
  }
}
