.main {
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0px 0px 0 #17171733;
  padding: 49px 30px;
}
.main .message {
  height: auto;
  background: url(../images/bg_message.png) no-repeat;
  background-size: 100% 100%;
}
.main .message .head {
  height: 97px;
  padding: 28px 17px 0 17px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.main .message .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 17px;
  margin-top: -20px;
}
.main .message .inner .mail {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}
.main .message .inner .mail .mail_item {
  display: flex;
  align-items: center;
  width: 280px;
  height: 120px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 5px 0 #0000001c;
  margin-bottom: 12px;
  padding-left: 29px;
}
.main .message .inner .mail .mail_item a {
  display: flex;
  align-items: center;
}
.main .message .inner .mail .mail_item a img {
  margin-right: 30px;
}
.main .message .inner .mail .mail_item a .content .name {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 10px;
}
.main .message .inner .mail .mail_item a .content .desc {
  color: #999;
  font-size: 18px;
}
.main .message .inner .letter {
  width: 100%;
  margin-left: 0px;
  flex: 1;
  height: 252px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 #0000001c;
  padding: 20px;
}
.main .message .inner .letter .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main .message .inner .letter .top .name {
  display: flex;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
}
.main .message .inner .letter .top .name img {
  margin-right: 10px;
}
.main .message .inner .letter .top .desc {
  font-size: 18px;
  color: #999;
}
.main .message .inner .letter .letter_list .list_head {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #edf6ff;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.main .message .inner .letter .letter_list .xjzt {
  width: 45%;
}
.main .message .inner .letter .letter_list .sj {
  width: 15%;
}
.main .message .inner .letter .letter_list .hfbm {
  width: 25%;
}
.main .message .inner .letter .letter_list .date {
  color: #999;
}
.main .message .inner .letter .letter_list .list {
  text-align: center;
  font-size: 16px;
}
.main .message .inner .letter .letter_list .list li {
  line-height: 43px;
}
.main .message .inner .letter .letter_list .list li a {
  display: flex;
  color: #333;
}
.main .message .inner .letter .letter_list .list li a:hover {
  color: #015293;
}
.main .collect {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main .collect .collect_l {
  width: 100%;
}
.main .collect .collect_l .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main .collect .collect_l .head .title {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 3px solid #015293;
}
.main .collect .collect_l .head .more {
  font-size: 14px;
  color: #666;
}
.main .collect .collect_l .head .more:hover {
  color: #015293;
}
.main .collect .collect_l .list .first {
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.main .collect .collect_l .list .first .title {
  display: flex;
  align-content: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.main .collect .collect_l .list .first .title img {
  margin-right: 10px;
}
.main .collect .collect_l .list .first .title .text {
  flex: 1;
}
.main .collect .collect_l .list li {
  line-height: 50px;
}
.main .collect .collect_l .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.main .collect .collect_l .list li a:hover {
  color: #016bb5;
}
.main .collect .collect_l .list li a .left {
  display: flex;
  align-items: center;
}
.main .collect .collect_l .list li a .left .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #016bb5;
  font-size: 12px;
  margin-right: 14px;
}
.main .collect .collect_l .list li a .left .status.ended {
  background-color: #cde1ff;
}
.main .collect .collect_r {
  width: 100%;
  margin-top: 30px;
}
.main .collect .collect_r .qa {
  width: 100%;
  height: 160px;
  background: url(../images/bg_qa.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.main .collect .collect_r .qa:hover {
  transform: translateY(-5px);
}
.main .collect .collect_r .qa a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 208px;
  padding-right: 44px;
}
.main .collect .collect_r .qa a .qa_title {
  font-size: 26px;
  color: #016bb5;
  margin-bottom: 24px;
  font-weight: 700;
}
.main .collect .collect_r .qa a .qa_desc {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.main .collect .collect_r .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.main .collect .collect_r .other li {
  width: 48%;
  height: 98px;
  margin-bottom: 10px;
  background: url(../images/bg_other_1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.main .collect .collect_r .other li:hover {
  transform: translateY(-5px);
}
.main .collect .collect_r .other li:nth-child(2) {
  background-image: url(../images/bg_other_2.png);
}
.main .collect .collect_r .other li:nth-child(3) {
  background-image: url(../images/bg_other_3.png);
}
.main .collect .collect_r .other li:nth-child(4) {
  background-image: url(../images/bg_other_4.png);
}
.main .collect .collect_r .other li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px;
}
.main .collect .collect_r .other li a img {
  margin-right: 26px;
}
.main .collect .collect_r .other li a .content .name {
  font-size: 24px;
  color: #016bb5;
  font-weight: 700;
}
.main .collect .collect_r .other li a .content .desc {
  font-size: 18px;
  color: #333;
}
.main .online {
  margin-top: 24px;
}
.main .online .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main .online .head .title {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 3px solid #015293;
}
.main .online .head .more {
  font-size: 14px;
  color: #666;
}
.main .online .head .more:hover {
  color: #015293;
}
.main .online .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .online .inner .inner_l {
  display: flex;
  width: 601px;
}
.main .online .inner .inner_l:hover .content .desc {
  color: #015293 !important;
}
.main .online .inner .inner_l img {
  width: 248px;
  height: 168px;
  margin-right: 25px;
}
.main .online .inner .inner_l .content {
  flex: 1;
}
.main .online .inner .inner_l .content .content_item {
  margin-bottom: 10px;
}
.main .online .inner .inner_l .content .content_item .name {
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}
.main .online .inner .inner_l .content .content_item .desc {
  font-size: 16px;
  color: #333;
}
.main .online .inner .inner_r {
  width: 618px;
}
.main .online .inner .inner_r li {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  padding-left: 24px;
  border-bottom: 1px solid #dedede;
}
.main .online .inner .inner_r li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  background-color: #015293;
}
.main .online .inner .inner_r li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  width: 100%;
}
.main .online .inner .inner_r li a .date {
  color: #999;
}
.main .online .inner .inner_r li a:hover {
  color: #015293;
}
.main .online .inner .inner_r li a:hover .date {
  color: #015293;
}
