@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Microsoft YaHei","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  color: rgba(153, 153, 153, 0.5);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  color: rgba(153, 153, 153, 0.5);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  color: rgba(153, 153, 153, 0.5);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  color: rgba(153, 153, 153, 0.5);
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  color: rgba(153, 153, 153, 0.5);
}

.wrapper {
  position: relative;
  margin: 0 auto 30px;
  width: 1184px;
  overflow: hidden;
}

.chwrapper {
  position: relative;
  margin: 10px auto 30px;
  padding: 0 32px;
  width: 1120px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

/* 顶部状态栏 */
.topbar {
  height: 40px;
  line-height: 40px;
  background-color: #333;
}

.topbar_l {
  float: left;
}

.topbar_l_item {
  position: relative;
  float: left;
  padding: 0 18px;
}

.topbar_l_item::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -1px;
  width: 1px;
  height: 18px;
  background-color: #d3d3d3;
}

.topbar_l_item:first-child {
  padding-left: 0;
}

.topbar_l_item a {
  font-size: 14px;
  color: #999;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.topbar_l_item a:hover {
  color: #fff;
}

.topbar_r {
  float: right;
  font-size: 14px;
  color: #999;
}

.topbar_r span {
  font-size: 16px;
  color: #fd9804;
}

/* 搜索框 */
.searchbar {
  height: 80px;
  background-color: #fff;
}

.searchbar.border {
  border-bottom: 1px solid #e2e2e3;
}

.searchbar .wrapper, .searchbar.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.searchbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchbar .logo {
  height: 80px;
  /*background: url(../images/logo.png) left center no-repeat;*/
}

.searchbar .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #0E3576;
}

.searchbar .logo a span {
  margin-left: 20px;
}

.searchbar .logo a span::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 1px;
  height: 28px;
  vertical-align: middle;
  background-color: #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.searchbar .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  padding: 24px 0;
}

.searchbar .search_input {
  float: left;
  padding: 0 30px 0 15px;
  width: 330px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e2e2e3;
  border-radius: 32px 0 0 32px;
  background-color: #f4f6f8;
  font-size: 14px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .2s linear, -webkit-box-shadow .2s linear;
  transition: border-color .2s linear, -webkit-box-shadow .2s linear;
  transition: border-color .2s linear, box-shadow .2s linear;
  transition: border-color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
}

.searchbar .search_input:focus {
  border-color: #1349A4;
  -webkit-box-shadow: 0 0 2px #1349A4;
          box-shadow: 0 0 2px #1349A4;
}

.searchbar .search_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  border: none;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background-color: #1349A4;
  outline: none;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  cursor: pointer;
  border-radius: 32px;
}

.ch_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  height: 48px;
  background-color: #0E3576;
  border-radius: 5px;
}

.ch_navbar_item a {
  font-size: 15px;
  color: #fff;
}

.ch_navbar_item a:hover {
  text-decoration: underline;
}

.searchbar .search_button:hover {
  background-color: #0E3576;
}

.searchbar .search_button::before {
  content: '';
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../images/search.svg) no-repeat;
}

.searchbar .telbar {
  padding-top: 22px;
}

.searchbar .telbar span {
  display: block;
  color: #999;
  text-align: right;
}

.searchbar .telbar .tel {
  font-size: 15px;
  font-weight: bold;
  color: #0E3576;
}

/* 菜单栏 */
.menubar {
  height: 50px;
  background-color: #0E3576;
}

.menubar .menu {
  float: left;
}

.menubar .menu_lx {
  position: relative;
}

.menubar .menu_lx .menu_list {
  width: 468px;
}

.menubar .menu_lx::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 2px;
  height: 60px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.menubar .menu_yy {
  margin-left: 52px;
}

.menubar .menu_yy .menu_list {
  width: 550px;
}

.menubar .menu_tit {
  float: left;
  height: 96px;
  line-height: 96px;
  font-size: 28px;
  color: #fff;
}

.menubar .menu_list {
  float: left;
  margin-top: 17px;
}

.menubar .menu_item {
  display: inline-block;
  margin-left: 40px;
  line-height: 32px;
}

.menubar .menu_item a {
  font-size: 15px;
  color: #fff;
}

.menubar .menu_item a:hover {
  text-decoration: underline;
}

