﻿/* CSS Document */
/*path*/
.path {
  font-size: 16px;
  line-height: 48px;
  font-family: Microsoft Yahei;
  margin-top: 10px;
}

/*hlj-banner*/
.hlj-banner {
  width: 1000px;
  margin-top: 10px;
}

/*guideBox*/
.guideBox {
  margin-top: 20px;
}

.guideBox div.fl {
  width: 570px;
  height: 180px;
  background: #F9FBFF;
  border: 1px solid #F1F1F1;
}

.guideBox div.fl h3 {
  padding: 10px 20px 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color:#333;
}

.guideBox div.fl p {
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  text-indent: 2em;
  text-align: justify;
  color:#333;
}

.guideBox div.fr {
  width: 409px;
  height: 182px;
  background: url(../images/common/hlj-ly-bg.png) center center no-repeat;
  position: relative;
}

.guideBox div.fr div.loginBox {
  position: absolute;
  top: 40px;
  left: 100px;
  font-size: 14px;
}

.guideBox div.fr div.btnMsg {
  position: absolute;
  top: 84px;
  left: 117px;
  cursor: pointer;
  font-size: 14px;
  width: 132px;
  height: 35px;
  background: #EA7546;
  border-radius: 18px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.guideBox div.fr div.btnMsg a {
  color: #fff;
}

.guideBox div.fr div.btnView {
  position: absolute;
  top: 133px;
  left: 117px;
  cursor: pointer;
  font-size: 14px;
  width: 132px;
  height: 35px;
  background: #607AEB;
  border-radius: 18px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.guideBox div.fr div.btnView a {
  color: #fff;
}

.messageReply {
  width: 1000px;
  margin-top: 30px;
}

.messageReply div.title {
  height: 42px;
  border-bottom: 1px solid #EEEEEE;
}

.messageReply div.title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  border-bottom: 4px solid #2C599C;
  color:#373643;
}

.messageReply div.title span {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #999999;
}

.messageReply div.title span a {
  color: #999999;
}

.messageReply dl {
  overflow: hidden;
  margin-top: 10px;
}

.messageReply dl dt {
  font-size: 18px;
  line-height: 30px;
  margin: 15px auto;
}
.messageReply dl dt strong{color:#333}
.messageReply dl dt a{color:#373643}

.messageReply dl dd {
  background: #FFFEF9;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.messageReply dl dd strong,.messageReply dl dd a{color:#333}

.messageSelected {
  width: 1000px;
  margin-top: 30px;
}

.messageSelected div.title {
  height: 42px;
  border-bottom: 1px solid #EEEEEE;
}

.messageSelected div.title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  border-bottom: 4px solid #2C599C;
  color:#373643;
}

.messageSelected div.title span {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #999999;
}

.messageSelected div.title span a {
  color: #999999;
}

.messageSelected dl {
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.messageSelected dl dt {
  font-size: 18px;
  line-height: 30px;
  margin: 15px auto 5px;
}
.messageSelected dl dt strong{color:#333}

.messageSelected dl dt em.time {
  float: right;
  color: #999999;
}

.messageSelected dl dd {
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
  margin-bottom: 20px;
  color: #555555;
}

.messageSelected dl dd a {
  color: #555555;
}

.messageSelected dl dd .red {
  font-weight: 700;
  color: #C02323;
}

.messageSelected dl dd .red a {
  color: #C02323;
}

.messageSelected dl dd .orange {
  font-weight: 700;
  color: #F0A53A;
}

.messageSelected dl dd .orange a {
  color: #F0A53A;
}

.messageSelected dl dd .blue {
  font-weight: 700;
  color: #418FF7;
}

.messageSelected dl dd .blue a {
  color: #418FF7;
}

.messageSelected dl dd .green {
  font-weight: 700;
  color: #52A76B;
}

.messageSelected dl dd .green a {
  color: #52A76B;
}