.news {
  width: 100%;
  /* border: 1px solid rgba(91, 0, 134, 1); */
  background-color: rgba(91, 0, 134, 1);
  overflow: hidden;
  /* padding-top: 70px; */
}
.newstitle {
  width: 80%;
  height: 245px;
  /* margin-top: 70px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  border: 1px solid rgba(91, 0, 134, 1);
  box-sizing: border-box;
}
.newstitle > div:nth-of-type(1) {
  font-size: 62px;
  font-weight: bold;
  color: white;
  letter-spacing: 6px;
}
.newstitle > div:nth-of-type(2) {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  color: white;
}
.newstitle > div:nth-of-type(3) {
  position: absolute;
  right: 15%;
  /* width: 120px; */
  font-size: 20px;
  color: white;
  font-weight: bold;
}
.newstitle > div:nth-of-type(3) > a:first-child {
  text-align: left;
}
.newstitle > div:nth-of-type(3) > a:last-child {
  text-align: left;
  padding-right: 15px;
}

.newstitle > div:nth-of-type(3) > a:nth-of-type(2) {
  font-size: 12px;
  margin-top: 7px;
  font-weight: normal;
}
.newstitle > div:nth-of-type(3):hover {
  color: orangered;
}
.newstitle > div:nth-of-type(4) {
  position: relative;
  left: 1300px;
  width: 70px;
  font-size: 14px;
  color: white;
}
.newstitle > div:nth-of-type(4):hover {
  color: orangered;
}
.newslist_bg {
  width: 100%;
  /* height: 800px; */
  background-color: #f6f2e8;
}
.newslist {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  /* border: 1px solid #f6f2e8; */
}
.newslist_1 {
  width: 100%;
  /* height: 310px; */
  /* margin-top: 85px; */
  font-size: 0px;
  /* background-color: black; */
}
.newlist_1 {
  display: inline-block;
  vertical-align: top;
  width: 401px;
  height: 442px;
  overflow: hidden;
  box-shadow: 0px 10px 21px 0px rgba(37, 37, 37, 0.5);
  background-color: #fff;
  margin-top: 80px;
}
.newslist_1 .newlist_1:nth-child(1),
.newslist_1 .newlist_1:nth-child(2),
.newslist_1 .newlist_1:nth-child(3) {
  margin-top: 60px;
}
.newslist_1 .newlist_1:not(:nth-child(3n + 3)) {
  margin-right: 48px;
}
.news_bg {
  /* width: 334px; */
  /* height: 37%; */
  /* margin-left: 4px; */
  /* padding-top: 30px; */
  height: 204px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  padding: 0 15px;
  /* padding-top: 25px; */
  /* margin-top: 10px; */
}
.newlist_1 > div:nth-of-type(1) {
  /* width: 100%; */
  /* height: 63%; */
  overflow: hidden;
  box-shadow: 0 5px 7px #999;
  /* margin-left: 4px; */
  margin-bottom: 30px;
  box-shadow: 0px 10px 21px 0px rgba(37, 37, 37, 0.5);
}
.newlist_1 > div:nth-of-type(1) > img {
  width: 402px;
  height: 228px;
  transition: all 0.5s;
  /* margin-left: 4px; */
}
.newlist_1 > div:nth-of-type(1) img:hover {
  transform: scale(1.05);
}
.newdate {
  font-size: 16px;
  color: #e4007f;
  margin-bottom: 10px;
}
.newactive {
  font-size: 16px;
  color: #e4007f;
  margin-bottom: 15px;
}
.newtitle > span {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-left: 20px;
  font-size: 16px;
  color: #717171;
  line-height: 36px;
}
.newtitle > span > a {
  /* max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all; */
}
.newtitle > div {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #888;
}
.newtitle > div > span {
  font-size: 18px;
  color: #888;
}
.newtitle > span:hover {
  color: orangered;
}
.more {
  width: 50px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.more > div:nth-of-type(1) {
  /* width: 30px; */
  height: auto;
  margin: auto;
}
.more > div > span {
  /* width: 30px; */
  height: 50px;
  color: #e4007f;
  font-size: 55px;
  margin: auto;
  display: block;
}
.more > div:nth-of-type(2) {
  width: 47px;
  height: 30px;
  font-size: 16px;
  color: #e85555;
  margin: auto;
  margin-top: 10px;
}
.hide {
  width: 50px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.hide > div:nth-of-type(1) {
  width: 30px;
  height: 50px;
  margin: auto;
}
.hide > div > span {
  width: 30px;
  height: 10px;
  color: #e4007f;
  font-size: 30px;
  margin: auto;
}
.hide > div:nth-of-type(2) {
  width: 38px;
  height: 30px;
  font-size: 16px;
  color: #e85555;
  margin: auto;
}
.newlist_1_wrapper {
  box-shadow: 0px 10px 21px 0px rgba(37, 37, 37, 0.5);
}
.more2,
.more3 {
  display: none;
}

@media (min-width: 800px) and (max-width: 1190px) {
  .newtitle > span {
    font-size: 16px;}
}
@media (min-width: 1200px) and (max-width: 1530px) {
  .newstitle {
    width: 100%;
    margin: 0 90px;
  }
  .newslist {
    width: 890px;
    border: none;
    overflow: hidden;
  }
  .newslist_1 {
    margin: 0 auto;
  }
  .newlist_1 {
    width: 273px;
    height: 320px;
    box-shadow: 0px 10px 31px 0px rgb(37 37 37 / 40%);
  }
  .newslist_1 .newlist_1:not(:nth-child(3n + 3)) {
    margin-right: 30px;
  }
  .newtitle > span {
    margin-left: 14px;
  }
  .newlist_1 > div:nth-of-type(1) > img {
    width: 273px;
    height: 156px;
  }
  .newstitle > div:nth-of-type(1) {
    font-size: 36px;
  }
  .newstitle > div:nth-of-type(2) {
    font-size: 17px;
  }
  .newstitle {
    width: 961px;
    height: 169px;
    margin: 0 191px 0 128px;
  }
  .newstitle > div > a {
    font-size: 12px;
  }
  .newstitle > div:nth-of-type(3) > a:nth-of-type(2) {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0;
  }
  .newstitle > div:nth-of-type(3) {
    right: 191px;
    width: 85px;
  }
  .newstitle > div:nth-of-type(3) > a:first-child {
    text-align: left;
  }
  .newstitle > div:nth-of-type(3) > a:nth-of-type(2) {
    text-align: left;
    padding-left: 0;
  }
  .newdate {
    font-size: 12px;
  }
  .newactive {
    font-size: 12px;
  }
  .news .db-arrow-right {
    width: 11px;
  }
  .newtitle > span {
    font-size: 16px;
    width: 218px;
  }
  .more > div > span {
    /* width: 16px; */
    /* height: 16px; */
    font-size: 34px;
  }
  .news_bg {
    height: auto;
  }
  .newlist_1 > div:nth-of-type(1) {
    margin-bottom: 20px;
    box-shadow: 0px 9px 13px 0px rgb(37 37 37 / 50%);
  }
  .newactive {
    margin-bottom: 0;
  }
  .more > div:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .newstitle {
    width: 100%;
    margin: 0 90px;
    padding-top: 25px;
    height: 169px;
  }
  .newslist {
    width: 900px;
    border: none;
    overflow: hidden;
  }
  .newslist_1 {
    margin: 0 auto;
  }
  .newlist_1 {
    width: 280px;
    height: auto;
  }
  .newslist_1 .newlist_1:not(:nth-child(3n + 3)) {
    margin-right: 20px;
  }
  .newtitle > span {
    margin-left: 14px;
    width: 220px;
  }
  .newlist_1 > div:nth-of-type(1) > img {
    width: 100%;
    height: 160px;
  }
  .newstitle > div:nth-of-type(1) {
    font-size: 54px;
  }
  .news_bg {
    height: 180px;
  }
  .newactive {
    font-size: 12px;
  }
  .newdate {
    font-size: 12px;
  }
  .newstitle > div:nth-of-type(1) {
    font-size: 36px;
  }
  .newstitle > div:nth-of-type(2) {
    font-size: 17px;
  }
  .newstitle > div > a {
    font-size: 12px;
  }
}

@media (width: 640px) {
  .newstitle {
    width: 100%;
  }
  .newslist {
    width: 560px;
  }
  .newstitle > div:nth-of-type(1) {
    font-size: 23px;
  }
  .newstitle > div:nth-of-type(2) {
    font-size: 12px;
    margin-top: 2px;
  }
  .newstitle > div:nth-of-type(3) {
    font-size: 12px;
    right: 90px;
  }
  .newstitle {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 90px;
    height: 115px;
  }
  .newstitle > div:nth-of-type(3) > a:nth-of-type(2) {
    padding-right: 0;
    margin-top: 0;
  }
  .newlist_1 {
    width: 170px;
    height: 200px;
    margin-top: 35px;
  }
  .newlist_1 > div:nth-of-type(1) > img {
    width: 170px;
    height: 100px;
  }
  .newslist_1 .newlist_1:not(:nth-child(3n + 3)) {
    margin-right: 22px;
  }
  .newdate {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .newactive {
    font-size: 12px;
  }
  .newlist_1 > div:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .news_bg {
    height: auto;
  }
  .newtitle > div {
    font-size: 12px;
  }
  .newtitle > span {
    font-size: 12px;
    line-height: 1.5;
  }
  .newactive {
    margin-bottom: 5px;
  }
  .margintop10 {
    margin-top: 5px;
  }
  .news .db-arrow-right {
    font-size: 12px;
  }
  .news .db-arrow-right {
    width: 12px;
  }
  .newtitle > span {
    width: 100px;
  }
  .newlist_1 > div:nth-of-type(1) {
    box-shadow: 0px 0 5px 0px rgb(37 37 37 / 50%);
  }
}

/* 解决IE多行文本溢出 */
.ellipsis {
  overflow: hidden;
  max-height: 72px!important; /***** 设置几行出现省略点 ... 根据line-height *****/
  line-height: 36px!important;
}
.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 72px; /***** 跟ellipsis height 一样 *****/
}
.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -30px;
}
.ellipsis-after {
  content: "\02026";
  color: #717171;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -36px;
  left: 100%;
  width: 50px;
  margin-left: -50px;
  padding-right: 30px;
  text-align: right;
  background-size: 100% 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(white),
    color-stop(50%, white)
  );
  background: -moz-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 50%,
    white
  );
  background: -o-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 50%,
    white
  );
  background: -ms-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 50%,
    white
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 50%,
    white
  );
}
/*-----------------------------------jiaodianxinwen------------------------------------------*/
.newslists{
  background-color:white;
}
.news_list{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jdxw{
    width: 785px;
    position: relative;
    clear: both;
    height: auto;
    display: inline-block;
}
.news_titles{
   font-size: 18px;
    color: black;
    margin: 0px 0 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dddddd;
    padding-top: 30px;
}
.news_titles span:last-of-type{
 font-size:14px;
 color:#9e9b9b;
 margin-left:10px;
}
.news_titles a{
    font-size: 11px;
    color: #8a8b8c;
    float: right;
    margin-top: 4px;
}

.newsfocus{
   display:inline-block;
}
.news-img{
  font-size:0;
}
.news_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: center;
}
.news-date{
   font-size:16px;
   color:#5b0085;
    margin-top:15px;
}
.news-titles{
    font-size: 15px;
    color: #000000;
    letter-spacing: 2px;
    margin: 20px 0;
    font-weight: bold;
}

