@charset "utf-8";





.flexBox {
  padding: 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 35%;
  right: 3%;
  z-index: 9;
}
.flexBox img {
  width: 120px;
}
.flexBox p {
  font-size: 12px;
  color: #000;
}
.flexBox2 {
  top: calc(35% + 170px);
  left: 2%;
  right: auto;
  display: none;
}

.comment_title {
  text-align: center;
}
.comment_title .line {
  width: 64px;
  height: 3px;
  margin: 0 auto;
  background-color: #3271ad;
}
.comment_title h2 {
  font-family: Actual_Medium;
  font-size: 44px;
  color: #333333;
  margin-top: 30px;
  text-transform: uppercase;
}
.comment_title p {
  font-size: 18px;
  color: #808080;
  margin-top: 20px;
  text-transform: uppercase;
}

.comment_nav {
  padding: 30px 0;
}
.comment_nav .container::before,
.comment_nav .container::after {
  display: none;
}
.comment_nav .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.comment_nav a {
  font-size: 16px;
  color: #000;
  margin-left: 6px;
}

.commentWarpper {
  padding: 50px;
  position: relative;
  z-index: 0;
}
.commentWarpper::before {
  content: "";
  display: block;
  width: calc(100% - 28px);
  height: calc(100% - 32px);
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: -1;
}
.detail3Warpper {
  position: relative;
}
.loading {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.commentBorder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.commentAngle,
.commentLine {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.commentAngle span {
  width: 24px;
  height: 24px;
  position: absolute;
}
.commentAngle span:nth-child(1) {
  background: url(../image/boxAngle.png) top left/48px 48px no-repeat;
  top: 0;
  left: 0;
}
.commentAngle span:nth-child(2) {
  background: url(../image/boxAngle.png) top right/48px 48px no-repeat;
  top: 0;
  right: 0;
}
.commentAngle span:nth-child(3) {
  background: url(../image/boxAngle.png) left bottom/48px 48px no-repeat;
  left: 0;
  bottom: 0;
}
.commentAngle span:nth-child(4) {
  background: url(../image/boxAngle.png) right bottom/48px 48px no-repeat;
  right: 0;
  bottom: 0;
}
.commentLine span {
  position: absolute;
}
.commentLine span:nth-child(1) {
  width: calc(100% - 48px);
  height: 16px;
  background: url(../image/boxLine.png) 0px 0px/12px 32px repeat-x;
  top: 0;
  left: 24px;
}
.commentLine span:nth-child(2) {
  width: 14px;
  height: calc(100% - 48px);
  background: url(../image/boxLine2.png) -14px 0px/28px 10px repeat-y;
  top: 24px;
  right: 0;
}
.commentLine span:nth-child(3) {
  width: calc(100% - 48px);
  height: 16px;
  background: url(../image/boxLine.png) 0px -16px/12px 32px repeat-x;
  left: 24px;
  bottom: 0;
}
.commentLine span:nth-child(4) {
  width: 14px;
  height: calc(100% - 48px);
  background: url(../image/boxLine2.png) 0px 0px/28px 10px repeat-y;
  left: 0;
  bottom: 24px;
}

.commentCon.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.commentLeftNav {
  width: 200px;
}
.commentLeftNav li {
  margin-bottom: 20px;
  width: 100%;
  height: 46px;
  background: #eef1f6;
  font-size: 16px;
  color: #999;
  line-height: 46px;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
}
.commentLeftNav li.on,
.commentLeftNav li:hover {
  color: #fff;
  background: url(../image/navBg.jpg) center/cover no-repeat;
}
.commentRightCon {
  width: calc(100% - 250px);
  padding-left: 50px;
  position: relative;
}
.commentRightCon::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: url(../image/line2.png) top center repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}

.comment_list {
}
.comment_list li {
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.comment_list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #246dbf;
  position: absolute;
  top: calc(50% - 4px);
  left: 6px;
}
.comment_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_list li p {
  width: calc(100% - 120px);
  font-size: 16px;
  color: #000;
  line-height: 2;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;

  position: relative;
}
.comment_list li span {
  font-size: 14px;
  color: #999;
}
.comment_list li:hover p {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
}

.comment_list2 {
}
.comment_list2 li a {
  padding: 40px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.comment_list2 li a:hover {
  background-color: #eef1f6;
}
.comment_list2_img {
  width: 240px;
  height: calc(100% - 80px);
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 15px;
}
.comment_list2_imgBox {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.comment_list2 li a:hover .comment_list2_imgBox {
  transform: scale(1.1);
}
.comment_list2_txt {
  width: calc(100% - 290px);
  transition: all 0.3s ease-in-out;
}
.comment_list2 li a:hover .comment_list2_txt {
  padding-left: 10px;
}
.comment_list2_txt h6 {
  font-size: 18px;
  color: #000;
  line-height: 2;
  font-weight: bold;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  transition: all 0.3s ease-in-out;
}
.comment_list2 li a:hover .comment_list2_txt h6 {
  color: #246dbf;
}
.comment_list2_txt .line {
  width: 60px;
  height: 1px;
  background-color: #246dbf;
  margin: 10px 0;
}
.comment_list2_txt p {
  font-size: 14px;
  color: #000;
  line-height: 2;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 84px;
}
.comment_list2_txt .time {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}
.comment_list2_txt .more {
  margin-top: 10px;
  width: 140px;
  height: 30px;
  background-color: #246dbf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment_list2_txt .more span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

.comment_list3 {
}
.comment_list3 li {
  padding: 15px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.comment_list3 li a {
  font-size: 16px;
  color: #000;
  line-height: 2;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment_list3 li a:hover {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline !important;
}

.comment_list4 {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.comment_list4 li {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  text-align: center;
}
.comment_list4 li:nth-child(3n) {
  margin-right: 0;
}
.comment_list4 li:nth-child(n + 4) {
  margin-top: 15px;
}
.comment_list4 li img {
  max-width: 100%;
}

.comment_pag {
  margin-top: 40px;
  text-align: right;
}
.comment_pag .pagination {
  margin: 0;
}
.comment_pag .pagination > li > a,
.comment_pag .pagination > li > span {
  font-size: 14px;
  color: #000;
  padding: 10px 15px;
}
.comment_pag .pagination > .active > a,
.comment_pag .pagination > .active > a:focus,
.comment_pag .pagination > .active > a:hover,
.comment_pag .pagination > .active > span,
.comment_pag .pagination > .active > span:focus,
.comment_pag .pagination > .active > span:hover {
  color: #fff;
}

.padding80 {
  padding: 80px 0;
}
.marginTop60 {
  margin-top: 60px;
}

/* index.html */
.indSec1_con {
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.indSec1_box {
  width: calc(50% - 20px);
}
.indTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.indTitle h6 {
  width: 192px;
  height: 57px;
  background: url(../image/titleBg.png) center/cover no-repeat;
  font-size: 24px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  letter-spacing: 2px;
}
.indTitle a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: 6px;
}
.indTitle a span {
  font-size: 16px;
  color: #246dbf;
  font-weight: bold;
  margin-right: 5px;
}
.indSec1_swiper {
  margin-top: 40px;
}
.indSec1_swiperBox p {
  font-size: 20px;
  color: #246dbf;
  line-height: 50px;
  text-align: center;
  /*font-weight: bold;*/

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.indSec1_img {
  overflow: hidden;
}
.indSec1_img .indSec1_imgBox {
  height: 330px;
  transition: all 0.3s ease-in-out;
}
.indSec1_swiperBox:hover .indSec1_img .indSec1_imgBox {
  transform: scale(1.1);
}
.indSec1_swiperBox:hover p {
  font-weight: bold;
  text-decoration: underline;
}
.indSec1_swiperPag {
  width: auto !important;
  position: absolute;
  left: auto !important;
  right: 20px !important;
  bottom: 70px !important;
}
.indSec1_swiperPag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #fff;
}
.indSec1_swiperPag .swiper-pagination-bullet-active {
  border-color: #246dbf;
  background-color: #246dbf;
}
.indSec1_list {
  margin-top: 40px;
}
.indSec1_list li {
  padding-left: 30px;
  position: relative;
}
.indSec1_list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #246dbf;
  position: absolute;
  top: calc(50% - 4px);
  left: 6px;
}
.indSec1_list li:nth-child(n + 2) {
  margin-top: 20px;
}
.indSec1_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indSec1_list li p {
  width: calc(100% - 120px);
  font-size: 16px;
  color: #000;
  line-height: 2;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;

  position: relative;
}
.indSec1_list li span {
  font-size: 14px;
  color: #999;
}
.indSec1_list li:hover p {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
}

.indSec2_con {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indSec2_swiper {
  margin: 0;
  width: calc(100% - 80px);
}
.indSec2_Btn {
  cursor: pointer;
}
.indSec2_img {
  border-radius: 20px;
  overflow: hidden;
}
.indSec2_img img {
  transition: all 0.3s ease-in-out;
}
.indSec2_box:hover .indSec2_img img {
  transform: scale(1.1);
}

.indSec3_con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.indSec3_box {
  width: calc(50% - 20px);
  min-height: 500px;
  padding: 30px;
  background: url(../image/boxBorder.png) center/100% 100% no-repeat;
}
.indSec3_box .indSec1_list {
  margin-top: 30px;
}

.indSec4_con {
  min-height: 350px;
  padding: 50px;
  background: url(../image/boxBorder2.png) center/100% 100% no-repeat;
}
.indSec4_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.indSec4_list li {
  width: calc(100% / 6);
  text-align: center;
  position: relative;
}
.indSec4_list li:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
}
.indSec4_list li p {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
}
.indSec4_list li:hover p {
  color: #005d91;
  font-weight: bold;
  text-decoration: underline;
}
.indSec4_list li img:nth-child(2) {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
}
.indSec4_list li:hover img:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #005d91;
}

.indSec5_con {
  min-height: 350px;
  padding: 60px 80px;
  background: url(../image/boxBorder2.png) center/100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indTitle2 {
  width: 59px;
}
.indTitle2 h6 {
  width: 59px;
  height: 192px;
  background: url(../image/titleBg2.png) center/cover no-repeat;
  font-size: 24px;
  color: #fff;
  line-height: 59px;
  text-align: center;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.indSec5_form {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.indSec5_form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indSec5_form h6 {
  font-size: 20px;
  color: #000;
}
.indSec5_form select {
  width: 140px;
  height: 50px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #000;
  outline: none;
}
.indSec5_form input[type="text"] {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #000;
  outline: none;
}
.indSec5_input2 {
  margin-left: 10px;
  width: calc((100% - 440px) / 2);
}
.indSec5_input3 {
  width: 100%;
  margin-top: 25px;
}
.indSec5_input3 input[type="text"] {
  width: calc(100% - 100px);
}
.indSec5_btn {
  margin-left: 20px;
}
.indSec5_btn input[type="button"] {
  width: 120px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-color: #246dbf;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
/* index.html */

/* special.html */
.specialTitle {
  padding-bottom: 40px;
  background: url(../image/line.png) left bottom repeat-x;
  font-size: 26px;
  color: #246dbf;
  letter-spacing: 2px;
}
/* special.html */

/* detail.html */
.detailLeft {
  width: calc(100% - 300px);
}
.detailRight {
  width: 280px;
}
.detailCon {
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 0;
}
.detailCon::before {
  content: "";
  display: block;
  width: calc(100% - 28px);
  height: calc(100% - 32px);
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: -1;
}
.detailRight .detailCon {
  padding: 25px;
  margin-bottom: 20px;
}

.detailLeft_con {
}
.detailLeft_top {
}
.detailLeft_top h6 {
  font-size: 30px;
  color: #000;
  line-height: 1.6;
  /*font-weight: bold;*/
  text-align: center;
}
.detailLeft_top p {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  text-align: right;
}
.detailLeft_txt {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.detailLeft_txt p {
  font-size: 18px;
  color: #000;
  line-height: 2;
  text-indent: 2em;
}
.detailLeft_txt p:nth-child(n + 2) {
  margin-top: 40px;
}
.detailLeft_txt img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.detailTitle {
  width: 100%;
  height: 42px;
  background: url(../image/detailTitle.jpg) center/100% 100% no-repeat;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2px;
}

.detailLeft_con2 .detailLeft_top p {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  text-align: left;
}
.detailLeft_con2 .detailLeft_txt {
  padding-bottom: 0;
}
.detailLeft_con2 .detailLeft_txt p {
  text-indent: 0;
}
.detailLeft_con2 .detailLeft_txt p:nth-child(n + 2) {
  margin-top: 0;
}
.detailLeft_file {
  margin-top: 40px;
}
.detailLeft_file p {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.detailLeft_file a {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.detailLeft_file a:hover {
  color: #0d0d98;
  text-decoration: underline !important;
}
.detailLeft_author {
  margin-top: 40px;
}
.detailLeft_author p {
  font-size: 18px;
  color: #000;
  line-height: 2;
  text-align: right;
}
/* detail.html */

/* information.html */
.infoList {
  margin-top: 30px;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.infoList li {
  width: calc(50% - 20px);
  /* display: flex;
	align-items: center;
	justify-content: space-between; */
}
.infoList li:nth-child(n + 3) {
  margin-top: 40px;
}
.infoList li .infoList_img {
  width: 160px;
  overflow: hidden;
}
.infoList li .infoList_img img {
  transition: all 0.3s ease-in-out;
}
.infoList li:hover .infoList_img img {
  transform: scale(1.1);
}
.infoList li .infoList_txt {
  /* width: calc(100% - 180px); */
}
.infoList li .infoList_txt p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.infoList li .infoList_txt p:nth-child(n + 2) {
  margin-top: 10px;
}
/* information.html */

/* advisory.html */
.advisoryTitle {
  display: block;
  width: 200px;
  height: 46px;
  background: url(../image/navBg.jpg) center/100% 100% no-repeat;
  font-size: 22px;
  color: #fff !important;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2px;

  position: absolute;
  top: 40px;
  right: 50px;
}
.advisoryList {
}
.advisoryList li {
  padding: 40px 160px 40px 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.advisoryList li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advisoryList li p span {
  width: calc(100% - 50px);
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.advisoryList li p:nth-child(n + 2) {
  margin-top: 20px;
}
.advisoryTime {
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 40px;
  right: 20px;
}

.onlineBox {
  margin: 50px auto 0;
  width: calc(100% - 120px);
  position: relative;
}
.onlineAngle span {
  width: 16px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
}
.onlineAngle span:nth-child(1) {
  border-top: none;
  border-left: none;
  top: 0;
  left: 0;
}
.onlineAngle span:nth-child(2) {
  border-top: none;
  border-right: none;
  top: 0;
  right: 0;
}
.onlineAngle span:nth-child(3) {
  border-bottom: none;
  border-right: none;
  bottom: 0;
  right: 0;
}
.onlineAngle span:nth-child(4) {
  border-bottom: none;
  border-left: none;
  bottom: 0;
  left: 0;
}
.onlineTxt {
  display: block;
  width: 100%;
  height: 400px;
  padding: 20px 40px;
  border: 1px solid #ccc;
  font-size: 20px;
  color: #000;
  line-height: 2;
}
.onlineBtn {
  display: block;
  margin: 60px auto 0;
  width: 200px;
  height: 46px;
  background: url(../image/navBg.jpg) center/100% 100% no-repeat;
  font-size: 22px;
  color: #fff !important;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2px;
}
/* advisory.html */

/* museum.html */
.museumCon .indSec5_con {
  min-height: auto;
  padding: 60px 40px;
  background: none;
  position: relative;
}
.museumCon .indSec5_con::before {
  content: "";
  display: block;
  width: calc(100% - 28px);
  height: calc(100% - 32px);
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: -1;
}
.museumCon .commentWarpper {
  margin-top: 20px;
}
.museumList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.museumList li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  text-align: center;
}
.museumList li:nth-child(4n) {
  margin-right: 0;
}
.museumList li:nth-child(n + 5) {
  margin-top: 30px;
}
.museumList li img {
  max-width: 100%;
}
.museumList li p {
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.museumList li:hover p {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
}
/* museum.html */

/* search.html */
.searchTop {
  margin-bottom: 30px;
  padding: 0 30px 30px;
  border-bottom: 1px dashed #000;
}
.searchTop_title {
  font-size: 26px;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
}
.searchTop_box {
  margin: 30px auto 0;
  width: 50%;
  min-width: 360px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.searchTop_box > img {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.searchTop_box input[type="text"] {
  width: calc(100% - 100px);
  height: 46px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 15px 0 46px;
  border: 2px solid #246dbf;

  font-size: 18px;
  color: #000;
}
.searchTop_box input[type="button"] {
  width: 100px;
  height: 46px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #246dbf;
  font-size: 18px;
  color: #fff;
}
.searchTop_result {
  margin-top: 40px;
  font-size: 18px;
  color: #000;
  text-align: left;
}
.searchTop_result span {
  color: #246dbf;
}
.searchCon {
  padding: 0 40px;
}
.searchResult {
  font-size: 14px;
  color: #ff3f0b;
  font-weight: bold;
  text-align: right;
}
.searchList {
  margin-top: 10px;
}
.searchList li:nth-child(n + 2) {
  margin-top: 30px;
}
.searchList li h6 {
  font-size: 18px;
  color: #333;
}
.searchList li p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchList2 li h6 {
  color: #000;
}
.searchList2 li p {
  color: #666;
}
.searchList li:hover h6,
.searchList li:hover p {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
}
.searchCon .comment_pag {
  margin-top: 60px;
  text-align: center;
}
/* search.html */

/* detail3.html */
.detail3Top,
.detail3Top_left,
.detail3Top_right,
.detail3Top_print,
.detail3Top_bookmark,
.detail3Top_size,
.detail3Top_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail3Top {
  padding: 0 10px;
}
.detail3Top_search {
  position: relative;

  font-size: 14px;
  color: #000;
}
.detail3Top_search input {
  width: 230px;
  height: 40px;
  padding: 0 10px 0 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.detail3Top_search img {
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
}
.detail3Top_print,
.detail3Top_bookmark {
  margin-left: 40px;
  cursor: pointer;
}
.detail3Top_print p,
.detail3Top_bookmark p {
  font-size: 20px;
  color: #000;
  margin-left: 10px;
}
.detail3Top_print:hover p,
.detail3Top_bookmark:hover p {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
}
.detail3Top_size {
  font-size: 20px;
  color: #000;
}
.detail3Top_size span {
  margin-right: 30px;
  cursor: pointer;
}
.detail3Top_size span:hover {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
}
.detail3Top_btn {
  margin-left: 40px;
}
.detail3Top_btn img {
  margin: 0 20px;
  cursor: pointer;
}
.detail3Con {
  margin-top: 40px;
  padding: 40px 10px;
  position: relative;
  background: url(../image/line.png) top left repeat-x;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.detail3Nav {
  width: 240px;
  padding: 0 0 30px;
  background-color: #f7f7f7;
}
.detail3Nav li > h6,
.detail3Nav li p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
}
.detail3Nav li > h6:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #999;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  transition: all 0.3s ease-in-out;
}
.detail3Nav li h6.on:before {
  transform: rotate(90deg);
}
.detail3Nav li p {
  padding-left: 50px;
}
.detail3Nav li h6.on {
  background-color: #eeeeee;
}
.detail3Nav li p.on {
  color: #246dbf;
  font-weight: bold;
  text-decoration: underline;
  background-color: #eeeeee;
}
.detail3Nav_second,
.detail3Nav_secondBox,
.detail3Nav_third {
  display: none;
}
.detail3Nav_second h6 {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  padding: 10px 30px 10px 40px;
  cursor: pointer;
  position: relative;
}
.detail3Nav_second h6::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #999;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: calc(50% - 5px);
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.detail3Box {
  width: calc(100% - 300px);
}
.detail3Info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail3Info_img {
  width: 260px;
}
.detail3Info_txt {
  width: calc(100% - 300px);
}
.detail3Info_txt p {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.detail3Txt {
  padding: 20px;
}
.detail3Txt_title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.detail3Txt p,
.detail3Txt_text {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.searchReturn {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}
.searchReturn img {
  width: 10px;
  margin-right: 10px;
}
.searchReturn span {
  color: #246dbf;
}
.searchBtn2,
.searchBtn2 > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchBtn2 > div {
  margin: 0 10px;
  cursor: pointer;
}
.searchBtn2 > div img {
  width: 10px;
  margin: 0 10px;
}
.searchBtn2 > div span {
  font-size: 14px;
  color: #000;
}
/* detail3.html */

@media (max-width: 1760px) {
}
@media (max-width: 1680px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1520px) {
}
@media (max-width: 1400px) {
  .headerNav li a {
    padding: 0 10px;
  }

  .indSec5_form {
    width: calc(100% - 100px);
    position: relative;
  }
  .indSec5_input {
    width: calc(100% - 180px);
  }
  .indSec5_form select {
    width: calc(100% - 100px);
  }
  .indSec5_input2 {
    margin-top: 20px;
    width: 50%;
    margin-left: 0;
  }
  .indSec5_input2 h6 {
    width: 80px;
    text-align: right;
  }
  .indSec5_form input[type="text"] {
    width: calc(100% - 100px);
  }
  .indSec5_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .indSec5_btn input[type="button"] {
    width: 160px;
  }
  .commentLeftNav {
    width: 160px;
  }
  .commentRightCon {
    width: calc(100% - 190px);
    padding-left: 30px;
  }
  .museumList li {
    width: calc((100% - 60px) / 3);
  }
  .museumList li:nth-child(4n) {
    margin-right: 30px;
  }
  .museumList li:nth-child(3n) {
    margin-right: 0;
  }
  .museumList li:nth-child(n + 4) {
    margin-top: 30px;
  }

  .comment_pag .pagination > li > a,
  .comment_pag .pagination > li > span {
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
  }
}
@media (max-width: 1360px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 768px) {
  .row,
  .row > div {
    margin: 0;
    padding: 0;
  }
  .navbar-nav {
    width: 100%;
    margin-left: 0px;
    text-transform: uppercase;
  }
  .navbar-nav li {
    text-align: center;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 40px;
  }
  .navbar-nav li a {
    color: #666;
    font-size: 13px;
  }
  .navbar-nav li a:hover {
    color: #000;
    font-weight: bold;
  }
  .headerbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .logo_boxlist {
    float: left;
    width: 120px;
    margin-top: 17px;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-collapse {
    border-top: 1px solid #e5e5e5;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .collapse_lis {
    background-color: #f5f5f5;
    display: none;
  }

  html {
    background-size: 100% 400px;
  }
  body {
    background-size: 100% 700px;
  }
  .header {
    padding-top: 30px;
  }
  .headerTop {
    display: block;
  }
  .headerTitle {
    width: 90%;
  }
  .headerTitle img:nth-child(n + 2) {
    margin-top: 10px;
  }
  .headerSearch {
    width: 100%;
    margin-top: 10px;
  }
  .headerCon {
    margin-top: 20px;
  }
  .headerNav {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .headerNav li {
    width: 32%;
    margin-right: 2%;
  }
  .headerNav li:nth-child(n + 3) {
    margin-top: 5px;
  }
  .headerNav li:nth-child(3n) {
    margin-right: 0;
  }
  .headerNav li a {
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .headerTopic .topicicSwiper {
    width: calc(100% - 40px);
    height: 48px;
  }
  .headerTopic .topicicSwiper .topicic_box {
    display: block;
    height: 48px;
    font-size: 12px;
    line-height: 24px;
  }
  .headerTopic .topicicSwiper .topicic_box span {
    width: 100%;
  }
  .headerTopic .topicicSwiper .topicic_box p {
    width: 100%;
    height: 24px;
  }

  .footerTop {
    padding: 30px 0;
  }
  .footerTop .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .footerLink {
    width: calc((100% - 10px) / 2);
    height: 40px;
  }
  .footerLink:nth-child(n + 3) {
    margin-top: 10px;
  }
  .footerLink_box {
    height: 40px;
    padding: 0 15px;
  }
  .footerLink_box p {
    font-size: 14px;
  }
  .footerLink_box img {
    width: 12px;
  }
  .footerLink_list li a {
    font-size: 14px;
    padding: 5px 15px;
  }

  .footerEwm {
    margin-left: 0;
  }
  .footerEwm p {
    font-size: 12px;
  }

  .footerBottom {
    padding: 30px 0;
  }
  .footerBottom .container {
    display: block;
  }
  .footerCon {
    min-width: 100%;
    max-width: 100%;
  }
  .footerCon p,
  .footerCon p span {
    display: block;
  }
  .footerCon p a,
  .footerCon p span {
    font-size: 12px;
    line-height: 2;
  }
  .footerCon p:nth-child(n + 2) {
    margin-top: 0;
  }

  .marginTop60 {
    margin-top: 30px;
  }
  .padding80 {
    padding: 40px 0;
  }

  .flexBox {
    width: 80px;
    top: auto;
    bottom: 30%;
    right: 3%;
    display: none;
  }
  .flexBox img {
    width: 100%;
  }

  /* index.html */
  .indSec1_con {
    display: block;
    padding-right: 0;
  }
  .indSec1_box {
    width: 100%;
  }
  .indTitle h6 {
    width: 150px;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 1px;
  }
  .indTitle a span {
    font-size: 14px;
  }
  .indSec1_swiper {
    margin-top: 20px;
  }
  .indSec1_swiperBox p {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .indSec1_list {
    margin-top: 20px;
  }
  .indSec1_list li {
    padding-left: 20px;
  }
  .indSec1_list li:nth-child(n + 2) {
    margin-top: 0;
  }
  .indSec1_list li p {
    width: calc(100% - 80px);
    font-size: 14px;
  }
  .indSec1_list li span {
    font-size: 12px;
  }
  .indSec2_con {
    padding: 0;
  }
  .indSec2_swiper {
    width: calc(100% - 50px);
  }
  .indSec3_con {
    display: block;
  }
  .indSec3_box {
    width: 100%;
    padding: 20px;
    min-height: 300px;
  }
  .indSec3_box:nth-child(n + 2) {
    margin-top: 10px;
  }
  .indSec3_box .indSec1_list {
    margin-top: 20px;
  }
  .indSec4_con {
    min-height: 300px;
    padding: 20px;
    background: url(../image/boxBorder.png) center/100% 100% no-repeat;
  }
  .indSec4_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .indSec4_list li {
    width: calc(100% / 3);
  }
  .indSec4_list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .indSec4_list li img {
    width: 60%;
  }
  .indSec4_list li p {
    font-size: 16px;
  }
  .indSec4_list li:nth-child(4)::before {
    display: none;
  }

  .indSec5_con {
    padding: 20px;
    display: block;
    min-height: auto;
    background: url(../image/boxBorder.png) center/100% 100% no-repeat;
  }
  .indTitle2 h6 {
    width: 150px;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 1px;
    background: url(../image/titleBg.png) center/cover no-repeat;
    writing-mode: rl-tb;
  }
  .indSec5_form {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 20px;
    display: block;
    position: relative;
  }
  .indSec5_form > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .indSec5_form h6 {
    width: 70px;
    font-size: 14px;
    text-align: right;
  }
  .indSec5_input2 {
    margin-left: 0;
  }
  .indSec5_input3 {
    margin-top: 0;
  }
  .indSec5_form input[type="text"],
  .indSec5_form select {
    width: calc(100% - 70px);
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
  }
  .indSec5_btn {
    display: block !important;
    margin: 0 !important;
    padding-left: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .indSec5_btn input[type="button"] {
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
  }
  /* index.html */

  .comment_nav {
    padding: 20px 0;
  }
  .comment_nav a {
    font-size: 14px;
  }
  .commentWarpper {
    padding: 30px 20px;
  }
  /* dynamics.html */
  .commentCon.flex {
    display: block;
  }
  .commentLeftNav {
    width: 100%;
  }
  .commentLeftNav li.on {
    margin-bottom: 10px;
    background: url(../image/detailTitle.jpg) center/cover no-repeat;
  }
  .commentRightCon {
    width: 100%;
    padding-left: 0;
  }
  .commentRightCon::before {
    display: none;
  }
  .comment_list2 li a {
    padding: 10px 0;
  }
  .comment_list2_img {
    width: 100%;
    height: 200px;
    position: relative;
    top: 0;
    left: 0;
  }
  .comment_list2_txt {
    width: 100%;
  }
  .comment_list2_txt h6 {
    font-size: 16px;
  }
  .comment_list2_txt p {
    font-size: 12px;
    -webkit-line-clamp: 2;
    max-height: 48px;
  }
  .comment_list2_txt .time {
    font-size: 12px;
    margin-top: 10px;
  }
  .comment_list li {
    padding: 10px 0 10px 20px;
  }
  .comment_list li p {
    width: calc(100% - 80px);
    font-size: 14px;
  }
  .comment_list li span {
    font-size: 12px;
  }
  .comment_pag {
    text-align: center;
  }
  .comment_pag .pagination > li > a,
  .comment_pag .pagination > li > span {
    padding: 5px 10px;
  }
  /* dynamics.html */

  /* information.html */
  .detailLeft_top h6 {
    font-size: 22px;
  }
  .detailLeft_top p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  .detailLeft_con2 .detailLeft_top p,
  .detailLeft_con2 .detailLeft_top p span {
    display: block;
    line-height: 2;
    text-align: center;
  }
  .detailLeft_txt {
    padding: 20px 0;
    margin-top: 20px;
  }
  .detailLeft_txt p {
    font-size: 14px;
  }
  .detailLeft_txt p:nth-child(n + 2) {
    margin-top: 20px;
  }
  .detailLeft_file,
  .detailLeft_author {
    margin-top: 20px;
  }
  .detailLeft_file p,
  .detailLeft_file a,
  .detailLeft_author p {
    font-size: 14px;
  }

  .detail3Top {
    display: block;
  }
  .detail3Top_search,
  .detail3Top_search input {
    width: 100%;
  }
  .detail3Top_left {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .detail3Top_bookmark,
  .detail3Top_print {
    margin-top: 20px;
    margin-left: 0;
  }
  .detail3Top_print p,
  .detail3Top_bookmark p {
    font-size: 16px;
  }
  .detail3Top_right {
    margin-top: 20px;
  }
  .detail3Top_size {
    font-size: 16px;
  }
  .detail3Top_size span {
    margin-right: 10px;
  }
  .detail3Top_btn {
    margin-left: 0;
  }
  .detail3Top_btn img {
    margin: 0 10px;
  }
  .detail3Con {
    margin-top: 20px;
    padding: 20px 0;
  }

  .infoList {
    padding: 20px 0;
    margin-top: 20px;
  }
  .infoList li {
    display: block;
    width: calc(50% - 10px);
  }
  .infoList li .infoList_img,
  .infoList li .infoList_txt {
    width: 100%;
  }
  .infoList li .infoList_txt {
    /* margin-top: 10px */
  }
  .infoList li .infoList_txt p {
    font-size: 12px;
  }
  .infoList li .infoList_txt p:nth-child(n + 2) {
    margin-top: 5px;
  }
  .commentLeftNav li {
    margin-bottom: 10px;
  }
  /* information.html */

  /* museum.html */
  .detailLeft {
    width: 100%;
  }
  .searchTop {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .searchTop_title {
    font-size: 22px;
  }
  .searchTop_box {
    margin: 20px auto 0;
    min-width: 100%;
  }
  .searchTop_box input[type="text"] {
    width: calc(100% - 90px);
    height: 40px;
    padding: 0 15px 0 40px;

    font-size: 14px;
    color: #000;
  }
  .searchTop_box input[type="button"] {
    width: 90px;
    height: 40px;
    font-size: 14px;
    color: #fff;
  }
  .searchTop_result {
    margin-top: 20px;
    font-size: 14px;
  }
  .searchCon {
    padding: 0 10px;
  }
  .searchResult {
    font-size: 12px;
  }
  .searchList li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .searchList li:nth-child(n + 2) {
    margin-top: 0;
  }
  .searchList li h6 {
    font-size: 14px;
  }
  .searchList li p {
    font-size: 12px;
  }
  .museumCon .indSec5_con {
    padding: 20px;
    display: block;
    min-height: auto;
    background: url(../image/boxBorder.png) center/100% 100% no-repeat;
  }
  .museumList {
    justify-content: space-between;
  }
  .museumList li {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-right: 0;
  }
  .museumList li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .detailRight {
    width: 100%;
  }
  .detailRight .detailCon {
    margin-top: 20px;
  }
  .detailTitle {
    font-size: 18px;
  }
  .comment_list3 li {
    padding: 5px 0;
  }
  .comment_list3 li a {
    font-size: 14px;
  }
  /* museum.html */

  /* advisory.html */
  .advisoryTitle {
    font-size: 18px;
    margin: 20px 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .advisoryList li {
    padding: 20px 10px;
  }
  .advisoryList li p:nth-child(n + 2) {
    margin-top: 10px;
  }
  .advisoryList li p span {
    width: calc(100% - 40px);
    font-size: 14px;
  }
  .advisoryTime {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
  }

  .onlineBox {
    margin: 20px auto 0;
    width: calc(100% - 10px);
  }
  .onlineTxt {
    height: 200px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .onlineAngle span {
    width: 8px;
    height: 10px;
  }
  .onlineBtn {
    margin: 30px auto 0;
    font-size: 18px;
  }
  /* advisory.html */

  /* special.html */
  .specialTitle {
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
  .detail3Con {
    position: relative;
    overflow: hidden;
  }
  .detail3Nav {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }
  .detail3Con.on .detail3Nav {
    transform: translateX(0);
  }
  .detail3Box {
    width: 100%;
  }
  .detail3Info_img {
    width: 40%;
  }
  .detail3Info_txt {
    width: calc(60% - 20px);
  }
  .detail3Info_txt p {
    font-size: 12px;
  }
  /* special.html */
  .navShow {
    font-size: 14px;
    color: #246dbf;
    font-weight: bold;
  }
  .detail3Txt_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .detail3Txt p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1760px) {
  /*.container{
	    width: 1620px;
	}*/
}
