/*
Theme Name: M023响应式 模板
Theme URI: 
Description: 西宝修改 20210531
Version: 1.0
Author: ruan
Author URI: http://www.seebio.cn/

*/

/* article category----------------------------------------------- */

.tree-box ul{
	width:100%;
 	height:42px; 
	border-radius:21px;
	background-color:rgb(0 95 163 / 60%);
	margin:-21px 0 15px 0;
}
.tree-box ul li{
	height:42px;
	line-height:42px;
	border-radius:21px;
	float:left;
	text-align:center;

}
.tree-box ul li a{
	font-size:16px;
	color:#ffffff;
	display:block;
	width:100%
}
.tree-box ul li.cur, .tree-box ul li:hover{
	background:#005fa3;
	
}
.tree-box ul li.cur a, .tree-box ul li:hover a{
	color:#fff;
}
.col-md-20{
	width:20%;
}











@media (max-width : 1024px) {



}
@media (max-width : 992px) { /* 960 */
 .sidebar{display:none;	}
}

@media (max-width: 768px) {
.container p.ititle{
	font-size:16px;
	font-weight:600;
}
 .aboutbg{
	 height:180px!important;
 }
.tree-box {

}
.tree-box ul{
	border-radius:16px;
	background-color:#fff;
	margin:10px 0 0 0 ;
}
.tree-box ul li{
	height:32px;
	line-height:32px;
	border-radius:16px;
	border:1px solid #005fa3;
	margin:2.5%;
 }
.tree-box ul li a{
	font-size:14px;
	color:#005fa3;
}


.col-md-20{
	width:28.33%;

}
 
}


@media (max-width: 480px) {
	
}