.news-conts{
    font-size: 13px;
    color: #5c5c5c;
    line-height: 1.6em;
    letter-spacing: 1px;
}
.jdxw .news_box .swiper-pagination{
    position: absolute;
    bottom: 125px;
    height: 10px;
    display: block;
    padding: 2px 0;
    margin: 0;
    font-size: 0;
}
.jdxw .news_box a.swiper-slide{
   font-size:0;
}
.jdxw .news_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5b0085;
}
.jdxw .news_box .swiper-wrapper img{
   width:100%;
}
/*--------------------------------zhonghexinw-------------------------------------------*/
.zhxw{
  width: 485px;
}
ul.zhxw-list li{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
   margin-bottom: 25px;
}
ul.zhxw-list li a{
  font-size:16px;
  color:#3c3c3c;
}
ul.zhxw-list li> span{
  color:#989797;
  font-size:15px;
}
/*--------------------------------------xinwenliebiao---------------------------------------------------*/
.news-main-table{
   background-color:#f6f2e8;
   padding: 40px 0 80px;
   margin:80px 0 0;
}
.news-table{
    width: 1300px;
    margin: 0 auto;
}
.news-table-head{
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.news-table-head div{
   text-align:center;
   position:relative;
   height:28px;
   font-size:0;
   cursor:pointer;
  /* flex-grow: 1;*/
}
.news-table-head span{
    height: 28px;
    width: 2px;
    background-color: #c4c4c4;
}
/*
.news-table-head div::after{
   position:absolute;
   top:0;
   right:0;
   width:2px;
   height:100%;
   content:'';
   background-color:#817f7f;
}

.news-table-head div:last-of-type::after{
   display:none;
}
*/
.news-table-head div h4{
    font-size: 18px;
    color: #817f7f;
    display: inline-block;
    margin: 0;
}
.news-table-head div h5{
    font-size: 15px;
    color: #c4c4c4;
    display: inline-block;
    margin: 0 0 0 5px;
}

@media (max-width:1299px) {
  .news_list,.news-table{
     width:100%;
   }
  .jdxw,.zhxw{
    width:100%;
    padding:0 15px;
  }
}
/*--------------------------------------xinwenliebiao---end---------------------------------------------------*/

/*--------------------------up head-----------------------*/
.news-table-body{
    margin-top: 38px;
    font-size: 0;
}
.news-table-items{
    font-size: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.news-table-item{
  font-size:0;
  width:auto;
  display: flex;
   flex-direction: row;
   margin-bottom: 50px;
}
.news-table-date{
    width: 75px;
    height: 62px;
    background-color: #5b0085;
}
.news-table-date h5{
    font-size: 11px;
    text-align: center;
    color: white;
    margin: 0;
    display: block;
    padding: 7px 0 0px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.news-table-date h3{
    font-size: 22px;
    text-align: center;
    color: white;
    display: block;
    margin: 0;
    font-weight: normal;
}
.news-table-title {
    font-size: 0;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:290px;
}
.news-table-title a {
    font-size: 12px;
    display: block;
    color: #424242;
    line-height: 1.8em;
}
.news-table-title h5 {
    font-size: 12px;
    display: block;
    color: #666666;
    margin:0;
}




