@charset "UTF-8";
/* 全局样式定义 Powered by Zoomla!逐浪CMS z01.com*/
@font-face {
  font-family: "jinglong";
  src: url("jinglong.eot");
  /* IE9 */
  src: url("jinglong.eot?#iefix") format("embedded-opentype"), url("jinglong.woff") format("woff"), url("jinglong.ttf") format("truetype"), url("jinglong.svg#jinglong") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

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

.well {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40vh;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 1;
}

.well h1 {
  font-family: "jinglong";
  font-size: 9.8rem;
}

.well p {
  margin-bottom: 2rem;
  font-family: "ZoomlaXiangsu-A051";
}

.itop .navbar-brand img {
  margin-right: .4rem;
  width: 4rem;
}

.isearch {
  position: relative;
}

.isearch .btn {
  position: absolute;
  top: -0.2rem;
  right: -0.1rem;
  color: #333;
  font-size: 1.3rem;
}

.ielit {
  margin-top: .32rem;
  overflow: hidden;
}

.ielit .nav-link {
  color: #333;
}

.ielit .nav-tabs .nav-link.active {
  color: #000;
}

.ielit .tab-content {
  min-height: 20rem;
}

.ielit .tab-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ielit .tab-content li {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding-top: .8rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px dotted #ccc;
}

.ielit .tab-content li:hover {
  background: rgba(204, 204, 204, 0.38);
}

.ielit .tab-content li a {
  color: #333;
}

.ielit .tab-content li a:nth-child(1) {
  font-size: 1.28rem;
}

.ielit .tab-content li a:nth-last-child(1) {
  display: inline-block;
  padding: .6rem 1.5rem;
  margin-top: .2rem;
  border: 1px solid #ccc;
}

.ielit .tab-content li a:nth-last-child(1):hover {
  background: #ccc;
}

.ielit .tab-content li p {
  margin-bottom: 0;
  color: #666;
}

.Copyright {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.well_foot {
  position: fixed;
  bottom: 0;
  text-align: center;
  font-size: .9rem;
  width: 100vw;
  z-index: 1;
}

.well_foot a {
  color: #ccc;
}

.conAbout {
  padding: 1rem;
}

.conAbout li {
  width: 48%;
}

.conKeyword {
  padding: 0 1rem;
}

.conKeyword ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.conKeyword li {
  padding: 0 1rem;
  float: left;
}

.conKeyword a {
  padding: 0.2rem 1rem;
  color: #666;
  border: 1px dotted #ccc;
}

.conKeyword a:hover {
  color: #eee;
}

.myAbbr {
  margin-top: 1.4em;
  padding-top: 1em;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  font-size: 0.89rem;
  color: #999;
}

.myAbbr .bdsharebuttonbox {
  display: block;
  margin: auto;
  width: 180px;
}

/*内容页定义*/
.myContent_l {
  padding-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.myContent_l > h1 {
  text-align: center;
  font-size: 1.62rem;
}

.myContent_l h1 {
  font-size: 1.95rem;
}

.myContent_l h2 {
  font-size: 1.85rem;
}

.myContent {
  text-align: justify;
  text-justify: inter-ideograph;
  overflow: hidden;
  line-height: 1.6;
  min-height: 20rem;
  padding: 1rem;
  /*内容文字对齐优化*/
}

.myContent img {
  max-width: 98%;
  border: inset;
}

.news_list {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.news_list_t {
  border-bottom: 1px dotted #e4e9f0;
}

.news_list_t h2 {
  float: left;
  margin-top: 10px;
  margin-bottom: -2px;
  padding-bottom: 10px;
  font-weight: 300;
  border-bottom: 2px solid #f90;
  font-size: 1.22em;
}

.news_list_t a {
  float: right;
  margin-top: 1em;
  color: #333;
}

.news_list_t a:hover {
  color: #cd0001;
}

.news_list_c {
  margin-top: 5px;
}

.news_list_c li {
  line-height: 3em;
  height: 3em;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}

.news_list_c li a {
  color: #3071a9;
  font-size: 0.9em;
}

.news_list_c li a:hover {
  color: #cd0001;
}

.news_list_c li span {
  float: right;
  font-size: 1.1em;
  color: #555;
}

.news_list_c li i {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: #aaa;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-style: normal;
}

.news_list_c li:nth-child(10n+1) i {
  background: #FC9B0B;
}

.news_list_c li:nth-child(10n+2) i {
  background: #FC9B0B;
}

.news_list_c li:nth-child(10n+3) i {
  background: #FC9B0B;
}

.news_list {
  margin-top: 15px;
}

.news_list_l ul {
  margin-bottom: 5px;
}

.news_list_l ul li {
  margin-top: 10px;
}

.news_list_l ul li a {
  display: block;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  font-size: 1.04em;
  color: #fff;
  text-align: center;
  background: #5c6467;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.news_list_l ul li a:hover {
  background: #00a5eb;
}

.news_mySites {
  padding-top: 15px;
}

.news_mySites .breadcrumb {
  background: #fff;
}

/*769-1930分辨率之间传统低分屏幕优化*/
/*小于768px手机优化*/
@media screen and (max-width: 768px) {
  .well {
    padding-top: 20vh;
  }
}

/*key:UG93ZXJlZCBieSBab29tbGEh6YCQ5rWqQ01TIHd3d3cuejAxLmNvbQ== */
/*# sourceMappingURL=global.css.map */