@font-face {
  font-family: '思源黑体';
  /*字体名称*/
  src: url('font/SourceHanSansCN-Regular.otf');
}
* {
  font-family: '思源黑体';
}
.item1 {
  width: 100%;
  height: 194px;
  background: url(../images/top-line.jpg) no-repeat;
}
.item1 .container {
  padding: 0;
  padding-top: 10px;
}
.item1 .header-logo {
  position: relative;
  float: left;
}
.item1 .header-logo a {
  color: #fff;
  font-size: 24px;
  line-height: 124px;
}
.item1 .header-logo .eng_txt {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 222px;
  height: 40px;
}
.item1 .header-logo .J_date {
  font-size: 16px;
  color: #2267b1;
  margin-top: 10px;
}
.item1 .header-logo .J_date span {
  margin-left: 10px;
}
.item1 .header-right {
  float: right;
  margin-top: 20px;
  text-align: right;
}
.item1 .header-right .top_link {
  margin-bottom: 6px;
}
.item1 .header-right .top_link span {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}
.item1 .header-right .top_link span a {
  color: #2267b1;
  font-size: 16px;
}
.item1 .header-right .top_link span a:hover {
  color: #0b0d19;
}
.item1 .header-right .top_link span:last-child {
  border-left: 1px solid #2267b1;
}
.item1 .header-right .top_intro p {
  text-shadow: 1px 1px 4px #fff;
  color: #556fb5;
  line-height: 24px;
  font-size: 14px;
}
.nav_bg {
  background: url(../images/nav_bg.jpg) repeat-x;
}
.navbar-nav {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  float: none;
}
.navbar-nav > li {
  line-height: 52px;
  font-size: 18px;
}
.navbar-nav > li.onThis {
  color: #333;
}
.navbar-nav > li.onThis > a {
  color: #333;
}
.navbar-nav > li:hover {
  background-color: #fff;
  color: #556fb5;
}
.navbar-nav > li:hover .s_navbox {
  display: block;
}
.navbar-nav > li:hover a {
  color: #333;
}
.nav li:hover .dropdown-menu {
  display: block;
}
.nav > li > a {
  padding: 18px 14px;
}
.navbar {
  margin-bottom: 0;
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.s_navbox {
  display: none;
  position: absolute;
  left: 0;
  max-width: 160px;
  background: #fff;
  background-color: #014da1;
  z-index: 9999;
  box-sizing: border-box;
}
.s_navbox .s_a a {
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  padding-left: 14px;
  border-top: 1px solid #fff;
}
.s_navbox .s_a a:hover {
  background-color: #eee;
  color: #014da1;
}
/* 轮播图 */
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .hd {
  height: 17px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}
.banner .hd ul {
  text-align: center;
}
.banner .hd ul li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  width: 22px;
  height: 17px;
  line-height: 14px;
  text-align: center;
  background: #fff;
}
.banner .hd ul .on {
  background: #014da1;
  color: #fff;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd li img {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.main {
  background: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main .wrapper_item {
  background: #fff;
}
.main .index_title {
  padding: 10px 15px;
  background: #eee;
  border-radius: 6px;
margin-top:25px;
}
.main .index_title h4 {
  height: 32px;
  background-size: 30px;
  padding-left: 40px;
  float: left;
  color: #000;
  line-height: 32px;
  font-weight: 700;
  font-size: 18px;
}
.main .index_title a {
  float: right;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 32px;
}
.main .index_title a:hover {
  color: #2267b1;
}
.main .index_title .paperSearching {
  float: right;
}
.main .index_title .paperSearching input {
  height: 34px;
  border: 0;
  box-sizing: border-box;
  outline: none;
  float: right;
}
.main .index_title .paperSearching .keyWords {
  width: 240px;
  padding: 5px;
  border-radius: 4px;
}
.main .index_title .paperSearching .btn_search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #2267b1;
  color: #fff;
}
.main .news_tit h4 {
  background: url(../images/icon_news.png) no-repeat left center;
  background-size: 30px;
}
.main .lunwen_tit h4 {
  background: url(../images/icon-searchLunwen.png) no-repeat left center;
  background-size: 30px;
}
.main .author_tit h4 {
  background: url(../images/icon-author.png) no-repeat left center;
  background-size: 25px;
}
.main .books_tit h4 {
  background: url(../images/icon-books.png) no-repeat left center;
  background-size: 25px;
}
.main .leftAndRightSlider {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
.main .leftAndRightSlider dl {
  background: #eee;
  border-radius: 6px;
  margin-bottom: 18px;
}
.main .leftAndRightSlider dl dt {
  background: url(../images/icon-yuandiansi.png) no-repeat 26px center;
  padding: 16px 0;
  padding-left: 62px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  color: #2267b1;
}
.main .leftAndRightSlider dl dd {
  background: url(../images/icon-yuandianyi.png) no-repeat 30px center;
  padding: 16px 0;
  padding-left: 62px;
  line-height: 1;
}
.main .leftAndRightSlider dl dd a {
  display: block;
  color: #000;
  font-size: 16px;
}
.main .leftAndRightSlider dl dd a:hover {
  color: #2267b1;
}
.main .leftAndRightSlider dl .org {
  width: 86%;
  background: none;
  margin: 0 auto ;
  padding: 16px 0 0;
  padding-left: 0;
}
.main .leftAndRightSlider dl .org > div {
  height: 42px;
  display: block;
  border-radius: 5px;
  padding-left: 30px;
  line-height: 42px;
  background: #c5d3e2 url(../images/icon-orgArrow.png) no-repeat 90% center;
  text-decoration: none;
  cursor: pointer;
}
.main .leftAndRightSlider dl .org:last-child {
  padding-bottom: 20px;
}
.main .leftAndRightSlider dl .org ul {
  display: none;
  margin-top: 4px;
}
.main .leftAndRightSlider dl .org ul li a {
  height: 40px;
  display: block;
  background: #c5d3e2;
  padding-left: 10px;
  line-height: 40px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}
.main .leftAndRightSlider .J_ewm {
  margin-top: 40px;
  text-align: center;
}
.main .leftAndRightSlider .J_ewm img {
  width: 60%;
}
.main .leftAndRightSlider .J_ewm p {
  margin-top: 4px;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 1.2;
}
.main .centerSlider {
  padding: 0;
  padding-top: 15px;
  background: #fff;
}
.main .centerSlider .news_list {
  width: 96%;
  margin: 10px auto 15px;
}
.main .centerSlider .news_list li {
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1;
}
.main .centerSlider .news_list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*!?autoprefixer:?off?*/
  -webkit-box-orient: vertical;
  line-height: 30px;
  color: #6a6a6a;
}
.main .centerSlider .news_list li a:hover {
  color: #2267b1;
}
.main .centerSlider .news_list li:last-child {
  border-bottom: 0;
}
.main .centerSlider .search_time {
  width: 98%;
  padding: 14px 0;
  margin: 0 auto;
  border-bottom: 1px solid #d2d2d2;
padding-bottom:1px;
padding-top:15px;
}
.main .centerSlider .search_time span {
  font-size: 14px;
  color: #000;
}
.main .centerSlider .getPage_tit {
  width: 97%;
  margin: 0 auto;
  background: url(../images/icon-yuandiansi.png) no-repeat 0 center;
  padding: 10px 0;
  padding-left: 30px;
  border-bottom: 1px solid #2267b1;
  font-size: 18px;
  color: #2267b1;
  font-weight: 700;
}
.main .centerSlider .SearchResultList {
  width: 96%;
  margin: 0 auto;
}
.main .centerSlider .SearchResultList li {
  border-bottom: 1px solid #d2d2d2;
  padding: 14px;
}
.main .centerSlider .SearchResultList li .title a {
  font-size: 16px;
  color: #000;
}
.main .centerSlider .SearchResultList li .title a:hover {
  color: #2267b1;
}
.main .centerSlider .SearchResultList li .author,
.main .centerSlider .SearchResultList li .time,
.main .centerSlider .SearchResultList li .pdf,
.main .centerSlider .SearchResultList li .dec {
  margin-top: 6px;
  color: #666666;
  font-size: 14px;
}
.main .centerSlider .SearchResultList li .dec {
  display: none;
}
.main .centerSlider .SearchResultList li .pdf a {
  color: #666666;
}
.main .centerSlider .SearchResultList li .pdf a:hover {
  color: #2267b1;
}
.main .centerSlider .SearchResultList li .pdf a img {
  margin-right: 6px;
}
.main .centerSlider .SearchResultList li .pdf a span {
  color: #f55516;
}
.main .centerSlider .SearchResultList li .pdf .J_link {
  margin-right: 10px;
  color: #014da1;
  text-decoration: none;
}
.main .centerSlider .moreResult {
  width: 115px;
  height: 36px;
  background: #2267b1;
  margin: 0 auto 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.main .centerSlider .moreResult a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
.main .centerSlider .moreResult a:hover {
  color: #fff !important;
}
.main .centerSlider .authorList {
  width: 98%;
  margin: 0 auto;
  margin-top: 14px;
  padding-bottom: 10px;
}
.main .centerSlider .authorList li {
  padding: 5px;
}
.main .centerSlider .authorList li div {
  padding: 4px;
  border: 1px solid #d2d2d2;
}
.main .centerSlider .authorList li div img {
  width: 100%;
}
.main .centerSlider .authorList li p {
  margin-top: 6px;
  text-align: center;
  color: #000;
}
.main .booksSlider {
  padding-top: 15px;
}
.main .booksSlider .booksList {
  margin-top: 50px;
  border-bottom: 4px solid #2267b1;
}
.main .booksSlider .booksList a:hover p {
  color: #2267b1;
}
.main .booksSlider .booksList li {
  float: left;
}
.main .booksSlider .booksList li img {
  width: 88%;
}
.main .booksSlider .booksList li p {
  padding: 10px 0;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.main .booksLinkList {
  margin-top: 30px;
}
.main .booksLinkList li .title {
  padding: 10px 0;
  padding-left: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.main .booksLinkList li a {
  display: block;
  padding: 15px 0 10px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #82817f;
}
.main .booksLinkList li a:hover {
  color: #2267b1;
}
.main .detail_dl {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #2267b1;
}
.main .detail_dl .details-left {
  margin-bottom: 14px;
  float: left;
}
.main .detail_dl .details-left img {
  width: 190px ;
  display: block;
  margin: 0 auto;
}
.main .detail_dl .details-left .downloadLink {
  margin-top: 20px;
}
.main .detail_dl .details-left .downloadLink a {
  width: 130px;
  height: 40px;
  display: inline-block;
  background: #eeeeee;
  border-radius: 5px;
  margin-left: 10px;
  line-height: 40px;
  text-align: center;
  color: #525252;
  font-size: 16px;
}
.main .detail_dl .details-left .downloadLink a:last-child {
  float: right;
  margin-right: 10px;
}
.main .detail_dl .details-left .downloadLink a:hover {
  color: #2267b1;
}
.main .detail_dl .details-right {
  float: left;
}
.main .detail_dl .details-right .publish-tit {
  padding-bottom: 4px;
  margin-bottom: 2px;
  font-size: 18px;
  color: #353534;
  font-weight: bold;
}
.main .detail_dl .details-right .publish-time {
  padding-bottom: 4px;
  margin-bottom: 2px;
  border-bottom: 1px solid #aaaaaa;
  font-size: 18px;
  color: #353534;
  font-weight: bold;
}
.main .detail_dl .details-right .publish-link li {
  padding: 4px 0;
}
.main .detail_dl .details-right .publish-link li a {
  font-size: 18px;
  color: #525252;
}
.main .detail_dl .details-right .publish-link li a:hover {
  color: #2267b1;
}
footer {
  background: #2267b1;
  padding: 14px 0;
}
footer .foot_left {
  float: left;
  margin-left: 20px;
}
footer .foot_left p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
footer .foot_right {
  float: right;
  margin-right: 20px;
}
footer .foot_right p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.navbar-default .navbar-toggle {
  border-color: #014da1;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggle {
  background: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #014da1;
}
.m_nav {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 10000;
}
.m_nav .closecover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0b0d19;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.m_nav .closeicon {
  position: absolute;
  width: 20%;
  left: 0;
  top: 5%;
  z-index: 100;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
}
.m_nav .m_navList {
  position: absolute;
  width: 80%;
  right: 0px;
  top: 0px;
  background: #0b0d19;
  height: 100%;
  z-index: 100;
  right: -80%;
  overflow-y: scroll;
}
.m_nav .m_navList ul {
  padding-left: 5%;
  padding-right: 5%;
}
.m_nav .m_navList ul li {
  border-bottom: 1px solid #232530;
}
.m_nav .m_navList ul li a {
  display: block;
  height: 45px;
  color: #fff;
  line-height: 45px;
  padding-left: 5%;
  font-size: 16px;
}
.m_nav .m_navList ul li .m_f_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.m_nav .m_navList ul li .m_f_a a {
  flex: 1;
}
.m_nav .m_navList ul li .m_f_a i {
  width: 40px;
  height: 35px;
  box-sizing: border-box;
  padding: 0 5px;
  display: block;
}
.icon {
  background: url(../images/plus.png) 100% no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.icon_on {
  background: url(../images/reduce.jpg) 50% no-repeat !important;
  background-position: 50% 50%;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.m_nav .m_navList ul li .m_s_nav {
  display: none;
  width: 100%;
}
.m_nav .m_navList ul li .m_s_nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 10%;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #014da1;
  color: #fff;
}
.dropdown-menu > li > a {
  font-size: 16px;
  line-height: 2;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.detailBanner img {
  width: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 47px;
  height: 104px;
}
.banner .prev {
  background: url(../images/slider-arrow-left.png) no-repeat;
}
.banner .next {
  left: auto;
  right: 0;
  background: url(../images/slider-arrow-right.png) no-repeat;
}
.banner .prev:hover,
.banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.banner .prevStop {
  display: none;
}
.banner .nextStop {
  display: none;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .head {
    position: relative;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .eng_txt {
    display: none;
  }
  .item1 {
    height: 50px;
  }
  .item1 .header-logo a {
    line-height: 50px;
  }
  .item1 .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .header-logo img {
    width: 200px;
  }
  .banner .hd {
    height: 10px;
    bottom: 10px;
  }
  .banner .hd ul li {
    width: 14px;
    height: 10px;
  }
  .banner .prev,
  .banner .next {
    width: 26px;
    height: 58px;
    background-size: 100%;
  }
  .main .centerSlider {
    padding: 15px;
  }
  .main .leftAndRightSlider dl dt {
    background-size: 18px;
    padding-left: 54px;
  }
  .main .leftAndRightSlider dl dd {
    padding: 10px 0;
    background-size: 8px;
    padding-left: 54px;
  }
  .main .leftAndRightSlider dl dd a {
    font-size: 14px;
  }
  .main .leftAndRightSlider .J_ewm {
    margin-top: 30px;
  }
  .main .leftAndRightSlider .J_ewm img {
    width: 90px;
  }
  .main .leftAndRightSlider .J_ewm p {
    font-size: 14px;
  }
  .main .index_title .paperSearching .keyWords {
    width: 130px;
  }
  .main .index_title h4 {
    font-size: 16px;
    background-size: 26px;
    padding-left: 32px;
  }
  .main .centerSlider .news_list li {
    padding: 8px 0;
  }
  .main .booksSlider .booksList {
    margin-top: 30px;
  }
  .main .booksSlider .booksList li {
    margin-bottom: 10px;
  }
  .main .booksSlider .booksList li p {
    font-size: 16px;
  }
  .main .booksLinkList {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main .booksLinkList li a {
    padding: 10px 0 6px 10px;
  }
  .main .detail_dl .details-right .publish-tit {
    padding-bottom: 5px;
  }
  .main .detail_dl .details-right .publish-link li a {
    font-size: 14px;
  }
  .main .detail_dl {
    border: 0;
    padding-bottom: 0;
  }
  .main .detail_dl .details-left .downloadLink {
    margin-bottom: 10px;
  }
  .main .detail_dl .details-left .downloadLink a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .leftAndRightSlider.col-md-3 {
    width: 20%;
  }
  .centerSlider.col-md-6 {
    width: 60%;
  }
  .booksSlider.col-md-9 {
    width: 80%;
  }
}
		/* 跑马灯css */
		.tempWrap{ width: 100%!important; margin: 0 auto;}
		.J_slider {position: relative;overflow: hidden;width: 100%;  }
		#marquee .hd .prev,
		#marquee .hd .next{ position:absolute;   top:50%; transform: translateY(-50%);  display:block; width:32px; height:32px; cursor: pointer;  }
    #marquee .hd .prev{ left: 0; background: url(../images/marquee-left.png) no-repeat center;  }
    #marquee .hd .next{ right: 0; background: url(../images/marquee-right.png) no-repeat center;  }

		#marquee .bd{ position:relative; z-index:10;  width: 90%; margin: 20px auto;}
		#marquee .bd li { width: 25%; float:  left; padding: 8px; border:1px solid #ddd; margin: 0 5px;}
    #marquee .bd li img{width:100%; vertical-align:top;  } 
    .authorLIST li .title{ margin-top: 5px;}
    .authorLIST li .title a{ color: #666; font-size: 14px; }
    @media(max-width: 768px){
      #marquee .bd li { width: 50%;} 
      #marquee .bd{ width: 80%;}
      #marquee .hd .prev,
      #marquee .hd .next { width: 20px; height: 20px; }
    }