.specialman {
  margin-top: 20px;
}
.specialman .box {
  display: flex;
  margin-bottom: 60px;
}
.specialman .box .left {
  width: 416px;
  margin-right: 40px;
}
.specialman .box .left img {
  max-width: 100%;
}
.specialman .box .right {
  flex: 1;
}
.specialman .box .right h2 {
  font-size: 30px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 36px;
  color: #161616;
  margin-bottom: 15px;
}
.specialman .box .right h3 {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 28px;
  color: #161616;
}
.specialman .box .right p {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 30px;
  color: #161616;
  margin-bottom: 20px;
}
.specialman .learnmore {
  display: inline-block;
  margin-top: 20px;
  color: #0C5A4B;
  font-weight: bold;
}
.specialman .learnmore img {
  vertical-align: middle;
}
 .more {
  width: 216px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: url(http://english.kiz.cas.cn/images/vrbg.png) no-repeat;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: Urbanist-bold;
  font-style: italic;
}
 .more span {
  display: inline-block;
  width: 25px;
  height: 18px;
  background: url(http://english.kiz.cas.cn/images/arror2.png) no-repeat;
  vertical-align: middle;

}

.animal ,.openHour ,.traffic ,.ticket h1,.service,.shop,.membership,.volunteer ,.comment{
  margin-top: 120px;
}
.animal .box ,.traffic .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.animal .box > div {
  width: 23%;
}
.animal .box > div p {
  padding: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.animal .box > div span {
  display: inline-block;
  padding:  0 16px;
  padding-right: 30px;
  color: #0C5A4B;
  font-family: Urbanist-bold;
  font-style: italic;
  font-weight: normal;
  background: url(../images/roaming/arror.png) no-repeat right center;
}
.animal .box > div img {
  max-width: 100%;
  display: block;
}
.animal .box div.text {
  border: 1px solid #161616;
  padding-bottom: 24px;
  border-top: none;
  margin-bottom: 40px;
}
.animal .box div.text p {
  color: #161616;
}
.openHour .box {
  display: flex;
}
.openHour .box .right {
  flex: 1;
  margin-left: 40px;
}
.openHour .box .right h2 {
  font-size: 24px;
  font-family: PlayfairDisplaySC;
  line-height: 30px;
  margin-bottom: 18px;
}
.openHour .box .right p {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 26px;
  color: #595959;
}
.openHour .box .right h3 {
  margin: 10px 0;
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 800;
  line-height: 28px;
  color: #161616;
}
.openHour .box .right p span {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 500;
  line-height: 28px;
  color: #161616;
}
.tip {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 24px;
  color: #FF4740;
}
.traffic .left {
  width: 760px;
  margin-right: 70px;
  padding-top: 40px;
}
.traffic .right {
  flex: 1;
}
.traffic .right h1 {
  margin-bottom: 35px;
}
.traffic .form {
  border: 1px solid #161616;
  margin-top: 18px;
}
.traffic .form .line {
  border-bottom: 1px solid #161616;
  box-sizing: border-box;
  padding-left: 64px;
}
.traffic .form .line.date {
  background: url(../images/date.svg) no-repeat;
  background-position: 18px center;
  position: relative;
}
.traffic .form .line.date span {
  border: 5px solid #161616;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 13px;
  right: 18px;
  transform: rotate(45deg);
}
.traffic .form .line.name {
  background: url(../images/people.svg) no-repeat;
  background-position: 18px center;
}
.traffic .form .line.id {
  background: url(../images/card.svg) no-repeat;
  background-position: 18px center;
}
.traffic .form .line.phone {
  background: url(../images/ph.svg) no-repeat;
  background-position: 18px center;
}
.traffic .form .line input {
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
}
.book {
  width: 200px;
  height: 80px;
  background: url(../images/line.png) no-repeat;
  border: none;
  color: #0C5A4B;
  float: right;
  text-align: center;
  margin-top: 30px;
  font-family: Urbanist-bold;
  font-style: italic;
}
.book img {
  vertical-align: middle;
  margin-top: -2px;
}

.ticket  p {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 28px;
  color: #595959;
}
.ticket  p i {
  color: #FF4740;
}
.ticket  p i span {
  font-size: 30px;
  font-family: PlayfairDisplaySC;
  font-weight: 900;
}

.service h2 {
  font-size: 20px;
  font-family: Urbanist-bold;
  line-height: 28px;
  color: #161616;
}
.service .box {
  margin-bottom: 80px;
}
.service p {
  font-size: 17px;
  color: #585858;
  line-height: 28px;
  font-family: Urbanist;
}

.shop .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop .box > div {
  width: 32%;
}
.shop .box > div span {
  display: inline-block;
  padding-right: 30px;
  color: #0C5A4B;
  font-family: Urbanist-bold;
  font-style: italic;
  font-weight: normal;
}
.shop .box > div img {
  max-width: 100%;
  display: block;
}
.shop .box div.text {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.shop .box div.text h2 {
  font-size: 23px;
  font-family: Urbanist-bold;
  line-height: 40px;
  color: #161616;
}
.shop .box div.text p {
  font-size: 15px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin-bottom: 10px;
}
.shop .box div.text i {
  color: #FF4740;
  font-family: PlayfairDisplaySC;
}
.shop .box div.text i span {
  font-size: 30px;
  font-family: PlayfairDisplaySC;
  font-weight: 900;
  color: #FF4740;
  margin-left: 10px;
}
.membership .text p {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 28px;
  color: #595959;
}
.volunteer .lineBox {
  margin-left: 160px;
  border-left: 1px solid #0C5A4B;
}
.volunteer .lineBox .box {
  position: relative;
  padding-left: 24px;
  margin-bottom: 60px;
}
.volunteer .lineBox .box:hover p ,.volunteer .lineBox .box.active p {
  font-family: Urbanist-bold;
  color: #0C5A4B;
}
.volunteer .lineBox .box:hover span,.volunteer .lineBox .box.active span {
  color: #0C5A4B;
}
.volunteer .lineBox .box span {
  width: 160px;
  position: absolute;
  left: -160px;
  top: 0;
  font-family: PlayfairDisplaySC;
  font-size: 24px;
  color: #777;
  font-weight: thin;
}

.volunteer .lineBox .box p a{
  color: #777;
}

.volunteer .lineBox .box p a:hover{
  color: #0C5A4B;
}
.volunteer .lineBox .box p:before {
  content: '';
  position: absolute;
  left: -30px;
  border: 6px solid #F2B63A;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  display: none;
  top: 50%;
  margin-top: -4px;
}
.volunteer .lineBox .box:hover p:before,.volunteer .lineBox .box.active p:before {
  display: block;
}
.download {
  margin-top: 80px;
}
.download .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.download .box p {
  font-size: 30px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 24px;
  color: #161616;
  text-decoration: underline;
}
.download .box a {
  width: 166px;
  height: 48px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: #0C5A4B;
}
.comment {
  padding-bottom: 120px;
  border-bottom: 1px solid #161616;
}
.comment .commetBox {
  position: relative;
  overflow: hidden;
}
.comment .commetBox form {
  border: 1px solid #161616;
}
.comment .commetBox h2 {
  font-size: 23px;
  font-family: Urbanist;
  font-weight: bold;
  color: #0C5A4B;
  padding: 18px 16px;
  border: 1px solid #161616;
}
.textarea {
  font-family: Urbanist;
  width: 99%;
  padding: 10px;
  background: none;
  box-sizing: border-box;
  border: none;
  outline: none;
  line-height: 24px;
}
.words {
  position: absolute;
  right: 25px;
  bottom: 70px;
}
.btn {
  width: 145px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0C5A4B;
  border: none;
  margin-top: 20px;
  font-family: Urbanist-bold;
  float: right;
}
.commetList {
  padding: 16px;
  border: 1px solid #161616;
  margin-top: 30px;
}
.commetList .box {
  display: flex;
  border-bottom: 1px solid #161616;
  padding: 20px 0;
}
.commetList .box:last-child {
  border-bottom: none;
}
.commetList .box .left img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-right: 15px;
}
.commetList .box .right {
  flex: 1;
}
.commetList .box .right h2 {
  font-size: 23px;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 24px;
  color: #161616;
}
.commetList .box .right span {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin-bottom: 8px;
}
.commetList .box .right p{
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 34px;
  color: #161616;
}
.commetList .box .right .time {
  margin-top: 32px;
  display: inline-block;
}
.pagination {
  text-align: right;
  margin-top: 20px;
}
.pagination ul li {
  float: left;
  padding: 7px 12px;
  border: 1px solid #777;
  margin: 0 2px;
  cursor: pointer;
}
.pagination ul,.pagination i,.pagination span {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.pagination i {
  padding: 7px 12px;
  border: 1px solid #777;
  cursor: pointer;
}
.pagination span {
  margin-right: 5px;
}
.pagination ul li:hover,.pagination ul li.on {
  background: #0C5A4B;
  color: #fff;
  border-color: #0C5A4B;
}
.pagination i:hover {
  opacity: .6;
}