@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-size-adjust: none;
  font-family: '微软雅黑';
  font-size: 14px;
  box-sizing: border-box;

}

html {
  min-width: 1250px;
}

body {
  min-height: 100vh;
  background: url(../../assets/img/common/bg1.png) no-repeat center bottom 600px/100% 1200px,
  url(../../assets/img/common/bg2.png) no-repeat center bottom 0 /100% 560px;
}

a {
  color: #000;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  min-width: 1250px;
  background-color: #fff;
}

.main {
  margin: 0 auto;
  width: 1200px;
}

/*.banner {
  height: 473px;
}*/

/*.banner.text-banner {*/
/*  background: url(../img/text-banner.png) no-repeat top center;*/
/*  background-size: 100% auto;*/
/*}*/

/*.banner.active-banner {*/
/*  background: url(../img/active-banner.png) no-repeat top center;*/
/*  background-size: 100% auto;*/
/*}*/

/*.banner.index-banner {*/
/*  background: url(../../assets/img/中国航海日活动周专题新闻发布会.jpg) no-repeat top center;*/
/*  background-size: 100% auto; */
/*}*/

/*.banner.index-banner.img {*/
/*  width: 100%;*/
/*}*/

/*.banner.meeting-banner {*/
/*  background: url(../../assets/img/科普专题主背景3.jpg)  no-repeat top center;*/
/*  background-size: 100% auto;*/
/*}*/

/*.banner.zhaoshang-banner {*/
/*  background: url(../../assets/img/background2.jpg)  no-repeat top center;*/
/*  background-size: 100% auto;*/
/*}*/

.curmbs-wrap {
  padding: 17.5px 0;
  height: 55px;
  overflow: hidden;
  font-size: 16px;
}

.curmbs-wrap .text {
  float: left;
  color: #666;
}

.curmbs-wrap .curmbs-ul {
  float: left;
  overflow: hidden;
}

.curmbs-wrap .curmbs-ul .curmbs-li {
  float: left;
  position: relative;
  line-height: 20px;
}

.curmbs-wrap .curmbs-ul .curmbs-li::after {
  content: ">";
  position: absolute;
  right: -5px;
  top: 0;
  color: #666;
}

.curmbs-wrap .curmbs-ul .curmbs-li > a {
  padding: 0 13px;
  display: block;
  color: #666;
}

.curmbs-wrap .curmbs-ul .curmbs-li:first-child > a {
  padding-left: 0;
}

.curmbs-wrap .curmbs-ul .curmbs-li:last-child::after {
  display: none;
}

.curmbs-wrap .curmbs-ul .curmbs-li:last-child a.active {
  color: #0051b1;
}

.common-title-wrap {
  height: 33px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common-title-wrap::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: #d7d7d7;
}

.common-title-wrap .title-wrap {
  padding: 0 5px 0 40px;
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #0051b1;
  z-index: 1;
}

.common-title-wrap .title-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 34px;
  background: url(../img/common/title-bg.png) no-repeat center center/100% auto;
}

.common-title-wrap .more-btn {
  line-height: 25px;
  font-size: 12px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 50px;
  z-index: 1;
  order: 2;
}

.common-title-wrap .more-btn > a {
  color: #666;
}
