.self_medicine_container{
  width: 1200px;
  margin:0 auto;
  margin-top: 85px;
}
.self_medicine_info_box{
  width: 1200px;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.self_medicine_info_l{
  width: 600px;
}
.self_medicine_info_title{
  color: #333333;
  font-size: 24px;
  line-height: 60px;
    background: url(../images/publicimg/--.png) no-repeat left bottom;
    background-size: 50px 15px;
    background-position: 0 30px;
}
.self_medicine_info_text{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.self_medicine_info_r{
  width: 550px;
  height: 400px;
}
.self_medicine_info_r img{
  width: 100%;
  height: 100%;
}

.self_medicine_list_box{
  width: 100%;
  margin-top: 75px;
}
.self_medicine_list_title{
  width: 100%;
  height: 60px;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.self_medicine_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #fafafa;
  border:1px solid #f0f0f0;
}
.self_medicine_list li{
  width: 25%;
  height: 40px;
  border:1px solid #f0f0f0;
  text-align: center;
}
.self_medicine_list li:nth-child(8n+5){
  background: #fff;
}
.self_medicine_list li:nth-child(8n+6){
  background: #fff;
}
.self_medicine_list li:nth-child(8n+7){
  background: #fff;
}
.self_medicine_list li:nth-child(8n+8){
  background: #fff;
}
.self_medicine_list li a{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}

.self_medicine_list li a:hover{
  cursor:pointer;
  color: #458f71;
  text-decoration:underline;
}

/*移动端*/
@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    /* background-image: url(../images/common/banner_green.png); */
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-right: 0.24rem;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.self_medicine_container {
    width: calc(100% - 0.48rem);
    margin: 0 auto;
    margin-top: 0.5rem;
}
.self_medicine_info_titles {
    position: relative;
    color: #555;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
    margin-top: 0.5rem;
}
.self_medicine_info_box {
    width: 100%;
    min-height: auto;
    display: block;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.self_medicine_info_r {
    width: 100%;
    height: auto;
}
.self_medicine_info_text,.self_medicine_info_text p{
    font-size: 0.25rem!important;
    color: #333333;
    line-height: 2;
}
.self_medicine_info_l {
    width: 100%;
}
.self_medicine_info_title {
    color: #555;
    font-size: 0.4rem;
    line-height: 1rem;
    font-weight: bold;
    background: url(../images/publicimg/--.png) no-repeat left bottom;
    background-size: 0.8rem 0.2rem;
    background-position: 0 0.6rem;
}
.self_medicine_list_box {
    width: 100%;
    margin-top: 1rem;
}
.self_medicine_list li {
    width: calc(100% / 2);
    height: 0.7rem;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.self_medicine_list li a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.2rem;
    color: #666666;
}
.self_medicine_list li:nth-child(8n+5){
  background: #fafafa;
}
.self_medicine_list li:nth-child(8n+6){
  background: #fafafa;
}
.self_medicine_list li:nth-child(8n+7){
  background: #fafafa;
}
.self_medicine_list li:nth-child(8n+8){
  background: #fafafa;
}
.self_medicine_list li:nth-child(4n+1) {
    background: #fff!important;
}
.self_medicine_list li:nth-child(4n+2) {
    background: #fff!important;
}
.self_medicine_list_title {
    width: 100%;
    height: 0.9rem;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.9rem;
    text-align: center;
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
}

