.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bfc {
  overflow: hidden;
}

/* header */
.header {
  width: 100%;
}
.header-top {
  width: 100%;
  height: 40px;
  background-color: #002e72;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.header-top-r_line {
  width: 2px;
  height: 15px;
  background-color: #fff;
  margin: 12px 10px;
}
.header-bottom {
  width: 100%;
  height: 150px;
  background-color: #024594;
}
.header-bottom .logo {
  width: 503px;
  height: 94px;
  margin-top: 28px;
}
.header-bottom .motto {
  width: 360px;
  height: 45px;
  margin-top: 53px;
}

/* nav */
.nav .container {
  height: 52px;
}
.nav-item {
  position: relative;
  float: left;
}
.nav-item:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #c8c8c8;
}
.nav-item:first-child:after {
  width: 0;
}
.nav-item a {
  font-size: 16px;
  color: #333;
  line-height: 52px;
  padding: 0 19px;
}
.nav-item__second {
  z-index: 9;
  position: absolute;
  left: -15%;
  top: 52px;
  min-width: 130%;
  background-color: #034da3;
  opacity: 0.9;
}
.nav-item__second a {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  padding: 0;
}
.nav-item:hover {
  background-color: #034da3; 
}
.nav-item:hover a {
  color: #fff;
}
.nav-item:hover .nav-item__second a {
  height: 42px;
}
.nav-item__second a:hover {
  background-color: #01489b;
}

/* inner-banner */
.inner-banner {
  height: 286px;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* friend-link */
.friend-link {
  background-color: #efefef;
  padding: 27px 0 14px 0;
}
.friend-link-title {
  position: relative;
  font-size: 20px;
  color: #383838;
  padding-left: 16px;
  padding-bottom: 20px;
}
.friend-link-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 6px;
  height: 21px;
  background-color: #ea7b41;
}
.friend-link-list_item {
  font-size: 16px;
  color: #686868;
  line-height: 42px;
  padding-right: 45px;
}
.friend-link-list_item:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* footer */
.footer {
  background-color: #004098;
  padding: 28px 0;
}
.footer .ewm {
  width: 164px;
  height: 115px;
}
.footer .ewm img {
  width: 100%;
  height: 100%;
}
.footer-link {
  font-size: 14px;
  color: #d9e3ef;
  margin-bottom: 20px;
}
.footer-link a {
  position: relative;
  padding: 0 6px;
}
.footer-link a:before {
  position: absolute;
  top: 4px;
  left: -2px;
  content: '';
  width: 2px;
  height: 13px;
  background-color: #d9e3ef;
}
.footer-link a:first-child:before {
  width: 0;
}
.footer-link a:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.footer-info-item {
  font-size: 14px;
  color: #99b1d1;
  line-height: 26px;
}
.footer-info-item .fl {
  padding-right: 13px;
}

/* common-title */
.common-title {
  width: 100%;
  height: 46px;
  border-bottom: 1px #e6e6e6 solid;
  line-height: 46px;
}
.common-title-l {
  position: relative
}
.common-title-l:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 110px;
  height: 3px;
  background-color: #024594;
}
.common-title-icon {
  width: 24px;
  height: 24px;
}
.common-title-icon img {
  width: 100%;
  height: 100%;
}
.common-title-text {
  font-size: 20px;
  color: #333;
  padding-left: 6px;
}
.common-title-more {
  font-size: 14px;
  color: #999;
  padding-right: 9px;
}
.common-title-r img {
  width: 7px;
  height: 13px;
  margin-top: 16px;
}
.common-title-more:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}


/* common-news-item */
.common-news-item {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
}
.common-news-item_icon {
  width: 9px;
  height: 9px;
}
.common-news-item_icon img {
  width: 100%;
  height: 100%;
}
.common-news-item_title {
  padding-left: 16px;
}
.common-news-item_time {
  font-size: 16px;
  color: #999;
}
.common-news-item:hover .common-news-item_title {
  color: #ea7b41;
}

/* common-slide */
.common-slide {
  width: 20%;
  /* border-right: 5px #ededed solid; */
}
.common-slide-title {
  height: 90px;
  background-color: #024594;
  font-size: 30px;
  color: #ffffff;
  line-height: 90px;
  text-align: center;
}
.common-slide-list__item {
  border-top: 1px solid #ededed;
}
.common-slide-list__item:first-child {
  border-top: 0;
}
.common-slide-list__item--active {
  background-color: #ededed;
}
.common-slide-list__item>a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 64px;
  padding-left: 20px;
}
.common-slide-list__item a:hover {
  background-color: #ededed;
}
.common-slide-list__second {
  width: 100%;
  background-color: #fff;
}
.common-slide-list__second a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 46px;
  padding-left: 30px;
  border-bottom: 1px #ededed dashed;
}
.common-slide-list__second a:last-child {
  border-bottom: 0;
}
.common-slide-list__second a:before {
  position: absolute;
  top: 16.5px;
  left: 15px;
  content: '';
  width: 7px;
  height: 13px;
  background-image: url('common_res/icon-more-1.png');
  background-repeat: no-repeat;
}



/* common-content */
.common-content {
  width: 80%;
  padding-left: 35px;
  border-left: 5px #ededed solid;
  box-sizing: border-box;
}


/* common-position */
.common-position {
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.common-position-cur {
  /* float: right; */
}
.common-position-cur-icon {
  float: left;
  width: 25px;
  height: 25px;
  margin-top: 32px;
  margin-right: 7px;
}
.common-position-cur-icon img {
  width: 100%;
  height: 100%;
}
.common-position-cur-list {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 90px;
}


/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
.common-pagination__item {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  border: 1px #e8e8e8 solid;
  margin-right: 5px;
  color: #515151;
  line-height: 37px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}
.pagination-ellipsis-prev,
.pagination-ellipsis-next {
  margin-right: 5px;
}

.common-pagination-form {
  display: inline-block;
}
.common-pagination-form__input {
  width: 53px;
  height: 37px;
  border: 1px #e8e8e8 solid;
  margin: 0 4px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.common-pagination-form__button {
  height: 37px;
  border: 1px #e8e8e8 solid;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
}


/* common-desc */
.common-desc {
  padding: 50px 0;
  font-size: 16px;
  line-height: 36px;
}
.common-desc p,
.common-desc span,
.common-desc p span {
  font-size: 16px;
}
.common-desc p {
  margin: 0;
}
.common-desc span,
.common-desc p span {
  display: block;
}
.common-desc img,
.common-desc p img,
.common-desc span img,
.common-desc p span img {
  max-width: 100%;
}