.part{
  width:100%;
}
.part .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.part .wrap .left{
  width:73%;
}
.part1{
  width:100%;
  margin-top:25px;
}
.part1 .tod_foc{
  float:left;
  width:250px;
  background-color: #fff6f4;
  border: 1px solid #ffe4de;
}
.part1 .tod_foc .tit{
  width:100%;
  display:flex;
  justify-content: flex-start;
  align-items: baseline;
  margin:15px 0 10px; 
  padding-left: 15px;
  position: relative;
}
.part1 .tod_foc .tit::before{
  content:"";
  display:block;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-10px;
  width:3px;
  height: 20px;
  background:#ff8589;
}
.part1 .tod_foc .tit span{
  display:block;
  color: #ff8589;
  font-size:20px;
  font-weight: bold;
}
.part1 .tod_foc .tit p{
  font-size:14px;
  color:#ffe4de;
  font-family: '宋体';
  margin-left:10px;
  font-weight: bold;
}
.part1 .tod_foc ul{
  width:100%;
  padding:0 10px;
}
.part1 .tod_foc ul li{
  padding:8px 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.part1 .tod_foc ul li:nth-child(n+2){
  border-top: 1px solid #ffe4de;
}
.part1 .tod_foc ul li a{
  display:block;
  width:100%;
  color:#333;
  line-height: 20px;
  font-size:14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.part1 .tod_foc ul li a:hover{
  color:#ff8589;
}
.part1 .tod_foc ul li em{
  display:block;
  width:15px;
  height: 15px;
  background:url("../images/next_2.png") no-repeat center center;
  background-size:100% 100%;
}
.part1 .banner{
  float:right;
  width:calc( 100% - 270px);
}
.part2{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:25px;
}
.part2 dl{
  width:48%;
}
.part2 dl dt{
  width:100%;
  font-size:16px;
  font-weight: bold;
  color:#999;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.part2 dl dt a{
  font-size:22px;
  color:#333;
  padding-left: 10px;
  font-weight: normal;
}
.part2 dl dt a:hover{
  color:#ff8589;
}
.part2 dl dd{
  width:100%;
  font-size:16px;
  font-weight: bold;
  color:#999;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.part2 dl dd a{
  color:#333;
  padding-left: 10px;
  font-size:16px;
  font-weight: normal;
}
.part2 dl dd a:hover{
  color:#ff8589;
}
#adv_img{
  width:100%;
  margin-top:25px;
}
#adv_img img{
  display:block;
  width:100%;
  height: auto;
}
.part3{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:25px;
}
.part3 .lanmu{
  width:160px;
  height: 100%;
  background:#f7f7f7;
  padding:0 15px 15px;
}
.part3 .lanmu dl{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin-top:15px;
}
.part3 .lanmu dl dt{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.part3 .lanmu dl dt span{
  display:block;
  color:#333;
  font-size:18px;
  font-weight: bold;
}
.part3 .lanmu dl dt span a{
  color:#333;
}
.part3 .lanmu dl dt span a:hover{
  color:#ff8589;
}
.part3 .lanmu dl dt em{
  display:block;
  width:15px;
  height: 15px;
  background:url("../images/next_2.png") no-repeat center center;
  background-size:100% 100%;
}
.part3 .lanmu dl dd{
  margin-right: 15px;
  line-height: 25px;
  font-size:14px;
}
.part3 .lanmu dl dd a{
  color:#333;
}
.part3 .lanmu dl dd a:hover{
  color:#ff8589;
}

.part3 .jkzx{
  width:calc( 100% - 180px);
}
.part3 .jkzx .tit,.part3 .news_art .nav{
  width:100%;
  line-height: 45px;
  background:url("../images/zixun.png") no-repeat left 55%;
  background-size:30px 30px;
  padding-left:40px;
  color:#333;
  font-size:20px;
  border-bottom: 1px solid #ffe4de;
}
.part3 .jkzx .list{
  width:100%;
}
.part3 .jkzx .list ul{
  width:100%;
}
.part3 .jkzx .list ul li{
  width:100%;
  padding:20px 0;
  border-bottom: 1px solid #ffe4de;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.part3 .jkzx .list ul li .img{
  display:block;
  width:200px;
  height: 110px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}
.part3 .jkzx .list ul li .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .3s;
}
.part3 .jkzx .list ul li .img:hover img{
  transform: scale(1.2,1.2);
}
.part3 .jkzx .list ul li .text{
  width:calc( 100% - 220px)
}
.part3 .jkzx .list ul li .twd{
  width:calc( 100%)
}
.part3 .jkzx .list ul li .text .title{
  width:100%;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.part3 .jkzx .list ul li .text .title .ks{
  color:#ff8589;
  font-size:14px;
  border:1px solid #ff8589;
  padding:0px 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.part3 .jkzx .list ul li .text .title .bioati{
  font-size:20px;
  color:#333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.part3 .jkzx .list ul li .text .title .bioati:hover{
  color:#ff8589;
}
.part3 .jkzx .list ul li .text p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:14px;
  color:#666;
  line-height: 20px;
  margin-top:10px;
}
.part3 .jkzx .list ul li .text .cs{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
  margin-top:10px;
}
.part3 .jkzx .list ul li .text .cs .menu a{
  color:#999;
  font-size:14px;
  line-height: 20px;
  margin-right: 10px;
}
.part3 .jkzx .list ul li .text .cs .menu a:hover{
  color:#ff8589;
}
.part3 .jkzx .list ul li .text .cs .date{
  color:#999;
  font-size:14px;
  line-height: 20px;
}
.part3 .jkzx .more{
  width:100%;
  display:flex;
  justify-content: center;
  padding:40px 0;
}
.part3 .jkzx .more a{
  display:block;
  width:200px;
  line-height: 50px;
  border:1px solid #ff8589;
  border-radius: 33px;
  color:#ff8589;
  font-size:16px;
  text-align: center;
}
@media all and (max-width:980px) {
  .part .wrap .left{
    width:100%;
  }
}
@media all and (max-width:850px) {
  .part1 .tod_foc{
    float: right;
    width:100%;
    margin-top:25px;
  }
  .part1 .banner{
    float:left;
    width:100%;
  }
  .part2 dl{
    width:100%;
  }
  .part2 dl:nth-child(n+2){
    margin-top:25px;
  }
  .part3 .lanmu{
    width:100%;
  }
  .part3 .jkzx{
    width:100%;
    margin-top:25px;
  }
}
@media all and (max-width:480px) {
  .part1{
    margin-top:10px;
  }
  .part1 .tod_foc{
    margin-top:10px;
  }
  .part2{
    margin-top:10px;
  }
  .part2 dl:nth-child(n+2){
    margin-top:10px;
  }
  .part2 dl dt a{
    font-size:18px;
  }
  .part2 dl dd a{
    font-size:14px;
  }
  #adv_img{
    margin-top:10px;
  }
  .part3{
    margin-top:10px;
  }
  .part3 .lanmu{
    padding:0 10px 10px;
  }
  .part3 .lanmu dl{
    margin-top:10px;
  }
  .part3 .lanmu dl dt span{
    font-size:16px;
  }
  .part3 .jkzx .tit,.part3 .news_art .nav{
    line-height: 35px;
    background: url(../images/zixun.png) no-repeat left 55%;
    background-size: 25px 25px;
    font-size:18px;
  }
  .part3 .jkzx .list ul li{
    padding:15px 0;
  }
  .part3 .jkzx .list ul li .img{
    width:100%;
    height: 200px;
    margin-right: 0;
  }
  .part3 .jkzx .list ul li .text{
    width:100%;
    margin-top:10px;
  }
  .part3 .jkzx .list ul li .text .title .bioati{
    font-size:16px;
  }
  .part3 .jkzx .more{
    padding:20px 0;
  }
  .part3 .jkzx .more a{
    width:150px;
    line-height: 35px;
    font-size:14px;
  }
  .part3 .jkzx{
    width:100%;
    margin-top:10px;
  }
}


