#category {
  width: 1200px;
  margin: auto;
}

#category #category_main {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

#category #category_main>.left_main {
  box-sizing: border-box;
  width: 890px;
  /*padding: 10px;*/

}

#category #category_main>.left_main>.select {
  box-sizing: border-box;
  background-color: #fff;
       padding: 10px 10px;

}
#category #category_main>.left_main>.select>.select_content{
      width: 100%;
   background: #F0F0F0; 
    padding: 10px 15px;
  display: flex;
}
#category #category_main>.left_main>.select>.select_content>p {
  flex: none;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

#category #category_main>.left_main>.select>.select_content>ul {
  display: flex;
  flex-wrap: wrap;
}

#category #category_main>.left_main>.select>.select_content>ul>li {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}

#category #category_main>.left_main>.select>.select_content>ul>li>a {
  color: #333333;
}

#category #category_main>.left_main>.select>.select_content>ul>.active {
  background: #F15645;
  color: #FFFFFF;
}

#category #category_main>.left_main>.select>.select_content>ul>.active>a {
  color: #FFFFFF;
}

#category #category_main>.left_main>.list {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px 10px 10px;
    background: #FFFFFF;
}
#category #category_main>.left_main>.list>.ckgd{
    display: block;
    width: 300px;
    height: 50px;
    margin: 30px auto 20px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #F15645;
    background: #FFF1EF;
    border: 1px solid #F0A49B;
}
#category #category_main>.left_main>.list>li {
  box-sizing: border-box;
  height: 179px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7E6E6;
}

#category #category_main>.left_main>.list>li>.img {
  flex: none;
  display: inline-block;
  width: 190px;
  height: 118px;
  overflow: hidden;
}

#category #category_main>.left_main>.list>li>.img>img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

#category #category_main>.left_main>.list>li>.img>img:hover {
  transform: scale(1.3);
}

#category #category_main>.left_main>.list>li>.content {
  height: 118px;
  width: 100%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#category #category_main>.left_main>.list>li>.content>a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

#category #category_main>.left_main>.list>li>.content>a:hover {
  color: #F15645;
}

#category #category_main>.left_main>.list>li>.content>p {
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#category #category_main>.left_main>.list>li>.content>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#category #category_main>.left_main>.list>li>.content>div>span {
  flex: 1;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #BABABA;
  margin-left: 21px;
}

#category #category_main>.left_main>.list>li>.content>div>span>img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -21px;
}

#category #category_main>.left_main>.list li:nth-last-child(2) {
  border: none;
}

#category #category_main>.left_main>.list .list_pager {
   margin: 20px 0 40px;
   
  display: flex;
  justify-content: center;
}

#category #category_main>.left_main>.list .list_pager>a,
#category #category_main>.left_main>.list .list_pager>span {
  padding: 0 10px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-right: 9px;
}
#category #category_main>.left_main>.list .list_pager>sp{
    margin-right: 9px;
}

#category #category_main>.left_main>.list .list_pager>a {
  background: #FFFFFF;
  color: #535353;
}

#category #category_main>.left_main>.list .list_pager>span {
  border: 1px solid #F15645;
  color: #F15645;
}

#category #category_main>.left_main>.list .list_pager>a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#category #category_main>.right_main {
  width: 300px;
}









#category #category_main>.right_main .category_hits {
  width: 300px;
  /*height: 739px;*/
  background: #FFFFFF;
}



#category #category_main>.right_main .category_hits>ul {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}

#category #category_main>.right_main .category_hits>ul>li {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 10px;
  border-bottom: 1px solid #EAEAEA;
}

#category #category_main>.right_main .category_hits>ul>li>a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

#category #category_main>.right_main .category_hits>ul>li>a img {
  margin-right: 12px;
}

#category #category_main>.right_main .category_hits>ul>li>a>.number {
  font-size: 16px;
  font-weight: 400;
  color: #FF8F3C;
  margin-right: 12px;
}

#category #category_main>.right_main .category_hits>ul>li:nth-child(-n+4)>a>.number {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
  font-style: italic;
}

#category #category_main>.right_main .category_hits>ul>li:last-child {
  border-bottom: none;
}

#category #category_main>.right_main .category_hits>ul>li:hover a {
  color: #EE441F;
}

#category #category_main>.right_main .category_hits>.ckgd {
  display: block;
  width: 150px;
  height: 40px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #F15645;
  background: #FFF1EF;
  border: 1px solid #F0A49B;
}


