.joinus-right {
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

.joinus-right>ul>li {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,.05);
}

.joinus-right ul li .jtop {
  width: 100%;
  height: auto;
  padding: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;

}

.joinus-right ul li .jtop .name {
  width: 200px;
  height: auto;
  float: left;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  font-weight: bold;
}

.joinus-right ul li .jtop::after {
  width: 16px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  background: #000;
  display: block;
  content: '';
}

.joinus-right ul li .jtop::before {
  width: 2px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -8px;
  background: #000;
  display: block;
  content: '';
}

.joinus-right ul li .jtop .des {
  width: calc(100% - 250px);
  float: left;
  font-size: 14px;
  line-height: 30px;
  opacity: .7;
}

.joinus-right ul li .jtop .des span {
  position: relative;
  padding: 0 20px 0 20px;
}

.joinus-right ul li .jtop .des span::after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background: rgba(0,0,0,.1);
  content: '';
  display: block;
}

.joinus-right ul li .jtop .des span:last-child::after {
  display: none;
}

.joinus-right ul li .jdes {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7;
  display: none;
  border-top: 1px solid rgba(0,0,0,.05);
}

.joinus-right ul li .jdes.active {
  display: block;
}

.joinus-right ul li .jdes p {
  margin-bottom: 10px;
}

.joinus-right ul li .jtop.active .name {
  color: #e00018;
}

.joinus-right ul li .jtop.active::before {
  display: none;
}

@media only screen and (max-width:768px) {
	.joinus-right ul li .jtop {
	    width: 100%;
	    height: auto;
	    padding: 5px 0;
	    position: relative;
	    overflow: hidden;
	    cursor: pointer;
	}
	
	.joinus-right ul li .jtop .name {
	    width: 100%;
	    height: auto;
	    float: unset;
		text-align: center;
	    font-size: 16px;
	    line-height: 28px;
	    overflow: hidden;
	    font-weight: bold;
	}
	
	.joinus-right ul li .jtop .des {
	    width: 100%;
	    float: unset;
	    font-size: 14px;
	    line-height: 24px;
	    opacity: .7;
	}
	
	.joinus-right ul li .jtop .des span {
	    position: relative;
	    padding: 0 20px 0 20px;
	    width: 100%;
	    display: inherit;
	}
	
	.joinus-right ul li .jdes {
	    width: 100%;
	    height: auto;
	    position: relative;
	    padding: 5px;
	    font-size: 12px;
	    line-height: 1.7;
	    display: none;
	    border-top: 1px solid rgba(0,0,0,.05);
	}
}