#right1{
  width:25%;
}
#jkkd{
  width:100%;
  border:1px solid #ffe4de;
  padding:15px;
  margin-top:25px;
}
#jkkd .tit{
  width:100%;
  font-size:20px;
  color:#333;
  font-weight: bold;
}
#jkkd ul{
  width:100%;
}
#jkkd ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:15px;
}
#jkkd ul li .img{
  width:90px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
}
#jkkd ul li .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .3s;
}
#jkkd ul li .img:hover img{
  transform: scale(1.2,1.2);
}
#jkkd ul li .text{
  width:calc(100% - 100px)
}
#jkkd ul li .text span{
  display:block;
  color:#666;
  font-size:14px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#jkkd ul li .text span a{
  color:#666;
}
#jkkd ul li .text span a:hover{
  color:#ff8589;
}
#jkkd ul li .text em{
  display:block;
  color:#999;
  font-size:12px;
  margin-top:5px;
}
#rmtj{
  width:100%;
  border:1px solid #ffe4de;
  padding:15px;
  margin-top:25px;
}
#rmtj .tit{
  width:100%;
  font-size:20px;
  color:#333;
  font-weight: bold;
}
#rmtj .box{
  width:100%;
  height: 140px;
  overflow: hidden;
  position: relative;
  margin-top:15px;
}
#rmtj .box img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .3s;
}
#rmtj .box:hover img{
  transform: scale(1.2,1.2);
}
#rmtj .box p{
  width:100%;
  position: absolute;
  left:0;
  bottom: 0;
  padding: 0 4%;
  line-height: 42px;
  background: url(../images/bj.png) repeat-x left/auto 100%;
  color:#fff;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#rmtj ul{
  width:100%;
  margin-top:10px;
}
#rmtj ul li{
  width:100%;
  font-size:14px;
  color:#999;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
}
#rmtj ul li a{
  color:#333;
  padding-left: 10px;
  font-size:14px;
  font-weight: normal;
}
#rmtj ul li a:hover{
  color:#ff8589;
}

