.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #015293;
}
.mail {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.mail .mail_item {
  display: flex;
  flex-direction: column;
  width: 630px;
  height: 405px;
  border: 1px solid #e1edf8;
}
.mail .mail_item .mail_head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  background: url(../images/interaction_bg_mailhead_1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
}
.mail .mail_item .mail_head img {
  margin-right: 28px;
}
.mail .mail_item:nth-child(2) {
  border: 1px solid #fee2d4;
}
.mail .mail_item:nth-child(2) .mail_head {
  background-image: url(../images/interaction_bg_mailhead_2.png);
}
.mail .mail_item .letter {
  flex: 1;
  padding: 30px 45px;
}
.mail .mail_item .letter .letter_top {
  display: flex;
  justify-content: space-between;
}
.mail .mail_item .letter .letter_top .letter_top_item {
  width: 249px;
  height: 125px;
  border-radius: 10px;
  background: url(../images/interaction_bg_mail_1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.mail .mail_item .letter .letter_top .letter_top_item:nth-child(2) {
  background: url(../images/interaction_bg_mail_2.png) no-repeat;
}
.mail .mail_item .letter .letter_top .letter_top_item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  padding-left: 130px;
}
.mail .mail_item .letter .letter_top .letter_top_item:hover {
  transform: translateY(-5px);
}
.mail .mail_item .letter .letter_bot {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 42px;
}
.mail .mail_item .letter .letter_bot .num {
  font-weight: 700;
  color: #015293;
}
.mail .mail_item .hotline {
  flex: 1;
  padding: 30px 45px;
}
.mail .mail_item .hotline .hotline_nav {
  display: flex;
  justify-content: space-around;
}
.mail .mail_item .hotline .hotline_nav li a {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.mail .mail_item .hotline .hotline_nav li a img {
  transition: all 0.3s;
}
.mail .mail_item .hotline .hotline_nav li a p {
  font-weight: 700;
  margin-top: 10px;
}
.mail .mail_item .hotline .hotline_nav li:hover a {
  color: #015293;
}
.mail .mail_item .hotline .hotline_nav li:hover a img {
  transform: rotateY(180deg);
}
.mail .mail_item .hotline .hotline_desc {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 33px;
}
.mail .mail_item .hotline .hotline_desc .num {
  font-weight: 700;
  color: #015293;
}
.reply {
  margin-top: 37px;
}
.reply .reply_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #015293;
}
.reply .reply_title img {
  margin-right: 30px;
}
.reply .reply_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin-top: 28px;
}
.reply .reply_table th {
  background-color: #f7f8fa;
  color: #015293;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 10px;
}
.reply .reply_table td {
  font-size: 18px;
  color: #333;
  padding: 12px 10px;
  border-bottom: 1px dashed #d1d1d1;
}
.reply .reply_table td a {
  color: #333;
}
.reply .reply_table td a:hover {
  color: #015293;
}
.reply .reply_table tbody td:first-child {
  text-align: left;
}
.chat_banner {
  margin-top: 50px;
  height: 160px;
}
.chat_banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.interview {
  margin-top: 42px;
}
.interview .interview_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview .interview_title .text {
  position: relative;
  font-size: 28px;
  color: #015293;
  font-weight: 700;
}
.interview .interview_title .text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  height: 3px;
  background-color: #015293;
  transform: translateX(-100%);
}
.interview .interview_title .text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  height: 3px;
  background-color: #ff6c00;
}
.interview .interview_title .more {
  font-size: 16px;
  color: #333;
}
.interview .interview_title .more:hover {
  color: #015293;
}
.interview .interview_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.interview .interview_inner .inner_item {
  display: flex;
  width: 630px;
}
.interview .interview_inner .inner_item .cover {
  width: 236px;
  height: 167px;
  margin-right: 38px;
}
.interview .interview_inner .inner_item .cover img {
  width: 100%;
  height: 100%;
}
.interview .interview_inner .inner_item .info {
  flex: 1;
}
.interview .interview_inner .inner_item .info .info_item {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-bottom: 10px;
}
.interview .interview_inner .inner_item .info .info_item .label {
  font-weight: 700;
}
.interview .interview_inner .inner_item .check {
  display: flex;
  justify-content: flex-end;
}
.interview .interview_inner .inner_item .check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 45px;
  background-color: #015293;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}
.interview .interview_inner .inner_item .check a:hover {
  transform: translateX(5px);
}
.other_links {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  height: 130px;
}
.other_links li {
  width: 313px;
  height: 100%;
  transition: all 0.3s;
}
.other_links li a {
  display: block;
  width: 100%;
  height: 100%;
}
.other_links li a img {
  width: 100%;
  height: 100%;
}
.other_links li:hover {
  transform: translateY(-5px);
}
.module {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  margin-bottom: 80px;
}
.module .module_item {
  width: 630px;
}
.module .module_item .module_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module .module_item .module_title .text {
  position: relative;
  font-size: 28px;
  color: #015293;
  font-weight: 700;
}
.module .module_item .module_title .text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  height: 3px;
  background-color: #015293;
  transform: translateX(-100%);
}
.module .module_item .module_title .text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  height: 3px;
  background-color: #ff6c00;
}
.module .module_item .module_title .more {
  font-size: 16px;
  color: #333;
}
.module .module_item .module_title .more:hover {
  color: #015293;
}
.module .module_item .conference {
  margin-top: 30px;
}
.module .module_item .conference li {
  line-height: 62px;
  border-bottom: 1px dashed #d1d1d1;
}
.module .module_item .conference li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.module .module_item .conference li a .inner {
  display: flex;
  align-items: center;
}
.module .module_item .conference li a .inner .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 35px;
  border: solid 1px #bdbca2;
  font-size: 14px;
  color: #555;
  border-radius: 4px;
  margin-right: 24px;
}
.module .module_item .conference li a .inner .tag.active {
  background-color: #ff6c00;
  border-color: #ff6c00;
  color: #fff;
}
.module .module_item .conference li a .inner h4 {
  flex: 1;
  font-weight: normal;
}
.module .module_item .conference li a .date {
  color: #666;
}
.module .module_item .conference li:hover a {
  color: #015293;
}
.module .module_item .conference li:hover a .inner .tag {
  border-color: #015293;
  color: #015293;
}
.module .module_item .conference li:hover a .inner .tag.active {
  color: #fff;
  border-color: #ff6c00;
}
.module .module_item .conference li:hover a .date {
  color: #015293;
}
.module .module_item .collect {
  margin-top: 30px;
}
.module .module_item .collect li {
  line-height: 62px;
  border-bottom: 1px dashed #d1d1d1;
}
.module .module_item .collect li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.module .module_item .collect li a .inner {
  display: flex;
  align-items: center;
}
.module .module_item .collect li a .inner .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #949494;
  font-size: 14px;
  color: #737373;
  margin-right: 24px;
}
.module .module_item .collect li a .inner .state.doing {
  background-color: #015293;
  border-color: #015293;
  color: #fff;
}
.module .module_item .collect li a .inner h4 {
  flex: 1;
  font-weight: normal;
}
.module .module_item .collect li a .date {
  color: #666;
}
.module .module_item .collect li:hover a {
  color: #015293;
}
.module .module_item .collect li:hover a .date {
  color: #015293;
}
