.agentqq {
  position: relative;
  width: 100%;
  height: 100px;
  padding-bottom: 20px;
  background: #fff;
  text-align: center;
  padding-top: 20px;
  background: linear-gradient(to bottom, #f2e0ca, #ffffff);
  -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
  box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
}
.agentqq .title {
  line-height: 36px;
  font-weight: bold;
}
.agentqq ul {
  width: 1240px;
  height: 60px;
  margin: 0 auto;
}
.agentqq ul li {
  float: left;
  width: 230px;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
  background: #ead7c3;
  border: solid 1px #ae7728;
  margin-top: 20px;
}
.agentqq ul li:hover {
  background: linear-gradient(to bottom, #f9eddd, #ead7c3);
  font-color: #992f05;
}
.agentqq ul li:nth-child(5n) {
  margin-right: 0px;
}
.agentqq ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.agentqq ul li img {
  vertical-align: -3px;
}
.agentqq ul li span {
  color: #5e2812;
}

.currentTimeList {
  margin-bottom: 20px;
}
.currentTimeList > div {
  margin-top: 20px;
}
.currentTimeList .table {
  width: 100%;
  background: #fff;
  border-top: 0px solid #ff6408;
  border-left: 1px solid #dddddd;
  -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.1);
  box-shadow: 0 0 14px rgba(67, 90, 142, 0.1);
}
.currentTimeList .table td:first-child {
  width: 220px;
}
.currentTimeList .table td:nth-child(2) {
  width: 140px;
}
.currentTimeList .table td:nth-child(3),
.currentTimeList .table td:nth-child(4),
.currentTimeList .table td:nth-child(6) {
  width: 180px;
}
.currentTimeList .table td:nth-child(5) {
  width: 170px;
}
.currentTimeList .table td:last-child {
  width: 124px;
}
.currentTimeList .table1 td .orgA {
  display: inline-block;
  width: 56px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #ff6408;
  border-radius: 4px;
}
.currentTimeList .table1 td:first-child {
  width: 110px;
}
.currentTimeList .table1 td:nth-child(2) {
  width: 288px;
}
.currentTimeList .table1 td:nth-child(3),
.currentTimeList .table1 td:nth-child(4),
.currentTimeList .table1 td:nth-child(5),
.currentTimeList .table1 td:nth-child(6),
.currentTimeList .table1 td:nth-child(7) {
  width: 140px;
}
.currentTimeList .table1 td:last-child {
  width: 94px;
}
.currentTimeList .table3 tr.recommend {
  background: #ffff00;
}
.currentTimeList .table3 td {
  line-height: normal;
  height: 40px;
}
.currentTimeList .table3 td:first-child {
  width: 140px;
}
.currentTimeList .table3 td:nth-child(2),
.currentTimeList .table3 td:nth-child(3) {
  width: 156px;
}
.currentTimeList .table3 td:nth-child(4) {
  width: 106px;
}
.currentTimeList .table3 td:nth-child(5) {
  width: 132px;
}
.currentTimeList .table3 td:nth-child(6) {
  width: 270px;
}
.currentTimeList .table3 td:nth-child(7) {
  width: 132px;
}
.currentTimeList .table3 td:last-child {
  width: 102px;
}

.commonTable {
  width: 100%;
  background: #fff;
}
.commonTable .th {
  font-weight: bold;
}
.commonTable .td {
  font-size: 12px;
  color: #924812;
}
.commonTable .td a {
  color: inherit;
}
.commonTable .td a:hover {
  text-decoration: underline;
}
.commonTable td {
  line-height: 36px;
  text-align: center;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
}
.commonTable td .blueA {
  display: inline-block;
  width: 78px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #1aace9;
  border-radius: 4px;
}
.commonTable td .mixA {
  display: inline-block;
  width: 78px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #a112c3;
}
.commonTable td .mixA.bgred {
  background: #ff6408;
}
.commonTable td .mixA.bgviolet {
  background: #a112c3;
}
.commonTable td .mixA.bgyellow {
  background: #e47c00;
}
.commonTable td .mixA.bgyellow1 {
  background: #ffd737;
  color: #333;
}
.commonTable td .mixA.bgblue {
  background: #008ca9;
}
.commonTable td .mixA.bgorg {
  background: orange;
}

.infobox {
  overflow: hidden;
  padding: 10px;
  margin-bottom: 0px;
  background: linear-gradient(to bottom, #f5e8d9, #ffffff);
  -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
  box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
}
.infotitle {
  height: 40px;
  line-height: 40px;
  color: #943d12;
  padding-left: 10px;
  text-align: left;
  font-weight: 800;
  font-size: 15px;
}
.infotext {
  line-height: 180%;
  overflow: hidden;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 15px;
}
