@media screen and ( min-width: 270px) {
  a {
    display: inline-block;
    width: 270px;
    word-wrap:break-word;
  }
  table a {
    width: 85px;
  }
}
@media screen and ( min-width: 375px) {
  .parentDiv {
    width: 375px;
  }
  a {
    display: inline-block;
    width: 270px;
    word-wrap:break-word;
  }
  table a {
    width: 85px;
  }
}
@media screen and ( min-width: 414px){
}
@media screen and ( min-width: 639px){
  
}
@media screen and ( min-width: 1200px){
  .parentDiv {
    width: 1300px;
  }
  table a {
    width: 100%;
  }
  a {
    width: 100%;
  }
}

.parentDiv {
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 50px;
}
.tcpTitle {
	color: #f87700;
  margin-bottom: 40px;
  padding: 0 25px;
}
.tcpTitle h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.tcp_content {
  width: 100%;
  background-color: #fff;
	box-shadow: 0 0 27px 0 
		rgba(236, 106, 26, 0.26);
	border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.content_left {
  width: 300px;
  height: 100%;
  border-right: 1px solid #ddd;
}
.content_left h3 {
  color: #f87700;
  font-size: 22px;
  margin: 19px 20px;
}
.content_left .activePage {
	background-color: #f87700;
  color: #fff;
}
.content_left li {
  padding: 18px 20px;
  color: #6e6666;
  cursor: pointer;
}




.content_right {
  padding: 40px 30px;
  width: 100%;
  letter-spacing: 2px;
  line-height: 23px;
}
.content_right div {
  display: inline-block;
  word-break: break-all;
  /* display: none; */
}
/* .content_right div:nth-child(1) {
  display: inline-block;
} */
.content_right li {
  list-style: disc;
  /* margin-left: 25px; */
  margin-bottom: 20px;
}
.content_right p {
  text-indent: 2em;
}



.versions {
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.versions img {
  width: 6.5rem;
  margin-bottom: .2rem;
}
.versions span {
  font-size: 16px;
}


table {
  border-collapse:collapse;
  text-align: center;
}
td,th {
  border: 1px solid #ddd;
  word-break: break-all;
}
/* a {
  display: inline-block;
  word-wrap:break-word;
  font-size: 12px;
} */
th {
  width: 10%;
}
th:nth-child(3) {
  width: 30%;
}
th:nth-child(5) {
  width: 20%;
}