@charset "utf-8";

.main-wrap{
	width: 100%;
}
.main-wrap span,
.main-wrap a,
.main-wrap input{
	display: inline-block;
	cursor: pointer;
}
.main-wrap .center-wrap{
	color: #ababab;
	font-size: 14px;
	width: 1200px;
	margin: 0 auto;
}

.list-banner img {
  width: 1200px;
  height: 300px;
}


.list-content {
    margin-top: 24px;
}

.list-result {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #459df9;
    overflow: hidden;
}

.list-result .list-more {
    color: #555;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 2px;
}

.list-result .leader {
    font-size: 20px;
    margin-right: 44px;
}

.list-result .leader em {
    background: url(../../images/common/list-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: -3px;
}

.list-result .leader em.onef {
    background-position: 0 0;
}

.list-item {
  padding: 20px;
  border: #ddd 1px solid;
  border-top: 0;
  padding-bottom: 0;
}

.list-item .list-drug{
  width: 928px;
}

.list-item ul li {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
}

.list-item .image_box{
  width: 200px;
  height: 153px;
  border: #ddd 1px solid;
  box-sizing: border-box;
}
.list-item .image_box:hover{
    border-color: #508edb;
}

.list-item .image_box img{
  width: 198px;
  height: 151px;
}

.list-item .detail{
  padding-left: 10px;
  padding-right: 10px;
}

.list-item .name p{
  margin-top: 5px;
  color: #000;
  line-height: 24px;
}

.list-item .desc{
  font-size: 12px;
  line-height: 20px;
  color: #aeaeae;
  width: 180px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.list-item .list-ranking {
  border: #ddd 1px solid;
  width: 230px;
  height: 460px;
  overflow: hidden;
  text-align: left;
  padding-left: 44px;
  padding-top: 12px;
  box-sizing: border-box;
}

.list-item .list-ranking h4{
  font-size: 14px;
  color: #666;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
}

.list-item .list-ranking h4:hover{
  color: #508edb;
}

.list-item .list-ranking .top_3{
  color: #333;
  font-size: 16px;
}

.list-item .list-ranking .top_3 span{
  color: #ff7521;
}

.list-item .list-ranking .rank{
  background: url(../../images/common/list-icon.png) 0 -114px no-repeat;
  width: 12px;
  height: 16px;
  /*margin-top: 20px;*/
  margin-left: 20px;
  display: inline-block;
}

.list-item .list-ranking .rank.up{
  background-position: 0 -114px;
}

.list-item .list-ranking .rank.down{
  background-position: 0 -142px;
}

.list-result .list-more:hover{
    color: #2273c9;
}

