body{
  background: white !important;
}
.slider {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  margin-top: 20px;
}
.slider .bd {
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}
.slider .bd li {
  width: 980px;
  overflow: hidden;
}
.slider .bd li img {
  display: block;
  width: 980px;
  height: 360px;
}
.slider .tempWrap {
  overflow: visible !important;
}
.slider .tempWrap ul {
  margin-left: -980px !important;
  /*强制位置*/
}
.slider .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 20px;
  text-align: center;
}
.slider .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  line-height: 99px;
  overflow: hidden;
  background: url(../images/slider-btn.png) 0 -10px no-repeat;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slider .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 360px;
  cursor: pointer;
}
.slider .prev {
  left: -50%;
  margin-left: -490px;
}
.slider .next {
  left: 50%;
  margin-left: 490px;
}
.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 360px;
}
.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slider .prev .arrow {
  right: 0;
  background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}
.slider .next .arrow {
  left: 0;
  background: url(../images/slider-arrow.png) 0 0 no-repeat;
}
.image_list {
  padding: 20px;
  /* border-top: solid 2px #28a7e1; */
}
.image_list li {
  width: 100%;
  float: left;
  border-bottom: solid 1px #e0e0e0;
  /* margin: 10px 0.5%;
  border-radius: 5px; */
}
.image_list li a {
  display: block;
}
.listitem{
  height: 250px;
  display: flex !important;
  align-items: center;
  /* box-shadow: 2px 2px 2px 2px #f1f1f1; */
}
.listitem:hover {
  background: url(../images/listcover.png) no-repeat;
  background-size: 100%;
}
.image_list li:hover .cover {
  border-radius: 0px 0px 5px 5px;
  display: block;
  cursor: pointer;
  z-index: 9;
}
.image_list li .cover {
  display: none;
  background: rgba(175, 175, 175, 0.5);
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
}
.image_list li .cover .info_right {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 30px;
  height: 20px;
  background: url(../images/download.png) 0 0 no-repeat;
}
.image_list li .cover .info_left {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 80%;
}
.image_list li .cover .info_left p {
  text-indent: 2em;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}
