.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  margin-top: 49px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #016bb5;
}
.main {
  display: flex;
  margin-bottom: 50px;
}
.main .main_l {
  flex: 1;
  padding-right: 28px;
}
.main .main_l .top {
  padding-bottom: 43px;
  background: url(../images/bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
.main .main_l .top .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 0 77px;
  margin-bottom: 56px;
}
.main .main_l .top .other {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #333;
}
.main .main_l .top .other .other_item {
  margin: 0 20px;
}
.main .main_l .inner {
  padding: 64px 0 0 0px;
}
.main .main_l .details_annex {
  margin-top: 64px;
}
.main .main_l .details_annex .annex_title {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.main .main_l .details_annex .annex_title img {
  margin-right: 18px;
}
.main .main_l .details_annex .annex_list {
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.main .main_l .details_annex .annex_list li a {
  color: #333;
}
.main .main_l .details_annex .annex_list li a:hover {
  color: #016bb5;
}
.main .main_l .details_handle {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
  color: #016bb5;
}
.main .main_l .details_handle .handle_item {
  margin-bottom: 22px;
}
.main .main_l .details_handle .handle_item a {
  color: #333;
}
.main .main_l .details_handle .handle_item a:hover {
  color: #016bb5;
}
.main .main_r {
  width: 321px;
  border-left: 1px solid #d2d2d2;
  padding-left: 10px;
}
.main .main_r .other .title {
  text-align: center;
  font-size: 20px;
  color: #016bb5;
  font-weight: 700;
  margin-bottom: 15px;
}
.main .main_r .other .fonts {
  display: flex;
  justify-content: center;
}
.main .main_r .other .fonts li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 33px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  margin: 0 5px;
  cursor: pointer;
}
.main .main_r .other .fonts li.active {
  color: #016bb5;
  font-weight: 700;
}
.main .main_r .other .opt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.main .main_r .other .opt .opt_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 47px;
  background: url(../images/bg_tool.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.main .main_r .other .opt .opt_item img {
  margin-right: 30px;
}
.main .main_r .other .share {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.main .main_r .other .share .social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .main_r .other .share .social-share .icon-wechat:hover {
  background-image: url(../images/share_wx_active.png);
  background-color: #7bc549;
}
.main .main_r .other .share .social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .main_r .other .share .social-share .icon-weibo:hover {
  background-image: url(../images/share_wb_active.png);
  background-color: #ff763b;
}
.main .main_r .other .share .social-share .icon-qzone {
  background: url(../images/share_qq.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .main_r .other .share .social-share .icon-qzone:hover {
  background-image: url(../images/share_qq_active.png);
  background-color: #fdbe3d;
}
.main .main_r .annex {
  padding-left: 10px;
  margin-top: 40px;
}
.main .main_r .annex .title {
  font-size: 20px;
  font-weight: 700;
  color: #016bb5;
  margin-bottom: 15px;
}
.main .main_r .annex .annex_list {
  font-size: 18px;
}
.main .main_r .annex .annex_list li {
  position: relative;
  padding-left: 24px;
}
.main .main_r .annex .annex_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #016bb5;
}
.main .main_r .annex .annex_list li a {
  color: #333;
}
.main .main_r .annex .annex_list li a:hover {
  color: #016bb5;
}
