body,
header,
footer,
div,
p,
ul,
li,
section,
article,
nav {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none !important;
}
.fx {
  display: flex;
}
.w100 {
  width: 100% !important;
}
.w50 {
  width: 50% !important;
}
.h100 {
  height: 100%;
}
.bc {
  height: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-weight: bold;
}
.bc img {
  margin-right: 10px;
  width: 15px;
  height: 14px;
}
.bc .gap {
  color: #f65b07;
}
 .header {
  width: 100%;
  height: auto;
}
 .header img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.swiper-title {
  position: relative;
  display: flex;
  height: 36px;
  margin: 0;
  justify-content: start;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  padding-left: 10px;
  bottom: 36px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}



.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
 background-image: url(../images/studyXJPTZGLZ/bottom.png);
 background-size: 100% 100%;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #FFF;
}

.top-HeadLine
{
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-box .top-title {
  height: 60px;
  background-color: white;
  color: #d80d0e;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.newsImg{
   background-image: url(../images/studyXJPTZGLZ/imgbg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 590px;
}
.page-box .top-content .left-box {
  height: 490px;

}

.page-box .top-content .right-box {
  height: 490px;

}

.page-box .top-content .list_title {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #333333;
}
.page-box .top-content .list_title .list_item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  line-height: 57px;
  height: 57px;
}
.page-box .list_title li {
  display: flex;
  width: 100%;
  margin-right: 10px;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BEBEBE;
  height: 50px;

}
 .list_title .list_item a {
  width: 99%;
  /* display: flex; */
  white-space: nowrap; /* 强制文本在一行显示，不换行 */
    overflow: hidden; /* 隐藏超出容器宽度的内容 */
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */

}
 .hot-title .title{
   height: 35px;
   text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .hot-title .title img{
    max-height: 100%;
    width: auto;

 }
 .hot-title>.more {
  /* list-style: none;
  border: none;
  justify-content: end; */
    /* display: flex;
     flex-direction: row;
    align-items: center;
    justify-content: end; */
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin-right: 15px;
    color: #f65b07;
    margin-top: -30px;
}
 .hot-title>.more::before {
  display: none;
}



.img-box
{
  width: 98%; 
   text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-box img{
  max-width: 100%;
    height: auto;
}
.focusBox {
  margin: 0px auto; 
  margin-top:30px;
  background: white;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  /*width: 438px;*/
  width: 100%;
  height: 490px;
  text-align: right;
  overflow: hidden;
  position: relative;
  font-size-adjust: none;
  font-stretch: normal;
}

.focusBox .pic img {
  /*width: 434px;*/
  width: 749px;
  height: 490px;
  display: block;
}

.pic li {
  padding-left: 0px;
  width: 100%;

}

.focusBox .txt-bg {
  background: rgb(51, 51, 51);
  width: 100%;
  height: 36px;
  bottom: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}

.focusBox .txt {
  width: 86.2%;
  height: 36px;
  bottom: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 2;

}

.focusBox .txt li {
  height: 36px;
  bottom: -36px;
  line-height: 36px;
  position: absolute;
  list-style-type: none;

}

.focusBox .txt li a {
  padding: 0px 0px 0px 10px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 溢出部分隐藏 */
    text-overflow: ellipsis; /* 用省略号表示溢出部分 */
}

.focusBox .num {
  right: 8px;
  bottom: 8px;
  position: absolute;
  z-index: 3;
  margin-bottom: 0px;
}

.focusBox .num li {
  width: 18px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  overflow: hidden;
  margin-right: 1px;
  float: left;
  position: relative;
  cursor: pointer;
}

.focusBox .num li a {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 2;
}

.focusBox .num li span {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 2;
}

.focusBox .num li span {
  background: black;
  z-index: 1;
  opacity: 0.5;
}

.focusBox .num li.on a {
  background: rgb(255, 102, 0);
}

.focusBox .num a:hover {
  background: rgb(255, 102, 0);
}
.TPXW{
/* width: 749px;
height: 490px; */
width: 100%;
margin-top: 30px;
}
.TPXW img{
  width: 100%;
  height: 88%;
}
.TPXWtitle{
height: 60px;
line-height: 60px;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.contentbg{
   background-image: url(../images/studyXJPTZGLZ/bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 710px; */
}









.page-box .top-content .list-box {
  /* border: 1px solid #CDC8B1; */
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
    margin-top: 70px;
}
.page-box .top-content .list {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #333333;
}
.page-box .top-content .list .item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  line-height: 55px;
  height: 55px;
}
.page-box .top-content .list .item a {
  width: 100%;
  display: flex;
}
.page-box .top-content .list .item .title {
  flex: 1;
}
.page-box .top-content .list .item .date {
  text-align: right;
  width: 100px;
}
.page-box .top-content .list .item .more {
  list-style: none;
  border: none;
  justify-content: end;
}
.page-box .top-content .list .item .more::before {
  display: none;
}
.page-box .top-content .list .more {
  list-style: none;
  border: none;
  justify-content: end;
}
.page-box .top-content .list .more::before {
  display: none;
}
.page-box .content-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box .content-box .img-title {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page-box .content-box .img-title-1 {
  background-image: url(../images/studyXJPTZGLZ/title1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
    background-position: center;
  height: 42px;
}

.page-box .content-box .img-title-2 {
  background-image: url(../images/studyXJPTZGLZ/title2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
    background-position: center;
  height: 42px;
}

.page-box .content-box .img-title-3 {
  background-image: url(../images/studyXJPTZGLZ/title3.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 53px;
}
.page-box .content-box .img-title-4 {
  background-image: url(../images/studyXJPTZGLZ/title4.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 53px;
}
.page-box .content-box .more {
  color: #f65b07;
  font-weight: bold;
    font-size: 16px;
}

.page-box .content-box .cse_title {
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
}
/* .page-box .content-box .cse_title::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #2563da;
  border-radius: 2px;
  margin-right: 5px;
} */
.page-box .content-box .cse_title a {
  font-family: "微软雅黑";
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  text-decoration: none;
}
.page-box .content-box .xqmore {
  font-size: 16px;
  color: #cc0000;
  line-height: 30px;
  padding-left: 20px;
}
.page-box .content-box .cse_content {
  font-size: 16px;
  height: 100px;
  color: #666666;
  line-height: 30px;
}
.page-box .list {
  height: 450px;
}
.page-box .list li {
  display: flex;
  width: 100%;
  color: #333;
  margin-right: 10px;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
  height: 30px;
}
.page-box .list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.page-box .list li a:hover {
  color: #777;
}
.page-box .list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .list li .date {
  display: block;
  width: 90px;
  text-align: end;
  color: #999;
}
.page-box .list li::before {
  content: '•';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #c0c0c0;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
}
/* .list .item:nth-child(1),
.list .item:nth-child(3) {
   color: #f65b07;
   border-bottom: 1px dashed #CDC8B1;
} */
.page-box article .head {
  text-align: center;
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.page-box article .ps {
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom-color: #b4b4b4;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.page-box article .ps .gap {
  margin-left: 10px;
  margin-right: 10px;
}
.page-box article .content {
  color: #333333;
}
.page-box article .content img {
	max-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.page-box .page-content {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  font-size: 14px;
}
.page-box .page-content p {
  display: inline-block;
  width: 100%;
}
.page-box .page-content p a {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-box .page-content p a span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.page-box .page-content p a:visited {
  color: #333;
}
.page-box .page-content p a:hover {
  color: #333;
}
.page-box .page-content .title {
  width: 60%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .page-content .prev {
  display: flex;
  justify-content: start;
  align-items: center;
}
.page-box .page-content .prev a {
  justify-content: start;
  text-align: left;
}
.page-box .page-content .next {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page-box .page-content .next a {
  justify-content: end;
  text-align: right;
}
.page-box .page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
}
.page-box .page li {
  margin-right: 10px;
  font-size: 14px;
  cursor: not-allowed;
}
.page-box .page li a {
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .focusBox {
    width: 100%;
  }

  .focusBox .pic img {
    width: 100%;
  }

  .page-box .content-box .img-title-1 {
    background-image: url(../images/studyXJPTZGLZ/title1_sj.png);
    height: 50px;
  }
   .page-box .content-box .img-title-2 {
    background-image: url(../images/studyXJPTZGLZ/title2_sj.png);
    height: 50px;
  }
 .page-box .content-box .img-title-3 {
    background-image: url(../images/studyXJPTZGLZ/title3_sj.png);
    height: 50px;
  }
  .page-box .content-box .img-title-4 {
    background-image: url(../images/studyXJPTZGLZ/title4_sj.png);
    height: 50px;
  }
}
@media (max-width: 991px) {
  .focusBox {
    width: 100%;
  }
  .focusBox .pic img {
    width: 100%;
  }
}
 
@media screen and (min-width: 768px) and (max-width: 1199px) {

 .page-box .top-title {
   height: 100px;
 }
 .page-box .list_title li a {
  width: 330px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}



@media (min-width: 480px) and (max-width: 767px) {
   .page-box .top-title {
   height: 100px;
 }
  .focusBox .pic img {
    /*width: 434px;*/
    width: 100vw;
    box-sizing: border-box;
  }
    .page-box .content-box .img-title-1 {
    background-image: url(../images/studyXJPTZGLZ/title1_sj.png);
    height: 50px;
  }
   .page-box .content-box .img-title-2 {
    background-image: url(../images/studyXJPTZGLZ/title2_sj.png);
    height: 50px;
  }
 .page-box .content-box .img-title-3 {
    background-image: url(../images/studyXJPTZGLZ/title3_sj.png);
    height: 50px;
  }
  .page-box .content-box .img-title-4 {
    background-image: url(../images/studyXJPTZGLZ/title4_sj.png);
    height: 50px;
  }
  .page-box .list_title li a {
  width: 320px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsImg {
    background-image: none;
    height: 760px;
}
.list-box
{
   background-image: url(../images/studyXJPTZGLZ/imgbg_sj.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
    height: 430px;
    

}
.page-box .top-content .list .item
{
	line-height: 45px;
    height: 45px;
}
.page-box .top-content .list-box {
  margin-top: 30px;
}
.page-box .list{
    height: 400px;
    margin-top: 30px;
}

.page-box .top-content .right-box {
    height: 480px;
}
.page-box .top-content .left-box {
    height: 280px;
  }

}

@media (max-width: 480px) {
   .page-box .top-title {
   height: 100px;
 }
   .focusBox .pic img {
    /*width: 434px;*/
    width: 100vw;
    box-sizing: border-box;
  }

/* .page-box .list {
    min-height: 420px;
} */
.page-box article .content img {
  max-width: 320PX;
}
.list-box
{
   background-image: url(../images/studyXJPTZGLZ/imgbg_sj.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
    height: 430px;
    

}
.page-box .top-content .list-box {
  margin-top: 30px;
}

.page-box .list{
    height: 400px;
    margin-top: 30px;
}
.page-box .top-content .list .item
{
	line-height: 45px;
    height: 45px;
}
    .page-box .content-box .img-title-1 {
    background-image: url(../images/studyXJPTZGLZ/title1_sj.png);
    height: 30px;
  }
   .page-box .content-box .img-title-2 {
    background-image: url(../images/studyXJPTZGLZ/title2_sj.png);
    height: 30px;
  }
 .page-box .content-box .img-title-3 {
    background-image: url(../images/studyXJPTZGLZ/title3_sj.png);
    height: 30px;
  }
  .page-box .content-box .img-title-4 {
    background-image: url(../images/studyXJPTZGLZ/title4_sj.png);
    height: 30px;
  }
  .footer {
    background-image: url(../images/studyXJPTZGLZ/bottom_sj.png);
  }
.newsImg {
    background-image: none;
    height: 760px;
}
.page-box .top-content .right-box {
    height: 480px;
}
.page-box .top-content .left-box {
    height: 280px;
  }
.page-box .list_title li a {
  width: 320px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bc {
  font-size: 12px;
}
.content
{
  min-height: 210px;
}

.bc {
  font-size: 12px;
}
.content
{
  min-height: 210px;
}

}