/* 布局 */
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout_l {
  width: 768px;
}

.layout_r {
  width: 384px;
}

.layout.ad {
  margin: 32px 0;
  height: 64px;
  overflow: hidden;
}

.layout.ad.mt0 {
  margin-top: 0;
}

.layout.ad img {
  width: 100%;
}

/* 频道布局 */
.ch_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ch_layout.ch_layout_col {
  display: block;
}

.ch_layout_l {
  width: 726px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ch_layout_l.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ch_layout_r {
  width: 364px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ch_layout_inner {
  position: relative;
}

.ch_layout.ad {
  margin-bottom: 18px;
  height: 60px;
  overflow: hidden;
}

.ch_layout.ad img {
  width: 100%;
}

/* 面包屑 */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  font-size: 14px;
  color: #878786;
}

.breadcrumb.ch_breadcrumb {
  padding-left: 15px;
}

.breadcrumb a {
  color: #878786;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.breadcrumb a:hover {
  color: #1349A4;
}

.breadcrumb em {
  margin: 0 12px 0 18px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #878786;
}

/* 右侧标题栏 */
.titbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border-bottom: 1px solid #cee0f1;
}

.titbar.titbar2 {
  margin-bottom: 30px;
  border-bottom: 2px solid #1349A4;
}

.titbar.titbar2 h3 {
  font-size: 18px;
  color: #1349A4;
}

.titbar.mt20 {
  margin-top: 20px;
}

.titbar.mt30 {
  margin-top: 30px;
}

.titbar.mb30 {
  margin-bottom: 30px;
}

.titbar h3 {
  font-size: 20px;
  line-height: 48px;
  color: #0E3576;
}

.titbar .more_link {
  margin-left: 20px;
  font-size: 14px;
  line-height: 50px;
  color: #999;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.titbar .more_link:hover {
  color: #1349A4;
}

/* 右侧表格 */
.table_content .table_list {
  display: none;
}

.table_content .table_list:first-child {
  display: block;
}

.table_list {
  border-left: 1px solid #cee0f1;
  border-right: 1px solid #cee0f1;
}

.table_list.rmzy {
  position: absolute;
  top: 76px;
  right: 0;
  width: 48%;
  border-top: 3px solid #cee0f1;
}

.table_list.mb {
  margin-bottom: 18px;
}

.table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #cee0f1;
}

.table_item:nth-child(2n) {
  background-color: #f5f8fc;
}

.table_item a {
  width: 25%;
  font-size: 15px;
  color: #333;
  text-align: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.table_item a:hover {
  color: #1349A4;
}

/* 频道页标题 */
.ch_titbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  border-bottom: 1px solid #cee0f1;
}

.ch_titbar a {
  padding: 0 3px;
  height: 43px;
  font-size: 18px;
  line-height: 42px;
  color: #1349A4;
  border-bottom: 3px solid #1349A4;
}

/* 新闻列表 */
.news_content {
  position: relative;
  display: none;
  margin: 22px 0;
}

.news_content:first-child {
  display: block;
}

.news_content:hover .news_pagination {
  opacity: 1;
}

.news_content:hover .news_list_more {
  opacity: 1;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_list.gap {
  margin: 22px 0;
}

.news_list_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #0E3576;
  text-align: center;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news_list_more:hover {
  color: #1349A4;
}

.news_list_col1 {
  display: block;
}

.news_list_col1.gap {
  margin: 30px 0 22px;
}

.news_list_col1 .news_item {
  margin: 16px 0;
  width: 100%;
}

.news_list_col1 .news_item_link .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news_line {
  padding-left: 25px;
  border-left: 1px solid #f2f2f2;
}

.news_line .news_item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -27px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #9cbbe7;
  border-radius: 50%;
}

.news_item {
  position: relative;
  margin: 8px 0;
  width: 48%;
}

.news_item.gap {
  margin-top: 30px;
}

.news_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #333;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.news_item_link em {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 10px;
  color: #27548f;
}

.news_item_link em::after {
  margin-left: 10px;
  content: '|';
  font-size: 14px;
  color: currentColor;
}

.news_item_link span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_item_link:hover {
  color: #1349A4;
}

.news_item_link:hover .news_item_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.news_item_link:hover .news_item_txt h4 {
  color: #1349A4;
}

