
.nav ul li:nth-child(3) a{
  color: #60a731;
}
/* 在线留言 */
.message {
  width: 1200px;
  margin: 0 auto;
}
.message .message_input form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.message .message_input label {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.message .message_input label input {
  padding-left: 9px;
  width: 330px;
  height: 41px;
  font-size: 16px;
  color: #4c4c4c;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
}
.message .message_input label textarea {
  padding-left: 9px;
  width: 1035px;
  height: 268px;
  font-size: 16px;
  color: #4c4c4c;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
  vertical-align: top;
}
.message .message_input .yezhengma {
  margin-left: -16px;
}
.message .message_input .yezhengma input {
  padding-left: 9px;
  width: 241px;
  height: 41px;
  font-size: 16px;
  color: #4c4c4c;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
.message .message_input .yezhengma img{
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
}
.message .message_input .yezhengma span{
  font-size: 14px;
  color: #60a731;
  margin-left: 10px;
}
.message .message_input .form_submit_tj {
  width: 163px;
  height: 40px;
  background-color: #60a731;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  margin-left: 55px;
  margin-top: 32px;
}
.message_list {
  width: 1125px;
  margin: 93px auto 0;
}

.message_list ul li {
  padding-left: 15px;
  margin-top: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.message_list ul li:last-child{
  border: none;
}
.message_list .quiz_div {
  width: 1094px;
  border-bottom: 1px dashed #dcdcdc;
}
.message_list .quiz_div .quiz {
  display: flex;

}
.message_list .quiz_div .quiz p img{
  width: 25px;
  height: 29px;
  vertical-align: -8px;
margin-right: 3px;
}
.message_list .quiz_div .quiz p span{
  display: inline-block;
  margin-top: 8px;
}
.message_list .quiz_div .quiz p:nth-child(1) span{
  font-size: 16px;
  color: #69c6da;
}
.message_list .quiz_div .quiz p:nth-child(2) span{
  font-size: 16px;
  color: #212121;
}
.message_list .quiz_div .quiz p{
  margin-right: 20px;
}
.message_list .quiz_div .quiz p:last-child{
  margin-top: 8px;
  font-size: 16px;
  color: #69c6da;
}
.message_list .quiz_div div:last-child{
margin-top: 27px;
padding-bottom: 24px;
display: flex;
}
.message_list .quiz_div div:last-child span{
  font-size: 16px;
  color: #212121;
  display: inline-block;
}
.message_list .quiz_div div:last-child p{
  width: 950px;
  font-size: 15px;
  color: #212121;
  line-height: 24px;
}

.answer_div{
  width: 1094px;
  margin-top: 17px;
}
.answer_div .answer {
  display: flex;

}
.answer_div .answer p img{
  width: 40px;
  height: 40px;
  vertical-align: -15px;
margin-right: 3px;
}
.answer_div .answer p span{
  display: inline-block;
  margin-top: 8px;
}
.answer_div .answer p:nth-child(1) span{
  font-size: 16px;
  color: #60a731;
}
.answer_div .answer p:nth-child(2) span{
  font-size: 16px;
  color: #212121;
}
.answer_div .answer p{
  margin-right: 20px;
}
.answer_div .answer p:last-child{
  margin-top: 8px;
  font-size: 16px;
  color: #60a731;
}
.answer_div div:last-child{
margin-top: 20px;
padding-bottom: 24px;
display: flex;
margin-left:12px;
}
.answer_div div:last-child span{
  font-size: 16px;
  color: #212121;
  display: inline-block;
}
.answer_div div:last-child p{
  width: 950px;
  font-size: 15px;
  color: #212121;
  line-height: 24px;
}
.navigation_bar .nav_bars .first_barb:nth-child(11){
  border-top: 4px solid #68c6da !important;
  margin-top: -4px !important;
}
.navigation_bar .nav_bars > .first_barb:nth-child(11)>a {
  color: #68c6da !important;
}