body {
  font-family: MicrosoftYaHei;
  background-color: #dce7ee;
}
a {
  text-decoration: none !important;
  color: #222222;
  font-size: 12px;
}
a:hover {
  cursor: pointer;
}
ul {
  padding: 0;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
div,
a {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.row > div {
  padding: 0 5px;
  margin: 10px 0;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #d1d1d1;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: white;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination ul span,
.pg-1 .total {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #014a99;
  background-color: #014a99;
}
.pagination ul a,
.pg-1 a,
.pg-1 .current {
  display: inline-block;
  margin: 0 5px 8px;
  padding: 2px 7px;
  color: #7e7e7e;
  border: 1px solid #dbdbdb;
}
.pagination ul li.active a,
.pg-1 .current {
  color: #fff;
  border: 1px solid #014a99;
  background-color: #014a99;
}
.pagination ul li a:hover,
.pg-1 a：hover {
  color: #014a99;
}
.copyright {
  background: #014a99;
  color: white;
  font-size: 12px;
  text-align: left;
  padding: 20px 0;
  width: 100%;
}
.footer {
  background: #014a99;
  padding-top: 30px;
}
/*回到头部*/
.go_top {
  width: 35px;
  height: 35px;
  position: fixed;
  top: 85%;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}
.go_top img {
  width: 100%;
}
/*public----------------------------------------------------public*/
/*头部*/
.header {
  width: 100%;
  position: relative;
}
.header .logoBox {
  padding: 10px 0;
  background: #f4f7fb;
}
.header .logoBox .input-group {
  width: 300px;
  margin-top: 10px;
  float: right;
  border: 2px solid #006cb8;
  border-radius: 2px;
}
.header .logoBox .input-group .form-control {
  border-radius: 0;
  border: none;
}
.header .logoBox .input-group .btn {
  border-radius: 0;
  border-color: white ;
  height: 34px;
  width: 45px;
  background: url("../img/search.png") no-repeat white;
  background-size: 32px;
  background-position-x: 50%;
}
.header .logoBox .input-group .btn:focus {
  outline: none !important;
}
.header .banner img {
  width: 100%;
}
.header .logo {
  width: 100%;
}
.header .logo img {
  width: 100%;
}
/*内容*/
.content {
  background: url("../img/contentbg.png") no-repeat;
  background-size: 100%;
}
.content .center {
  overflow: hidden;
}
.content .center .headTop {
  border-bottom: 1px solid #004a9a;
  padding: 10px;
}
.content .center .headTop .right .icon {
  width: 20px;
  height: 20px;
  float: left;
}
.content .center .headTop .right .icon1 {
  background: url("../img/xinxigongkai_icon.png");
  background-size: 100% 100%;
}
.content .center .headTop .right .icon2 {
  background: url("../img/tousu_icon.png");
  background-size: 100% 100%;
}
.content .center .headTop .right .icon3 {
  background: url("../img/zhidu_icon.png");
  background-size: 100% 100%;
}
.content .center .headTop .right .icon4 {
  background: url("../img/tag_icon.png");
  background-size: 100% 100%;
}
.content .center .headTop .right h4 {
  color: #004a9a;
  margin-left: 25px;
}
.content .center .oneBox {
  overflow: hidden;
}
.content .center .oneBox .box1 {
  background-color: white;
  overflow: hidden;
}
.content .center .oneBox .box1 .textBox {
  padding: 15px;
  font-size: 16px;
}
.content .center .oneBox .box1 .textBox p {
  line-height: 32px;
}
.content .center .oneBox .textBox {
  padding: 15px;
  font-size: 16px;
}
.content .center .oneBox .textBox p {
  line-height: 32px;
}
.content .center .oneBox .box2 {
  background-color: white;
}
.content .center .oneBox .box2 .itemBox {
  height: 254px;
  padding: 10px;
}
.content .center .oneBox .box2 .itemBox a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
.content .center .oneBox .box2 .itemBox a .icon {
  margin-right: 10px;
}
.content .center .oneBox .box2 .itemBox a:hover {
  color: #014a99;
  font-weight: bold;
}
.content .center .twoBox {
  padding-bottom: 15px;
  margin-top: -10px;
}
.content .center .tableCell {
  padding: 0 20px;
  background: white;
}
.content .center .tableCell .tagBox {
  position: relative;
  margin: 10px;
  background-color: #ebf5fb;
}
.content .center .tableCell .tagBox .leftItem {
  width: 228px;
  background: #afcff1;
  z-index: 10;
  position: relative;
  font-size: 16px;
}
.content .center .tableCell .tagBox .leftItem .item {
  padding: 15px 20px;
  border-bottom: 1px solid white;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
.content .center .tableCell .tagBox .leftItem .item:hover {
  cursor: pointer;
}
.content .center .tableCell .tagBox .leftItem .item.active {
  background: #014a99;
  color: white;
}
.content .center .tableCell .tagBox .rightItem {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  padding-left: 228px;
  height: 100%;
  overflow: auto;
}
.content .center .tableCell .tagBox .rightItem .headItem {
  padding: 16px 20px;
  background: #afcff1;
  position: sticky;
  top: 0;
  z-index: 10;
}
.content .center .tableCell .tagBox .rightItem .headItem h4 {
  font-size: 16px;
  display: inline-block;
}
.content .center .tableCell .tagBox .rightItem .headItem a {
  float: right;
}
.content .center .tableCell .tagBox .rightItem .itemBox {
  display: none;
}
.content .center .tableCell .tagBox .rightItem .itemBox.active {
  display: block;
}
.content .center .tableCell .tagBox .rightItem .list {
  padding: 20px;
}
.content .center .tableCell .tagBox .rightItem .list .item {
  position: relative;
  margin-bottom: 20px;
}
.content .center .tableCell .tagBox .rightItem .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #014a99;
}
.content .center .tableCell .tagBox .rightItem .list .item a {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
.content .center .tableCell .tagBox .rightItem .list .item a:hover {
  font-weight: bold;
}
/*-------------------内容列表页页----------------------*/
.contentPage {
  background-color: #e4e8ee;
  padding-bottom: 20px;
}
.contentPage .content {
  padding: 0;
}
.contentBox .pcleftNav {
  background-color: white;
}
.contentBox .pcleftNav .navClick {
  padding: 10px 0;
}
.contentBox .pcleftNav .navClick > li > a {
  background-color: #f8f8f8;
}
.contentBox .pcleftNav .top {
  background-color: #014a99;
  color: white;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentBox .pcleftNav .top .iconfont {
  font-size: 18px;
  flex: 1;
  text-align: right;
  margin-right: 15px;
}
.contentBox .pcleftNav ul {
  padding-bottom: 10px;
}
.contentBox .pcleftNav ul li {
  padding: 0 10px;
}
.contentBox .pcleftNav ul li a {
  display: block;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px dashed #d1d1d1;
  line-height: 40px;
  font-size: 15px;
  color: #636363;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
.contentBox .pcleftNav ul li a:hover {
  color: #014a99;
  border-bottom-color: #014a99;
}
.contentBox .right {
  background-color: white;
  min-height: 400px;
}
.contentBox .right .top {
  display: flex;
  padding-top: 18px;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
.contentBox .right .top h4 {
  margin-left: 50px;
  border-bottom: 3px solid #014a99;
  padding-bottom: 10px;
  margin-bottom: -2px;
  display: inline-block;
}
.contentBox .right .top .link {
  flex: 1;
  text-align: right;
  margin-right: 50px;
  float: right;
}
.contentBox .right .artice {
  padding: 30px 50px;
}
.contentBox .right .artice .title {
  font-size: 20px;
  text-align: center;
}
.contentBox .right .artice .abs {
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin: 15px 0;
  color: #9d9d9d;
}
.contentBox .right .artice .contentAtice table {
  width: 100% !important;
}
.contentBox .right .artice .contentAtice img {
  max-width: 100% !important;
  height: auto;
}
.contentBox .right .list {
  padding: 0 50px;
}
.contentBox .right .list li a {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px dashed #9d9d9d;
}
.contentBox .right .list li a span {
  margin-right: 15px;
  transition: all 0.36s ease;
  font-size: 12px;
}
.contentBox .right .list li a .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentBox .right .list li a .time {
  margin-right: 10px;
}
.contentBox .right .list li a:hover {
  color: #014a99;
}
.contentBox .right .list li a:hover span {
  margin-left: 5px;
}
.contentBox .right .mesContent .mesBox {
  padding-bottom: 40px;
}
.contentBox .right .mesContent .mesBox .mesHeader {
  border-bottom: 2px solid #014a99;
  display: flex;
  align-items: center;
}
.contentBox .right .mesContent .mesBox .mesHeader p {
  display: inline-block;
  font-size: 18px;
  padding: 15px 30px;
  color: #014a99;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.contentBox .right .mesContent .mesBox .mesHeader a {
  width: 50px;
  font-weight: bold;
}
.contentBox .right .mesContent .mesBox .meslist a {
  display: block;
  padding: 0px 30px;
  padding-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
.contentBox .right .mesContent .mesBox .meslist a .time {
  color: #8a8a8a;
  font-size: 14px;
  margin-left: 15px;
}
@media (max-width: 990px) {
  .contentBox .right .top h4 {
    margin-left: 20px;
  }
  .contentBox .right .top .link {
    margin-right: 20px;
  }
  .contentBox .right .artice {
    padding: 20px;
  }
  .contentBox .right .list {
    padding: 0 20px;
  }
  .footer .link a {
    padding: 10px 20px;
  }
  .logo {
    display: none;
  }
  .touch {
    padding: 0 0 0 15px !important;
  }
  .ewm {
    display: none !important;
  }
  .list-inline > li {
    padding: 0;
  }
}
/*# sourceMappingURL=index.css.map */
