@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Phetsarath;
  src: url('../css/Phetsarath\ OT.ttf');
}

html {
  font-size: 14px;
}

body {
  color: #000000;

  font-family: Phetsarath;
  font-weight: 400;
  height: 100%;
  font-size: 16px;


}

td,
th,
caption {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  /* text-decoration:none;  */
}

img {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.banxin {
  width: 1200px;
  margin: 0 auto;
}

.flexRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 头部 */



.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.flex {
  display: flex;
}

.flexC {
  display: flex;
  align-items: center;
}

.flexCC {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBC {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexAC {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mt50 {
  margin-top: 50px
}

.mt100 {
  margin-top: 100px;
}

.mt10 {
  margin-top: 10px
}

.mt20 {
  margin-top: 20px
}

.mt_25 {
  margin-top: -25px
}

.pd25 {
  padding: 25px
}

.pd20 {
  padding: 20px
}

.pdlr20 {
  padding-left: 20px;
  padding-right: 20px;
}


@media screen and (max-width: 750px) {

  html {

    font-size: calc(100vw / 46.875);

  }


  .tt {

    display: none !important;

  }

}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Phetsarath;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.h200 {
  height: 100px;
  width: 100%;
}

.swiper-slide {

  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.banner {
  background-image: url(../images/toutu-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 930px;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 930px;
}

.page {
  max-width: 1920px;
  min-width: 1200px;
  background-color: RGBA(255, 255, 255, 1);
}

.hdjs_title {
  background-image: url(../images/toutiao-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1352px 183px;
  margin: -242px auto 0 auto;
  height: 183px;
  max-width: 1352px;
    min-width: 1200px;
  font-size: 26px;
  color: #eee;
  text-align: center;
  padding-top: 70px;
  box-sizing: border-box;
}

.zbdw {
  background-image: url(../images/zbdw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px 100px;
  height: 100px;
  width: 450px;
  margin: 0 auto;
  margin-top: -40px;
}

.bm {
  box-sizing: border-box;
  color: #fff4de;
  font-size: 18px;
  width: 1200px;
  height: 203px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../images/toutiao-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.bm p {
  text-indent: 2em;
  line-height: 30px;
}

.titleItem {
  font-size: 18px;
  font-weight: 500;
  color: rgba(10, 138, 225, 1);
}

.yuanqu {
  background-image: url(../images/yuanqu-tit.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 62px;
  width: 987px;
  margin: 0px auto 0 auto;

}
.guancha{
  background-image: url(../images/guanchayuan-ti2.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 62px;
  width: 1094px;
  margin: 30px auto 0 auto;
}
.pinpai{
  background-image: url(../images/huodong-tit.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 62px;
  width: 987px;
  margin: -20px auto 0 auto;
}
.yuanquC {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
}

.yci img {
  height: 160px;
  width: 250px;
  margin: 20px auto 20px auto;

}

.hdjsline {
  background-image: url(../images/tit-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
  max-width: 1239px;
  min-width:1200px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 30px 20px;
  box-sizing: border-box;
}

.yci {

  background-image: url(../images/yuanqu-list-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 308px;
  width: 285px;
}

.bmBtn {
  background-image: url(../images/hdjs-more.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  margin-top: -30px;
}

.hdsj {
  background-image: url(../images/hdsj.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 226px;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.hdgz {
  background-image: url(../images/hdgz.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  width: 1200px;
  margin: 50px auto 50px auto;
}

.hdzx {
  background-image: url(../images/xiaoyuan-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 62px;
  width: 997px;

  margin: 50px auto 50px auto;
}

.xiaoyuanDiv {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.xyLeft {
  background-image: url(../images/xiaoyuan-pic-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 242px;
  width: 798px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
}

.text5{
  font-size: 18px;
  color: rgb(6, 140, 225, 1);
  line-height: 24px;
}
.xyLeftwz {
  flex: 1;
  padding-left: 30px;
}

.xyLeft img {
  width: 340px;
  height: 190px;
}
.preImg{
  background-image: url(../images/list-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 242px;
  width: 798px;
}
.xyRight {
  width: 402px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preImg{
  display: inline-block;
  background-image: url(../images/list-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 15px;
  width: 6px;
  margin-right: 10px;

}
.line2{
  border-top: 1px dashed  rgb(242, 235, 209,1);
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
.shequ {
  background-image: url(../images/shequ-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 62px;
  width: 987px;

  margin: 50px auto 50px auto;
}
.danwei {
  background-image: url(../images/danwei-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 62px;
  width: 987px;

  margin: 50px auto 50px auto;
}
.tit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.more2 {
  color: rgba(228, 190, 98, 1);
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 30px;

}

.hdzxDiv {
  display: flex;
  padding: 0 0 50px 0;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.moreBtn {

  float: right;
  margin-right: 15px;

}

.moreBtn span {
  font-size: 16px;
  color: RGBA(146, 0, 0, 1);
  margin-left: 40px;
}

.bg2 {
  background-image: url(../images/lanse-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 607px;
  margin-top: 50px;
  max-width: 1920px;
  min-width: 1200px;
  box-sizing: border-box;
  padding-top: 50px;
  position: relative;

}
.guanchaDiv{
  background-image: url(../images/guanchayuan-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 650px;
  width: 1200px;
  margin: 50px auto 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gwyline{
 
  background-image: url(../images/gcyline.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 11px;
  width: 919px;
  margin-top: 20px;
}
.znlwz_title {
  background-image: url(../images/wlznl-wz.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 0px auto 0 auto;
}

.znltp_title {
  background-image: url(../images/wlznltp-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.znlListR {
  background-image: url(../images/book-bg-r.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 368px;
  width: 1200px;
  margin: 15px auto 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.leftBtn{
  background-image: url(../images/guanchayuan-left.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 36px;
  width: 36px;
  position: absolute;
  cursor: pointer;
  left: 99px;
  z-index: 999;
  top: 47%;
}
.rightBtn{
  background-image: url(../images/guanchayuan-right.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  right: 99px;
  top: 47%;
  height: 36px;
  width: 36px;
}
.znlListY {
  background-image: url(../images/book-y.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 368px;
  width: 1200px;
  margin: 15px auto 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.nxs{
  overflow: hidden;
  position: relative;
  height: 520px;
  border: 10px solid #fff;
  border-radius: 10px;
}
.lefts1 {
  width: 520px;
  height: 300px;
  overflow: hidden;
}

.rights1 {
  width: 520px;
  height: 300px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-around; */

}

.nrList {
  background-image: url(../images/list-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  width: 510px;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 20px;
}

.more3 {

  background-image: url(../images/y-more-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  width: 207px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
  right: 7px;
}

.more4 {
  background-image: url(../images/book-y-r-more.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  width: 207px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
  right: 7px;

}

.text3 {

  font-weight: bold;
  font-size: 18px;
  color: rgb(6, 140, 225, 1);
  line-height: 24px;
  text-align: justify;
}


.text4 {
  font-size: 18px;
  color: rgb(106, 174, 222, 1);
  line-height: 30px;
  text-align: justify;
  font-style: normal;
  margin-top: 30px;
}

.znldmysp_title {
  background-image: url(../images/wlznlsp-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.znlztzl_title {
  background-image: url(../images/wlznlzl-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.znlzthd_title {
  background-image: url(../images/wlznlzthd-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.bot-line {
  background-image: url(../images/bot-line.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 5px;
  width: 1200px;
  margin: 50px auto 20px auto;
}

.fourgrad {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1200px;

  margin: 0 auto;
}

.gradItem {
  background-color: #2b2377;
  height: 120px;
  width: 586px;
  margin-top: 30px;

}

.gradItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.lefts {
  width: 48%;
  height: 340px;
  overflow: hidden;
}

.rights {
  width: 48%;
  height: 340px;
  color: #FFFFFF;
}

.sw2 {
  width: 520px;
  height: 300px;
}

.sw {
  width: 920px;
  height: 520px;
}

.text1 {

  font-weight: bold;
  font-size: 18px;
  color: rgb(6, 140, 225, 1);
  line-height: 24px;
  text-align: justify;
  width: 255px;
  margin: 20px auto 0px auto;
}

.more {
  font-size: 14px;
  color: rgb(253, 197, 60, 1);
  text-align: center;
}

.moreline {

  background-image: url(../images/more-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 2px;
  width: 60px;
}

.text2 {
  font-size: 18px;
  color: rgb(106, 174, 222, 1);
  line-height: 24px;
  width: 255px;
  text-align: justify;
  font-style: normal;
  margin: 5px auto 20px auto;
}
.text6 {
  color: rgb(17, 75, 112, 1);
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  width: 280px!important;
  margin-top: 15px;
}

.text7 {
  font-size: 16px;
  color: rgb(182, 192, 201, 1);
  line-height: 24px;

  text-align: justify;
  font-style: normal;
  /* width: 260px!important; */
  margin-top: 15px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dateText {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: justify;
  font-style: normal;
  text-align: right;
}

.line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #F6D68A;
  margin-top: 15px;
}

.art2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rRight {
  width: 120px;
  line-height: 24px;
}

.rleft {
  flex: 1;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #2b2377;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  right: 15px !important;
  width: 100px !important;
  left: auto !important;
  ;
}
.spage2{
  position: absolute;
  bottom: 130px !important;
  top: auto;
  left: 45% !important;
  width: 150px !important;
  
  ;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid rgba(245, 221, 23, 1);
}
.left11{
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: center;
  height:269px;
  width: 24px;
  position: absolute;
  top: 28%;
  left:350px;
  cursor: pointer;
}
.right11{
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 269px;
  width: 24px;
  position: absolute;
  top: 28%;
  cursor: pointer;
  right: 350px;
}
.ss2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to right, rgba(218, 155, 16, 0.7), rgba(169, 21, 13, 0.8));
  ;
  color: #fff;
  height: 50px;

}

.ss3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(169, 21, 13, 0.8);
  color: #fff;
  height: 50px;

}

.ssp2 {
  width: 70%;
  font-size: 16px;
  line-height: 50px;
  text-align: justify;
  padding-left: 15%;
}

.sss {
  width: 100%;
  height: 100%;
  display: block;
}

.next1 {
  background-image: url(../images/pic-left.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 34px;
  width: 96px;

}

/*先去掉默认样式*/
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/*再自定义样式*/
.swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url('../images/guanchayuan-left.png') no-repeat;
  bottom: 50%;
}

.swiper-button-next {
  width: 36px;
  height: 36px;
  bottom: 50%;
  background: url('../images/guanchayuan-right.png') no-repeat;
}

.arLeft {
  width: 6px;
  height: 12px;
  background: url('../images/pic02-left.png') no-repeat !important;
  bottom: 18px;
}

.arRight {
  width: 6px;
  height: 12px;
  bottom: 18px;
  background: url('../images/pic02-right.png') no-repeat !important;
}



.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2{
  margin: 50px auto 0 auto;
  overflow: hidden;
  width: 1043px;
  position: relative;
}
.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sws3{
  background-image: url(../images/huodong-list-bg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  height: 368px;
  width: 328px!important;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  padding: 20px;
  align-items: end;
}
.sws3 img{
  width: 280px!important;
  height: 185px;
}