body,
div,
span,
a,
p,
strong,
ins,
del,
em,
i,
input,
img,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
}
i {
  font-style: normal;
}
input {
  outline: none;
  border: none;
}
img {
  border: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
body {
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.clearfix::after,
.clearfix::before {
  content: '';
  display: block;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.line2-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.button {
  font-size: 12px;
}
.button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*
顶部图片高度
*/
.top-banner {
  height: 358px;
}
.top-banner img {
  width: 100%;
  height: 100%;
}
.m-b-20 {
  margin-bottom: 20px;
}
.common-flag-tit {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  position: relative;
}
.common-flag-tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 17px;
  background: url('../img/xyjj-line.png') no-repeat;
  background-size: auto 100%;
}
.common-flag-tit span {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 550;
  color: #2d71c0;
  margin-right: 1em;
}
.common-flag-tit .more {
  display: inline-block;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  flex: 1;
  padding-right: 1em;
  opacity: 0.8;
}
.common-flag-tit .more::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url('../img/more.png') no-repeat;
  background-size: cover;
}
.w-box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.w-box1 .w-3 {
  width: 400px;
}
.w-box1 .w-6 {
  width: 740px;
}
.w-box1 .tabs-b {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.w-box1 .tabs-b .news-item {
  flex: 1;
  border-bottom: 1px dashed #acb7c5;
}
.w-box1 .tabs-b .news-item:nth-last-of-type(1) {
  border-bottom: none;
}
.w-box1 .tabs-b .news-item a {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.w-box1 .tabs-b .news-item .date {
  width: 50px;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-right: 20px;
  background: url('../img/tab-icon.png') no-repeat;
  background-size: 100% 100%;
}
.w-box1 .tabs-b .news-item .date2 {
  width: 190px;
  height: 130px;
  border-radius: 8px;
background-image: url('../img/tab-icon-r.png');
}
.no-bgi {
  background: unset !important;
}
.w-box1 .tabs-b .news-item .date2 img {
  border-radius: inherit;
  overflow: hidden;
width: 100%;
    height: 100%;
}
.w-box1 .tabs-b .news-item .date2 img:hover {
  transform: scale(1.04);
}

.list-right .w-box1 .tabs-b .news-item .date2 img {
  border-radius: inherit;
  overflow: hidden;
    width: 100%;
    height: 100%;
}

.w-box1 .tabs-b .news-item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.w-box1 .tabs-b .news-item .title {
  font-size: 16px;
  color: #161718;
  margin-bottom: 14px;
  font-weight: 500;
}
.w-box1 .tabs-b .news-item .title:hover {
  color: #df3934;
}
.w-box1 .tabs-b .news-item .text {
  font-size: 12px;
  color: #161718;
  font-family: auto;
  opacity: 0.7;
}
.w-box1 .tabs-b .news-item .text2 {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
}
.w-box1 .tabs-b .news-item2 {
  border-bottom: none;
}
.w-box1 .tabs-b .news-item2 a {
  margin-bottom: 0;
}
.w-box1 .tabs-b .news-item2 a .title {
  font-size: 18px;
  color: #161718;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.w-box1 .tabs-b .news-item2 a .text {
  font-size: 14px;
}
.w-box1 .tabs-b .news-item2 a:hover .title {
  color: #df3934;
}
.w-box1 .tabs-b .news-item2 a:hover .title::before {
  content: '';
  display: inline-block;
  transition: all 0.3s ease;
  width: 16px;
  height: 18px;
  background: url('../img/acttit2.png') no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.w-box2 .tabs-b .news-item a {
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.w-box2 .tabs-b .news-item .date {
  width: 25px;
  height: 24px;
  margin-right: 10px;
}
.w-box2 .tabs-b .news-item .title {
  flex: 1;
  font-size: 18px;
  color: #161718;
  margin-bottom: 0;
}
.w-box2 .tabs-b .news-item .text {
  opacity: 0.7;
  margin-left: 1em;
}
/** 当前位置 */
.common-addr {
  position: relative;
  padding: 16px 0;
  font-size: 14px;
  color: rgba(22, 23, 24, 0.7);
}
.common-addr::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  background: url('../img/dqwz.png') no-repeat;
  position: absolute;
  left: 0;
  bottom: 8px;
}
/** 右侧公共列表 */
.list-right {
  width: 282px;
  margin-left: 24px;
  /** 左侧公告列表 */
}
.list-right .tabs-b .news-item a {
  margin: 16px 0;
}
.list-right .tabs-b .news-item .date2 {
  width: 78px;
  height: 38px;
  border-radius: 4px;
  margin-right: 16px;
}
.list-right .list-item {
  margin: 20px 0;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.list-right .list-item .tabs-b {
  padding: 0 16px;
  box-sizing: border-box;
}
.list-right .list-item .tabs-b a:hover .text {
  color: #df3934;
}
.list-right .list-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 62px;
  color: #ffffff;
  padding: 0 16px 6px;
  font-size: 12px;
  background: url('../img/top01.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.list-right .list-item .item-head .l {
  font-size: 24px;
  font-weight: 550;
  color: #fbfbfb;
}
.list-right .list-item:nth-of-type(2) .item-head {
  background-image: url('../img/top02.png');
}
.list-right .list-item:nth-of-type(3) .item-head {
  background-image: url('../img/top03.png');
}
/** 搜索模块 start */
.list-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  padding: 20px 0 16px;
}
.common-search input {
  border: 1px solid rgba(112, 112, 112, 0.6);
  font-size: 18px;
  border-radius: 8px;
  width: 420px;
  padding: 6px 86px 6px 24px;
  color: rgba(91, 92, 92, 0.67);
}
.common-search input::-webkit-input-placeholder {
  color: rgba(91, 92, 92, 0.8);
}
.common-search input:-moz-placeholder {
  color: rgba(91, 92, 92, 0.8);
}
.common-search input:-ms-input-placeholder {
  color: rgba(91, 92, 92, 0.8);
}
.common-search .icon {
  display: inline-flex;
  align-items: center;
  color: #5b5c5c;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.common-search .icon span {
  margin-right: 8px;
}
/** 搜索模块 :end */

.Num {
    height: 24px;
    padding: 2px .6em;
    color: rgba(32, 19, 10, 0.6);
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, .4);
    border-radius: 2px;
    margin: 0 8px;
  }

  .Num.on {
    background: #1A63BE;
    color: #FFFFFF;
  }

#app {
min-width:1280px;
}

#app .imgAuto img{
  max-width: 100%;
}

#app .imgAuto img tee{
  max-width: 100%;
}
#adu0{
z-index:13  !important;
}