.w {
  width: 100%;
  padding: 0 10px;
}
.main {
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
  padding: 40px 30px;
  margin-bottom: 50px;
}
.main .head {
  padding-bottom: 41px;
  background: url(../images/bg_gb_line.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: 50px;
}
.main .head .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 70px;
}
.main .head .breadcrumbs img {
  margin-right: 10px;
}
.main .head .breadcrumbs a {
  color: #333;
}
.main .head .breadcrumbs a:hover {
  color: #016bb5;
}
.main .head h1 {
  display: flex;
  justify-content: center;
}
.main .head h1 img {
  width: 80%;
}
.main .head .change_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  font-size: 18px;
  color: #333;
}
.main .head .change_box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 36px;
  background-color: #00569d;
  border-radius: 8px;
  cursor: pointer;
}
.main .head .change_box .btn.prev {
  margin-right: 10px;
  margin-left: 31px;
}
.main .head .change_box .btn.next {
  margin-left: 10px;
  margin-right: 31px;
}
.main .head .change_box .select_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #d2d2d2;
  cursor: pointer;
  padding-right: 20px;
  margin: 0 10px;
}
.main .head .change_box .select_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 12px;
  background: url(../images/icon_select_down.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.main .head .change_box .select_box:hover {
  border-color: #00569d;
}
.main .head .change_box .select_box:hover::after {
  top: 50%;
  transform: translateY(-50%) rotateX(180deg);
}
.main .head .change_box .select_box:hover .options {
  display: block;
}
.main .head .change_box .select_box .options {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  background-color: #ffff;
  border: 1px solid #e5e5e5;
}
.main .head .change_box .select_box .options::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.main .head .change_box .select_box .options::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.main .head .change_box .select_box .options li {
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}
.main .content {
  display: flex;
  flex-wrap: wrap;
}
.main .content .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-right: 0px;
}
.main .content .left .zfgb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 319px;
  height: 388px;
  border: 2px solid #eeeeee;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.main .content .left .zfgb .year {
  font-size: 24px;
  color: #175e99;
  margin-top: 60px;
}
.main .content .left .zfgb p {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.main .content .left .synopsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  background-image: linear-gradient(90deg, #f2f5fd 0%, #f5f8fc 100%);
  border-radius: 10px;
  margin-top: 20px;
}
.main .content .left .synopsis a {
  font-size: 20px;
  color: #015293;
  font-weight: 700;
}
.main .content .left .gb_search {
  margin-top: 36px;
}
.main .content .left .gb_search h2 {
  position: relative;
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  padding-left: 13px;
  margin-bottom: 20px;
}
.main .content .left .gb_search h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 18px;
  background-color: #015293;
  transform: translateY(-50%);
}
.main .content .left .gb_search .layui-form .layui-form-label {
  text-align: left;
  padding: 9px 0;
  font-size: 18px;
  color: #015293;
}
.main .content .left .gb_search .layui-form .layui-input-block {
  margin-left: 80px;
}
.main .content .left .gb_search .layui-form .layui-input:focus {
  border-color: #00569d !important;
}
.main .content .left .gb_search .layui-form .search_btn {
  background-color: #015293;
}
.main .content .left .related_links {
  margin-top: 36px;
}
.main .content .left .related_links h2 {
  position: relative;
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  padding-left: 13px;
  margin-bottom: 20px;
}
.main .content .left .related_links h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 18px;
  background-color: #015293;
  transform: translateY(-50%);
}
.main .content .left .related_links .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .content .left .related_links .links li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #bfbfbf;
  font-size: 18px;
  margin-bottom: 10px;
}
.main .content .left .related_links .links li a {
  color: #333;
}
.main .content .left .related_links .links li:hover {
  border-color: #00569d;
}
.main .content .left .related_links .links li:hover a {
  color: #00569d;
}
.main .content .right {
  flex: 1;
  margin-top: 30px;
}
.main .content .right .module .module_item {
  margin-bottom: 30px;
}
.main .content .right .module .module_item h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(90deg, #f2f5fd 0%, #f5f8fc 100%);
  border-radius: 10px;
  padding-left: 49px;
  padding-right: 20px;
  font-size: 20px;
  color: #015293;
}
.main .content .right .module .module_item h2::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 3px;
  height: 18px;
  background-color: #015293;
  transform: translateY(-50%);
}
.main .content .right .module .module_item h2 .more {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.main .content .right .module .module_item h2 .more:hover {
  color: #015293;
}
.main .content .right .module .module_item .list {
  margin-top: 20px;
}
.main .content .right .module .module_item .list li {
  position: relative;
  font-size: 18px;
  padding-left: 49px;
  line-height: 40px;
}
.main .content .right .module .module_item .list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #015293;
  transform: translateY(-50%);
  border-radius: 50%;
}
.main .content .right .module .module_item .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.main .content .right .module .module_item .list li a:hover {
  color: #015293;
}
.main .content .right .tool {
  display: flex;
  align-items: center;
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  box-shadow: 0px 2px 1px 0px rgba(62, 90, 120, 0.18);
  border-radius: 10px;
  border: solid 1px #edf5fa;
  padding-left: 20px;
}
.main .content .right .tool h2 {
  font-size: 18px;
  color: #015293;
  border-right: 2px solid #015293;
  padding-right: 20px;
}
.main .content .right .tool .ewm {
  display: none;
  align-items: center;
  margin-left: 30px;
  font-size: 18px;
  color: #333;
}
.main .content .right .tool .ewm .qrcode {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.main .content .right .tool .pdf {
  margin-left: 90px;
}
.main .content .right .tool .pdf a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.main .content .right .tool .pdf a:hover {
  color: #00569d;
}
.main .content .right .tool .pdf a img {
  margin-right: 10px;
}
