.focusHeader {
    position: absolute;
}
.wp_articlecontent img {
    max-width: 100%;
}
.banner .list-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.right .weizhi {
  text-align: right;
  padding-bottom: 8px;
margin-bottom: 20px;
  border-bottom: 2px solid #003f88;
}
.show-border .weizhi {
  border-bottom: none;
}
.position {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  background: url(/_upload/tpl/0b/be/3006/template3006/images/position.png) no-repeat left center;
  background-size: 15px 17px;
  padding-left: 28px;
}
.position a {
  font-size: 16px;
}
.list-container .right {
  padding-left: 354px;
  margin-right: 9px;
}
@media screen and (max-width: 1250px) {
  .list-container .right {
    padding-left: 302px;
  }
}
@media screen and (max-width: 991px) {
  .list-container .right {
    padding-left: 0px;
    margin-right: 0;
  }
  .right .weizhi {
    text-align: left;
    margin-top: 10px;
  }
}
/* 普通列表页 */
.right-list {
  width: 100%;
}
.right-list .right-list-item {
  height: 38px;
  line-height: 38px;
  padding: 0.22rem 0;
  border-bottom: 1px dashed #c9c9c9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-list .right-list-item:hover a p {
  color: #003f88;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-list .right-list-item a {
  height: 100%;
  display: block;
}
.right-list .right-list-item .time {
  float: left;
  height: 100%;
  border: 1px solid #adcde4;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.right-list .right-list-item .time span {
  height: 100%;
  text-align: center;
}
.right-list .right-list-item .time .d {
  color: #fff;
  font-size: 18px;
  width: 38px;
  background-color: #003f88;
}
.right-list .right-list-item .time .y {
  color: #666;
  width: 85px;
  background-color: #e5f2fc;
}
.right-list .right-list-item p {
  flex: 1;
  font-size: 18px;
  height: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .right-list .right-list-item p,
  .right-list .right-list-item span {
    font-size: 16px;
  }
  .right-list .right-list-item p {
    padding-right: 0;
  }
  .right-list .right-list-item .time .d {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .right-list .right-list-item {
    padding: 14px 0;
  }
  .right-list .right-list-item .time .y {
    width: 72px;
  }
  .right-list .right-list-item .time {
    margin-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .right-list .right-list-item p {
    font-size: 14px;
  }
}
/* 新闻列表页 */
.list4 {
  overflow: hidden;
}
.list4 li {
  padding: 0.29rem 0;
  overflow: hidden;
  border-bottom: #e6e5e3 1px dashed;
transition: all 0.3s;
}
.list4 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.list4 .gp-img-responsive {
  margin-left: 0.23rem;
  width: 224px;
  max-height: 148px;
  padding: 0;
    overflow: hidden;
}
.list4 .gp-img-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.list4 li.noImage .gp-img-responsive {
  display:none;
}

.list4 .listText {
  flex: 1;
}
.list4 .listText .listTitle {
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.2s ease;
}

.list4 .listText .listCon {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list4 .listDate {
  width: 60px;
  height: 100px;
  padding-left: 0.24rem;
  padding-right: 0.29rem;
  text-align: center;
}
.list4 .listDate .day {
  line-height: 40px;
  font-size: 36px;
  border-bottom: 3px solid #003f88;
  color: #003f88;
  padding-bottom: 0.11rem;
  transition: all 0.3s;
}
.list4 .listDate .year {
  margin-top: 8px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  transition: all 0.3s;
}
.list4 li.noMargin .listText {
  margin-right: 0;
}
.list4 li:hover {
    background: #003f88;
}
.list4 li:hover .listText .listTitle, .list4 li:hover .listDate .day, .list4 li:hover .listDate .year {
    color: #fff;
}
.list4 li:hover .listText .listCon {
    color: #eee;
}
.list4 .gp-img-responsive:hover img {
    transform: scale(1.1);
}
@media screen and (max-width: 1350px) {
  .list4 .listText .listTitle {
    font-size: 18px;
    line-height: 32px;
  }
  .list4 .gp-img-responsive {
    width: 210px;
  }
}
@media screen and (max-width: 766px) {
  .list4 .gp-img-responsive {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .list4 .listText .listTitle {
    font-size: 16px;
    line-height: 30px;
  }
  .list4 .listDate .day {
    font-size: 32px;
  }
  .list4 .listDate {
    padding-left: 0;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .list4 li a {
    flex-direction: column-reverse;
  }
  .list4 .listDate {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    height: auto;
    padding: 6px;
  }
  .list4 .listDate .day {
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    line-height: 34px;
  }
  .list4 .gp-img-responsive {
    width: 100%;
    max-height: none;
    margin-left: 0;
  }
  .list4 .gp-img-responsive {
    float: none;
    width: 100%;
  }
  .list4 .listText .listTitle {
    margin-top: 8px;
  }
  .list4 li.noImage a {
    flex-direction: row;
  }
  .list4 li.noImage .listDate {
    position: static;
    border-right: 1px dotted #e6e5e3;
    margin-right: 8px;
    width: 50px;
  }
}
/* 新闻列表页2 */

.list-media  {
  margin-top: 0.4rem;
}

.list-media  .list-media-item {
  margin-bottom: 20px;
}
.list-media  .list-media-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  box-shadow: 0 0 10px #ccc;
}
.list-media  .list-media-item:nth-child(3n) {
  margin-right: 0;
}
.list-media  .list-media-item  .more {
  margin: 50px auto;
  padding: 10px;
  width: 100px;
  border-radius: 0.3em;
  background-color: darkgrey;
  text-align: center;
  cursor: pointer;
}

.list-media  .list-media-item  .more:hover {
  opacity: 0.8;
  color: #fff;
}


.list-media  .list-media-item  a {
  display: block;
}

.list-media  .list-media-item  .img {
  width: 100%;
  height: 1.92rem;
  overflow: hidden;
  background: url(/_upload/tpl/0b/be/3006/template3006/images/list-default.png) no-repeat center center/cover;
}
.list-media  .list-media-item  .x-more span {
  display: inline-block;
  vertical-align: middle;
}
.list-media  .list-media-item  .x-more .mar {
  margin-right: 16px;
}
.list-media  .list-media-item  .img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.list-media  .list-media-item  .text {
  background-color: #fff;
}

.list-media  .list-media-item  .text .padd {
  padding: 0.2rem 0.18rem 0.3rem;
}

.list-media  .list-media-item  .text .padd .t1 {
  overflow: hidden;
}

.list-media  .list-media-item  .text .padd .t1 .btn1 {
/*  float: left;*/
}

.list-media  .list-media-item  .text .padd .t1 .date1 {
 /* float: right; */    margin-top: 10px;
  color: #999999;
}

.list-media  .list-media-item  .text .padd .t2 {
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 28px;
  height: 56px;
}

.list-media  .list-media-item  .text .padd .t3 {
  margin-top: 5px;
}

.list-media  .list-media-item  .text .padd .x-more {
  color: #666666;
}

@media screen and (max-width:1450px) {
  .list-media .list-media-item .text .padd .t1 .btn1 ,
  .list-media .list-media-item .text .padd .t1 .date1{
    float: none;
  }
  .list-media .list-media-item .text .padd .t1 .date1 {
    margin-top: 8px;
  }
}
@media screen and (max-width:1170px)  {
  .list-media .list-media-item .x-more .mar {
    font-size: 14px;
  }
  .list-media .list-media-item .x-more .mar2 {
    width:50px;
  }
  .list-media .list-media-item .x-more .mar2 img{
        width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:780px) {
  .list-media .list-media-item:nth-child(3n) {
    margin-right: 3%;
  }
  .list-media .list-media-item {
    width: 48.5%;
    margin-right: 3%;
  }
  .list-media .list-media-item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width:450px) {
  .list-media .list-media-item {
    width: 100%;
    margin-right: 0%;
  }
  .list-media .list-media-item:nth-child(3n) {
    margin-right: 0%;
  }
  .list-media .list-media-item .text .padd .t2 {
    height: auto;
  }
  .list-media .list-media-item .img {
    height: auto!important;
    min-height: 180px;
  }
}


/* 网站导航 */
.list2-nav {
  margin-top: 0.59rem;
}
.list2-nav .list2-nav-item {
  float: left;
  width: 32%;
  height: 1.78rem;
  min-height: 140px;
  margin-right: 2%;
  background-color: #6c9cf5;
  margin-bottom: 23px;
}
.list2-nav .list2-nav-item:nth-child(3n) {
  margin-right: 0;
}
.list2-nav .list2-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background: url(/_upload/tpl/0b/be/3006/template3006/images/list-nav-bg.png) no-repeat center bottom;
  padding: 0 0.5rem;
  text-align: center;
}
.list2-nav .list2-nav-item a .pic {
  max-width: 50px;
  max-height: 50px;
}
.list2-nav .list2-nav-item a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list2-nav .list2-nav-item a .title {
  margin-top: 0.16rem;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1450px) {
  .list2-nav .list2-nav-item a .title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1350px) {
  .list2-nav .list2-nav-item a {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1150px) {
  .list2-nav .list2-nav-item a .title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .list2-nav .list2-nav-item a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .list2-nav .list2-nav-item a .title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 530px) {
  .list2-nav .list2-nav-item:nth-child(3n) {
    margin-right: 2%;
  }
  .list2-nav .list2-nav-item {
    width: 49%;
  }
  .list2-nav .list2-nav-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* 详情页 */
.article .article-title {
  padding-top: 0.13rem;
  text-align: center;
}
.article .article-title h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.article .article-title p {
  padding-top: 0.28rem;
  line-height: 26px;
  border-bottom: 3px solid #003f88;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.article .article-title p span {
  font-size: 16px;
  color: #666;
  margin-right: 20px;
}
.article .article-title p span.time {
  background: url(/_upload/tpl/0b/be/3006/template3006/images/content-time.png) no-repeat left center;
  padding-left: 26px;
}
.article .article-title p span:last-child {
  margin-right: 0;
}
.article .article-content {
  margin-bottom: 60px;
}
.article .article-content p {
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .article .article-title h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .article .article-title p {
    line-height: 24px;
    margin-top: 10px;
  }
  .article .article-title p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .article .article-content p img {
    max-width: 100%;
  }
  .article .article-title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .article .article-title h3 {
    font-size: 20px;
  }
}
.page-nav {
  padding-top: 0.57rem;
  padding-bottom: 0.59rem;
  display: flex;
  justify-content: center;
}
.page-nav a {
  float: left;
  display: block;
  border: 1px solid #999;
  max-height: 0.3rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 10px;
}
.page-nav a div {
  padding: 0 5px;
}
.page-nav .number div {
  padding: 0 9px;
}
.page-nav a:hover {
  background-color: #f7f7f7;
}
.page-nav .active {
  border: 1px solid #676767;
  background-color: #676767;
  color: white;
}
.page-nav .active:hover {
  background-color: #676767;
}
.page-nav input {
  float: left;
  border: 1px solid #999;
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.3rem;
  margin-right: 0.07rem;
}
@media screen and (max-width: 1200px) {
  .page-nav a {
    line-height: 26px;
    max-height: 26px;
  }
  .page-nav input {
    height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .page-nav .home,
  .page-nav .end,
  .page-nav input,
  .page-nav .turn {
    display: none;
  }
  .page-nav .number {
    padding: 0 9px;
  }
  .page-nav .prev,
  .page-nav .next {
    padding: 0 5px;
  }
}
