@import url("http://www.fsguke.cn/frame/gkztMenu.css");
/* CSS Document */
@import url(reset.css);
@import url(css/grid.css);
@charset "utf-8";
/* CSS Document */

/*优化页*/

/*优化页导航*/
.youhua_wrap{
	width: 1100px;
	margin: 0 auto;
}

.youhua-menu{
    width: 1100px;
    height: 70px;
    background: #fff;
    margin: 0 auto;
	text-align:center;
	float:left;
	border-bottom: 1px solid #000;
  }
  .youhuaye-menu li{
    float: left;
    list-style: none;
  }
  .youhua-left-icon{
    width: 6px;
    height: 30px;
    background: #16bac4;
    margin:18px 10px;
    float: left;
  }
  .youhua-location {
    float: left;
    font-size: 26px;
    font-weight: bold;
    padding: 13px 0;
  }
/*优化页导航*/

/*科普列表页*/
.youhuanews-list {
    width: 1100px;
    margin: 0 auto 35px;
    overflow: hidden;
}
.youhuanews-list ul li {
    border-bottom: 1px solid #d4d4d4;
    padding-left: 5px;
    padding-right: 30px;
}
.youhuanews-list .youhuanews-list-item h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youhuanews-list .youhuanews-list-item p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*科普列表页*/

/*疾病导航*/
.youhua-Disease-box{
    width: 1100px;
    margin: 0 auto 35px;
	padding:20px 0;
    overflow: hidden;
}
.youhua-Disease-box li {
    border: 2px solid #dcdcdc;
	background: #fff;
	width:148.1px;
	height:45px;
	border-radius:10px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.youhua-Disease-box li h3 {
    font-size: 20px;
	line-height:45px;
	color:#474747;
	text-align:center;
}
.youhua-Disease-box li:hover{
	border: 2px solid #18cede;
	width:148.1px;
	height:45px;
	background: #18cede;
}
.youhua-Disease-box li h3:hover {
    font-size: 20px;
	line-height:45px;
	color:#fff;
	text-align:center;
}
/*疾病导航*/

/*优化页*/

/*文章页*/
.youhua-article-box{
    width: 1100px;
    margin: 35px auto;
    overflow: hidden;
}
.youhua-article-box h1{
    font-size: 35px;
    line-height:2;
	margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
	text-align:center;
}
.youhua-article-box p{
	font-size: 18px;
	color: #333;
	text-indent:2em;
    line-height:1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-family: Microsoft Yahei !important;
}
/*文章页*/