
main{
	width: 100%;
	margin:auto;
	min-height: 200px;
	overflow: hidden;
	background-color: #fafcfc;
	min-height: 1000px;
}

#mian{
	max-width: 1200px;
	margin: auto;
	min-height: 200px;
	overflow: hidden;
	margin-top: 10px;
}
.left{
	width: 25%;
	border-right: 1px solid  rgba(0,0,0,0.1);
	float: left;
}
.left>a>div{
	width: 85%;
	border-bottom: 2px solid #e2e2e2;
	padding: 15px 10px;
	margin: 5px;
	font-family: 'dejavu_sansbook';
	color: #4d5971;
	font-size: 13px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-weight: bold;
}
.left>a>div:hover{
	background-color: #e2e2e2 !important;
	 border-bottom: 2px solid #019934 !important;
}
.right{
	float: right;
	width: 74%;
}
.right-image{
	width: 300px;
	height: 300px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.right>h1{
	font-size: 22px;
    margin: 10px;
    color:#000;
    font-family: 'bpg_nino_medium_capsregular';
}
.right>pre{
	font-size: 16px;
    margin: 10px;
    color:#37589b;
       font-family: 'dejavu_sansbold';
   font-weight: bold;
}
.right>div {
    font-size: 13px;
    line-height: 22px;
    color: #606060;
    margin: 10px;
    text-align: justify;
    font-family: 'dejavu_sansbook';
    text-align: justify;
}
.tel,.mail{
	width: 290px;
	height: 35px;
	margin-left: 5px;
	border-radius: 25px;
	border: 2px solid #a3b9f5;
	margin-top: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	text-align: center;
	position: relative;
	font-weight: bold;
	line-height: 35px;
}

.fa-envelope{
	color: #a7bcf5;
	padding: 8px 10px;
	left: 7px;
	position: absolute;
}
@media only screen and (max-width: 800px) {
	.left {
    display: none;
}
.right{
	float: none;
	width: 97%;
}
#category-menu>div {
    margin-top: 105px;
}
  
  #category-menu {
    min-height: 50px;
     color: #fff;
}
#category-menu>a {
   display: none;
}
}
 @media only screen and (max-width: 500px) {
	.news-image {
    height: 300px;
    width: 97%;
    margin-left: 1px;
}
.right>h1 {
    margin-top: 420px;
}
}