.container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 44px 30px 47px 30px;
  margin-top: -120px;
  z-index: 99;
}
.container .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
}
.container .breadcrumbs img {
  margin-right: 10px;
}
.container .breadcrumbs a {
  color: #333;
}
.container .breadcrumbs a:hover {
  color: #016bb5;
}
.container .info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  color: #383838;
  margin-bottom: 60px;
}
.container .info_table th,
.container .info_table td {
  padding: 9px 15px;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.container .info_table th {
  background-color: #f8f8f8;
  width: 180px;
  font-weight: normal;
  text-align: center;
}
.container .info_table td {
  padding-left: 42px;
}
.container .article_head {
  padding-bottom: 22px;
  background: url(../images/show_bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
.container .article_head h2 {
  font-size: 34px;
  color: #000;
  text-align: center;
  margin-bottom: 55px;
}
.container .article_head .article_tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.container .article_head .article_tool .left {
  display: flex;
}
.container .article_head .article_tool .left .publish_date {
  margin-right: 10px;
}
.container .article_head .article_tool .center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 31px;
  border-radius: 8px;
  border: solid 1px #015293;
  font-size: 16px;
  color: #015293;
}
.container .article_head .article_tool .center img {
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.container .article_head .article_tool .right {
  display: flex;
  align-items: center;
}
.container .article_head .article_tool .right .fonts {
  display: none;
  align-items: center;
}
.container .article_head .article_tool .right .fonts .font_option {
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-right: 1px solid #d5d5d5;
}
.container .article_head .article_tool .right .fonts .font_option li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 33px;
  height: 29px;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-right: 0;
}
.container .article_head .article_tool .right .fonts .font_option li.active {
  color: #016bb5;
}
.container .article_head .article_tool .right .tool {
  display: flex;
  align-items: center;
  margin-left: 23px;
}
.container .article_head .article_tool .right .tool .tool_item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}
.container .article_head .article_tool .right .tool .tool_item:hover .share {
  display: flex;
}
.container .article_head .article_tool .right .tool .tool_item .share {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 32px;
  left: -106px;
  width: 128px;
  padding: 5px 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-sizing: border-box;
}
.container .article_head .article_tool .right .tool .tool_item .share em {
  width: 35px;
  height: 9px;
  background: url(../images/show_icon_sj.png) no-repeat center right 4px;
  padding-right: 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 999;
  top: -9px;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .social-share-icon {
  width: 26px;
  height: 26px;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .icon-wechat:hover {
  background-image: url(../images/share_wx_active.png);
  background-color: #7bc549;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .icon-weibo:hover {
  background-image: url(../images/share_wb_active.png);
  background-color: #ff763b;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .icon-qzone {
  background: url(../images/share_qq.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
}
.container .article_head .article_tool .right .tool .tool_item .share .social-share .icon-qzone:hover {
  background-image: url(../images/share_qq_active.png);
  background-color: #fdbe3d;
}
.container .main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.container .main .main_inner {
  position: relative;
  width: 100%;
  padding-right: 0px;
}
.container .main .main_other {
  position: relative;
  width: 100%;
  padding-top: 14px;
  height: auto;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
  margin-top: 30px;
}
.container .main .main_other .main_other_inner {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
}
.container .main .main_other .main_other_inner::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.container .main .main_other .main_other_inner::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.container .main .main_other .main_other_inner .swiper {
  position: relative;
  width: 100%;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide {
  width: 100%;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner {
  position: relative;
  width: 100%;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient {
  margin-bottom: 50px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_title {
  text-align: center;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 28px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 119px;
  background: url(../images/show_bg_download.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 23px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #414141;
  margin-bottom: 12px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner .convenient_tool {
  display: flex;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner .convenient_tool li {
  width: 85px;
  height: 28px;
  background-color: #f8fdff;
  border-radius: 10px;
  border: solid 1px #016bb5;
  margin: 0 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner .convenient_tool li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #015293;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner .convenient_tool li a img {
  margin-right: 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner .convenient_tool li:last-child {
  border-color: #fc5858;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .convenient .convenient_inner .convenient_tool li:last-child a {
  color: #fc5a5a;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .interpret {
  margin-bottom: 30px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .interpret .interpret_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .interpret .interpret_title img {
  margin-right: 13px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .interpret .interpret_list li {
  line-height: 30px;
  margin-bottom: 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .interpret .interpret_list li a {
  font-size: 18px;
  color: #333;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .interpret .interpret_list li a:hover {
  color: #015293;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa {
  margin-bottom: 20px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_title img {
  margin-right: 13px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_list {
  line-height: 30px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #015293;
  border-radius: 50%;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_list li a {
  font-size: 18px;
  color: #333;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .qa .qa_list li a:hover {
  color: #015293;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .consult {
  margin-bottom: 30px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .consult .consult_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 10px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .consult .consult_title img {
  margin-right: 13px;
}
.container .main .main_other .main_other_inner .swiper .swiper-slide .other_inner .consult .consult_inner img {
  width: 255px;
}
.container .main .main_other .change {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.container .main .main_other .change .swiper-tool-prev,
.container .main .main_other .change .swiper-tool-next {
  margin: 0 22px;
  cursor: pointer;
}
.container .main .source {
  text-align: right;
  margin-top: 30px;
  font-size: 18px;
  color: #919191;
}
.container .article_bot {
  margin-top: 40px;
  padding-top: 30px;
  background: url(../images/show_bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: top;
}
.container .article_bot .handle_item {
  font-size: 18px;
  line-height: 48px;
  color: #015293;
}
.container .article_bot .handle_item a {
  color: #333;
}
.container .article_bot .handle_item a:hover {
  color: #015293;
}
