.main {
  margin-top: -350px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 10px 0 #17171733;
  padding: 49px 30px;
}
.main .message {
  height: 349px;
  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;
        display: flex;
        justify-content: space-between;
}

      .main .message .head h5 span {
        margin-left: 30px;
        font-size: 18px;
        color: #333;
        font-weight: normal;
      }

      .main .message .head .right {
        margin-right: 240px
      }
    
.main .message .inner {
  display: flex;
  padding: 0 17px;
  margin-top: -20px;
}
.main .message .inner .mail {
  width: 280px;
}
.main .message .inner .mail .mail_item {
  display: flex;
  align-items: center;
  width: 100%;
  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 {
  margin-left: 30px;
  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 .list .xjzt {
  text-align: left;
  background: url(../images/hdjl_dot.png) no-repeat left;
  padding-left: 15px;
}
.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;
  margin-top: 20px;
}
.main .collect .collect_l {
  width: 601px;
}
.main .collect .collect_l .head {
  margin-bottom: 20px;
}
.main .collect .collect_l .head .title {
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding-bottom: 6px;
}
.main .collect .collect_l .head ul {
  position: relative;
}
.main .collect .collect_l .head li {
  float: left;
  margin-right: 40px;
}
.main .collect .collect_l .head li.on .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;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 40px;
}
.main .collect .collect_l .head li.on .more {
  display: inline-block;
}
.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: 618px;
}
.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: 305px;
  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;
}
.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;
}
