.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 16px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #015293;
}
.file_detail {
  margin-bottom: 40px;
}
.file_detail .item {
  display: flex;
  height: 43px;
  border: 1px solid #d2d2d2;
}
.file_detail .item:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}
.file_detail .item .left {
  display: flex;
  height: 100%;
  flex: 1;
}
.file_detail .item .left .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  background-color: #edf8ff;
  font-size: 18px;
  color: #333;
  border-right: 1px solid #d2d2d2;
}
.file_detail .item .left .inner {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 42px;
  font-size: 18px;
  color: #333;
}
.file_detail .item .right {
  display: flex;
}
.file_detail .item .right .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  background-color: #edf8ff;
  font-size: 18px;
  color: #333;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.file_detail .item .right .inner {
  display: flex;
  align-items: center;
  width: 290px;
  padding-left: 42px;
  font-size: 18px;
  color: #333;
}
.main {
  margin-bottom: 50px;
}
.main .main_top {
  background: url(../images/list_bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
  padding-bottom: 20px;
}
.main .main_top h2 {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-bottom: 50px;
}
.main .main_top .other {
  display: flex;
  justify-content: space-between;
}
.main .main_top .other .info {
  display: flex;
  font-size: 16px;
  color: #404040;
}
.main .main_top .other .info p {
  margin-right: 80px;
}
.main .main_top .other .tool {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.main .main_top .other .tool .font {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.main .main_top .other .tool .font .font_title {
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}
.main .main_top .other .tool .font .font_opt {
  display: flex;
  border-right: 1px solid #ccc;
}
.main .main_top .other .tool .font .font_opt li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 25px;
  border: 1px solid #ccc;
  border-right: 0;
  font-size: 14px;
  cursor: pointer;
}
.main .main_top .other .tool .font .font_opt li.active {
  color: #015293;
}
.main .main_top .other .tool .print {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.main .main_top .other .tool .print img {
  margin-right: 5px;
}
.main .main_top .other .tool .share {
  display: flex;
  align-items: center;
}
.main .main_top .other .tool .share .share_title {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.main .main_top .other .tool .share .social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main_top .other .tool .share .social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .main_top .other .tool .share .social-share .icon-wechat:hover {
  background-image: url(../images/share_wx_active.png);
  background-color: #7bc549;
}
.main .main_top .other .tool .share .social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .main_top .other .tool .share .social-share .icon-weibo:hover {
  background-image: url(../images/share_wb_active.png);
  background-color: #ff763b;
}
.main .main_top .other .tool .share .social-share .icon-qzone {
  background: url(../images/share_qq.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .main_top .other .tool .share .social-share .icon-qzone:hover {
  background-image: url(../images/share_qq_active.png);
  background-color: #fdbe3d;
}
.main .inner {
  padding: 40px 0 50px 0;
  border-bottom: 1px dashed #ccc;
}
.main .details_annex {
  margin-top: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 24px;
}
.main .details_annex .annex_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #015293;
  font-weight: 700;
  padding-bottom: 15px;
}
.main .details_annex .annex_title img {
  margin-right: 18px;
}
.main .details_annex .annex_list {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.main .details_annex .annex_list li {
  position: relative;
  padding-left: 24px;
}
.main .details_annex .annex_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #015293;
  border-radius: 50%;
}
.main .details_annex .annex_list li a {
  color: #333;
}
.main .details_annex .annex_list li a:hover {
  color: #255796;
}
.main .opt {
  margin-top: 20px;
  height: 85px;
  font-size: 18px;
  color: #264394;
  font-weight: 700;
}
.main .opt .opt_item {
  margin-bottom: 15px;
}
.main .opt a {
  color: #222;
  font-weight: 400;
}
.main .opt a:hover {
  color: #185aae;
}
