/*益佰产品*/
body{
	background: #F5F5F5;
}
/*广告图*/
.banner{
	margin:auto;
	margin-top:64px;
	width:1200px;
	height:413px;
}
.banner>p{
	width:100%;
	height:50px;
	line-height:50px;
}
.banner>p>span>a{
	color:#0080CC;
}
/*新闻列表*/
.content{
	width:1200px;
	height:100%;
	margin:auto;
	margin-top:50px;
}
.content-left{
	width:28%;
	height:624px;
	float: left;
	border-radius: 5px;
}
.content-right{
	width:70%;
	height:100%;
	background: white;
	float: right;
	border-radius: 5px;
}
.content-l-bottom{
	width:100%;
	background: white;
	height:300px;
	border-radius:5px;
}

#find{
	width:260px;
	margin: auto;
	padding-top:20px;
}
#find>p:nth-of-type(1){
	color: black;
	font-size: 16px;
	font-weight:900;
}
#find>p:nth-of-type(2)>input{
	width:255px;
	height:40px;
	border-radius: 5px;
	border:0px;
	background:#EEEEEE;
	padding-left:5px;
	text-align: center;
	font-size:15px;
	margin-top: 25px;
}
#find>p:nth-of-type(3)>button{
	background: #0080CC;
	text-align: center;
	line-height: 40px;
	width:100%;
	height:40px;
	border:0px;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	cursor: pointer;
	margin-top: 25px;
}

#find>p:nth-of-type(4){
	width:100%;
	height:40px;
	line-height: 40px;
	margin-top: 35px;
}
#find>p:nth-of-type(5){
	width:100%;
	height:40px;
	line-height: 40px;
}
#find>p:nth-of-type(4)>a{
	color: black;
}
#find>p:nth-of-type(5)>a{
	color: black;
}
#find>p:nth-of-type(4)>a>span:nth-of-type(2){
	float: right;
}
#find>p:nth-of-type(5)>a>span:nth-of-type(2){
	float: right;
}

.content-new{
	width:100%;
	height:230px;
	border-bottom:0.5px solid #EEEEEE;
}
.content-new-font{
	font-size:17px;
	color:#333333;
	margin-top: 63px;
}
.content-new-img{
	margin-top:35px;
}
.content-new-img01{
	width:30%;
	height:130px;
	float: left;
	margin-right:3%;
}
.content-new-img02{
	width:30%;
	height:130px;
	float: left;
	margin-right:3%;
}
.content-new-img03{
	width:30%;
	height:130px;
	float: left;
}

.content-new-left{
	width:30%;
	height:100%;
	float: left;
}
.content-new-left>img{
	margin-top:50px;
}
.content-new-right{
	width:70%;
	height:100%;

	float: left;
}
.content-new-r-top{
	width:100%;
	height:130px;	
	font-size: 16.5px;
}
.content-new-r-top>h3{
	margin-left: 20px;
	padding-top: 50px;
	color: #333333;
	
}
	
.content-new-r-bottom{
	width:100%;
	height:100px;
}

/*药品筛选*/
.content-right-t{
	width:85%;
	height:300px;
	margin: auto;
}
  
.content-products-left{
	width:12%;
	height: 260px;
	float: left;
	padding-top:63px;
}
.content-products-left>p{
	font-size:17px;
	color:#333333;
	
}
.content-products-left>p:nth-of-type(1){
	margin-top:24px;
}
.content-products-left>p:nth-of-type(2){
	margin-top:88px;
}
.content-products-left>p:nth-of-type(3){
	margin-top:38px;
}
.content-products-right{
	width:88%;
	height:260px;
	float: left;
	padding-top:63px;
}
.content-products-right>ul:nth-of-type(1){
	width: 100%;
	height:100px;
	/*background: lightcyan;*/
	margin-top:10px;
}

.content-products-right>ul:nth-of-type(2){
	width: 100%;
	height:50px;
	/*background: lightcyan;*/
	margin-top:10px;
}

.content-products-right>ul:nth-of-type(3){
	width: 100%;
	height:50px;
	/*background: lightcyan;*/
	margin-top:10px;
}

.content-products-right>ul>li{
	float:left;
	height:30px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
	margin-left:10px;
	margin-top: 10px;
	line-height: 30px;
	border-radius: 5px;
}
.ul{
	color:white;
	background: #0080CC;
}
.content-products-right>ul>li:hover{
	cursor: pointer;
	/*background: #F5F5F5;*/
	color: #333333;
}
.content-right-b>div{
	display: none;
	
}
.content-right-b>div:nth-of-type(1){
	display: block;
	
}
.content-right-b{
	width:85%;
	height:100%;
	margin: auto;
}
.content-box{
	width:100%;
	height:100%;	
}
.content-box>div{
	width:30%;
	height:310px;
	border:1px solid #EEEEEE;
	margin-left: 2.3%;
	float: left;
	border-radius:5px;
	margin-bottom:2.3%;
}
.pordut-img{
	width:100%;
	height:200px;
	text-align: center;
}
.pordut-img>img{
	height: 110px;
	margin-top: 50px;
}
.pordut-font{
	width:100%;
	height:110px;
	text-align: center;
	line-height: 110px;
	font-size: 16px;
	color: #333333;
}
.pordut:hover{
	/*background: rgba(0,128,204,0.8) ;*/
	cursor: pointer;

}
.pordut:hover>.pordut-font{
	color: black;
}

/*分页*/
.fenye{
	width:100%;
	height:40px;
	margin-top:46px;
}
.paging{
	width:90%;
	height:40px;
	float: right;
	margin-right: 15px;
	
}
.paging>ul>li{
	width:40px;
	height: 40px;
	border:1px solid #EEEEEE;
	float: left;
	margin-left: 10px;
	text-align: center;
	line-height:40px;
	border-radius:5px;
	color:#999999;
}
.paging>ul>li:hover{
	background: #0080CC;
}

.paging>ul>li:hover>a{
	color:white;
}
