﻿/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
hr {
  margin: 10px 0 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.arrow-t {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-b {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  position: relative;
  top: -3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-l {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-r {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
/*导航栏*/
* {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular, 'Microsoft Yahei';
}
/*分页样式*/
.paging {
  clear:both;
  text-align: center;
  padding-bottom: 40px;
}
.paging .next {
  width: 60px;
  float: right;
}
.paging .previous {
  width: 60px;
  float: left;
}
.paging .count {
  display: none;
}
.paging a,
.paging span {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 2px solid #a4a5a7;
  text-decoration: none;
  display: inline-block;
  color: #a4a5a7;
  margin: 0 10px;
}
.paging a:hover,
.paging span:hover {
  background: #0c5eaf;
  color: white;
}
.paging .current {
  background: #0c5eaf;
  border-color: transparent;
  color: white;
}
a {
  text-decoration: none;
}
.swiper-container {
  width: 100%;
}
.header {
  background-repeat: no-repeat;
  background-position: top center;
}
.header .navbar-default {
  border: none;
  background: none;
}
.header .navpadding {
  margin-bottom: 0;
  min-height: 140px;
}
.header .navpadding .navbar-collapse .navbar-nav a {
  background: none;
}
.header .navbar-brand {
  padding-top: 30px;
  display: block;
  height: auto;
}
.header .navbar-brand .logo {
  height: 80px;
  width: auto;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
.header .navbar-brand .logo-title {
  padding-top: 13px;
}
.header h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #0a5da9;
  max-width: 320px;
  float: left;
  margin: 10px 0;
}
.header .navbar-inverse {
  background: #0a5da9;
}
.header .navbar-inverse .navbar-nav > .active > a:hover {
  background: #0d6cc5;
}
.header .navbar-inverse .active a {
  background: #0d6cc5;
}
.header .nav-title {
  width: 100%;
}
.header .nav-title > li {
  margin: 0 2px;
  padding: 0 25px;
}
.header .nav-title > li > a {
  color: #ffffff;
}
.header .nav-title > li > a:hover {
  background: #0d6cc5;
}
/*footer*/
.footer {
  background: #0c5eaf;
  padding-top: 40px;
  color: #fff;
  background-size: contain;
}
.footer .footer-top .footer-nav .footerLinks {
  display: flex;
  justify-content: space-around;
}
.footer .footer-top .footer-nav .footerLinks .footer-title {
  font-size: 18px;
  color: #fff;
}
.footer .footer-top .footer-nav .footerLinks .footer-title:hover {
  color: black;
}
.footer .footer-top .footer-nav .footerLinks > li > ul > li {
  margin-bottom: 10px;
}
.footer .footer-top .footer-nav .footerLinks a {
  text-decoration: none;
  color: #a9d4ff;
  font-size: 14px;
}
.footer .footer-top .footer-nav .footerLinks a:hover {
  color: black;
}
.footer .footer-top .footer-nav .footerLinks > li {
  margin-bottom: 20px;
}
.footer .footer-top .footer-nav .footerLinks > li > a {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .footer-top .footerTitle {
  font-size: 18px;
  color: white;
}
.footer .footer-top .wx {
  text-align: center;
  padding-right: 50px;
}
.footer .footer-top .wx p {
  margin-top: 20px;
}
.footer .footer-top .relation h4 {
  margin: 0;
  font-family: "MicrosoftYaHei";
  font-size: 18px;
  color: white;
  margin-bottom: 11px;
}
.footer .footer-top .relation .telephone {
  font-family: "CenturyGothic";
  font-size: 34px;
  color: #f3f8fb;
}
.footer .footer-bottom {
  text-align: center;
  background: #131d27;
}
.footer .footer-bottom .share .iconfont {
  font-size: 27px;
}
.footer .footer-bottom p {
  margin-bottom: 0;
}
/*首页二级标题样式*/
.second-title {
  font-size: 20px;
  color: #0c5eaf;
  font-weight: bold;
  text-indent: 20px;
}
.second-title .more {
  text-decoration: none;
  font-size: 16px;
  color: #999999;
  float: right;
  padding-right: 15px;
}
.second-title .more:hover {
  color: #0c5eaf;
}
.second-title .more:after {
  content: '';
  display: inline-block;
  border: 5px solid #d3d3d3;
  width: 0px;
  height: 0px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: relative;
  left: 3px;
}
.home {
  background: #f1f1f3;
  padding-top: 20px;
  /*首页工作动态样式*/
  /*项目专题样式*/
}
.home .iconfont {
  font-size: 14px;
}
.home .works .banner .swiper-wrapper .swiperBg {
  height: 350px;
  background-size: cover;
  background-position-x:center;
  background-repeat: no-repeat;
  position: relative;
}
.home .works .banner .swiper-wrapper .swiperBg .banner-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.home .works .banner .swiper-pagination-bullets {
  width: 100px;
  left: 80%;
  bottom: 17px;
}
.home .works .banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #b5b5b5;
}
.home .works .banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.home .works .banner .swiper-wrapper .swiperBg .banner-title .articleTitle {
  display: inline-block;
  max-width: 70%;
}
.home .works .works-title {
  border-bottom: 1px solid #ececec;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
}
.home .works .work-dynamic .works-box {
  background: #fff;
  padding: 20px;
  height: 350px;
}
.home .works .work-dynamic .works-box .second-title {
  text-indent: 0;
}
.home .works .work-dynamic .work-list .work-item {
  height: 72px;
  margin-bottom: 20px;
}
.home .works .work-dynamic .work-list .work-item a {
  text-decoration: none;
}
.home .works .work-dynamic .work-list .work-item .articleTitle {
  font-size: 16px;
  color: #333;
}
.home .works .work-dynamic .work-list .work-item .articleTitle:hover {
  color: #0c5eaf;
}
.home .works .work-dynamic .work-list .work-item .describe {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.home .subject .second-title {
  color: #333;
  margin-bottom: 20px;
}
.home .subject .news-list {
  margin-bottom: 0;
}
.home .subject .news-list .news-item {
  margin-bottom: 15px;
}
.home .subject .news-list .news-item .item-a {
  text-decoration: none;
}
.home .subject .news-list .news-item .news-pic {
  height: 200px;
}
.home .subject .news-list .news-item .news-pic img {
/*   object-fit: cover; */
  width: 100%;
  height: 100%;
}
.home .subject .news-list .news-item .news-title {
  height: 50px;
  background: #fff;
  line-height: 50px;
  padding: 0 15px;
  font-size: 16px;
  color: #666;
}
.home .subject .news-list .news-item .news-title:hover {
  color: #0c5eaf;
}
.home .tab-news {
  background: #fff;
  padding: 0 10px;
}
.home .tab-news .nav-tabs {
  padding-top: 11px;
  border-color: #ececec;
}
.home .tab-news .nav-tabs .right-more {
  float: right;
}
.home .tab-news .nav-tabs .right-more .more {
  text-decoration: none;
  font-size: 16px;
  color: #999999;
  float: right;
  padding-right: 15px;
  font-weight: bold;
}
.home .tab-news .nav-tabs .right-more .more:hover {
  color: #0c5eaf;
}
.home .tab-news .nav-tabs .right-more .more:after {
  content: '';
  display: inline-block;
  border: 5px solid #d3d3d3;
  width: 0px;
  height: 0px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: relative;
  left: 3px;
}
.home .tab-news .nav-tabs > li {
  margin-bottom: 0;
}
.home .tab-news .nav-tabs > li .second-title {
  text-indent: 0;
  color: #666;
}
.home .tab-news .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  padding: 10px 10px;
}
.home .tab-news .nav-tabs > li > a:focus {
  background: transparent;
}
.home .tab-news .nav-tabs > li > a:hover {
  background: transparent;
}
.home .tab-news .nav-tabs .active > a {
  color: #0c5eaf;
  border-bottom: 3px solid #0c5eaf;
}
.home .tab-news .tab-content {
  padding-top: 5px;
  padding-bottom: 12px;
}
.home .tab-news .tab-content .content-list .content-item {
  height: 43px;
}
.home .tab-news .tab-content .content-list .content-item .item-box {
  line-height: 43px;
}
.home .tab-news .tab-content .content-list .content-item .item-box a {
  color: #666;
  font-size: 16px;
}
.home .tab-news .tab-content .content-list .content-item .item-box a .articleTitle {
  padding-left: 10px;
}
.home .tab-news .tab-content .content-list .content-item .item-box a .articleTitle:hover {
  color: #0c5eaf;
}
.home .main-right .video iframe {
  width: 100%;
  height: 200px;
}
.home .main-right .video .second-title {
  margin-bottom: 20px;
  color: #333;
}
.home .main-right .video p {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}
.home .main-right .video #youku-playerBox .control-right-grid {
  display: none;
}
.home .main-right .video .video-title {
  display: block;
  background: #fff;
  font-size: 16px;
  text-indent: 20px;
  color: #666;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.home .main-right .video .video-title:hover {
  color: #0c5eaf;
}
.home .main-right .introduce {
  height: 250px;
  background: #fff;
  margin-bottom: 25px;
}
.home .main-right .introduce .top-line {
  height: 6px;
  background: #0c5eaf;
}
.home .main-right .introduce .introduce-list {
  padding: 5px 20px;
}
.home .main-right .introduce .introduce-list .introduce-item {
  background: #f1f1f3;
  margin-bottom: 5px;
}
.home .main-right .introduce .introduce-list .introduce-item:hover {
  background: #0c5eaf;
}
.home .main-right .introduce .introduce-list .introduce-item:hover .introduce-link {
  color: #fff;
}
.home .main-right .introduce .introduce-list .introduce-item:hover .introduce-link .iconcolor {
  color: #fff;
}
.home .main-right .introduce .introduce-list .introduce-item:hover .introduce-link .introduce-text:after {
  border-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.home .main-right .introduce .introduce-list .introduce-item .introduce-link {
  display: block;
  padding: 10px 25px;
  font-size: 14px;
  text-decoration: none;
  color: #666;
}
.home .main-right .introduce .introduce-list .introduce-item .introduce-link .iconcolor {
  color: #0c5eaf;
}
.home .main-right .introduce .introduce-list .introduce-item .introduce-link .introduce-text:after {
  content: '';
  display: inline-block;
  border: 5px solid #0c5eaf;
  width: 0px;
  height: 0px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: relative;
  left: 10px;
}
.home .main-right .announcement {
  background: #fff;
  height: 100%;
  margin-top: 20px;
  padding: 20px;
}
.home .main-right .announcement .second-title {
  margin-top: 0;
  padding-bottom: 20px;
  text-indent: 0;
  border-bottom: 1px solid #ececec;
}
.home .main-right .announcement .announcement-list .announcement-item .announcement-item-box .announcement-item-link {
  text-decoration: none;
  color: #666;
}
.home .main-right .announcement .announcement-list .announcement-item .announcement-item-box .articleTitle {
  margin-bottom: 4px;
  font-size: 14px;
}
.home .main-right .announcement .announcement-list .announcement-item .announcement-item-box .articleTitle:hover {
  color: #0c5eaf;
}
.home .main-right .announcement .announcement-list .announcement-item .announcement-item-box .date {
  font-size: 12px;
}
.home .friendshipLink {
  padding-bottom: 40px;
}
.home .friendshipLink .second-title {
  color: #333;
}
.home .friendshipLink .link-box .link-item img {
  width: 100%;
  height: auto;
}
#crumbs {
  margin-right: 15px;
}
/*机构介绍*/
.content-menus .nav-tabs .total-title {
  background: #0c5eaf;
  height: 100%;
  line-height: 20px;
  color: #fff;
}
.content-menus .nav-tabs .total-title:hover {
  background: #0c5eaf;
}
.content-menus .nav-tabs .total-title h3 {
  margin-top: 10px;
  font-size: 20px;
}
.content-menus .nav-tabs .total-title p {
  font-size: 12px;
}
.content-menus .nav-tabs .active a {
  border: none;
  color: #0c5eaf;
  border-radius: 0;
  margin: 0;
}
.content-menus .nav-tabs .active a:after {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  width: 0;
  height: 0;
  border-left-color: #0c5eaf;
  position: relative;
  left: 15px;
}
.content-menus .nav-tabs > li {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: white;
  border: 1px solid #f2f4f6;
}
.content-menus .nav-tabs > li > a {
  background: transparent;
  height: 100%;
  line-height: 40px;
  color: black;
  text-decoration: none;
}
.content-menus .nav-tabs > li > a:hover {
  background: transparent;
  border: none;
}
.content-menus .nav-tabs > li:hover {
  background: #51b2f1;
  color: white;
}
.content-menus .nav-tabs > li:hover > a {
  color: white;
}
.content-menus > ul > li {
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: white;
  border: 1px solid #f2f4f6;
}
.content-menus > ul > li > a {
  color: #252728;
  text-decoration: none;
}
.content-menus > ul > li:hover {
  background: #51b2f1;
  color: white;
}
.content-menus > ul > li:hover > a {
  color: white;
}
.committee-list {
  padding-top: 30px;
}
.committee-list .pic-list {
  overflow: hidden;
}
.committee-list .memberItem a {
  text-decoration: none;
}
.committee-list .memberItem .headerImg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.committee-list .memberItem .name {
  font-size: 24px;
  color: #303030;
}
.committee-list .memberItem .describe {
  font-size: 14px;
  color: #60656a;
}
.committee-list .text-list {
/*   margin-top: 20px; */
}
.committee-list .text-list .name-list {
  overflow: hidden;
}
.committee-list .text-list .text-title {
  text-indent: 15px;
  font-size:24px;
}
.committee-list .text-list .list-box{
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.committee-list .text-list p {
  color: #60656a;
  margin: 15px 0;
}
.committee-list .text-list .chairman {
  margin: 20px 0 30px;
}
.contentC {
  padding-top: 20px;
  background: #eff0f3;
}
.contentC .content .contetn-exhibition {
  min-height: 520px;
  background: #fff;
}
.contentC .content .contetn-exhibition .contetn-exhibition-header {
  height: 57px;
  color: #a4a5a7;
  display: flex;
  line-height: 57px;
  justify-content: flex-end;
  border-bottom: 1px solid #d7d7d7;
}
.contentC .content .relation .relation-title {
  padding: 30px 0 40px;
  border-bottom: 1px solid #d7d7d7;
}
.contentC .content .relation .relationDetails h3 {
  margin-bottom: 20px;
}
.contentC .content .relation .relationDetails p {
  text-indent: 32px;
  margin-bottom: 20px;
}
.contentC .content .relation .relationDetails .glyphicon {
  color: #0c5eaf;
}
.contentC .content .relation .relationDetails .map iframe {
  height: 440px;
  margin-left: 48px;
  margin-bottom: 50px;
}
.contentC .content .contentTitle h1 {
  padding: 30px 0 40px;
}
.contentC .content .contentTitle .shareLinks {
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.contentC .content .contentTitle .shareLinks .share {
  position: relative;
  top: -8px;
}
.contentC .content .contentText {
  padding: 20px 25px;
}
.contentC .content .contentText h5 {
  line-height: 36px;
}
/*项目专题*/
.subject-list {
  padding-top: 30px;
}
.subject-list .subject-item {
  overflow: hidden;
  margin-bottom: 40px;
}
.subject-list .subject-item a {
  text-decoration: none;
}
.subject-list .subject-item .thumbnail {
  margin-bottom: 0;
  border: none;
  height: 215px;
  position: relative;
}
.subject-list .subject-item .thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.subject-list .subject-item .text {
  height: 215px;
  padding-left: 30px;
}
.subject-list .subject-item .text .title {
  color: #303030;
  margin-bottom: 20px;
}
.subject-list .subject-item .text .title:hover {
  color: #0c5eaf;
}
.subject-list .subject-item .text .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 25px;
}
.subject-list .subject-item .text .describe {
  font-size: 14px;
  color: #60656a;
}
/*新闻和工作动态*/
.newsworks-list {
  padding-top: 30px;
}
.newsworks-list .newsworks-item {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 10px;
}
.newsworks-list .newsworks-item:hover {
  background: #0c5eaf;
}
.newsworks-list .newsworks-item:hover .date {
  color: #fff;
}
.newsworks-list .newsworks-item:hover .text .title {
  color: #fff;
}
.newsworks-list .newsworks-item:hover .text .describe {
  color: #fff;
}
.newsworks-list .newsworks-item .date {
  color: #999;
  border-right: 1px solid #999;
}
.newsworks-list .newsworks-item .date .month {
  font-size: 30px;
}
.newsworks-list .newsworks-item .date .year {
  font-size: 14px;
}
.newsworks-list .newsworks-item .text a {
  text-decoration: none;
}
.newsworks-list .newsworks-item .text .title {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.newsworks-list .newsworks-item .text .describe {
  font-size: 14px;
  color: #999;
}
/*政策法规*/
.policy-list {
  padding-top: 30px;
}
.policy-list .policy-item .item-col {
  padding: 20px 0px 20px 20px;
}
.policy-list .policy-item .item-col a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
}
.policy-list .policy-item .item-col .date {
  float: right;
  font-size: 14px;
  color: #999;
}
/*相关视频*/
.video-list {
  padding-top: 30px;
}
.video-list .video-item {
  margin-bottom: 20px;
}
.video-list .video-item .pic img {
  width: 100%;
  height: 180px;
}
.video-list .video-item .title {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
/*文章页*/
.single .single-title {
  margin-top: 30px;
  padding:0 20px 20px;
}
.single .dateShare {
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.single .dateShare .datasetconfig {
  position: relative;
  top: 10px;
}
.single .dateShare .date {
  margin: 0 10px;
}
.single .contentText {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}
.single .single-footer {
  height: 55px;
}
.friendship-list {
  padding-top: 30px;
}
#crumbs .current{
	max-width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.aligncenter{
	text-align:center;
}
/*# sourceMappingURL=global.css.map */