.image_list li .imagetitle {
  width: 30%;
  height: 190px;
  margin-left: 5%;
  /* border-radius: 5px 5px 0px 0px; */
  z-index: 99;
}
/* .image_list li img:hover {
  right: -50px;
  width:110%; 
  height:250px; 
} */
.image_list li .fyfont{
  position: relative;
  display: flex;
  padding: 20px 20px;
  margin-top: -1px;
  height: 190px;
  flex-direction: column;
  justify-content: space-evenly;
  width: 70%;
}
.image_list li .fytitle{
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.image_list li .fytime{
  color: #9da7b2;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.image_list li .fytime img{
  width: 16px;
  height: 16px;
  margin-left: 0 !important;
  margin-right: 5px;
}
.image_list li .fyintr{
  font-size: 15px;
  line-height:20px;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;			
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 3;			
	line-clamp: 3;					
	-webkit-box-orient: vertical;
	height: 40%;
}
.image_list li .title {
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.full_screen_image {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.full_screen_image .close_i {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 10px;
  top: 5px;
  font-size: 14px;
}
.tupian_detail .left-slide {
  width: 870px;
  float: left;
  padding: 20px;
}
.tupian_detail .left-slide .focusBox {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.tupian_detail .left-slide .focusBox .pic {
  position: relative;
  z-index: 0;
}
.tupian_detail .left-slide .focusBox .pic img {
  width: 80%;
  margin-left: 10%;
  height: 360px;
  display: block;
}
.tupian_detail .left-slide .focusBox .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.tupian_detail .left-slide .focusBox .hd li {
  margin: 0 5px;
  background: url(../images/dot.png) no-repeat 0 -16px;
  height: 16px;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  _background: url(../images/dot8.png) no-repeat 0 -16px;
}
.tupian_detail .left-slide .focusBox .hd .on {
  background-position: 0 0;
}
.tupian_detail .left-slide .focusBox .prev,
.tupian_detail .left-slide .focusBox .next {
  width: 60px;
  height: 90px;
  margin: -60px 0 0;
  display: none;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.tupian_detail .left-slide .focusBox .prev {
  left: 0;
}
.tupian_detail .left-slide .focusBox .next {
  background-position: 0 -90px;
  right: 0;
}
.tupian_detail .left-slide .focusBox .prev:hover,
.tupian_detail .left-slide .focusBox .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.tupian_detail .right-info {
  width: 270px;
  float: right;
  padding: 20px;
  line-height: 28px;
  font-size: 13px;
}
.tupian_detail .right-info h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
}
.tupian_detail .right-info .opt {
  margin: 30px 0;
  box-shadow: 5px 5px 5px #aaa;
  padding: 5px 35px;
  display: inline-block;
  border: solid 1px #e0e0e0;
}
.tupian_detail .right-info .opt a {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}
.tupian_detail .right-info .opt a.down_load {
  padding-right: 20px;
  background: url(../images/download_black.png) right center no-repeat;
}
.full_screen_image .carousel {
  margin-top: 10%;
}
#picslide2 {
  top: 35px;
}
@media screen and (max-width: 768px) {
  #picslide2 {
    top: 35px;
  }
  .slider {
    display: none;
  }
  .image_list {
    padding: 0;
  }
  .image_list li {
    width: 49%;
    margin: 0px 0.5% 10px;
  }
  .image_list li .cover {
    position: relative;
    display: block;
    width: 100%;
  }
  .image_list li .cover .info_left {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  .image_list li .cover .info_left p {
    text-indent: 5px;
  }
  .image_list li .cover .info_right {
    display: none;
  }
  .image_list li img {
    width: 100%;
    height: auto;
  }
  .tupian_detail .left-slide,
  .tupian_detail .right-info {
    width: 100%;
    float: none;
  }
  .full_screen_image .carousel {
    margin-top: 40%;
  }
}
.filter{
  margin: 10px 0;
  padding: 10px 25px;
}
.filter .filter-row{
  margin: 0;
}
.image_list{
  padding: 0 20px;
}

/* dzs-css */
.opt-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.opt-wrapper .opt {
  box-shadow: 5px 5px 5px #aaa;
  padding: 5px 35px;
  display: inline-block;
}
.opt-wrapper .opt a {
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
}
.opt-wrapper .btn-s a {
  border-radius: 4px;
}
.opt-wrapper > div {
  display: inline-block;
  margin: 0 10px;
}
.abstract {
  border-top: solid 1px #e80844;
}
.abstract h2 {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: solid 1px #dbdbdb;
}
.abstract .content{
  padding: 10px 50px 80px 50px;
  /* line-height: unset; */
  /* text-indent:30px; */
}
.abstract .content pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 15px;
  background-color: white;
  }
  .abstract .content p{
    font-size: 16px;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 1.8em;
  }
.cato {
  margin: 20px 0;
  border-top: solid 2px #ff8c00;
}
.cato h2 {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: solid 1px #f0f0f0;
}
.cato .line {
  line-height: 30px;
  padding: 5px 20px;
  height: 40px;
  border-bottom: dashed 1px #e0e0e0;
  position: relative;
}
.cato .line .sc {
  color: #ff8c00;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}
.dzs_detail {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.dzs_detail .cover {
  width: 200px;
}
.dzs_detail .dzs_desc {
  /* width: 800px;
  float: right; */
  display: flex;
  justify-content: center;
}
.dzs_detail .dzs_desc .left-pat {
  float: left;
  padding-top: 20px;
}
.dzs_detail .dzs_desc .right-video{
  width: 600px;
  height: 350px;
}
.dzs_detail .dzs_desc .right-video video{
  width: 100%;
  height: 100%;
}
.dzs_detail .dzs_desc .share_row {
  width: 50%;
  float: right;
}
.dzs_detail .dzs_desc .share_row .ewm {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
}
.dzs_detail .dzs_desc .share_row .ewm img {
  width: 112px;
}
.dzs_detail .dzs_desc .des_row {
  text-align: left;
  color: gray;
  line-height: 24px;
  margin: 8px 0;
  font-size: 13px;
}
.dzs_detail .dzs_desc .des_row.full {
  width: 100%;
}
.dzs_detail .dzs_desc .des_row.star {
  padding-left: 25px;
  background: url(../images/star.png) left center no-repeat;
}
.dzs_filter {
  width: 220px;
  float: left;
  padding: 10px;
}
.dzs_filter h2 {
  font-size: 18px;
  margin-bottom: 8px;
}
.dzs_filter .f1 > li {
  line-height: 22px;
  padding-left: 18px;
  background: url(../images/fold.png) left 5px no-repeat;
  cursor: pointer;
}
.dzs_filter .f1 > li.unfold {
  background: url(../images/unfold.png) 2px 10px no-repeat;
  color: #ff8c00;
}
.dzs_filter .f1 > li.unfold .f2 {
  display: block;
}
.dzs_filter .f1 > li .f2 {
  display: none;
}
.dzs_reuslt {
  padding: 10px 20px;
  float: right;
}
.dzs_reuslt .list {
  width: 100%;
}
.dzs_reuslt .list li {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 15px;
  margin: 25px 0px;
  float: left;
}
.dzs_reuslt .list li .top-part {
  position: relative;
}
.dzs_reuslt .list li .top-part img {
  width: 15%;
  float: left;
}
.dzs_reuslt .list li .top-part span {
  color: gray;
}
.dzs_reuslt .list li .top-part .top-right {
  width: 82%;
  float: right;
}
.dzs_reuslt .list li .top-part .top-right .info {
  font-size: 13px;
  margin-top: 8px;
  line-height: 20px;
}
.dzs_reuslt .list li .top-part .top-right .info li {
  padding: 0;
  margin: 4px 0;
  border: none;
  width: 50%;
  float: left;
}
.dzs_reuslt .list li .top-part .top-right .desc {
  margin-top: 8px;
  line-height: 22px;
  text-align: left;
  font-size: 13px;
  height: 66px;
  overflow: hidden;
}
.dzs_reuslt .list li .top-part .top-right .title {
  margin-top: 8px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
}
.dzs_reuslt .list li .top-part .top-right .title a {
  font-size: 16px;
}
.dzs_reuslt .list li .top-part .btn-s {
  position: absolute;
  right: 0;
  top: 0;
}
.index-block .list_style1 {
  margin: 9px 15px 0;
}
.index-block .list_style1.full_dzs li {
  width: 10.25%;
}
.index-block .list_style1.full_dzs li .title {
  line-height: 22px;
  height: 44px;
}
.index-block .list_style1.full_dzs li .cover {
  bottom: 44px;
}
.index-block .list_style1.dzs li {
  position: relative;
}
.index-block .list_style1.dzs li .cover {
  bottom: 44px;
}
.index-block .list_style1.dzs li a {
  display: block;
}
.index-block .list_style1.dzs li .title {
  line-height: 22px;
  height: 44px;
}
.dzs-tj {
  padding: 20px;
  width: 860px;
  float: left;
}
.dzs-tj h2 {
  font-size: 18px;
  margin: 0 0 20px;
}
.dzs-tj h2 a {
  font-size: 14px;
  color: #28a7e1;
}
.dzs-tj .dzs-tj-bottom {
  border-top: dotted 1px #e0e0e0;
}
.dzs-tj .dzs-tj-bottom li {
  line-height: 30px;
  height: 30px;
  width: 14.28%;
  float: left;
  text-align: center;
  padding: 5px 0;
  color: #777777;
}
.dzs-tj .dzs-tj-bottom li a {
  color: #777777;
}
.dzs-tj .dzs-tj-left {
  width: 560px;
  float: left;
}
.dzs-tj .dzs-tj-left .dzs-tj-left-text {
  width: 100%;
  padding-left: 240px;
}
.dzs-tj .dzs-tj-left .dzs-tj-left-text h3,
.dzs-tj .dzs-tj-left .dzs-tj-left-text h4 {
  font-size: 14px;
  margin: 10px 0;
  line-height: 22px;
}
.dzs-tj .dzs-tj-left .dzs-tj-left-text h4 {
  margin-top: 20px;
}
.dzs-tj .dzs-tj-left .btn-s {
  margin-left: 30px;
  margin-top: 30px;
}
.dzs-tj .dzs-tj-left .btn-s a {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 5px;
}
.dzs-tj .dzs-tj-left img {
  float: left;
  width: 210px;
}
.dzs-tj .dzs-tj-right {
  width: 250px;
  float: right;
}
.dzs-tj .dzs-tj-right li {
  float: left;
  width: 42%;
  margin: 5px 4%;
}
.dzs-tj .dzs-tj-right li img {
  width: 100%;
}
.dzs-tj .dzs-tj-list li {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 9px;
}
.dzs-tj .dzs-tj-list .dzs-tj-left-text {
  width: 100%;
  padding-left: 140px;
}
.dzs-tj .dzs-tj-list .dzs-tj-left-text h3,
.dzs-tj .dzs-tj-list .dzs-tj-left-text h4 {
  font-size: 14px;
  margin: 6px 0;
  line-height: 22px;
}
.dzs-tj .dzs-tj-list .dzs-tj-left-text h4 {
  margin-top: 10px;
}
.dzs-tj .dzs-tj-list .btn-s {
  margin-left: 30px;
  margin-top: 30px;
}
.dzs-tj .dzs-tj-list .btn-s a {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 5px;
}
.dzs-tj .dzs-tj-list img {
  float: left;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .dzs-tj .dzs-tj-list li {
    width: 100%;
  }
  .dzs-tj {
    width: 100%;
  }
  .dzs-tj .dzs-tj-bottom {
    display: none;
  }
  .dzs-tj .dzs-tj-left {
    width: 100%;
    float: none;
  }
  .dzs-tj .dzs-tj-left .btn-s {
    display: none;
  }
  .dzs-tj .dzs-tj-left img {
    width: 135px;
  }
  .dzs-tj .dzs-tj-left .dzs-tj-left-text {
    padding-left: 150px;
  }
  .dzs-tj .dzs-tj-right {
    display: none;
  }
  .dzs_reuslt {
    width: 100%;
    padding: 0;
    float: none;
  }
  .dzs_reuslt .list li {
    margin: 0 0 10px;
    text-align: left;
  }
  .dzs_reuslt .list li .top-part {
    text-align: center;
  }
  .dzs_reuslt .list li .top-part .top-right {
    width: 72%;
  }
  .dzs_reuslt .list li .top-part .btn-s {
    text-align: center;
    position: relative;
    margin-top: 14px;
  }
  .dzs_reuslt .list li .top-part img {
    width: 25%;
  }
  .dzs_detail {
    width: 100%;
    float: none;
  }
  .dzs_detail .dzs_desc {
    width: 100%;
    float: none;
  }
  .dzs_detail .dzs_desc .opt-wrapper {
    text-align: center;
    margin-top: 0px;
  }
  .dzs_detail .dzs_desc .des_row {
    margin: 5px 0;
  }
  .dzs_detail .dzs_desc .left-pat,
  .dzs_detail .dzs_desc .share_row {
    width: 100%;
    float: none;
  }
  .dzs_detail .dzs_desc .share_row {
    margin-top: 20px;
  }
  .right-recom,
  .right-recom2 {
    display: none;
  }
  .dzs li:nth-child(5) {
    display: none;
  }
  .index-block .list_style1.full_dzs li {
    width: 23%;
  }
}

.white-title{
  width: 100%;
  display: flex;
  justify-content: center;
}
.white-title span{
  color: #9da7b2;
  margin-left: 20px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