#zxtj{
  width:100%;
  border:1px solid #ffe4de;
  padding:15px;
  margin-top:25px;
}
#zxtj .tit{
  width:100%;
  font-size:20px;
  color:#333;
  font-weight: bold;
} 
#zxtj .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:15px;
}
#zxtj .content .nav{
  
}
#zxtj .content .nav .item{
  width:56px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  color:#666;
  margin-bottom: 5px;
  background:#f7f7f7;
  border-radius: 5px;
  text-align: center;
  font-size:14px;
}
#zxtj .content .nav .item::after{
  display: block;
  position: absolute;
  right: -4px;
  top:50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #ff8589;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index:10;
}
#zxtj .content .nav .on{
  background:#ff8589;
  color:#fff;
}
#zxtj .content .nav .on::after{
  opacity: 1;
}
#zxtj .content .ovh{
  width:calc( 100% - 70px);
}
#zxtj .content .ovh .ovh_list{
  width:100%;
}
#zxtj .content .ovh .ovh_list .box{
  width:100%;
  height: 115px;
  overflow: hidden;
  position: relative;
}
#zxtj .content .ovh .ovh_list .box img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#zxtj .content .ovh .ovh_list .box p{
  width:100%;
  position: absolute;
  left:0;
  bottom: 0;
  z-index:10;
  line-height: 30px;
  background-color: rgba(255, 132, 137, 0.6);
  font-size:14px;
  color:#fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding:0 10px;
}
#zxtj .content .ovh .ovh_list:nth-child(n+2){
  display:none;
}
#zxtj .content .ovh .ovh_list dl{
  width:100%;
  margin-top:10px;
}
#zxtj .content .ovh .ovh_list dl dd{
  width:100%;
  color:#666;
  font-size:14px;
  line-height: 30px;
}
#zxtj .content .ovh .ovh_list dl dd a{
  display:block;
  color:#666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#zxtj .content .ovh .ovh_list dl dd a:hover{
  color:#ff8589;
}
@media all and (max-width:980px) {
  #right1{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  #jkkd{
    width:48%;
  }
  #rmtj{
    width:48%;
  }
  #zxtj{
    width:48%;
  }
}
@media all and (max-width:850px) {
  #jkkd{
    width:100%;
  }
  #rmtj{
    width:100%;
  }
  #zxtj{
    width:100%;
  }
}
@media all and (max-width:480px) {
  #jkkd{
    width:100%;
    padding:15px 10px;
    margin-top:10px;
  }
  #jkkd .tit{
    font-size: 16px;
  }
  #rmtj{
    width:100%;
    padding:15px 10px;
    margin-top:10px;
  }
  #rmtj .tit{
    font-size: 16px;
  }
  #zxtj{
    width:100%;
    padding:15px 10px;
    margin-top:10px;
  }
  #zxtj .tit{
    font-size: 16px;
  }
  #rmtj .box{
    height: 180px;
  }
  #zxtj .content .ovh .ovh_list .box{
    height: 135px;
  }
}