.news_item_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 5px;
  width: 172px;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}

.news_item_img img {
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.news_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 15px;
  height: 96px;
}

.news_item_txt h4 {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.news_item_txt p {
  font-size: 13px;
  color: #999;
}

.news_item_num, .news_item_num_bg {
  margin-right: 10px;
  width: 20px;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-align: center;
}

.news_item_num_bg {
  font-size: 12px;
  color: #fff;
  background: url(../images/icon_num.svg) center no-repeat;
}

.news_item_view {
  width: 75px;
  /*color: #0E3576;*/
  color: rgba(56, 120, 208, 0.6);
  text-align: right;
}

.news_pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 38px;
  font-size: 14px;
  color: #0E3576;
  text-align: center;
  border-radius: 20px;
  background-color: #e6f1fa;
  background-color: rgba(230, 241, 250, 0.98);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.news_pagination_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0;
}

.news_pagination_item span {
  margin: 0 3px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.news_pagination_item span.cur {
  background-color: #1349A4;
}

/* 资讯列表 */
.info_content {
  padding: 0 30px;
}

.info_list {
  margin-bottom: 15px;
}

.info_link {
  color: #999;
}

.info_link_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_link:hover .info_tit {
  color: #1349A4;
}

.info_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 5px;
  width: 172px;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}

.info_img img {
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.info_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 15px;
  height: 96px;
}

.info_tit {
  font-size: 18px;
  color: #333;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.info_desc {
  margin: 6px 0 5px;
  font-size: 14px;
  line-height: 20px;
}

.info_time {
  font-size: 12px;
}

/* 表单 */
.form {
  position: relative;
  padding: 18px 32px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e3efff));
  background: linear-gradient(-180deg, #fbfbfb, #e3efff);
  border: 1px solid #0E3576;
  border: 1px solid rgba(56, 120, 208, 0.4);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form.mt {
  margin-top: 15px;
}

.form h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #0E3576;
  text-align: center;
}

.form h3 span {
  padding: 0 3px;
  font-size: 24px;
  font-weight: bold;
}

.form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_list {
  position: relative;
  margin-bottom: 8px;
  width: 145px;
  height: 40px;
  border: 2px solid #cee0f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_list.col1 {
  width: 100%;
}

.form_list.open .form_select {
  display: block;
}

.form_control {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #333;
  border: 0;
  outline: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_select_cur {
  background: url(../images/icon_arrow.svg) 92% center no-repeat #fff;
  cursor: pointer;
}

.form_select {
  display: none;
  position: absolute;
  top: 36px;
  left: -2px;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border: 2px solid #cee0f1;
  overflow: auto;
}

.form_option {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}

.form_option:hover, .form_option.cur {
  color: #1349A4;
  background-color: #cee0f1;
}

.form input::-webkit-input-placeholder {
  color: #333;
}

.form input:-moz-placeholder {
  color: #333;
}

.form input::-moz-placeholder {
  color: #333;
}

.form input:-ms-input-placeholder {
  color: #999;
}

.form input::-ms-input-placeholder {
  color: #333;
}

.form_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form_terms .checkbox {
  display: none;
}

.form_terms label {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #cee0f1;
  background-color: #fff;
  cursor: pointer;
}

.form_terms .checkbox:checked + label::after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 15px;
  color: #1349A4;
}

.form_terms a {
  margin-left: 5px;
  font-size: 13px;
  color: #0E3576;
}

.form_terms a:hover {
  color: #1349A4;
}

.form_btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background-color: #1349A4;
  outline: none;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  cursor: pointer;
}

.form_btn:hover {
  background-color: #0E3576;
}

/* 合作机构 */
.partner_content {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.partner_content.layout {
  height: 326px;
}

.partner_link {
  display: block;
  width: 172px;
  font-size: 15px;
  color: #333;
  text-align: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.partner_link:hover {
  color: #1349A4;
}

.partner_link:hover .img {
  border-color: #1349A4;
}

.partner_link .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
  border: 1px solid #cee0f1;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

.partner_link .img::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 96px;
  height: 1px;
  background-color: #fff;
}

.partner_link .img img {
  height: 76px;
}

/* 评分 */
.rate {
  position: relative;
  margin: 8px 0 10px 48px;
  width: 55px;
  height: 10px;
  background: url(../images/icon_star.svg);
}

.rate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background: url(../images/icon_star_hover.svg);
}

