* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
img {
  border: none;
}
ul {
  list-style-type: none;
}
body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;
  background-color: #fff;
}
/* 1441px 及以上*/
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  border-top: 3px solid #235dc2;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  background-color: #fff;
  /* 1024-1159 */
  /* 780-1023 */
  /* 780px 以下 */
}
.header .icon-triangle-down {
  display: inline-block;
  margin-left: 6px;
  border-top: 4px solid #00053e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.header .icon-triangle-up {
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
}
.header input {
  outline: none;
  border: none;
  background-color: transparent;
}
.header input::-webkit-input-placeholder {
  font-weight: 300;
  color: #ceced6;
}
.header input::-moz-placeholder {
  font-weight: 300;
  color: #ceced6;
}
.header input:-moz-placeholder {
  font-weight: 300;
  color: #ceced6;
}
.header input:-ms-input-placeholder {
  font-weight: 300;
  color: #ceced6;
}
.header .selector {
  display: inline-block;
  position: relative;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding: 0 30px;
  height: 100%;
}
.header .selector:hover .selected .text {
  color: #fea500;
}
.header .selector:hover .selected .icon-triangle-down {
  border-top-color: #fea500;
}
.header .selector .selected .text,
.header .selector .selected .icon-triangle-down {
  vertical-align: middle;
}
.header .selector .options {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.header .selector .options .triangle {
  margin-top: 3px;
  line-height: 0;
}
.header .selector .options .option {
  padding: 20px 0 0;
  background-color: #fff;
  cursor: pointer;
}
.header .selector .options .option:hover {
  color: #fea500;
}
.header .selector .options .option:last-child {
  padding-bottom: 20px;
}
.header .icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/header_icon_search.png");
  background-size: 100% 100%;
}
.header .icon-search.active {
  background-image: url("/public/UestcNews/v2/img/header_icon_search_orange.png");
}
.header .header-logo {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 360px;
  height: 100px;
  cursor: pointer;
  background-image: url("/public/UestcNews/v2/img/logo4x.png");
  background-size: 100% 100%;
}
.header .header-nav {
  display: inline-block;
  font-size: 0;
  text-align: right;
}
.header .header-nav .nav-item {
  display: inline-block;
  border-left: 1px solid #f2f2f2;
  height: 77px;
  font-size: 16px;
  line-height: 77px;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #00053e;
}
.header .header-nav .nav-item > a {
  display: block;
  height: 100%;
  padding: 0 30px;
}
.header .header-nav .nav-item.active {
  position: relative;
}
.header .header-nav .nav-item.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #fb8900;
}
.header .header-nav .nav-item.active a {
  color: #fea500;
}
.header .header-nav .nav-item:hover {
  background-color: #f7f7fa;
}
.header .header-nav .nav-item:hover > a {
  color: #fb8900;
}
.header .header-nav .nav-item_more {
  position: relative;
  padding: 0 30px;
}
.header .header-nav .nav-item_more .icon-triangle-down {
  vertical-align: middle;
}
.header .header-nav .nav-item_more:hover .sub_nav {
  display: block;
}
.header .header-nav .nav-item_more:hover .text {
  color: #fea500;
}
.header .header-nav .nav-item_more:hover .icon-triangle-down {
  border-top-color: #fea500;
}
.header .header-nav .nav-item_more .sub_nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.header .header-nav .nav-item_more .sub_nav .sub_nav-wrapper {
  background-color: #fff;
  padding: 10px 0;
}
.header .header-nav .nav-item_more .sub_nav .sub_nav-item {
  cursor: pointer;
}
.header .header-nav .nav-item_more .sub_nav .sub_nav-item.active a {
  background-color: #f7f7fa;
  color: #fea500;
}
.header .header-nav .nav-item_more .sub_nav .sub_nav-item a {
  display: block;
  padding: 10px 0;
}
.header .header-nav .nav-item_more .sub_nav .sub_nav-item a:hover {
  background-color: #f7f7fa;
  color: #fea500;
}
.header .header-nav .nav-item_more .sub_nav .triangle {
  padding-top: 10px;
  line-height: 0;
}
.header .header-nav .nav-item_menu {
  display: none;
  padding: 0 30px;
}
.header .header-nav .nav-item_menu .icon-menu {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/header_icon_menu.png");
  background-size: 100% 100%;
}
.header .header-nav .nav-item_menu:hover {
  background-color: transparent;
}
.header .header-nav .nav-item_menu.hovered {
  background-color: #f7f7fa;
}
.header .header-nav .nav-item_menu.hovered .icon-menu {
  background-image: url("/public/UestcNews/v2/img/header_icon_menu_orange.png");
}
.header .header-nav .nav-item_search {
  padding: 0 30px;
}
.header .header-nav .nav-item_search:hover .icon-search {
  background-image: url("/public/UestcNews/v2/img/header_icon_search_orange.png");
}
.header .header-nav .nav-item_contribute {
  background-color: #fea500;
}
.header .header-nav .nav-item_contribute a {
  padding: 0 20px;
  color: #fff;
}
.header .header-nav .nav-item_contribute.active,
.header .header-nav .nav-item_contribute:hover {
  background-color: #fb8900;
}
.header .header-nav .nav-item_contribute.active a,
.header .header-nav .nav-item_contribute:hover a {
  color: #fff;
}
.header .header-nav .search_component_wrap_lg {
  border: none;
  padding-left: 0;
  padding-right: 20px;
  white-space: nowrap;
}
.header .header-nav .search_component_wrap_lg:hover {
  background-color: transparent;
}
.header .header-nav .search_component_wrap_lg .searchbar {
  display: inline-block;
  height: 100%;
}
.header .header-nav .search_component_wrap_lg .searchbar .input {
  padding-left: 20px;
  width: calc(100vw - 800px);
  max-width: 1000px;
  min-width: 200px;
  height: 60px;
  font-size: 16px;
}
.header .header-nav .search_component_wrap_sm {
  display: none;
}
@media screen and (max-width: 1439px) {
  .header .header-nav {
    display: inline-block;
  }
  .header .header-nav .nav-item > a {
    padding: 0 15px;
  }
  .header .header-nav .nav-item_more {
    padding: 0 20px;
  }
  .header .header-nav .nav-item_contribute a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1159px) {
  .header .header-logo {
    width: 340px;
    height: 94px;
  }
  .header .header-nav {
    position: relative;
  }
  .header .header-nav .nav-item {
    display: none;
  }
  .header .header-nav .nav-item_menu,
  .header .header-nav .show_search_btn,
  .header .header-nav .search_component_wrap_lg,
  .header .header-nav .nav-item_contribute {
    display: inline-block;
  }
  .header .header-nav .nav-item_menu:hover .menu-nav {
    display: block;
  }
  .header .header-nav .nav-item_menu .menu-nav {
    display: none;
    position: absolute;
    right: 0;
    padding: 10px 0;
    width: 100%;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    text-align: left;
    background-color: #f7f7fa;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item:first-child {
    padding: 14px 30px;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item a {
    display: block;
    padding: 14px 30px;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item .icon-next {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background-image: url("/public/UestcNews/v2/img/header_icon_arrow_next_gray.png");
    background-size: 100% 100%;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item:hover,
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item.active {
    background-color: #fff;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item:hover > a,
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item.active > a {
    color: #fea500;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item:hover .icon-next,
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item.active .icon-next {
    background-image: url("/public/UestcNews/v2/img/header_icon_arrow_next_yellow.png");
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-search {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    height: 70px;
  }
  .header .header-logo {
    width: 320px;
    height: 89px;
  }
  .header .header-nav .nav-item {
    padding-left: 25px;
    padding-right: 25px;
    height: 67px;
    font-size: 14px;
    line-height: 67px;
  }
  .header .header-nav .nav-item_menu .menu-nav {
    max-height: calc(100vh - 70px);
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .header .header-nav .nav-item_contribute {
    padding-left: 0;
    padding-right: 0;
    height: 67px;
    line-height: 67px;
  }
  .header .header-nav .nav-item_contribute > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .header-nav .input_able .searchbar .selector {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 779px) {
  .header {
    height: 54px;
  }
  .header .header-logo {
    width: 215px;
    height: 60px;
  }
  .header .header-nav .nav-item_menu {
    padding-left: 17px;
    padding-right: 17px;
    height: 51px;
    line-height: 51px;
  }
  .header .header-nav .nav-item_menu .menu-nav {
    max-height: calc(100vh - 54px);
  }
  .header .header-nav .nav-item_menu:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #fb8900;
  }
  .header .header-nav .nav-item_contribute,
  .header .header-nav .search_component_wrap_lg,
  .header .header-nav .show_search_btn {
    display: none;
  }
  .header .header-nav .search_component_wrap_sm {
    display: block;
    position: fixed;
    top: 54px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header .header-nav .search_component_wrap_sm .searchbar {
    height: 54px;
    line-height: 60px;
    background-color: #f7f7fa;
    text-align: left;
  }
  .header .header-nav .search_component_wrap_sm .searchbar .selector {
    padding: 0;
    width: 80px;
    text-align: center;
  }
  .header .header-nav .search_component_wrap_sm .searchbar .input {
    width: calc(100vw - 130px);
  }
  .header .header-nav .nav-item_menu {
    display: inline-block !important;
  }
  .header .header-nav .nav-item_menu .menu-nav {
    width: 257px;
  }
  .header .header-nav .nav-item_menu .menu-nav .menu-nav-search {
    display: block;
  }
}
/* 滚动时展示 */
.header_scroll {
  border: none;
  height: 110px;
  background-color: #f4f4f7;
  padding-left: calc(50% - 1170px / 2);
  padding-right: calc(50% - 1170px / 2);
}
.header_scroll .header-nav {
  display: block;
  width: 100%;
  -webkit-box-shadow: 1px 1px 6px #aaa;
          box-shadow: 1px 1px 6px #aaa;
}
.header_scroll .header-nav:after {
  content: "";
  display: block;
  clear: both;
}
.header_scroll .header-nav .nav-item {
  border: none;
  width: 10%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
}
.header_scroll .header-nav .nav-item.notice {
  position: relative;
  background-color: #f7f7fa;
}
.header_scroll .header-nav .nav-item.notice a {
  color: #fea500;
}
.header_scroll .header-nav .nav-item.notice .text,
.header_scroll .header-nav .nav-item.notice .icon-triangle-down {
  vertical-align: middle;
  border-top-color: #fea500;
}
.header_scroll .header-nav .nav-item.notice .icon-triangle-up {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header_scroll .header-nav .nav-item.notice.expand {
  background-color: #fea500;
}
.header_scroll .header-nav .nav-item.notice.expand a {
  color: #fff;
}
.header_scroll .header-nav .nav-item.notice.expand .icon-triangle-down {
  border-top-color: #fff;
}
.header_scroll .header-nav .nav-item.notice.expand .icon-triangle-up {
  visibility: visible;
}
.header_scroll .header-nav .nav-item > a {
  padding-left: 0;
  padding-right: 0;
}
.header_scroll .notice_item_wrap {
  display: none;
  padding-bottom: 60px;
  -webkit-box-shadow: 1px 1px 6px #aaa;
          box-shadow: 1px 1px 6px #aaa;
  background-color: #f7f7fa;
  font-size: 0;
  text-align: left;
}
.header_scroll .notice_item_wrap .notice_item {
  display: inline-block;
  height: 148px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 30px 40px 0 20px;
  width: 25%;
  text-align: left;
  vertical-align: top;
}
.header_scroll .notice_item_wrap .notice_item:last-child {
  border-right: none;
}
.header_scroll .notice_item_wrap .notice_item .category {
  margin-right: 10px;
  border-bottom: 2px solid purple;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.header_scroll .notice_item_wrap .notice_item .date {
  color: #a7a7b5;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.header_scroll .notice_item_wrap .notice_item .title {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.header_scroll .notice_item_wrap .check_more {
  float: right;
  padding-right: 22px;
  line-height: 60px;
}
@media screen and (max-width: 1439px) {
  .header_scroll {
    padding-left: calc(50% - 964px / 2);
    padding-right: calc(50% - 964px / 2);
  }
}
@media screen and (max-width: 1279px) {
  .header_scroll .header-nav .nav-item {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .header_scroll {
    display: none;
  }
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 0 30px 0;
  color: #fff;
  background-color: #031e69;
  font-size: 0;
  padding-left: calc(50% - 1170px / 2);
  padding-right: calc(50% - 1170px / 2);
}
.footer .text {
  display: block;
  padding-top: 12px;
  font-size: 14px;
  line-height: 19px;
}
.footer .copyright {
  padding-top: 40px;
  color: #6778a5;
}
.footer .left_area {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  font-size: 0;
}
.footer .left_area .col {
  display: inline-block;
  vertical-align: top;
}
.footer .left_area .col:first-child {
  margin-right: 40px;
}
.footer .right_area {
  position: relative;
  width: 770px;
  display: inline-block;
  vertical-align: top;
}
.footer .right_area .social_media {
  position: absolute;
  width: 206px;
  top: 0;
  right: 0;
  text-align: right;
}
.footer .right_area .social_media .icon {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.footer .right_area .social_media .icon .qrcode {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon:hover .qrcode {
  display: block;
}
.footer .right_area .social_media .icon_wexin {
  background-image: url("/public/UestcNews/v2/img/ic_weixin_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_wexin .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_weixin.jpg);
}
.footer .right_area .social_media .icon_wexin:hover {
  background-image: url("/public/UestcNews/v2/img/ic_weixin_orange@2x.png");
}
.footer .right_area .social_media .icon_weibo {
  background-image: url("/public/UestcNews/v2/img/ic_weibo_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_weibo .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_weibo.png);
  background-size: calc(100% - 10px) calc(100% - 10px);
}
.footer .right_area .social_media .icon_weibo:hover {
  background-image: url("/public/UestcNews/v2/img/ic_weibo_orange@2x.png");
}
.footer .right_area .social_media .icon_renmin {
  background-image: url("/public/UestcNews/v2/img/ic_renmin_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_renmin .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_renminhao.png);
}
.footer .right_area .social_media .icon_renmin:hover {
  background-image: url("/public/UestcNews/v2/img/ic_renmin_orange@2x.png");
}
.footer .right_area .social_media .icon_xinhua {
  background-image: url("/public/UestcNews/v2/img/ic_xinhua2_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_xinhua .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_weibo.png);
  background-size: calc(100% - 10px) calc(100% - 10px);
}
.footer .right_area .social_media .icon_xinhua:hover {
  background-image: url("/public/UestcNews/v2/img/ic_xinhua2_orange@2x.png");
}
.footer .right_area .social_media .icon_xuexi {
  background-image: url("/public/UestcNews/v2/img/ic_xuexi_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_xuexi .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_xuexi.jpg);
}
.footer .right_area .social_media .icon_xuexi:hover {
  background-image: url("/public/UestcNews/v2/img/ic_xuexi_orange@2x.png");
}
.footer .right_area .social_media .icon_toutiao {
  background-image: url("/public/UestcNews/v2/img/ic_toutiaohao_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_toutiao .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_toutiao.png);
  background-size: calc(100% - 12px) calc(100% - 12px);
}
.footer .right_area .social_media .icon_toutiao:hover {
  background-image: url("/public/UestcNews/v2/img/ic_toutiaohao_orange@2x.png");
}
.footer .right_area .social_media .icon_yangshipin {
  background-image: url("/public/UestcNews/v2/img/ic_yangshipin_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_yangshipin .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_yangshipin.png);
  background-size: calc(100% - 10px) calc(100% - 10px);
}
.footer .right_area .social_media .icon_yangshipin:hover {
  background-image: url("/public/UestcNews/v2/img/ic_yangshipin_orange@2x.png");
}
.footer .right_area .social_media .icon_bilibili {
  background-image: url("/public/UestcNews/v2/img/ic_bilibili_white@2x.png");
  background-size: 100% 100%;
}
.footer .right_area .social_media .icon_bilibili .qrcode {
  background-image: url(/public/UestcNews/v2/img/qr_bilibili.jpg);
  background-size: calc(100% - 20px) calc(100% - 20px);
}
.footer .right_area .social_media .icon_bilibili:hover {
  background-image: url("/public/UestcNews/v2/img/ic_bilibili_orange@2x.png");
}
@media screen and (max-width: 1439px) {
  .footer {
    padding-left: calc(50% - 964px / 2);
    padding-right: calc(50% - 964px / 2);
  }
  .footer .left_area {
    width: 316px;
  }
  .footer .right_area {
    position: relative;
    width: 648px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
  }
  .footer .left_area {
    max-width: 352px;
  }
  .footer .right_area {
    width: calc(100% - 412px);
  }
  .footer .right_area .social_media {
    position: static;
    margin-top: 40px;
    width: 100%;
    text-align: left;
  }
  .footer .right_area .copyright {
    padding-top: 30px;
  }
}
@media screen and (max-width: 779px) {
  .footer {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .text {
    font-size: 13px;
  }
  .footer .left_area {
    display: none;
  }
  .footer .right_area {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
  .footer .right_area .social_media {
    margin-top: 30px;
  }
  .footer .right_area .social_media .icon:hover .qrcode {
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .footer .right_area .copyright {
    display: block;
    margin-top: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer .right_area .social_media .icon:hover .qrcode {
    display: none;
  }
  .footer .right_area .social_media .icon_wexin:hover .qrcode {
    display: inline;
    width: 130px;
    height: 130px;
  }
}
.hidden {
  display: none!important;
}
.show {
  display: block!important;
  visibility: visible!important;
}
.d-block {
  display: block!important;
}
.d-inline-block {
  display: inline-block !important;
}
.text-orange {
  color: #fea500;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.check_more {
  display: inline-block;
  cursor: pointer;
}
.check_more .check_more-text {
  color: #fea500;
  font-size: 13px;
  line-height: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 779px) {
  .check_more .check_more-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.check_more .check_more-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/Ic_arrow_right_orange.png");
  background-size: 100% 100%;
}
.check_more:hover .check_more-text {
  color: #fb8900;
}
.check_more:hover .check_more-icon {
  background-image: url("/public/UestcNews/v2/img/Ic_arrow_right_deeporange.png");
}
.invisible {
  visibility: hidden!important;
}
.invisible_with_fixed {
  visibility: hidden!important;
  position: fixed!important;
  left: -1000000px !important;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
}
.popup .content {
  width: 480px;
  height: 358px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
}
.popup .content .icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin: 0 auto;
}
.popup .content .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.popup .content .text {
  font-size: 14px;
}
.popup-notice .content {
  position: relative;
  width: 480px;
  height: 320px;
  text-align: center;
  color: #2e2e33;
}
.popup-notice .content .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/ic_close.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.popup-notice .content .icon-notice {
  margin: 80px 0 0 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/ic_notice.png");
  background-size: 100% 100%;
}
.popup-notice .content .title {
  padding-top: 20px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
.popup-notice .content .text {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .popup-notice .content {
    width: 400px;
    height: 280px;
  }
  .popup-notice .content .icon-notice {
    margin-top: 60px;
  }
}
@media screen and (max-width: 779px) {
  .popup-notice .content {
    width: 280px;
    height: 280px;
  }
}
.preload-img {
  position: fixed;
  left: -1000000px;
  z-index: -1000000;
  width: 0;
  height: 0;
  visibility: hidden;
}
table[align=center] {
  margin: auto;
}
.headline .text {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #fea500;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 779px) {
  .headline .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.headline .check_more {
  float: right;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 779px) {
  .headline .check_more {
    top: 2px;
  }
}
.dots {
  display: none;
  padding: 20px 0 30px 0;
  text-align: center;
  font-size: 0;
}
.dots .dot {
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #354b87;
}
.dots .dot.active {
  background: #fea500;
}
.dots .dot:first-child {
  margin-left: 0;
}
@media screen and (max-width: 779px) {
  .dots {
    display: block;
  }
}
.focus_news {
  margin-top: 80px;
  background-color: #031e69;
  color: #fff;
  padding-left: calc(50% - 1170px / 2);
  padding-right: calc(50% - 1170px / 2);
}
.focus_news .carousel {
  position: relative;
  height: 487px;
}
.focus_news .carousel .headline {
  padding-top: 100px;
  border-bottom: 1px solid #354b87;
}
.focus_news .carousel .date {
  padding-top: 30px;
  color: #a7a7b5;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.focus_news .carousel .title {
  padding-top: 10px;
  padding-right: calc(770px + 50px);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.focus_news .carousel .title a {
  color: #fff;
}
.focus_news .carousel .desc {
  padding-top: 15px;
  padding-right: calc(770px + 50px);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.focus_news .carousel .desc a {
  color: #fff;
}
.focus_news .carousel .check_more.top {
  display: none;
}
.focus_news .carousel .check_more.bottom {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.focus_news .carousel .img_area {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 770px;
}
.focus_news .carousel .img_area .img_display {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.focus_news .carousel .img_area .img_display .images {
  position: relative;
  left: 0;
  width: 10000%;
  font-size: 0;
}
.focus_news .carousel .img_area .img_display .images:after {
  content: "";
  display: block;
  clear: both;
}
.focus_news .carousel .img_area .img_display .images li {
  width: 1%;
  display: inline-block;
}
.focus_news .carousel .img_area .img_display .images li img {
  width: 100%;
  height: auto;
}
.focus_news .carousel .img_area .toggle_tool {
  position: absolute;
  bottom: 0;
  left: -60px;
  font-size: 0;
  white-space: nowrap;
}
.focus_news .carousel .img_area .toggle_tool * {
  font-size: 16px;
  vertical-align: middle;
}
.focus_news .carousel .img_area .toggle_tool .last,
.focus_news .carousel .img_area .toggle_tool .next {
  display: inline-block;
  padding: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.focus_news .carousel .img_area .toggle_tool .last:hover,
.focus_news .carousel .img_area .toggle_tool .next:hover {
  background-color: #fb8900;
}
.focus_news .carousel .img_area .toggle_tool .last img,
.focus_news .carousel .img_area .toggle_tool .next img {
  width: 20px;
  height: 20px;
}
.focus_news .carousel .img_area .toggle_tool .last {
  background-color: #feae19;
}
.focus_news .carousel .img_area .toggle_tool .next {
  background-color: #eb9b07;
}
.focus_news .carousel .img_area .toggle_tool .progress {
  display: inline-block;
  width: calc(770px - 60px);
  text-align: center;
  color: #6e707a;
}
.focus_news .carousel .img_area .toggle_tool .progress .total_progress_line {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #6e707a;
}
.focus_news .carousel .img_area .toggle_tool .progress .total_progress_line .current_progress_line {
  position: absolute;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #fff;
}
.focus_news .carousel .img_area .toggle_tool .progress .active {
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .focus_news {
    padding-left: calc(50% - 964px / 2);
    padding-right: calc(50% - 964px / 2);
  }
  .focus_news .carousel {
    height: 466px;
  }
  .focus_news .carousel .headline {
    padding-top: 60px;
  }
  .focus_news .carousel .title {
    padding-right: calc(636px + 40px);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  .focus_news .carousel .desc {
    padding-right: calc(636px + 40px);
  }
  .focus_news .carousel .img_area {
    bottom: 0;
    width: 636px;
  }
  .focus_news .carousel .img_area .img_display .images li {
    width: 636px;
  }
  .focus_news .carousel .img_area .toggle_tool .progress {
    width: calc(636px - 60px);
  }
  .focus_news .carousel .img_area .toggle_tool .progress .total_progress_line {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1023px) {
  .focus_news {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .focus_news .carousel {
    position: static;
    height: auto;
  }
  .focus_news .carousel .headline {
    padding-top: 50px;
  }
  .focus_news .carousel .date {
    padding-top: 40px;
  }
  .focus_news .carousel .title {
    padding-right: 0;
  }
  .focus_news .carousel .desc {
    padding-right: 0;
    padding-bottom: 60px;
  }
  .focus_news .carousel .check_more.top {
    display: inline-block;
  }
  .focus_news .carousel .check_more.bottom {
    display: none;
  }
  .focus_news .carousel .img_area {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .focus_news .carousel .img_area .img_display .images {
    width: 10000%;
  }
  .focus_news .carousel .img_area .img_display .images li {
    width: 1%;
  }
  .focus_news .carousel .img_area .toggle_tool {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .focus_news .carousel .img_area .toggle_tool .progress {
    width: calc(100% - 120px);
  }
  .focus_news .carousel .img_area .toggle_tool .progress .total_progress_line {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 779px) {
  .focus_news {
    margin-top: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .focus_news .carousel .headline {
    padding-top: 30px;
  }
  .focus_news .carousel .date {
    padding-top: 15px;
  }
  .focus_news .carousel .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #354b87;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
  }
  .focus_news .carousel .desc {
    display: none;
  }
  .focus_news .carousel .img_area .toggle_tool {
    display: none;
  }
}
.hot_news {
  position: relative;
  margin: 70px auto 0 auto;
  border: 1px solid transparent;
}
.hot_news .headline {
  background-color: #fff;
  padding-left: calc(50% - 1170px / 2);
  padding-right: calc(50% - 1170px / 2);
}
.hot_news .hot_news-content {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 0;
  vertical-align: text-top;
  background-color: #f4f4f7;
  padding-left: calc(50% - 1200px / 2);
  padding-right: calc(50% - 1200px / 2);
}
.hot_news .hot_news-content-wrapper {
  position: relative;
  overflow: hidden;
}
.hot_news .page-wrapper {
  position: relative;
  left: 0;
  width: 10000%;
  white-space: nowrap;
}
.hot_news .page-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.hot_news .page-wrapper-sm {
  display: none;
}
.hot_news .hot_news-items {
  display: inline-block;
  width: 1%;
  vertical-align: top;
  white-space: normal;
}
.hot_news .hot_news-item {
  display: inline-block;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc((100% - 60px - 30px) / 3);
  border-bottom: 1px solid purple;
  vertical-align: top;
}
.hot_news .hot_news-item .wrap {
  padding: 20px 20px 60px 20px;
  background-color: #fff;
}
.hot_news .hot_news-item .img-wrapper {
  display: block;
  padding: 67% 100% 0 0;
  background: center no-repeat;
  background-size: cover;
}
.hot_news .hot_news-item .category {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid purple;
}
.hot_news .hot_news-item .category:hover {
  border-color: #fb8900;
  color: #fb8900;
}
.hot_news .hot_news-item .date {
  padding-left: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #a7a7b5;
}
.hot_news .hot_news-item .title {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #00053e;
}
.hot_news .hot_news-item .title:hover {
  color: #fb8900;
}
.hot_news .hot_news-item .detail {
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #2e2e33;
}
.hot_news .hot_news-tool {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  padding-top: 16px;
  width: 50px;
  height: 50px;
  background-color: rgba(35, 93, 194, 0.3);
  cursor: pointer;
}
.hot_news .hot_news-tool:hover {
  background-color: #235DC2;
}
.hot_news .hot_news-tool .icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.hot_news .hot_news-tool.last {
  left: calc((100% - 1170px) / 2 - 90px);
}
.hot_news .hot_news-tool.last .icon-arrow {
  background-image: url("/public/UestcNews/v2/img/Ic_arrow_left_white2.png");
}
.hot_news .hot_news-tool.next {
  right: calc((100% - 1170px) / 2 - 90px);
}
.hot_news .hot_news-tool.next .icon-arrow {
  background-image: url("/public/UestcNews/v2/img/Ic_arrow_right_white2.png");
}
.hot_news .hot_news-tool.disabled {
  border: 1px solid #C9C9D1;
  background-color: transparent;
  cursor: not-allowed;
}
.hot_news .hot_news-tool.disabled.last .icon-arrow {
  background-image: url("/public/UestcNews/v2/img/Ic_arrow_left_gray2.png");
}
.hot_news .hot_news-tool.disabled.last:hover {
  background-color: transparent;
}
.hot_news .hot_news-tool.disabled.next .icon-arrow {
  background-image: url("/public/UestcNews/v2/img/Ic_arrow_right_gray2.png");
}
.hot_news .hot_news-tool.disabled.next:hover {
  background-color: transparent;
}
@media screen and (max-width: 1439px) {
  .hot_news .headline {
    padding-left: calc(50% - 964px / 2);
    padding-right: calc(50% - 964px / 2);
  }
  .hot_news .hot_news-content {
    padding-left: calc(50% - 984px / 2);
    padding-right: calc(50% - 984px / 2);
  }
  .hot_news .hot_news-item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc((100% - 40px - 20px) / 3);
  }
  .hot_news .hot_news-tool.last {
    left: calc((100% - 964px) / 2 - 80px);
  }
  .hot_news .hot_news-tool.next {
    right: calc((100% - 964px) / 2 - 80px);
  }
}
@media screen and (max-width: 1159px) {
  .hot_news .hot_news-tool {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hot_news {
    margin-top: 30px;
  }
  .hot_news .headline {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hot_news .hot_news-content {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hot_news .hot_news-item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc((100% - 20px) / 2 - 10px);
  }
}
@media screen and (max-width: 779px) {
  .hot_news {
    padding-bottom: 0;
  }
  .hot_news .headline {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hot_news .hot_news-content {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 0;
  }
  .hot_news .page-wrapper-sm {
    display: block;
  }
  .hot_news .page-wrapper-lg {
    display: none;
  }
  .hot_news .hot_news-item {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-bottom: none;
  }
  .hot_news .hot_news-item .wrap {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 15px;
  }
  .hot_news .hot_news-item .img-wrapper,
  .hot_news .hot_news-item .category,
  .hot_news .hot_news-item .detail {
    display: none;
  }
  .hot_news .hot_news-item:first-child .img-wrapper {
    display: block;
  }
  .hot_news .hot_news-item .date {
    padding-left: 0;
  }
  .hot_news .hot_news-item .title {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
  }
  .hot_news .dots .dot {
    background-color: #c3c4d1;
  }
  .hot_news .dots .dot.active {
    background: #fea500;
  }
}
.media {
  position: relative;
  z-index: 10;
  font-size: 0;
  background-color: #f4f4f7;
}
.media:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 20;
  width: calc(50% - 215px);
  height: 100%;
  background-color: #fff;
}
.media > * {
  display: inline-block;
  vertical-align: top;
}
.media .media-left {
  position: relative;
  z-index: 30;
  padding: 60px 30px 124px calc(50% - 585px);
  width: calc(50% - 215px);
  background-color: #fff;
}
.media .media-left .headline {
  border-bottom: 1px solid #f2f2f2;
}
.media .media-left .item {
  margin-top: 30px;
  overflow: hidden;
}
.media .media-left .item .img {
  float: left;
  margin-right: 20px;
  width: 120px;
  height: 80px;
}
.media .media-left .item .text_bar {
  overflow: hidden;
}
.media .media-left .item .text_bar .date {
  font-size: 12px;
  line-height: 14px;
  color: #a7a7b5;
}
.media .media-left .item .text_bar .title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
  color: #00053e;
  /* 不支持line-clamp的浏览器，直接隐藏将超出的行隐藏掉，不显示省略号 */
  display: block;
  max-height: 45px;
  /* 支持 line-clamp */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media .media-left .item .text_bar .title:hover {
  color: #fb8900;
}
.media .media-left .check_more.top {
  display: none;
}
.media .check_more.media-left-bottom {
  position: absolute;
  z-index: 30;
  left: calc(50% - 585px);
  bottom: 50px;
}
.media .media-right {
  margin: 50px 0 0 30px;
  padding-bottom: 98px;
  width: 770px;
}
.media .media-right .media-right-nav {
  background-color: #fff;
}
.media .media-right .media-right-nav .media-right-nav-item {
  display: inline-block;
  width: 185px;
  padding: 14px 0;
  font-size: 16px;
  line-height: 22px;
  color: #a7a7b5;
  text-align: center;
  cursor: pointer;
}
.media .media-right .media-right-nav .media-right-nav-item.active {
  color: #fff;
  background-color: #235dc2;
}
.media .media-right .media-right-content {
  font-size: 0;
}
.media .media-right .media-right-content .item {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  width: 370px;
  background-color: #fff;
  vertical-align: top;
}
.media .media-right .media-right-content .item .wrap {
  padding: 0 20px 30px;
  height: 189px;
}
.media .media-right .media-right-content .item:first-child {
  margin-right: 30px;
}
.media .media-right .media-right-content .item .img {
  display: block;
  width: 100%;
}
.media .media-right .media-right-content .item .date {
  padding-top: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #a7a7b5;
}
.media .media-right .media-right-content .item .title {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #00053e;
  display: -webkit-box;
  max-height: 57px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media .media-right .media-right-content .item .title:hover {
  color: #fb8900;
}
.media .media-right .media-right-content .item .detail {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #2e2e33;
  display: -webkit-box;
  max-height: 45px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media .media-right .check_more {
  position: absolute;
  left: calc(50% - 185px);
  bottom: 50px;
}
.media .media-right-sm {
  display: none;
}
@media screen and (max-width: 1439px) {
  .media:before {
    width: calc(50% - 184px);
  }
  .media .media-left {
    width: calc(50% - 184px);
    padding: 60px 30px 50px calc(50% - 482px);
  }
  .media .media-left .item {
    margin-top: 25px;
  }
  .media .media-left .item:nth-child(2) {
    margin-top: 30px;
  }
  .media .media-left .item .img {
    margin-right: 15px;
    width: 108px;
    height: 72px;
  }
  .media .check_more.media-left-bottom {
    position: absolute;
    z-index: 30;
    left: calc(50% - 482px);
    bottom: 50px;
  }
  .media .media-right {
    width: 636px;
  }
  .media .media-right .media-right-content .item {
    width: 308px;
  }
  .media .media-right .media-right-content .item:first-child {
    margin-right: 20px;
  }
  .media .media-right .media-right-content .item:first-child:before {
    left: calc(100% + 20px);
  }
  .media .media-right .media-right-content .item:nth-child(2):before {
    right: calc(100% + 20px);
  }
  .media .media-right .media-right-content .check_more {
    left: calc(50% - 154px);
  }
}
@media screen and (max-width: 1023px) {
  .media {
    position: static;
  }
  .media:before {
    display: none;
  }
  .media .media-left {
    width: 100%;
    padding: 50px 30px 50px 30px;
    font-size: 0;
  }
  .media .media-left .item {
    display: inline-block;
    margin-top: 30px;
    width: 50%;
    vertical-align: top;
  }
  .media .media-left .item:nth-child(even) {
    padding-right: 20px;
  }
  .media .media-left .item:nth-child(odd) {
    padding-left: 20px;
  }
  .media .media-left .item .img {
    margin-right: 20px;
    width: 120px;
    height: 80px;
  }
  .media .check_more.media-left-bottom {
    display: block;
    position: static;
    padding-left: 30px;
    padding-bottom: 50px;
    background-color: #fff;
  }
  .media .media-right {
    position: static;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    width: 100%;
  }
  .media .media-right .media-right-content .item {
    width: calc(50% - 10px);
  }
  .media .media-right .check_more {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 779px) {
  .media .media-left {
    padding: 30px 20px 40px;
  }
  .media .media-left .item {
    margin-top: 20px;
    width: 100%;
  }
  .media .media-left .item:nth-child(2) {
    margin-top: 30px;
  }
  .media .media-left .item:nth-child(n) {
    padding: 0;
  }
  .media .media-left .item .img {
    margin-right: 15px;
    width: 108px;
    height: 72px;
  }
  .media .media-left .check_more.top {
    display: inline-block;
  }
  .media .check_more.media-left-bottom {
    display: none;
  }
  .media .media-right {
    display: none;
  }
  .media .media-right-sm {
    display: block;
  }
  .media .media-right-sm .personage .headline {
    border-bottom: 1px solid #e6e6e6;
  }
  .media .media-right-sm .personage .media-right-content .item {
    background-color: #fff;
  }
  .media .media-right-sm .lecture {
    background-color: #fff;
  }
  .media .media-right-sm .lecture .headline {
    border-bottom: 1px solid #f2f2f2;
  }
  .media .media-right-sm .lecture .media-right-content .item {
    background-color: #f4f4f7;
  }
  .media .media-right-sm .headline_wrap {
    padding: 0 20px;
  }
  .media .media-right-sm .headline {
    margin-bottom: 30px;
    padding: 30px 0 0 0;
  }
  .media .media-right-sm .media-right-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .media .media-right-sm .media-right-content .container {
    position: relative;
    overflow-x: hidden;
  }
  .media .media-right-sm .media-right-content .container .items {
    position: relative;
    left: 0;
    width: 10000%;
    white-space: nowrap;
    font-size: 0;
  }
  .media .media-right-sm .media-right-content .item {
    display: inline-block;
    width: 1%;
    white-space: normal;
    vertical-align: top;
  }
  .media .media-right-sm .media-right-content .item .img {
    width: 100%;
    height: auto;
  }
  .media .media-right-sm .media-right-content .item .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .media .media-right-sm .media-right-content .item .wrap .date {
    padding-top: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #a7a7b5;
  }
  .media .media-right-sm .media-right-content .item .wrap .title {
    display: block;
    padding-top: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #00053e;
  }
  .media .media-right-sm .media-right-content .item .wrap .desc {
    display: none;
  }
}
.visual {
  padding-top: 50px;
  padding-bottom: 60px;
  color: #fff;
  background-color: #235dc2;
  padding-left: calc(50% - 1170px / 2);
  padding-right: calc(50% - 1170px / 2);
  font-size: 0;
}
.visual .headline {
  color: #fff;
}
.visual .headline {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #4f7dce;
}
.visual .visual-main_item,
.visual .visual-normal_items {
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
}
.visual .visual-main_item {
  position: relative;
  width: 570px;
  overflow: hidden;
}
.visual .visual-main_item .carousel-wrapper {
  position: relative;
  left: 0;
  width: 10000%;
  white-space: nowrap;
  font-size: 0;
}
.visual .visual-main_item .carousel-item {
  display: inline-block;
  position: relative;
  width: 1%;
}
.visual .visual-main_item .img-wrapper {
  display: block;
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual .visual-main_item .title {
  display: block;
  overflow: hidden;
  margin-top: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
}
.visual .visual-main_item .title:hover {
  color: #fb8900;
}
.visual .visual-main_item .detail {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
}
.visual .visual-normal_items {
  width: 600px;
  font-size: 0;
}
.visual .visual-normal_items .item {
  display: inline-block;
  position: relative;
  margin: 0 0 27px 30px;
  width: 270px;
  vertical-align: top;
}
.visual .visual-normal_items .item .img-wrapper {
  display: block;
  width: 100%;
  height: 158px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual .visual-normal_items .item .title {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
}
.visual .visual-normal_items .item .title:hover {
  color: #fb8900;
}
@media screen and (max-width: 1439px) {
  .visual {
    padding-left: calc(50% - 964px / 2);
    padding-right: calc(50% - 964px / 2);
  }
  .visual .visual-main_item {
    width: 474px;
  }
  .visual .visual-main_item .img-wrapper {
    height: 316px;
  }
  .visual .visual-normal_items {
    width: 490px;
  }
  .visual .visual-normal_items .item {
    margin: 0 0 27px 20px;
    width: 225px;
    vertical-align: top;
  }
  .visual .visual-normal_items .item .img-wrapper {
    height: 126px;
  }
}
@media screen and (max-width: 1119px) {
  .visual .visual-main_item {
    width: 636px;
  }
  .visual .visual-main_item .img-wrapper {
    height: 424px;
  }
  .visual .visual-normal_items {
    margin-left: 28px;
    width: 300px;
  }
  .visual .visual-normal_items .item {
    display: none;
    margin-bottom: 24px;
    margin-left: 0;
    width: 300px;
  }
  .visual .visual-normal_items .item:nth-child(1),
  .visual .visual-normal_items .item:nth-child(2) {
    display: inline-block;
  }
  .visual .visual-normal_items .item .img-wrapper {
    height: 181px;
  }
}
@media screen and (max-width: 1023px) {
  .visual {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
  .visual .visual-main_item {
    width: 100%;
  }
  .visual .visual-main_item .img-wrapper {
    padding: 67% 100% 0 0;
    height: 0;
  }
  .visual .visual-normal_items {
    margin-left: 0;
    width: 100%;
  }
  .visual .visual-normal_items .item {
    width: calc(50% - 10px);
  }
  .visual .visual-normal_items .item:first-child {
    margin-right: 20px;
  }
  .visual .visual-normal_items .item .img-wrapper {
    padding: 67% 100% 0 0;
    height: 0;
  }
}
@media screen and (max-width: 779px) {
  .visual {
    padding: 27px 20px 0;
  }
  .visual .visual-main_item .title {
    border-bottom: 1px solid #4e7ccd;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
  }
  .visual .visual-main_item .detail {
    display: none;
  }
  .visual .visual-normal_items {
    display: none;
  }
}
.pagination-normal {
  margin: 50px 0;
  width: 664px;
  height: 40px;
}
.pagination-normal .number-btns {
  float: left;
  height: 40px;
}
.pagination-normal .number-btns .btn {
  float: left;
  border: 1px solid #f2f2f2;
  border-right: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #2e2e33;
  cursor: pointer;
}
.pagination-normal .number-btns .prev {
  background: url(/public/UestcNews/v2/img/Ic_arrow_left_black.png) no-repeat center / 20px 20px;
}
.pagination-normal .number-btns .prev:hover {
  background-color: #f7f7fa;
  background-image: url(/public/UestcNews/v2/img/Ic_arrow_left_orange.png);
}
.pagination-normal .number-btns .prev.disabled,
.pagination-normal .number-btns .prev.disabled:hover {
  background-image: url(/public/UestcNews/v2/img/Ic_arrow_left_gray.png);
  background-color: #fff;
  cursor: not-allowed;
}
.pagination-normal .number-btns .next {
  border-right: none;
  background: url(/public/UestcNews/v2/img/Ic_arrow_right_black.png) no-repeat center / 20px 20px;
  border-right: 1px solid #f2f2f2;
}
.pagination-normal .number-btns .next:hover {
  background-color: #f7f7fa;
  background-image: url(/public/UestcNews/v2/img/Ic_arrow_right_yellow.png);
}
.pagination-normal .number-btns .next.disabled,
.pagination-normal .number-btns .next.disabled:hover {
  background-image: url(/public/UestcNews/v2/img/Ic_arrow_right_gray.png);
  background-color: #fff;
  cursor: not-allowed;
}
.pagination-normal .number-btns .numbers {
  float: left;
  height: 40px;
}
.pagination-normal .number-btns .numbers .ellipsis {
  float: left;
  border-left: 1px solid #f2f2f2;
  padding: 0 10px;
  height: 40px;
  font-size: 18px;
  line-height: 30px;
  color: #2e2e33;
}
.pagination-normal .number-btns .numbers .number.active,
.pagination-normal .number-btns .numbers .number.active:hover {
  background-color: #fea500;
  color: #fff;
}
.pagination-normal .number-btns .numbers .number:hover {
  color: #fb8900;
  background-color: #f7f7fa;
}
.pagination-normal .skip-bar {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #a7a7b5;
}
.pagination-small {
  display: none;
}
/* 779及以下 */
@media screen and (max-width: 779px) {
  .pagination-normal {
    display: none;
  }
  .pagination-small {
    display: block;
    margin: 30px auto;
    width: 280px;
    height: 40px;
  }
  .pagination-small .prev,
  .pagination-small .next {
    float: left;
    border: 1px solid #f2f2f2;
    width: 135px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    color: #00053e;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
  }
  .pagination-small .prev {
    background-image: url(/public/UestcNews/v2/img/Ic_arrow_left_black.png);
    background-position-x: 30px;
    text-indent: 58px;
    margin-right: 10px;
  }
  .pagination-small .disabled {
    color: #a7a7b5;
    cursor: not-allowed;
  }
  .pagination-small .prev.disabled {
    background-image: url(/public/UestcNews/v2/img/Ic_arrow_left_gray.png);
  }
  .pagination-small .next {
    background-image: url(/public/UestcNews/v2/img/Ic_arrow_right_black.png);
    background-position-x: 89px;
    text-indent: 42px;
  }
  .pagination-small .next.disabled {
    background-image: url(/public/UestcNews/v2/img/Ic_arrow_right_gray.png);
  }
}
/* 1440及以上 */
.sub-page {
  padding-top: 80px;
  /* 1024-1439 */
  /* 780-1023 */
  /* 779及以下 */
}
.sub-page .sub-page-head {
  overflow: hidden;
  height: 180px;
  color: #fff;
  background-color: #031e69;
}
.sub-page .sub-page-head .sub-page-head-wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1170px;
  height: 100%;
  background: url(/public/UestcNews/v2/img/sub_page_header2.png) no-repeat;
  background-size: 100%;
}
.sub-page .sub-page-head .sub-page-head-wrapper .sub-page-title {
  margin-top: 60px;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
}
.sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path a,
.sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path .slash {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}
.sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path a:hover {
  color: #fb8900;
  opacity: 1;
  cursor: pointer;
}
.sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path .slash {
  margin: 0 10px;
}
@media screen and (max-width: 1439px) {
  .sub-page .sub-page-head {
    height: 148px;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 30px;
    max-width: 964px;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-title {
    margin-top: 50px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-page {
    padding-top: 70px;
  }
  .sub-page .sub-page-head {
    height: 110px;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-title {
    float: left;
    margin-top: 45px;
    font-size: 24px;
    line-height: 33px;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path {
    float: left;
    margin-top: 54px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 779px) {
  .sub-page {
    padding-top: 54px;
  }
  .sub-page .sub-page-head {
    height: 110px;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper {
    margin: 0;
    padding: 0 20px;
    background-size: cover;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-title {
    float: none;
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path {
    float: none;
    margin-top: 14px;
    margin-left: 0;
  }
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path a,
  .sub-page .sub-page-head .sub-page-head-wrapper .sub-page-path .slash {
    font-size: 13px;
  }
}
.sub-page .date {
  font-size: 12px;
  line-height: 14px;
  color: #a7a7b5;
}
.sub-page .sub-page-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.sub-page .sub-page-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 275px);
  z-index: 5;
  width: calc(50% - 275px);
  height: 100%;
  background-color: #f4f4f7;
}
.sub-page .sub-page-content .content-left {
  float: left;
  padding-left: calc(50% - 1170px / 2);
  width: calc(50% + 275px);
}
.sub-page .sub-page-content .content-left .title:hover {
  color: #fb8900;
}
.sub-page .sub-page-content .content-left .title:hover a {
  color: #fb8900;
}
.sub-page .sub-page-content .aside {
  position: relative;
  z-index: 10;
  float: left;
  padding: 10px 0 0 30px;
  width: calc(50% - 275px);
  background-color: #f4f4f7;
}
.sub-page .sub-page-content .aside .aside-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.sub-page .sub-page-content .aside .aside-title:after {
  content: "";
  display: block;
  clear: both;
}
.sub-page .sub-page-content .aside .aside-title .aside-title-text {
  float: left;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #00053e;
}
.sub-page .sub-page-content .aside .aside-title .aside-title-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fea500;
  bottom: -11px;
}
.sub-page .sub-page-content .aside .aside-title .check_more {
  float: right;
  margin-top: 3px;
}
.sub-page .sub-page-content .aside .aside-visual,
.sub-page .sub-page-content .aside .aside-hot-news {
  padding-top: 40px;
  width: 280px;
}
.sub-page .sub-page-content .aside .visual-item {
  margin-top: 20px;
  background-color: #fff;
}
.sub-page .sub-page-content .aside .visual-item img {
  width: 280px;
  height: 185px;
}
.sub-page .sub-page-content .aside .visual-item .date {
  padding: 10px 15px 0 15px;
}
.sub-page .sub-page-content .aside .visual-item .title {
  padding: 5px 15px 10px 15px;
  font-size: 14px;
  line-height: 22px;
  color: #00053e;
}
.sub-page .sub-page-content .aside .aside-hot-news-list {
  padding-top: 10px;
}
.sub-page .sub-page-content .aside .aside-hot-news-item {
  padding: 18px 0;
}
.sub-page .sub-page-content .aside .aside-hot-news-item:last-child {
  padding-bottom: 36px;
}
.sub-page .sub-page-content .aside .aside-hot-news-item .views-count {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #ebebf0;
}
.sub-page .sub-page-content .aside .aside-hot-news-item .views-count .icon {
  display: block;
  margin: 8px auto 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/view_icon.png");
  background-size: 100% 100%;
}
.sub-page .sub-page-content .aside .aside-hot-news-item .views-count .count {
  font-size: 12px;
  line-height: 14px;
  color: #a7a7b5;
}
.sub-page .sub-page-content .aside .aside-hot-news-item .content {
  overflow: hidden;
}
.sub-page .sub-page-content .aside .aside-hot-news-item .content .title {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #00053e;
}
@media screen and (max-width: 1439px) {
  .sub-page .sub-page-content:before {
    display: none;
  }
  .sub-page .sub-page-content .content-left {
    float: none;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 30px;
    max-width: 964px;
    width: auto;
  }
  .sub-page .sub-page-content .aside {
    display: none;
  }
}
@media screen and (max-width: 779px) {
  .sub-page .sub-page-content .content-left {
    padding: 0 20px;
  }
}
.sub-page-contribute {
  /* 1440及以上 */
  /* 1024-1439 */
  /* 1023及以下 */
}
.sub-page-contribute .header {
  position: absolute;
}
.sub-page-contribute #edui1 {
  width: 100%!important;
}
.sub-page-contribute .btns {
  height: 50px;
  text-align: center;
  font-size: 0;
}
.sub-page-contribute .btns .btn {
  display: inline-block;
  width: 162px;
  height: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #2e2e33;
  line-height: 48px;
  background-color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.sub-page-contribute .btns .btn:nth-last-of-type(1) {
  margin-right: 0;
}
.sub-page-contribute .btns .btn-primary {
  background-color: #235dc2;
  color: #fff;
}
.sub-page-contribute .sub-page-content {
  margin-left: 0;
  background-color: #f4f4f7;
  color: #2e2e33;
  font-size: 16px;
}
.sub-page-contribute .sub-page-content:before {
  display: none;
}
.sub-page-contribute .sub-page-content .contribute-wrapper {
  width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 70px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item.border-0 {
  border: 0;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item .error-msg {
  display: none;
  position: absolute;
  bottom: -25px;
  color: #f0304a;
  font-size: 12px;
  line-height: 17px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item.error {
  border-color: #f0304a;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item.error .error-msg {
  display: block;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-indent: 15px;
  border: none;
  border-radius: 4px;
  outline: none;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item input::-webkit-input-placeholder {
  color: #ceced6;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item input::-moz-placeholder {
  color: #ceced6;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item input:-ms-input-placeholder {
  color: #ceced6;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item input::-ms-input-placeholder {
  color: #ceced6;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item input::placeholder {
  color: #ceced6;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item .radio-wrapper {
  margin-right: 30px;
  line-height: 50px;
  cursor: pointer;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item .radio-wrapper input {
  width: auto;
  height: auto;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item .radio-wrapper * {
  vertical-align: middle;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .form-item .radio-wrapper:last-child {
  margin-right: 0;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label {
  line-height: 22px;
  font-size: 0;
  color: #2e2e33;
  margin-bottom: 10px;
  height: 22px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label .label-name {
  font-size: 16px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label .tip {
  color: #a7a7b5;
  font-size: 12px;
  line-height: 17px;
  margin-left: 6px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .title {
  margin-bottom: 40px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .info {
  margin: 0 -15px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .info .input-wrapper {
  float: left;
  margin: 0 15px 30px;
  width: 370px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content {
  position: relative;
  margin-bottom: 30px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article {
  width: 870px;
  min-height: 930px;
  background-color: #fff;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .article-box {
  height: 668px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .article-box #editor {
  height: 100%;
  padding: 20px 15px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .article-box .placeholder {
  color: #ceced6;
  line-height: 22px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .upload {
  height: 106px;
  position: relative;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .upload .btn {
  float: left;
  background-color: #f4f4f7;
  width: 116px;
  height: 40px;
  font-size: 14px;
  color: #2e2e33;
  text-indent: 45px;
  line-height: 40px;
  cursor: pointer;
  margin: 33px 30px 0 30px;
  background-position: 15px 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .upload .tip {
  color: #a7a7b5;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  left: 176px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-right: 10px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .upload-pic {
  border-bottom: 1px solid #e6e6e6;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .upload-pic .btn {
  background-image: url(/public/UestcNews/v2/img/ic_image@3x.png);
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .article .upload-file .btn {
  background-image: url(/public/UestcNews/v2/img/ic_attachment@3x.png);
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  background-color: #fff;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .title {
  height: 52px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  color: #2e2e33;
  text-indent: 15px;
  line-height: 52px;
  margin-bottom: 0;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .title .tip {
  margin-left: 6px;
  font-size: 12px;
  color: #a7a7b5;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list {
  text-indent: 15px;
  line-height: 40px;
  font-size: 14px;
  overflow: auto;
  height: calc(100% - 52px);
  width: calc(100% - 2px);
  margin-top: 4px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list::-webkit-scrollbar {
  width: 8px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  border-radius: 4px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item {
  position: relative;
  padding: 0 21px 0 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item .text {
  display: block;
  width: calc(100% - 16px);
  overflow: hidden;
  font-size: 14px;
  color: #2e2e33;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item .box {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #f4f4f7;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item.group_title .text {
  color: #a7a7b5;
  height: 40px;
  font-weight: 600;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item.checked {
  background-color: #f7f7fa;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item.checked .box {
  background: #f4f4f7 url(/public/UestcNews/v2/img/ic_check_blue@2x.png) no-repeat center;
  background-size: 12px 12px;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .content .source .list .source-list .item:hover {
  background-color: #f7f7fa;
}
.sub-page-contribute .sub-page-content .contribute-wrapper .btns {
  width: 870px;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  .sub-page-contribute .sub-page-content .contribute-wrapper {
    width: 964px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .form-item input {
    height: 48px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label .label-name {
    font-size: 15px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label .tip {
    margin-left: 3px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .info {
    margin-left: -9px;
    margin-right: -9px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .info .input-wrapper {
    width: 309px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .content .article {
    width: 719px;
    margin-right: 18px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .content .source {
    width: 227px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .btns {
    width: 719px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-page-contribute .sub-page-content .contribute-wrapper {
    width: 720px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .form-item input {
    height: 48px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label .label-name {
    font-size: 16px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .input-wrapper .label .tip {
    margin-left: 6px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .info {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .info .input-wrapper {
    width: 350px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .content .article {
    width: 510px;
    margin-right: 20px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .content .source {
    width: 190px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .btns {
    width: 510px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .btns .btn {
    width: 156px;
    height: 48px;
  }
  .sub-page-contribute .sub-page-content .contribute-wrapper .btns > div {
    width: 155px;
  }
}
.sub-page-contribute .submit-loading-popup {
  background-color: transparent;
}
.sub-page-contribute .submit-loading-popup .content {
  width: 192px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff url(/public/UestcNews/v2/img/Loading.gif) no-repeat 0 0;
  background-size: 100px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-indent: 98px;
  line-height: 100px;
}
.sub-page-contribute .post-success-popup .icon {
  width: 64px;
  height: 64px;
  background-image: url(/public/UestcNews/v2/img/ic_success_big@2x.png);
  margin-top: 50px;
  margin-bottom: 30px;
}
.sub-page-contribute .post-success-popup .title {
  line-height: 28px;
  font-size: 20px;
}
.sub-page-contribute .post-success-popup .text {
  width: 400px;
  line-height: 24px;
  margin: 0 auto 40px;
}
.sub-page-contribute .post-success-popup .btns .more {
  margin-right: 20px;
}
.sub-page-err {
  /* 779及以下 */
}
.sub-page-err .sub-page-content {
  position: relative;
  min-height: 480px;
  margin-left: 0;
}
.sub-page-err .sub-page-content .error-page {
  width: 319px;
  height: 146px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/public/UestcNews/v2/img/ico_nopage@2x.png) no-repeat center 0;
  background-size: 216px 84px;
}
.sub-page-err .sub-page-content .error-page .msg {
  line-height: 22px;
  font-size: 16px;
  color: #a7a7b5;
  margin-top: 124px;
}
@media screen and (max-width: 779px) {
  .sub-page-err .sub-page-content {
    min-height: 360px;
  }
  .sub-page-err .sub-page-content .error-page {
    width: 260px;
    height: 111px;
    background-size: 162px 63px;
  }
  .sub-page-err .sub-page-content .error-page .msg {
    font-size: 13px;
    line-height: 18px;
    margin-top: 93px;
  }
}
.sub-page-news .sub-page-content .content-left .news-list {
  padding-top: 20px;
}
.sub-page-news .sub-page-content .content-left .news-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 20px 30px 0;
}
.sub-page-news .sub-page-content .content-left .news-item:after {
  content: "";
  display: block;
  clear: both;
}
.sub-page-news .sub-page-content .content-left .news-item .img-wrapper {
  float: left;
  margin-right: 30px;
}
.sub-page-news .sub-page-content .content-left .news-item .img-wrapper img {
  width: 240px;
  height: 160px;
}
.sub-page-news .sub-page-content .content-left .news-item .content-wrapper {
  overflow: hidden;
}
.sub-page-news .sub-page-content .content-left .news-item .content-wrapper .title {
  padding-top: 5px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #00053e;
}
.sub-page-news .sub-page-content .content-left .news-item .content-wrapper .title:hover {
  color: #fb8900;
}
.sub-page-news .sub-page-content .content-left .news-item .content-wrapper .content {
  padding-top: 20px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 779px) {
  .sub-page-news .sub-page-content .content-left .news-list {
    padding-top: 0;
  }
  .sub-page-news .sub-page-content .content-left .news-item {
    padding: 15px 0 14px 0;
  }
  .sub-page-news .sub-page-content .content-left .news-item .img-wrapper {
    display: none;
  }
  .sub-page-news .sub-page-content .content-left .news-item .content-wrapper {
    overflow: hidden;
  }
  .sub-page-news .sub-page-content .content-left .news-item .content-wrapper .title {
    padding-top: 6px;
    font-size: 13px;
    line-height: 22px;
  }
  .sub-page-news .sub-page-content .content-left .news-item .content-wrapper .content {
    display: none;
  }
}
.sub-page-news-detail .sub-page-content .share-bar {
  position: fixed;
  width: 69px;
}
.sub-page-news-detail .sub-page-content .share-bar .btn {
  margin: 0 auto 15px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.sub-page-news-detail .sub-page-content .share-bar .wechat {
  background-image: url(/public/UestcNews/v2/img/ic_weixin_gray@2x.png);
}
.sub-page-news-detail .sub-page-content .share-bar .weibo {
  background-image: url(/public/UestcNews/v2/img/ic_weibo_gray@2x.png);
}
.sub-page-news-detail .sub-page-content .share-bar .qq {
  background-image: url(/public/UestcNews/v2/img/ic_qq_gray@2x.png);
}
.sub-page-news-detail .sub-page-content .share-bar .qzone {
  background-image: url(/public/UestcNews/v2/img/ic_qzone_gray@2x.png);
}
.sub-page-news-detail .sub-page-content .qrcode-wrapper {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px 25px;
  width: 250px;
  background-color: #fcfcfc;
}
.sub-page-news-detail .sub-page-content .qrcode-wrapper.absolute {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: calc(50vw);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sub-page-news-detail .sub-page-content .qrcode-wrapper .title {
  position: relative;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.sub-page-news-detail .sub-page-content .qrcode-wrapper .title .close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
}
.sub-page-news-detail .sub-page-content .qrcode-wrapper .qrcode canvas,
.sub-page-news-detail .sub-page-content .qrcode-wrapper .qrcode img {
  width: 100%;
}
.sub-page-news-detail .sub-page-content .qrcode-wrapper .hint {
  padding-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  text-align: left;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail {
  padding-top: 50px;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal {
  left: calc(50vw - 1170px / 2 - 100px);
  top: 320px;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal.absolute {
  position: absolute;
  top: auto;
  bottom: 30px;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal .share-title {
  margin-bottom: 20px;
  height: 20px;
  font-size: 0;
  line-height: 20px;
  white-space: nowrap;
  color: #a7a7b5;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal .share-title > * {
  display: inline-block;
  vertical-align: middle;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal .share-title .line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #e6e6e6;
  width: 15px;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal .share-title .title {
  margin: 0 5px;
  font-size: 14px;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal .share-btns .btn:last-child {
  margin-bottom: 0;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .share-fold {
  display: none;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title {
  max-width: 790px;
  font-size: 0;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #00053e;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .sub-title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #00053e;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .info {
  overflow-x: hidden;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0 30px 0;
  font-size: 0;
  line-height: 20px;
  color: #a7a7b5;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #fff;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .info * {
  vertical-align: middle;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .info .item {
  position: relative;
  left: -10px;
  display: inline-block;
  margin-top: 10px;
  border-left: 1px solid #ededed;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .news-title .info .icon-eye {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("/public/UestcNews/v2/img/view_icon.png");
  background-size: 100% 100%;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .text-area {
  margin-top: 30px;
  max-width: 810px;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .text-area p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 28px;
  color: #2e2e33;
  word-break: break-word;
}
.sub-page-news-detail .sub-page-content .content-left .news-detail .text-area img {
  max-width: 670px!important;
  height: auto;
}
.sub-page-news-detail .sub-page-content .content-left .pub-info {
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 33px;
  color: #999;
}
@media screen and (max-width: 1439px) {
  .sub-page-news-detail .sub-page-content .content-left {
    max-width: 855px;
    margin-left: calc(50% - 964px / 2 + 99px);
    padding: 0;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail {
    padding-top: 50px;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal {
    left: calc(50% - 964px / 2);
    top: 288px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-page-news-detail .sub-page-content .content-left {
    margin-left: 130px;
    max-width: 810px;
    width: calc(100% - 160px);
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal {
    left: 30px;
    top: 240px;
  }
}
@media screen and (max-width: 829px) {
  .sub-page-news-detail .sub-page-content .content-left .news-detail .text-area img {
    max-width: 100%!important;
    height: auto !important;
  }
}
@media screen and (max-width: 779px) {
  .sub-page-news-detail .sub-page-content .content-left {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    width: auto;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail {
    padding-top: 20px;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-normal {
    display: none;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-fold {
    display: block;
    z-index: 100;
    right: 0;
    bottom: 0;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-fold .share-btn {
    background-image: url(/public/UestcNews/v2/img/ic_share@2x.png);
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-fold .share-btns {
    display: none;
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .share-fold .share-btns .close {
    background-image: url(/public/UestcNews/v2/img/ic_close@2x.png);
  }
  .sub-page-news-detail .sub-page-content .content-left .news-detail .text-area img {
    max-width: 670px!important;
  }
}
@media screen and (max-width: 709px) {
  .sub-page-news-detail .sub-page-content .content-left .news-detail .text-area img {
    max-width: 100%!important;
    height: auto !important;
  }
}
@media screen and (max-width: 576px) {
  .sub-page-news-detail .sub-page-content .qrcode-wrapper {
    padding: 10px 12px;
    width: 200px;
  }
}
.sub-page-notice .sub-page-content .tabs {
  margin-top: 30px;
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
}
.sub-page-notice .sub-page-content .tabs .notice-tab {
  display: inline-block;
  margin-right: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 28px;
  color: #a7a7b5;
  cursor: pointer;
}
.sub-page-notice .sub-page-content .tabs .notice-tab:hover {
  color: #00053e;
}
.sub-page-notice .sub-page-content .tabs .active {
  border-bottom: 2px solid #fea500;
  color: #00053e;
  font-weight: 600;
}
.sub-page-notice .sub-page-content .content-left .notice-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  font-size: 0;
  white-space: nowrap;
}
.sub-page-notice .sub-page-content .content-left .notice-item .date-box {
  display: inline-block;
  margin-right: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  color: #a7a7b5;
  background-color: #f4f4f7;
}
.sub-page-notice .sub-page-content .content-left .notice-item .date-box .date {
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 28px;
}
.sub-page-notice .sub-page-content .content-left .notice-item .date-box .month {
  font-size: 12px;
  line-height: 17px;
}
.sub-page-notice .sub-page-content .content-left .notice-item .date-box-sm {
  display: none;
}
.sub-page-notice .sub-page-content .content-left .notice-item .item-content {
  display: inline-block;
  padding-right: 15px;
  width: calc(100% - 100px);
  vertical-align: middle;
  white-space: normal;
}
.sub-page-notice .sub-page-content .content-left .notice-item .item-content .title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #00053e;
}
.sub-page-notice .sub-page-content .content-left .notice-item .item-content .content {
  max-height: 66px;
  font-size: 14px;
  color: #2e2e33;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .sub-page-notice .sub-page-content .content-left {
    max-width: 770px;
  }
}
@media screen and (max-width: 779px) {
  .sub-page-notice .tabs {
    display: none;
  }
  .sub-page-notice .sub-page-content .content-left .notice-item {
    padding: 15px 0;
  }
  .sub-page-notice .sub-page-content .content-left .notice-item .date-box {
    display: none;
  }
  .sub-page-notice .sub-page-content .content-left .notice-item .date-box-sm {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #a7a7b5;
  }
  .sub-page-notice .sub-page-content .content-left .notice-item .item-content {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .sub-page-notice .sub-page-content .content-left .notice-item .item-content .title {
    margin-bottom: 0;
    padding-top: 6px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #00053e;
  }
  .sub-page-notice .sub-page-content .content-left .notice-item .item-content .content {
    display: none;
  }
}
*[data-highlight='yes'] {
  color: #fea500;
}
.search-result-desc {
  border-bottom: 1px solid #f0f0f0;
  padding: 54px 0 14px 0;
  font-size: 16px;
  line-height: 22px;
}
.search-result-desc .total {
  padding-left: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #A7A7B5;
}
@media screen and (max-width: 779px) {
  .search-result-desc {
    padding: 13px 0 13px 0;
    font-size: 13px;
  }
}
.search-result-empty .result {
  border-bottom: 1px solid #f0f0f0;
  padding: 80px 0;
  color: #a7a7b5;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.search-result-empty .result .bg_empty {
  margin: 0 auto 30px;
  width: 167px;
  height: 87px;
  background-image: url("/public/UestcNews/v2/img/bg_search_empty.jpg");
  background-size: 100% 100%;
}
.search-result-empty .suggestion {
  padding: 30px 0 118px 0;
}
.search-result-empty .suggestion .suggestion-title {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.search-result-empty .suggestion .item {
  color: #a7a7b5;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.search-result-empty .suggestion .item:before {
  content: "·";
  margin-right: 5px;
}
@media screen and (max-width: 779px) {
  .search-result-empty {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-result-empty .result {
    padding: 40px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
  .search-result-empty .result .bg_empty {
    margin-bottom: 15px;
    width: 126px;
    height: 66px;
  }
  .search-result-empty .suggestion {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .search-result-empty .suggestion .suggestion-title {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .search-result-empty .suggestion .item {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }
}
.sub-page-topic {
  /* 1440及以上 */
  /* 1024-1439 */
  /* 780-1023 */
  /* 779及以下 */
}
.sub-page-topic .sub-page-content .content-left .topic-list {
  padding-top: 40px;
  font-size: 0;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item {
  display: inline-block;
  margin-top: 50px;
  width: 370px;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item:nth-of-type(odd) {
  margin-right: 60px;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item:nth-child(1),
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item:nth-child(2) {
  margin-top: 0;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .img-wrapper {
  display: block;
  padding: 67% 100% 0 0;
  overflow: hidden;
  background: top / cover no-repeat;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content {
  border-bottom: 1px solid #f0f0f0;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .topic-title {
  overflow: hidden;
  padding: 20px 0 10px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #00053e;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .topic-title .title {
  float: left;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .topic-title .count {
  float: right;
  font-size: 14px;
  color: #a7a7b5;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .content {
  overflow: hidden;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #a7a7b5;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .news-list .news-item {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #2e2e33;
}
.sub-page-topic .sub-page-content .content-left .topic-list .topic-item .check_more {
  display: block;
  margin-top: 20px;
}
.sub-page-topic .sub-page-content .aside .aside-visual {
  display: none;
}
@media screen and (max-width: 1439px) {
  .sub-page-topic .sub-page-content .content-left {
    max-width: 800px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-page-topic .sub-page-content .content-left {
    max-width: 720px;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item {
    width: 340px;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item:nth-of-type(odd) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 779px) {
  .sub-page-topic .sub-page-content .content-left {
    width: auto;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list {
    padding: 20px 0 0 0;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item {
    width: 100%;
    margin: 0;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .img-wrapper {
    display: none;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content {
    padding: 20px 0;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .topic-title {
    padding: 0;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .topic-title .title {
    font-size: 16px;
    line-height: 24px;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .topic-title .count {
    font-size: 12px;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .topic-content .content {
    display: none;
  }
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .news-list,
  .sub-page-topic .sub-page-content .content-left .topic-list .topic-item .check_more {
    display: none;
  }
}
.sub-page-visual .sub-page-content .content-left .visual-list {
  font-size: 0;
}
.sub-page-visual .sub-page-content .content-left .visual-item {
  display: inline-block;
  margin-top: 50px;
  width: 400px;
  vertical-align: top;
  word-break: break-word;
}
.sub-page-visual .sub-page-content .content-left .visual-item:nth-child(odd) {
  margin-right: 30px;
}
.sub-page-visual .sub-page-content .content-left .visual-item .media-wrapper {
  display: block;
  padding: 67% 100% 0 0;
  overflow: hidden;
  background: top no-repeat;
  background-size: cover;
}
.sub-page-visual .sub-page-content .content-left .visual-item .media-content .date {
  padding-top: 20px;
}
.sub-page-visual .sub-page-content .content-left .visual-item .media-content .title {
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #00053e;
}
.sub-page-visual .sub-page-content .content-left .visual-item .media-content .content {
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #2e2e33;
}
.sub-page-visual .sub-page-content .aside .aside-visual {
  display: none;
}
@media screen and (max-width: 1439px) {
  .sub-page-visual .sub-page-content .content-left {
    max-width: 830px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-page-visual .sub-page-content .content-left {
    max-width: 720px;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item {
    width: 345px;
  }
}
@media screen and (max-width: 779px) {
  .sub-page-visual .sub-page-content .content-left {
    width: auto;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item {
    margin: 20px 0 0 0;
    width: 100%;
    background-color: #f4f4f7;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item:nth-child(odd) {
    margin-right: 0;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item .media-wrapper {
    float: left;
    padding: 0;
    width: 126px;
    height: 84px;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item .media-content {
    overflow: hidden;
    padding: 0 10px 0 15px;
    height: 84px;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item .media-content .date {
    padding-top: 10px;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item .media-content .title {
    overflow: hidden;
    padding-top: 6px;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .sub-page-visual .sub-page-content .content-left .visual-item .media-content .content {
    display: none;
  }
}
#leader-list-content {
  padding-left: calc(50% - 1170px / 2);
  padding-right: calc(50% - 1170px / 2);
  background-color: #F4F4F7;
}
#leader-list-content .current-leader-md,
#leader-list-content .current-leader-sm {
  display: none;
}
#leader-list-content:before {
  display: none;
}
#leader-list-content #leader-list {
  float: left;
  margin-top: 50px;
  margin-right: 20px;
  width: 290px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#leader-list-content #leader-list .item {
  border: 1px solid #E6E6E6;
  border-top: none;
}
#leader-list-content #leader-list .item:first-child {
  border-top: 1px solid #E6E6E6;
}
#leader-list-content #leader-list .item.active {
  border-right: none;
}
#leader-list-content #leader-list .item.active .title {
  position: relative;
  background-color: #fff;
}
#leader-list-content #leader-list .item.active .title:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -10px;
  width: 10px;
  height: 48px;
  background: url(/public/UestcNews/v2/img/ic_leader_list_arrow.png) center / cover;
}
#leader-list-content #leader-list .item.active .desc {
  display: block;
  border-right: 1px solid #E6E6E6;
}
#leader-list-content #leader-list .item .title {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #00053E;
}
#leader-list-content #leader-list .item .title .leader-position {
  float: left;
}
#leader-list-content #leader-list .item .title .leader-name {
  overflow: hidden;
  text-align: right;
}
#leader-list-content #leader-list .item .desc {
  display: none;
  border-top: 1px solid #E6E6E6;
  padding: 15px 20px 18px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2E2E33;
}
#leader-list-content .content-left {
  overflow: hidden;
  float: none;
  padding-left: 30px;
  width: auto;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  #leader-list-content {
    padding-left: calc(50% - 964px / 2);
    padding-right: calc(50% - 964px / 2);
  }
  #leader-list-content #leader-list {
    width: 210px;
  }
}
@media screen and (max-width: 1023px) {
  #leader-list-content {
    padding-left: 30px;
    padding-right: 0;
  }
  #leader-list-content #leader-list {
    width: 210px;
  }
}
@media screen and (max-width: 900px) {
  #leader-list-content {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  #leader-list-content .current-leader-md {
    display: block;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
  }
  #leader-list-content .current-leader-md .title {
    float: left;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #00053E;
  }
  #leader-list-content .current-leader-md .title .position {
    padding-right: 48px;
  }
  #leader-list-content .current-leader-md .desc {
    overflow: hidden;
    border-left: 1px solid #E6E6E6;
    padding: 17px 50px 17px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #2E2E33;
    background-color: #F4F4F7;
  }
  #leader-list-content .current-leader-md .ic-expand {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(/public/UestcNews/v2/img/ic_leader_arrow_down.png) center / cover;
    cursor: pointer;
  }
  #leader-list-content .current-leader-md.expand .ic-expand {
    background-image: url(/public/UestcNews/v2/img/ic_leader_arrow_up.png);
  }
  #leader-list-content .current-leader-md.expand ~ .content-left:after {
    display: block;
  }
  #leader-list-content #leader-list {
    display: none;
    float: none;
    position: absolute;
    z-index: 1;
    right: -20px;
    margin-top: 0;
    width: 240px;
    background-color: #F4F4F7;
  }
  #leader-list-content #leader-list .item:first-child {
    border-top: transparent;
  }
  #leader-list-content .content-left {
    position: relative;
  }
  #leader-list-content .content-left:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 779px) {
  #leader-list-content .current-leader-md .title {
    float: none;
    padding: 10px 20px;
  }
  #leader-list-content .current-leader-md .title .position {
    padding-right: 30px;
  }
  #leader-list-content .current-leader-md .desc {
    display: none;
    border-left: none;
    padding: 12px 20px 14px;
  }
  #leader-list-content #leader-list {
    width: 200px;
  }
  #leader-list-content #leader-list .item.active .desc {
    display: none;
  }
  #leader-list-content #leader-list .item .title {
    font-size: 14px;
    line-height: 20px;
  }
  #leader-list-content .content-left {
    padding-left: 20px;
  }
  #leader-list-content .content-left .current-leader-sm {
    display: block;
    margin: 0 -20px;
    border-bottom: 1px solid #E6E6E6;
    padding: 17px 50px 17px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #2E2E33;
    background-color: #F4F4F7;
  }
}
