body {
  font-family: MicrosoftYaHei;
}
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 #660000;
  background-color: #660000;
}
.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 #660000;
  background-color: #660000;
}
.pagination ul li a:hover,
.pg-1 a：hover {
  color: #660000;
}
.copyright {
  background: #660000;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 35px 0;
  width: 100%;
}
/*回到头部*/
.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%;
  background: #660000;
}
.header .row {
  display: flex;
  align-items: center;
}
.header .navBg {
  text-align: right;
}
.header .navBg img {
  width: 180px;
  margin-right: 35px;
  margin-bottom: -35px;
}
.header .logo {
  width: 100%;
}
.header .logo img {
  width: 80%;
}
/* banner */
.banner {
  margin-top: 15px;
  padding: 0 !important;
}
/*内容*/
.content .con_header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #660000;
  align-items: center;
  overflow: hidden;
}
.content .con_header .con_title h4 {
  font-weight: bold;
  color: #4a4a51;
  border-bottom: 4px solid #660000;
  padding: 0 10px;
  padding-bottom: 10px;
  display: inline-block;
  float: left;
}
.content .con_header .con_icon {
  color: #979797;
  display: flex;
  align-items: center;
  float: right;
}
.content .con_header .con_icon:hover {
  color: #0b3b98;
}
.content .news {
  margin-top: 10px;
}
.content .news .news_item {
  padding: 10px;
}
.content .news .news_item .n_i_img img {
  width: 100%;
}
.content .news .news_item .n_i_title {
  margin-top: 15px;
  font-size: 16px;
  display: flex;
  color: #006666;
}
.content .news .news_item .n_i_title .icon {
  width: 12px;
  height: 12px;
  background: #cfa972;
  margin-top: 5px;
  float: left;
}
.content .news .news_item .n_i_title p {
  margin-left: 10px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .news .news_item:hover {
  color: #660000;
  font-weight: bold;
}
.content .banner2 {
  margin: 15px 0;
  border-radius: 10px;
  overflow: hidden;
}
.content .banner2 img {
  width: 100%;
}
.content .there .t_item {
  padding: 15px;
  overflow: hidden;
}
.content .there .t_item .item {
  display: block;
  margin-top: 10px;
  overflow: hidden;
}
.content .there .t_item .item .time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 80px;
  height: 80px;
}
.content .there .t_item .item .time .hour {
  font-size: 30px;
  color: #660000;
  font-weight: normal;
}
.content .there .t_item .item .time .month {
  font-size: 12px;
  color: #a6a6a6;
}
.content .there .t_item .item .t_box {
  border-left: 1px solid #dddddd;
  margin-left: 95px;
  padding-left: 10px;
  height: 60px;
  float: left;
  width: calc(100% - 90px);
  margin-top: -70px;
}
.content .there .t_item .item .t_box .t_title {
  font-size: 16px;
  color: #4c4c4c;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .there .t_item .item .t_box .abs {
  font-size: 12px;
  color: #555555;
  margin-top: 10px;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .there .t_item .item:hover .time {
  background: #660000;
}
.content .there .t_item .item:hover .time .hour {
  color: white;
}
.content .there .t_item .item:hover .time .month {
  color: white;
}
.content .there .t_item .item:hover .t_title {
  color: #660000;
  font-weight: bold;
}
/*-------------------内容列表页页----------------------*/
.contentPage {
  background-color: #e4e8ee;
  padding-bottom: 20px;
}
.contentBox .pcleftNav {
  background-color: white;
  margin-top: 20px;
}
.contentBox .pcleftNav .top {
  background-color: #660000;
  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;
}
.contentBox .pcleftNav ul li a:hover {
  color: #660000;
  border-bottom-color: #660000;
}
.contentBox .right {
  background-color: white;
  margin-top: 20px;
  min-height: 400px;
}
.contentBox .right .top {
  display: flex;
  padding-top: 15px;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
.contentBox .right .top h4 {
  margin-left: 20px;
  border-bottom: 3px solid #660000;
  padding-bottom: 10px;
  margin-bottom: -2px;
  display: inline-block;
}
.contentBox .right .top .link {
  flex: 1;
  text-align: right;
  margin-right: 20px;
  float: right;
}
.contentBox .right .artice {
  padding: 20px;
}
.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 15px;
}
.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: #660000;
}
.contentBox .right .list li a:hover span {
  margin-left: 5px;
}
@media (max-width: 990px) {
  .footer .link a {
    padding: 10px 20px;
  }
  .contentBox .pcleftNav .top {
    margin-top: 60px;
  }
  .logo {
    display: none;
  }
  .touch {
    padding: 0 0 0 15px!important;
  }
  .ewm {
    display: none !important;
  }
  .list-inline > li {
    padding: 0;
  }
}
/*# sourceMappingURL=index.css.map */