.rate::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -20px;
  font-size: 12px;
  color: #fd9804;
}

.rate.rate5::before {
  width: 5px;
}

.rate.rate5::after {
  content: '0.5';
}

.rate.rate10::before {
  width: 10px;
}

.rate.rate10::after {
  content: '1.0';
}

.rate.rate15::before {
  width: 16px;
}

.rate.rate15::after {
  content: '1.5';
}

.rate.rate20::before {
  width: 21px;
}

.rate.rate20::after {
  content: '2.0';
}

.rate.rate25::before {
  width: 27px;
}

.rate.rate25::after {
  content: '2.5';
}

.rate.rate30::before {
  width: 32px;
}

.rate.rate30::after {
  content: '3.0';
}

.rate.rate35::before {
  width: 38px;
}

.rate.rate35::after {
  content: '3.5';
}

.rate.rate40::before {
  width: 43px;
}

.rate.rate40::after {
  content: '4.0';
}

.rate.rate45::before {
  width: 49px;
}

.rate.rate45::after {
  content: '4.5';
}

.rate.rate50::before {
  width: 55px;
}

.rate.rate50::after {
  content: '5.0';
}

/* 分页 */
.layout_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.layout_pagination.ch_pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout_pagination .list {
  margin-left: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #f2f2f2;
  font-size: 12px;
  color: #666;
  text-align: center;
  border-radius: 2px;
}

.layout_pagination .list.prev, .layout_pagination .list.next {
  width: 56px;
}

.layout_pagination .list.cur, .layout_pagination .list:hover {
  color: #fff;
  background-color: #131c35;
}

.layout_pagination .list.disabled {
  color: #666;
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* 公共右侧内容切换 */
.common_content_r .news_list {
  display: none;
}

.common_content_r .news_list:first-child {
  display: block;
}

/* 底部 */
.footer {
  padding-top: 30px;
  background-color: #f4f5f7;
}

.footer_wrap {
  position: relative;
  margin: 0 auto;
  width: 1184px;
  overflow: hidden;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_inner_l {
  width: 550px;
}

.footer_inner .tit {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.footer_inner .link_box {
  margin-top: 5px;
}

.footer_inner .link_box_r {
  float: left;
  width: 265px;
}

.footer_inner .link_box_r .link {
  width: 100px;
}

.footer_inner .link {
  float: left;
  margin: 15px 30px 0 0;
  font-size: 13px;
  color: #333;
}

.footer_inner .link:hover {
  color: #1349A4;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_inner .code {
  float: right;
  margin-top: 20px;
  width: 66px;
  font-size: 10px;
  color: #999;
  text-align: center;
}

.footer_inner .code img {
  margin-bottom: 5px;
  width: 100%;
}

.footer_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #999;
}

/* 预约弹窗 */
#msgTips {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 99999999;
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  padding: 12px;
  width: 80%;
  max-width: 380px;
  border: 1px solid #fedddd;
  border-radius: 3px;
  background-color: #fee;
  font-size: 16px;
  color: #fa5555;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, transform .4s;
  transition: opacity .3s, transform .4s, -webkit-transform .4s;
}

#msgTips.success {
  color: #67c23a;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

#msgTips.fade-in {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.news_item1 {
  position: relative;

  margin:0 0px;background:url(../images/line01.gif) repeat-x 0 bottom;padding:16px 0 15px;overflow:hidden;zoom:1;
}

.news_item1 .gap {
  margin-top: 30px;
}

.news_item_text{float:left; margin-left: 25px;width:570px;}

.news_item_link1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.news_item_link1 em {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 10px;
  font-weight: bold;
  color: #27548f;
}

.news_item1 ul {
  padding: 9px 0;font-size: 16px;
}
.news_item1 ol{font-size:14px;color:#999;}
.news_item1 a:hover {
  color: #1349A4;
}

.news_item_link1 em::after {
  margin-left: 10px;
  content: '|';
  font-size: 14px;
  color: currentColor;
}

.news_item_link1 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_item_link1:hover {
  color: #1349A4;
}


/*# sourceMappingURL=map/common.css.map */