#news_list{
  width:100%;
}
#news_list .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#news_list .wrap .left{
  width:73%;
}

#page_list{
  width:100%;
  padding:40px 0;
}
#page_list ul{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
#page_list ul li{
  margin:10px 5px 0;
}
#page_list ul li a{
  display:block;
  color:#333;
  font-size:14px;
  padding:5px 10px;
}
#page_list ul li strong{
  display:block;
  padding:5px 10px;
  background:#ff8589;
  font-weight: normal;
  font-size:14px;
  color:#fff;
}
#page_list ul li a:hover{
  background:#ff8589;
  color:#fff;
}
@media all and (max-width:980px) {
  #news_list .wrap .left{
    width:100%;
  }
}
@media all and (max-width:480px) {
  #page_list{
    padding:20px 0;
  }
}


#news_art{
  width:100%;
}
#news_art .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#news_art .wrap .left{
  width:73%;
}
#news_art .wrap .left .part3{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#news_art .wrap .left .part3 .news_art{
  width: calc( 100% - 180px);
}
#news_art .wrap .left .part3 .news_art .tit{
  width:100%;
  text-align: center;
  padding:20px 0;
}
#news_art .wrap .left .part3 .news_art .tit h1{
  font-size:28px;
  font-weight: bold;
  line-height: 35px;
  color:#333;
}
#news_art .wrap .left .part3 .news_art .tit span{
  display:block;
  width:100%;
  text-align: center;
  color:#999;
  font-size:14px;
  margin-top:15px;
}
#news_art .wrap .left .part3 .news_art .content{
  width:100%;
  padding:20px 0;
  border-bottom: 1px solid #ffe4de;
}
#news_art .wrap .left .part3 .news_art .content p{
  font-size:14px;
  margin-top:10px;
  line-height: 25px;
  color:#333;
}
#news_art .wrap .left .part3 .news_art .content img{
  display:block;
  max-width: 100%;
  height: auto;
  margin:10px auto 0;
}
#news_art .wrap .left .part3 .news_art .pn{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding:20px 0;
}
#news_art .wrap .left .part3 .news_art .pn p{
  font-size:14px;
  color:#999;
  line-height: 30px;
}
#news_art .wrap .left .part3 .news_art .pn p a{
  color:#333;
  font-size:14px;
}
#news_art .wrap .left .part3 .news_art .pn p a:hover{
  color:#ff8589;
}
@media all and (max-width:980px) {
  #news_art .wrap .left{
    width:100%;
  }
}
@media all and (max-width:850px) {
  #news_art .wrap .left .part3 .news_art{
    width:100%;
  }
  #news_art .wrap .left .part3 .news_art .content{
    padding:0 0 20px;
  }
}
@media all and (max-width:480px) {
  #news_art .wrap .left .part3 .news_art .tit h1{
    font-size:20px;
  }
  #news_art .wrap .left .part3 .news_art .tit span{
    margin-top:10px;
  }
}
