.footer{
    background: url(../images/footer_top_bg2.jpg) no-repeat center center;
    background-size: cover;
}
.footer .bottom {
    background: #A80307;
}
/*头条新闻*/
.ttxw{
  padding: 70px 0;
    background: url(../images/new_news_one_bg.jpg) no-repeat center center;
    background-size: cover; 
}
.ttxw .ttxw_div{
  
}
.ttxw .ttxw_div .left{
  width: 750px;
  float: left;
    box-shadow: 1px 3px 19px 4px rgba(225, 70, 71, 0.1);
}
.ttxw .ttxw_div .left li a{
    display: block;
    width: 100%;
    height: 100%;
}
.ttxw .ttxw_div .left li .img{
    height: 450px;
    overflow: hidden;
  width: 100%;
}
.ttxw .ttxw_div .left li .img div{
    transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s; 
    display: block;
    width: 100%;
    height: 100%;
}
.ttxw .ttxw_div .left li:hover .img div{
  transform: scale(1.1); 
  -webkit-transform: scale(1.1);
}
.ttxw .ttxw_div .left li .cont{
    padding: 20px 30px 30px;
    background-color: #FFF;
}
.ttxw .ttxw_div .left li .cont .date{
    color: #A9060A;
    font-size: 16px;
}
.ttxw .ttxw_div .left li .cont .date .day{
    font-size: 46px;
    margin-right: 10px;
}
.ttxw .ttxw_div .left li .cont .title{
    color: #272727;
    font-size: 24px;
    margin: 5px 0 10px;
}
.ttxw .ttxw_div .left li .cont .leadin{
    color: #737373;
    font-size: 20px;
}
.ttxw .ttxw_div .left li:hover .cont .title{
    color: #A9060A;
}
.ttxw .ttxw_div .right{
  width: 715px;
  float: right;
}
.ttxw .ttxw_div .right li{
    float: left;
    width: 345px;
    margin-bottom: 25px;
}
.ttxw .ttxw_div .right li a{
    color: #FFF;
    padding: 23px 30px 34px;
    display: block;
  background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
    background-size: 222px 159px; 
    background-color: #A9060A;
}
.ttxw .ttxw_div .right li:nth-child(2n+2){
    float: right;
}
.ttxw .ttxw_div .right li:nth-child(3) a,.ttxw .ttxw_div .right li:nth-child(4) a{
  background: url(../images/new_news_one_li_h.png) no-repeat center right 20px;
    background-size: 222px 159px; 
    background-color: #FFF;
    color: #A9060A;
}
.ttxw .ttxw_div .right li:nth-child(5) a,.ttxw .ttxw_div .right li:nth-child(6) a{
  background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
    background-size: 222px 159px; 
    background-color: #C1976D;
}
.ttxw .ttxw_div .right li a .img{
    display: none;
}
.ttxw .ttxw_div .right li .date{
    font-size: 16px;
}
.ttxw .ttxw_div .right li .date .day{
    font-size: 46px;
    margin-right: 10px;
}
.ttxw .ttxw_div .right li .title{
    font-size: 20px;
    margin-top: 5px;
    line-height: 35px;
    height: 70px;
}
.ttxw .ttxw_div .right li:hover a{
    background-color: #C1976D;
}
.ttxw .ttxw_div .right li:hover:nth-child(3) a,.ttxw .ttxw_div .right li:hover:nth-child(4) a{
  background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
    background-size: 222px 159px; 
    background-color: #A9060A;
    color: #FFF;
}
.ttxw .ttxw_div .right li:hover:nth-child(5) a,.ttxw .ttxw_div .right li:hover:nth-child(6) a{
  background: url(../images/new_news_one_li_h.png) no-repeat center right 20px;
    background-size: 222px 159px; 
    background-color: #FFF;
    color: #A9060A;
}
.ttxw .xiaox{
  margin-top: 40px;
}
.ttxw .xiaox .xiaox_logo{
  text-align: center;
  margin: 45px 0 5px;
  position: relative;
}
.ttxw .xiaox .xiaox_logo img{
  animation: rotates 3s linear;
  width: 40px;
}
.ttxw .xiaox .xiaox_logo img:hover{
  animation: rotates infinite 3s linear;
}
.ttxw .xiaox .xiaox_logo:before{
  position: absolute;
  content: '';
  display: block;
  width:713px;
  height: 2px; 
  background: url(../images/news_home_toutiao_l.png) no-repeat center center;
    background-size: cover; 
    left: 8px;
    bottom: 21px;
}
.ttxw .xiaox .xiaox_logo:after{
  position: absolute;
  content: '';
  display: block;
  width:713px;
  height: 2px; 
  background: url(../images/news_home_toutiao_r.png) no-repeat center center;
    background-size: cover; 
    right: 8px;
    bottom: 21px;
}
.ttxw .xiaox .xiaox_div{
  text-align: center;
  margin-top: 15px;
}

/*通用*/
.ty_more{
  width: 150px;
  height: 53px;
  background: url(../images/news_home_more_bg.png) no-repeat center center;
    background-size: cover; 
    line-height: 53px;
    text-indent: 30px;
    text-align: left;
}
.ty_more a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #FFF;
}
.news_ty_title{
  color: #A9060A;
  position: relative;
}
.news_ty_title .cn{
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
}
.news_ty_title .en{
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}
.news_ty_title .en span{
  font-size: 12px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.news_ty_title .ty_more{
  position: absolute;
  right: 0;
  top: 2px;
}
.news_ty_title .ty_more:hover{
  background: url(../images/news_home_more_bg_huang.png) no-repeat center center;
    background-size: cover;
}

/*党建引领*/
.djyl{
  background: #F5F5F5;
  padding: 70px 0;
}
.djyl .djyl_title{
  color: #A9060A;
  text-align: center;
  position: relative;
}
.djyl .djyl_title .cn{
  font-size: 40px;
  font-weight: 600;
}
.djyl .djyl_title .en{
  font-size: 16px;
  font-weight: 500;
}
.djyl .djyl_title .ty_more{
  position: absolute;
  right: 0;
  top: 17px;
}
.djyl .djyl_title .ty_more:hover{
  background: url(../images/news_home_more_bg_huang.png) no-repeat center center;
    background-size: cover;
}
.djyl .djyl_list{

}
.djyl .djyl_list .top{
  margin-top: 50px;
}
.djyl .top li{
  float: left;
  width: 500px;
  padding: 70px 20px 0;
  position: relative;
}
.djyl .top li a{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-bottom:1px solid #D9D9D9;
}
.djyl .top .img{
  overflow: hidden;
  width: 100%;
  height: 330px;
}
.djyl .top .img div{
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s; 
    display: block;
    width: 100%;
    height: 100%;
}
.djyl .top .title{
  font-size: 22px;
  color: #2f292c;
  font-weight: 500;
  width: 100%;
  margin-top: 20px;
  height: 64px;
}
.djyl .top .date{
  width: 96px;
  height: 96px;
  background: #A9060A;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 45px;
}
.djyl .top .date .day{
  font-size: 30px;
  font-weight: 500;
  margin-top: 12px;
}
.djyl .top .date .yaer{
  font-size: 16px;
}
.djyl .top li:hover{
  background: #C1976D;
}
.djyl .top li:hover a{
  border-bottom: 1px solid #C1976D;
}
.djyl .top li:hover .img div{
  transform: scale(1.1); 
  -webkit-transform: scale(1.1);
}
.djyl .top li:hover .title{
  color: #FFF;
}
.djyl .bottom{

}
.djyl .bottom li{
  float: left;
  width: 500px;
  padding: 20px 20px 0;
}
.djyl .bottom li a{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-bottom:1px solid #D9D9D9;
}
.djyl .bottom .title{
  font-size: 22px;
  color: #2f292c;
  font-weight: 500;
    height: 64px;
}
.djyl .bottom .date{
  color: #A9060A;
  font-size: 16px;
  margin-top: 20px;
}
.djyl .bottom li:hover{
  background: #C1976D;
}
.djyl .bottom li:hover a{
  border-bottom: 1px solid #C1976D;
}
.djyl .bottom li:hover a .title{
  color: #FFF;
}
.djyl .bottom li:hover a .date{
  color: #FFF;
}

/*通知公告*/
.tzgg{
  background: #C1976D;
  padding: 100px 0;
}
.tzgg .left{
  width: 50px;
  float: left;
    color: #FFF;
    line-height: 50px;
    position: relative;
    margin-left: 20px;
    z-index: 9999;
}
.tzgg .left .title{
  font-size: 40px;
  writing-mode: vertical-rl;
  width: 100%;
  font-weight: 600;
  letter-spacing: 10px;
  position: relative;
}
.tzgg .left .title:after{
  position: absolute;
  width: 10px;
  display: block;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  content: '';
  left: 50%;
  margin-left: -5px;
  bottom: -22px;
}
.tzgg .left .more a{
  display: block;
  font-size: 18px;
  writing-mode: vertical-rl;
  color: #FFF;
  width: 100%;
  letter-spacing: 5px;
  margin-top: 55px;
}
.tzgg .left .more a:hover{
  color: #DF111F;
}
.tzgg .right{
  position: relative;
  height: 485px;
}
.tzgg .right .mySwiper{
  background: #FFF;
  padding: 40px 0 5px;
  width: 1338px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.tzgg .right:before{
  background: #A9060A;
  width: 220px;
  height: 220px;
  content: '';
  position: absolute;
  left: 133px;
    top: -27px;
  z-index: 1;
}
.tzgg .right:after{
  background: #A9060A;
  width: 220px;
  height: 220px;
  content: '';
  position: absolute;
  right: -27px;
  bottom: -27px;
  z-index: 1;
}
.tzgg .right .swiper-slide{
  padding: 0 40px;
}
.tzgg .right .swiper-slide li{
  width: 607px;
  float: left;
  height: 75px;
  margin-bottom: 35px;
}
.tzgg .right .swiper-slide li:nth-child(2n+2){
  float: right;
}
.tzgg .right .swiper-slide li a{
  
}
.tzgg .right .swiper-slide li .date{
  color: #A9060A;
  font-size: 18px;
  font-weight: 600;
  background: #F2E3D5;
  width: 80px;
  height: 100%;
  float: left;
  text-align: center;
}
.tzgg .right .swiper-slide li .year{
  margin: 10px 0 2px;
}
.tzgg .right .swiper-slide li .day{
  
}
.tzgg .right .swiper-slide li .title{
  font-size: 22px;
  color: #363636; 
  float: right;
  width: 507px;
  /* height: 100%;
    display: flex; */
    align-items: center;
}

.tzgg .right .swiper-slide li:hover  .title{
  color: #A9060A;
}

.tzgg .swiper-button-next,.tzgg  .swiper-button-prev{
  width: 38px;
    height: 38px;
    border-radius: 50%;
    top: auto;
    bottom: -80px;
    left: 5px;
}
.tzgg  .swiper-button-next{
  bottom: -130px;
}
.tzgg .swiper-button-next:after,.tzgg  .swiper-rtl .swiper-button-prev:after{
  background: url(../images/news_home_djyl_xjt.png) no-repeat center center;
    background-size: cover;
    content: ' ';
    width: 38px;
    height: 38px;
}
.tzgg .swiper-button-prev:after,.tzgg  .swiper-rtl .swiper-button-next:after{
  background: url(../images/news_home_djyl_sjt.png) no-repeat center center;
    background-size: cover;
    content: ' ';
    width: 38px;
    height: 38px;
}
/*媒体专区*/
.mtzq{
  background: url(../images/news_home_mtzq_bg.jpg) no-repeat top center;
    background-size: 100% 414px;
    padding: 100px 0 60px;
}
.mtzq .mtzq_title{
    color:#FFF;
}
.mtzq .mtzq_title .ty_more {
    background: url(../images/news_home_more_bg_huang.png) no-repeat center center;
    background-size: cover;
}
.mtzq .bottom{
    margin-top: 80px;
}
.mtzq .left{
  width: 1045px;
  float: left;
}
.mtzq .left li{
  width: 328px;
  height: 241px;
  float: left;
  position: relative;
  margin-bottom: 30px;
    margin-right: 30px;
}
.mtzq .left li a{
    display: block;
    width: 100%;
    height: 100%;
}
.mtzq .left li:first-child{
  width: 687px;
  height: 511px;
  margin-top: 0;
}
.mtzq .left li:nth-child(2),.mtzq .left li:nth-child(3),.mtzq .left li:nth-child(6){
    margin-right:0;
}
.mtzq .left .img{
  width: 100%;
  height: 100%;
    overflow: hidden;
}
.mtzq .left .img div{
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.mtzq .left .title{
  font-size: 20px;
  padding: 0 25px;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  color: #FFF;
}
.mtzq .left .title a{
  color: #FFF;
}
.mtzq .left .yy{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  left: 0;
  top: 0;
}
.mtzq .left .anniu{
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/news_home_mtzq_1.png) no-repeat center center;
    background-size: cover; 
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    cursor: pointer;
}
.mtzq .left li:hover .title{
  color: #DF111F;
}
.mtzq .left li:hover .img div{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.mtzq .right{
  width: 410px;
  background: #FFF;
  margin-left: 15px;
  padding: 30px;
  float: right;
  box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.1);
}
.mtzq .right .top{
  position: relative;
  margin-bottom: 20px;
}
.mtzq .right .top .tit{
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  padding-left: 55px;
  background: url(../images/news_home_mtzq_logo.png) no-repeat left center;
    background-size: 39px 27px;
    height: 27px;
    line-height: 27px;    
}
.mtzq .right .top .more{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #262626;
}
.mtzq .right .top .more:hover{
  color: #b92810;
}
.mtzq .right ul{

}
.mtzq .right li{
  border-top: 1px solid #C9C9C9;
  padding: 23px 0;
}
.mtzq .right li{
  
}
.mtzq .right li .date{
  color: #DF111F;
  font-size: 16px;
}
.mtzq .right li .title{
  color: #262626;
  font-size: 20px;
  margin-top: 11px;
}
.mtzq .right li .title:hover{
  color: #DF111F;
}
.mtzq .right li:last-child{
  padding-bottom: 0px;
}
/*学院新闻*/
.xyxw{
  padding: 70px 0;
  background: url(../images/news_home_xyxw_bg.jpg) no-repeat center center;
    background-size: cover;   
}
.xyxw .tit{
  position: relative;
}
.xyxw .tit .title{
  color: #FFF;
}
.xyxw .tit .cn{
  font-size: 40px;
    font-weight: 600;
}
.xyxw .tit .en{
  font-size: 16px;
    font-weight: 500;
}
.xyxw .tit .title:before{
  content: '';
  position: absolute;
  width: 7px;
  height: 67px;
  background: #FFF;
  border-radius: 20px;
  left: 190px;
    top: 12px;
}
.xyxw .tit .more{
  color: #FFF;
  font-size: 20px;
  position: absolute;
  left: 230px;
    top: 28px;
}
.xyxw .tit .more:hover{
  color: #C1976D;
}
.xyxw .swiper-button-next,.xyxw  .swiper-button-prev{
  width: 68px;
    height: 68px;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    right: 108px;
    left: initial;
}
.xyxw  .swiper-button-next{
  bottom: 0;
  right: 0;
}
.xyxw .swiper-button-next:after,.xyxw  .swiper-rtl .swiper-button-prev:after{
  background: url(../images/news_home_xyyw_r_b.png) no-repeat center center;
    background-size: cover;
    content: ' ';
    width: 68px;
    height: 68px;
}
.xyxw .swiper-button-prev:after,.xyxw  .swiper-rtl .swiper-button-next:after{
  background: url(../images/news_home_xyyw_l_b.png) no-repeat center center;
    background-size: cover;
    content: ' ';
    width: 68px;
    height: 68px;
}
.xyxw .mySwiper{
  margin-top: 60px;
}
.xyxw .swiper-slide{
  
}
.xyxw .xyxw_list .img{
  width: 555px;
  height: 313px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xyxw .xyxw_list .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.xyxw .xyxw_list .img .date{
  position: absolute;
  width: 130px;
  height: 50px;
  background: #C1976D;
  color: #FFF;
  font-size: 16px;
  background: url(../images/news_home_xyyw_time_bg.png) no-repeat left 8px center;
    background-size: 23px 23px;
    padding-left: 37px;
    line-height: 50px;
    bottom: 0;
    right: 0;
    background-color: #C1976D;
}
.xyxw .xyxw_list .cont{
  float: right;
  width: 894px;
}
.xyxw .xyxw_list .cont a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.xyxw .xyxw_list .cont .title{
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
    height: 91px;
}
.xyxw .xyxw_ul .xyxw_list .cont .title{
    height: 64px;
}
.xyxw .xyxw_list .cont .leadin{
  font-size: 18px;
  margin: 20px 0 35px;
  color: #FFF;
    height: 77px;
}
.xyxw .xyxw_list .cont .more{
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/news_home_xyyw_yjt.png) no-repeat center center;
    background-size: cover; 
}
.xyxw .xyxw_ul{
  margin-top: 60px;
}
.xyxw .xyxw_ul li{
  float: left;
  width: 470px;
  margin-right: 45px;
}
.xyxw .xyxw_ul li:last-child{
  margin-right: 0;
}
.xyxw .xyxw_ul li .img{
  float: initial;
  width: 100%;
  height: 300px;
}
.xyxw .xyxw_ul li .cont{
  float: initial;
  width: 100%;
}
.xyxw .xyxw_ul li .cont .title{
  font-size: 22px;
  border-bottom: none;
  padding-bottom: 0;
}
.xyxw .xyxw_ul li .cont .leadin{
  font-size: 16px;
  margin-bottom: 20px;
}
.xyxw .xyxw_list:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.xyxw .xyxw_list:hover .cont a{
  background:#C1976D;
  padding-left:30px;
  padding-right:30px;
}
/*.xyxw .xyxw_list .cont .title:hover{
  color: #DF111F;
}*/
/*专题热点*/
.ztrd{
  padding: 70px 0;
}
.ztrd .bottom{
  margin-top: 90px;
}
.ztrd .bottom .left{
  width: 760px;
  float: left;
  padding-left: 45px;
  padding-top: 35px;
  background: url(../images/news_home_ztrd_bg_1.png) no-repeat left top;
    background-size: 583px 464px; 
    box-shadow: 1px 3px 19px 4px rgba(225, 70, 71, 0.1);
}
.ztrd .left .img{
  width: 100%;
  height: 385px;
  overflow: hidden;
}
.ztrd .left .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.ztrd .left .cont{
  padding: 80px 45px 35px 0;
}
.ztrd .left .title{
  color: #171717;
  font-size: 24px;
}
.ztrd .left .title a{
  color: #171717;
}
.ztrd .left .leadin{
  color: #5b5b5b;
  font-size: 20px;
  margin: 15px 0 35px;
}
.ztrd .left .date{
  color: #A9060A;
  font-size: 18px;
  background: url(../images/news_home_ztrd_time.png) no-repeat left center;
    background-size: 24px 24px; 
    padding-left: 40px; 
    line-height: 24px;
}
.ztrd .left:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.ztrd .left:hover .title a,.ztrd .left:hover .title{
  color: #A9060A;
}
.ztrd .right{
  width: 695px;
  float: right;
}
.ztrd .right .ul1{
  
}
.ztrd .right .ul1 li{
  width: 330px;
  float: left;
}
.ztrd .right .ul1 li:nth-child(2n+2){
  float: right;
}
.ztrd .right .ul1 li .img{
  width: 100%;
  height: 217px;
  overflow: hidden;
}
.ztrd .right .ul1 li .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.ztrd .right .ul1 li .title{
  color: #171717;
  font-size: 20px;
  margin: 20px 0;
}
.ztrd .right .ul1 li .date{
  color: #961529;
  font-size: 16px;
  background: url(../images/news_home_ztrd_time_bg.png) no-repeat left center;
    background-size: 23px 23px; 
    padding-left: 40px; 
    line-height: 23px;
}
.ztrd .right .ul1 li:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.ztrd .right .ul1 li:hover .title a,.ztrd .right .ul1 li:hover .title{
  color: #DF111F;
}
.ztrd .right .ul2{
  margin-top: 45px;
}
.ztrd .right .ul2 li{
  height: 175px;
  margin-bottom: 35px;
  border-top: 4px solid #A9060A;
}
.ztrd .right .ul2 li:last-child{
  margin-bottom: 0;
}
.ztrd .right .ul2 li .img{
  width: 275px;
  height: 100%;
  overflow: hidden;
  float: right;
}
.ztrd .right .ul2 li .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.ztrd .right .ul2 li .cont{
  float: left;
  width: 400px;
}
.ztrd .right .ul2 li .cont a{
  display: block;
  width: 100%;
  height: 100%;
}
.ztrd .right .ul2 li .title{
  color: #171717;
  font-size: 20px;
  margin:14px 0 45px 0;
}
.ztrd .right .ul2 li .date{
  color: #961529;
  font-size: 16px;
  background: url(../images/news_home_ztrd_time_bg.png) no-repeat left center;
    background-size: 23px 23px; 
    padding-left: 40px; 
    line-height: 23px;
}
.ztrd .right .ul2 li:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.ztrd .right .ul2 li:hover .title a,.ztrd .right .ul2 li:hover .title{
  color: #FFF;
}
.ztrd .right .ul2 li:hover{
  background: #A9060A;
  border-top: none;
}
.ztrd .right .ul2 li:hover .date{
    background: url(../images/news_home_xyyw_time_bg.png) no-repeat left center;
    background-size: 23px 23px; 
  color: #FFF;
}
.ztrd .right .ul2 li:hover .cont a{
  padding: 10px 30px 30px;
}

/*师生发展*/
.ssfz{
  padding: 100px 0;
    background: url(../images/news_home_ssfz_bg.jpg) no-repeat left center;
    background-size:cover;  
}
.ssfz .top{
  margin-top: 100px;
}
.ssfz .mySwiper{
  width: 733px;
  float: left;
  height: 491px;
  margin-right: 34px;
}
.ssfz .swiper-slide{  
  height: 100%;
  position: relative;
}
.ssfz .swiper-slide .img{
  height: 100%;
}
.ssfz .swiper-slide .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.ssfz .swiper-slide .title{
  font-size: 22px;
  color: #FFF;
  position: absolute;
  width: 100%;
  left: 25px;
  bottom: 25px;
  padding-right: 130px;
  z-index: 2;
} 
.ssfz .swiper-slide .title a{
  color: #FFF;
}
.ssfz .swiper-slide .yy{
  width: 100%;
  height: 151px;
  background: url(../images/news_home_ssfz_1_bg.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ssfz .swiper-slide:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.ssfz .swiper-slide:hover .title{
  color: #DF111F;
}
.ssfz .swiper-horizontal>.swiper-pagination-bullets,.ssfz  .swiper-pagination-bullets.swiper-pagination-horizontal,.ssfz  .swiper-pagination-custom,.ssfz  .swiper-pagination-fraction{
  width: 130px;
  right: 0;
  left: initial;
  bottom: 28px;
}
.ssfz .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.ssfz  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.ssfz .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #D6CDC4;
  opacity: 1;
}
.ssfz .swiper-pagination-bullet-active{
  background: #962443;
}

.ssfz .list{

}
.ssfz .list li{
  width: 350px;
  float: left;
  margin-right: 33px;
  margin-bottom: 35px;
}
.ssfz .list li:nth-child(2),.ssfz .list li:nth-child(6){
  margin-right: 0;
}
.ssfz .list li:nth-child(3) .img,.ssfz .list li:nth-child(4) .img,.ssfz .list li:nth-child(5) .img,.ssfz .list li:nth-child(6) .img{
  display: none;
}
.ssfz .list .img{
  width: 100%;
  height: 246px;
  overflow: hidden;
}
.ssfz .list .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.ssfz .list .cont{
  padding: 25px 30px;
  background: #FFF;
  border-top: 4px solid #B92810;
}
.ssfz .list li:nth-child(1) .cont,.ssfz .list li:nth-child(2) .cont{
  border-top: none;
}
.ssfz .list .title{
  color: #212121;
  font-size: 22px;
}
.ssfz .list .title a{
  color: #212121;
}
.ssfz .list .leadin{
  color: #727171;
  font-size: 16px;
  margin: 20px 0 15px;
}
.ssfz .list .date{
  color: #94162A;
  font-size: 16px;
  background: url(../images/news_home_ztrd_time.png) no-repeat left center;
    background-size: 24px 24px; 
    padding-left: 40px; 
    line-height: 24px;
}
.ssfz .list li:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.ssfz .list li:hover .title a,.ssfz .list li:hover .title{
  color: #DF111F;
}

/*合作交流*/
.hzjl{
  padding: 100px 0;
    background: url(../images/news_home_hzjl_bg.jpg) no-repeat left center;
    background-size:cover;  
}
.hzjl .hzjl_title {
  color: #FFF;
}
.hzjl .hzjl_title .ty_more{
  background: url(../images/news_home_more_bg_huang.png) no-repeat center center;
    background-size: cover;
}
.hzjl .hzjl_title .ty_more:hover a{
  color: #DF111F;
}
.hzjl .top{
  margin-top: 80px;
}
.hzjl .top .left{
  width: 50%;
  float: left;
  position: relative;
}
.hzjl .top  .img{
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.hzjl .top .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.hzjl .top .cont{
  padding: 25px 50px;
  background: #FFF;
  width: 634px;
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -317px;
}
.hzjl .top .title{
  color: #313131;
  font-size: 22px;
  margin-bottom: 20px;
}
.hzjl .top .title a{
  color: #313131;
}
.hzjl .top .date{
  color: #212121;
  font-size: 20px;
  background: url(../images/news_home_ztrd_time_bg.png) no-repeat left center;
    background-size: 23px 23px; 
    padding-left: 40px; 
    line-height: 24px;
}
.hzjl .top .right{
  width: 700px;
  float: right;
}
.hzjl .top .right .img{
  width: 278px;
  height: 183px;
  overflow: hidden;
}

.hzjl .top .right .cont{
  padding: 25px 50px;
  width: 457px;
  top: 50%;
  margin-top: -77.5px;
  height: 155px;
  left: 250px;
  margin-left: 0;
  bottom: initial;
}
.hzjl .top .right li{
  margin-bottom: 30px;
  position: relative;
}
.hzjl .top .right li:last-child{
  margin-bottom: 0;
}
.hzjl .top  li:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.hzjl .top  li:hover .title a{
  color: #DF111F;
}
.hzjl .top  .left:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.hzjl .top  .left:hover .title a,.hzjl .top  .left:hover .title{
  color: #DF111F;
}

/*学工在线*/
.xgzx{
  padding: 90px 0;
    background: url(../images/news_home_xgzx_bg.jpg) no-repeat left center;
    background-size:cover;  
}
.xgzx .top{
  margin-top: 70px;
}
.xgzx .mySwiper{
  width: 100%;
  height: 650px;
}
.xgzx .swiper-slide{  
  height: 100%;
  position: relative;
}
.xgzx .swiper-slide .img{
  width: 1000px;
  height: 100%;
}
.xgzx .swiper-slide .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.xgzx .swiper-slide .cont{
  position: absolute;
  width: 648px;
  height: 442px;
  top: 50%;
  margin-top: -221px;
    background: url(../images/news_home_xgzx_bg_1.png) no-repeat center center;
    background-size:cover;  
    right: 0;
    z-index: 1;
    padding: 150px 80px 30px 100px;
}
.xgzx .swiper-slide .title{
  font-size: 24px;
  color: #232323;
  margin-bottom: 30px;
  font-weight: 500;
} 
.xgzx .swiper-slide .title a{
  color: #232323;
}
.xgzx .swiper-slide .leadin {
  color: #5d5d5d;
  font-size: 18px;
}
.xgzx .swiper-slide .date {
  color: #FFF;
  font-size: 16px;
  background: url(../images/news_home_xyyw_time_bg.png) no-repeat left 8px center;
    background-size: 23px 23px; 
    padding-left: 38px; 
    line-height: 50px;
    background-color: #A9060A;
    width: 130px;
    height: 50px;
    position: absolute;
    right: 65px;
    top: 60px;
}
.xgzx .swiper-slide:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.xgzx .swiper-slide:hover .title a,.xgzx .swiper-slide:hover .title{
  color: #DF111F;
}
.xgzx .swiper-horizontal>.swiper-pagination-bullets,.xgzx  .swiper-pagination-bullets.swiper-pagination-horizontal,.xgzx  .swiper-pagination-custom,.xgzx  .swiper-pagination-fraction{
  width: 130px;
  right: 25px;
  left: initial;
  bottom: 140px;
  z-index: 999;
}
.xgzx .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.xgzx  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.xgzx .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #D6CDC4;
  opacity: 1;
}
.xgzx .swiper-pagination-bullet-active{
  background: #962443;
}

.xgzx .list{
  margin-top: 55px;
}
.xgzx .list li{
  float: left;
  margin-right: 30px;
  width: 480px;
  height: 230px;
  background: #FFF;
  padding: 40px 45px;
}
.xgzx .list li:last-child{
  margin-right: 0;
}
.xgzx .list .title{
  font-size: 22px;
  color: #232323;
  margin-top: 25px;
  font-weight: 500;
} 
.xgzx .list .title a{
  color: #232323;
}
.xgzx .list .date {
  color: #FFF;
  font-size: 16px;
  background: url(../images/news_home_xyyw_time_bg.png) no-repeat left 8px center;
    background-size: 23px 23px; 
    padding-left: 38px; 
    line-height: 50px;
    background-color: #A9060A;
    width: 130px;
    height: 50px;
}
.xgzx .list li:hover .title a,.xgzx .list li:hover .title{
  color: #DF111F;
}


/*校园生活*/
.xysh{
  padding: 100px 0;
    background: url(../images/news_home_xysh_bg.jpg) no-repeat left center;
    background-size:cover;
}
.xysh .left{
  width: 50%;
  float: left;
  background: #F4F4F4;
  padding-top: 50px;
}
.xysh .left .xysh_title{
  padding: 0 40px;
}
.xysh .left .xysh_title .ty_more{
  background: none;
  font-size: 16px;
  color: #A9060A;
}
.xysh .left .xysh_title .ty_more a{
  color: #A9060A;
  font-size: 16px;
}
.xysh .left .list{
  margin-top: 47px;
}
.xysh .left .cont{
  padding: 0 40px;
}
.xysh .left .list .date{
  font-size: 16px;
  color: #323232;
}
.xysh .left .list .title{
  font-size: 20px;
  color: #313131;
  font-weight: 500; 
  margin: 20px 0 30px;
}
.xysh .left .list .title a{
  color: #313131
}
.xysh .left .list .img{
  width: 100%;
  height: 513px;  
  overflow: hidden;
}
.xysh .left .list .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.xysh .left .list:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.xysh .left .list:hover .title a,.xysh .left .list:hover .title{
  color: #DF111F;
}
.xysh .right{
  width: 50%;
  float: right;
}
.xysh .right ul{
  
}
.xysh .right li .img{
  width: 50%;
  height: 257px;  
  overflow: hidden;
  float: left;
}
.xysh .right li .img a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}
.xysh .right li .cont{
  width: 50%;
  float: right;
  color: #FFF;
  font-size: 16px;
  background: #C43434;
}
.xysh .right li .cont .title{
  font-size: 20px;
  margin: 20px 0 25px;
}
.xysh .right li .cont a{
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  padding: 41px 25px;
}
.xysh .right li .cont .date{
  
}
.xysh .right li .cont .leadin{
  color: #f9c2c2;
}
.xysh .right li:nth-child(2) .cont{
  background: #C1976D;
  float: left;
}
.xysh .right li:nth-child(2) .img{
  float: right;
}
.xysh .right li:nth-child(2) .leadin{
  color: #f4ebe3;
}
.xysh .right li:nth-child(3) .cont{
  background: #FFF;
  color: #313131
}
.xysh .right li:nth-child(3) .cont a{
  color: #313131
}
.xysh .right li:nth-child(3) .cont .leadin{
  color: #818181;
}
.xysh .right li:hover .img a{
  transform: scale(1.1); 
   -webkit-transform: scale(1.1);
}
.xysh .right li:nth-child(1):hover .cont{
  background: #FFF;
}
.xysh .right li:nth-child(1):hover  .cont .title,.xysh .right li:nth-child(1):hover  .cont .date,.xysh .right li:nth-child(1):hover  .cont .title a{
  color: #313131
}
.xysh .right li:nth-child(1):hover .cont .leadin{
  color: #818181;
}
.xysh .right li:nth-child(2):hover .cont{
  background: #C43434;
}
.xysh .right li:nth-child(2):hover  .cont .title{
  color: #ffffff
}
.xysh .right li:nth-child(2):hover  .cont a{
  color: #ffffff
}
.xysh .right li:nth-child(2):hover .cont .leadin{
  color: #f9c2c2;
}
.xysh .right li:nth-child(3):hover .cont{
  background: #C1976D;
}
.xysh .right li:nth-child(3):hover  .cont .title,.xysh .right li:nth-child(3):hover  .cont .date,.xysh .right li:nth-child(3):hover  .cont a{
  color: #fff;
}
.xysh .right li:nth-child(3):hover .cont .leadin{
  color: #f4ebe3;
}


@media screen and (max-width: 1600px){
  .ttxw{
    padding: 55px 0;
  }
  .ttxw .ttxw_div{
    padding: 0;
  }
  .ttxw .ttxw_div .left{
    width: 600px;
  }
    .ttxw .ttxw_div .left li .cont {
        padding: 16px 24px 24px;
    }
    .ttxw .ttxw_div .left li .cont .date {
        font-size: 15px;
    }
    .ttxw .ttxw_div .left li .cont .date .day {
        font-size: 37px;
    }
    .ttxw .ttxw_div .left li .cont .title {
        font-size: 20px;
        margin: 4px 0 8px;
    }
    .ttxw .ttxw_div .left li .cont .leadin {
        font-size: 16px;
    }
    .ttxw .ttxw_div .right li {
        width: 276px;
        margin-bottom: 20px;
    }
    .ttxw .ttxw_div .right li .date {
        font-size: 15px;
    }
    .ttxw .ttxw_div .right li .date .day {
        font-size: 37px;
    }
    .ttxw .ttxw_div .right li .title {
        font-size: 16px;
        margin-top: 5px;
        line-height: 30px;
        height: 60px;
    }
    .ttxw .ttxw_div .left li .img{
        height: 376px;
    }
    .ttxw .ttxw_div .right {
        width: 572px;
    }
    .ttxw .ttxw_div .right li a {
        padding: 18px 24px 28px;
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 190px 136px;
        background-color: #A9060A;
    } 
    .ttxw .ttxw_div .right li:nth-child(3) a,.ttxw .ttxw_div .right li:nth-child(4) a{
        background: url(../images/new_news_one_li_h.png) no-repeat center right 20px;
        background-size: 190px 136px;
        background-color: #FFF; 
    }
    .ttxw .ttxw_div .right li:nth-child(5) a,.ttxw .ttxw_div .right li:nth-child(6) a{
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 190px 136px; 
        background-color: #C1976D;
    }    
    .ttxw .ttxw_div .right li:hover a {
        padding: 18px 24px 28px;
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 190px 136px;
        background-color: #C1976D;
    } 
    .ttxw .ttxw_div .right li:hover:nth-child(3) a,.ttxw .ttxw_div .right li:hover:nth-child(4) a{
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 190px 136px; 
        background-color: #A9060A;
    }
    .ttxw .ttxw_div .right li:hover:nth-child(5) a,.ttxw .ttxw_div .right li:hover:nth-child(6) a{
        background: url(../images/new_news_one_li_h.png) no-repeat center right 20px;
        background-size: 190px 136px;
        background-color: #FFF;   
    }
  .ttxw .xiaox{
    margin-top: 35px;
  }
    .ttxw .xiaox .xiaox_logo{
       margin-top: 35px; 
    }
  .ttxw .xiaox .xiaox_logo img{
    width: 32px;
  }
  .ttxw .xiaox .xiaox_logo:after{
    width: 520px;
    right: 49px;
      bottom: 16px;
  }
  .ttxw .xiaox .xiaox_logo:before{
    width: 520px;
    left: 49px;
      bottom: 16px;
  }
  .ttxw .xiaox .xiaox_div{
    margin-top: 12px;
  }
  .ttxw .xiaox .xiaox_div img{
    width: 280px;
  }

  .djyl{
    padding:50px 0;
  }
  .djyl .djyl_title .cn{
    font-size: 32px;
  }
  .djyl .djyl_title .en{
    font-size: 13px;
  }
  .ty_more{
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-indent: 22px;
  }
  .ty_more a{
    font-size: 16px;
  }
  .djyl .djyl_title .ty_more {
    top: 12px;
  }
  .djyl .djyl_list .top{
    margin-top: 40px;
  }
  .djyl .top li{
    width: 400px;
    padding: 56px 20px 0;
  }
  .djyl .top .img {
      height: 264px;
  }
  .djyl .top .date{
    width: 75px;
    height: 75px;
    top: 20px;
  }
  .djyl .top .date .day{
    font-size: 24px;
    margin-top: 9px;
  }
  .djyl .top .date .year{
    font-size: 13px;
  }
  .djyl .top .title{
    font-size: 18px;
    margin-top: 16px;
    height: 52px;
  }
  .djyl .top li a{
    padding-bottom: 24px;
  }
  .djyl .bottom li{
    width: 400px;
  }
  .djyl .bottom .title{
    font-size: 18px;
        height: 52px;
  }
  .djyl .bottom .date{
    font-size: 14px;
    margin-top: 16px;
  }
  .tzgg{
    padding: 80px 0;
  }
  .tzgg .left{
    margin-left: 0;
    width: 40px;
    line-height: 40px;
  }
  .tzgg .right {
      height: 425px;
  }
  .tzgg .left .title{
    font-size: 32px;
    letter-spacing: 8px;
  }
  .tzgg .left .more a{
    font-size: 16px;
    margin-top: 44px;
  }
  .tzgg .swiper-button-next:after, .tzgg .swiper-rtl .swiper-button-prev:after{
    width: 32px;
      height: 32px;
  }
  .tzgg .swiper-button-prev:after, .tzgg .swiper-rtl .swiper-button-next:after{
    width: 32px;
      height: 32px;
  }
  .tzgg .swiper-button-next, .tzgg .swiper-button-prev{
    width: 32px;
      height: 32px;   
      bottom: -70px;
  }
  .tzgg .swiper-button-next{
    bottom: -120px;
  }
  .tzgg .right:before{
    width: 176px;
      height: 176px;
      left: 85px;
      top: -22px;
  }
  .tzgg .right:after{
    width: 176px;
      height: 176px;
      right: -22px;
      bottom: -22px;    
  }
  .tzgg .right .mySwiper{
    width: 1093px;
    padding: 32px 0 5px;
  }
  .tzgg .right .swiper-slide{
    padding: 0 32px;
  }
  .tzgg .right .swiper-slide li{
    width: 505px;
    height: 62px;
  }
  .tzgg .right .swiper-slide li .title{
    font-size: 18px;
    width: 425px;
  }
  .tzgg .right .swiper-slide li .date{
    width: 64px;
    font-size: 15px;
  }
  .mtzq{
    padding: 80px 0 72px;
    background: url(../images/news_home_mtzq_bg.jpg) no-repeat top center;
      background-size: 100% 330px;
  }
    .mtzq .bottom{
        margin-top: 64px;
    }
    .mtzq .left{
        width: 836px;
    }
    .mtzq .left li{
        width: 262px;
        height: 198px;
        margin-bottom: 24px;
        margin-right: 24px;
    }
    .mtzq .left li:first-child{
        width: 550px;
        height: 409px;
    }
    .mtzq .left .title{
        font-size: 16px;
        padding: 0 20px;
        bottom: 16px;
    }
    .mtzq .left .anniu{
        position: absolute;
        width: 48px;
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
    }
    .mtzq .right{
        width: 328px;
    }
  .mtzq .right .top{
    margin-bottom: 16px;
  }
  .mtzq .right .top .tit{
    font-size: 16px;
    background-size: 30px 20px;
    padding-left: 40px;
  }
  .mtzq .right .top .more{
    font-size: 16px;
  }
  .mtzq .right li{
    padding: 17px 0;
  }
  .mtzq .right li .date{
    font-size: 13px;
  }
  .mtzq .right li .title{
    font-size: 16px;
    margin-top: 9px;
  }
  .xyxw{
    padding: 55px 0;
  }
  .xyxw .tit .cn{
    font-size: 32px;
  }
  .xyxw .tit .en{
    font-size: 13px;
  }
  .xyxw .tit .title:before{
    width: 5.5px;
      height: 54px;
      left: 152px;
      top: 8px;
  }
  .xyxw .tit .more{
    font-size: 16px;
    left: 184px;
    top: 20px;
  }
  .xyxw .swiper-button-next, .xyxw .swiper-button-prev{
    width: 55px;
    height: 55px;
    right: 87px;
  }
  .xyxw .swiper-button-next:after, .xyxw .swiper-rtl .swiper-button-prev:after{
    width: 55px;
    height: 55px;
  }
  .xyxw .swiper-button-prev:after, .xyxw .swiper-rtl .swiper-button-next:after{
    width: 55px;
    height: 55px;   
  }
  .xyxw .swiper-button-next{
    right: 0;
  }
  .xyxw .mySwiper{
    margin-top: 48px;
  }
  .xyxw .xyxw_list .img{
    width: 444px;
    height: 250px;
  }
  .xyxw .xyxw_list .img .date{
    position: absolute;
      width: 104px;
      height: 40px;
      font-size: 13px;
      background-size: 18px 18px;
      padding-left: 32px;
      line-height: 40px;
  }
  .xyxw .xyxw_list .cont{
    width: 725px;
  }
  .xyxw .xyxw_list .cont a{
    padding: 16px 0;
  }
  .xyxw .xyxw_list .cont .title{
    font-size: 18px;
    padding-bottom: 16px;
  }
    .xyxw .xyxw_list .cont .title{
        height: 69px;
    }
    .xyxw .xyxw_ul .xyxw_list .cont .title{
        height: 52px;
    }
  .xyxw .xyxw_list .cont .leadin{
    font-size: 14px;
    margin: 20px 0 32px;
        height:60px;
  }
  .xyxw .xyxw_list .cont .more{
    width: 37px;
      height: 37px;
  }
  .xyxw .xyxw_list:hover .cont a{
    padding-left: 24px;
      padding-right: 24px;
  }
  .xyxw .xyxw_ul{
    margin-top: 48px;
  }
  .xyxw .xyxw_ul li{
    width: 376px;
    margin-right: 36px;
  }
  .xyxw .xyxw_ul li .img {
      height: 240px;
  }
  .xyxw .xyxw_ul li .cont .title{
    font-size: 18px;
  }
  .xyxw .xyxw_ul li .cont .leadin {
      font-size: 13px;
      margin-bottom: 16px;
  }
  .ztrd{
    padding: 55px 0;
  }
  .news_ty_title .cn{
    font-size: 32px;
  }
  .news_ty_title .en {
      font-size: 13px;
      margin-left: 12px;
  }
  .news_ty_title .en span{
    font-size: 10px;
    margin-top: 2px;
      margin-right: 4px;
  }
  .ztrd .bottom {
      margin-top: 72px;
  }
  .ztrd .bottom .left {
      width: 608px;
      padding-left: 36px;
      padding-top: 28px;
      background-size: 466px 371px;
  }
  .ztrd .left .img{
    height: 308px;
  }
  .ztrd .left .cont {
      padding: 64px 36px 28px 0;
  }
  .ztrd .left .title{
    font-size: 20px;
  }
  .ztrd .left .leadin{
    font-size: 16px;
    margin: 12px 0 28px;
  }
  .ztrd .left .date {
      font-size: 15px;
      background-size: 20px 20px;
      padding-left: 32px;
      line-height: 21px;
  }
  .ztrd .right{
    width: 556px;
  }
  .ztrd .right .ul1 li{
    width: 264px;
  }
  .ztrd .right .ul1 li .img{
    height: 174px;
  }
  .ztrd .right .ul1 li .title {
      font-size: 16px;
      margin: 16px 0;
  }
  .ztrd .right .ul1 li .date{
      font-size: 14px;
      background-size: 20px 20px;
      padding-left: 32px;
      line-height: 21px;
  }
  .ztrd .right .ul2 {
      margin-top: 36px;
  }
  .ztrd .right .ul2 li {
      height: 140px;
      margin-bottom: 28px;
  }
  .ztrd .right .ul2 li .cont{
    width: 320px;
  }
  .ztrd .right .ul2 li .title {
      font-size: 16px;
      margin: 11px 0 36px 0;
  }
  .ztrd .right .ul2 li .date{
      font-size: 14px;
      background-size: 20px 20px;
      padding-left: 32px;
      line-height: 21px;
  }
  .ztrd .right .ul2 li .img{
    width: 220px;
  }
  .ztrd .right .ul2 li:hover .date{
    background-size: 20px 20px;
  }
  .ztrd .right .ul2 li:last-child {
      margin-bottom: 0;
  }
  .ztrd .right .ul2 li:hover .cont a{
    padding: 8px 24px 16px; 
  }
  .ssfz{
    padding: 80px 0 52px;
  }
  .ssfz .top{
    margin-top: 80px;
  }
  .ssfz .mySwiper {
      width: 586px;
      height: 392px;
      margin-right: 27px;
  }
  .ssfz .swiper-slide .title{
    font-size: 18px;
    left: 20px;
      bottom: 20px;
      padding-right: 104px;
  }
  .ssfz .swiper-horizontal>.swiper-pagination-bullets, .ssfz .swiper-pagination-bullets.swiper-pagination-horizontal, .ssfz .swiper-pagination-custom, .ssfz .swiper-pagination-fraction{
    width: 104px;
    bottom: 22px;
  }
  .ssfz .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .ssfz .list li{
    width: 280px;
    margin-right: 26px;
      margin-bottom: 28px;
  }
  .ssfz .list .img{
    height: 180px;
  }
  .ssfz .list .cont{
    padding: 20px 24px;
  }
  .ssfz .list .title{
    font-size: 18px;
  }
  .ssfz .list .leadin{
    font-size: 13px;
    margin: 16px 0 12px;
  }
  .ssfz .list .date{
      font-size: 14px;
      background-size: 20px 20px;
      padding-left: 32px;
      line-height: 21px;
  }
  .hzjl{
    padding: 80px 0;
  }
  .hzjl .top .img{
    height: 440px;
  }
  .hzjl .top .cont {
      padding: 20px 40px;
      width: 507px;
      bottom: -51px;
      margin-left: -253.5px;
  }
  .hzjl .top .title{
    font-size: 18px;
  }
  .hzjl .top .date{
    font-size: 16px;
      background-size: 20px 20px;
      padding-left: 32px;
      line-height: 21px;
  }
  .hzjl .top .right{
    width: 560px;
  }
  .hzjl .top .right li{
    margin-bottom: 24px;
  }
  .hzjl .top .right .img{
    width: 222px;
      height: 146px;
  }
  .hzjl .top .right .cont {
      padding: 20px 40px;
      width: 366px;
      margin-top: -62px;
      height: 120px;
      left: 200px;
  }
  .hzjl .top .title{
    font-size: 15px;
      margin-bottom: 13px;
  }
  .xgzx{
    padding: 72px 0;
  }
  .xgzx .top{
    margin-top: 55px;
  }
  .xgzx .mySwiper{
    height: 520px;
  }
  .xgzx .swiper-slide .img{
    width: 800px;
  }
  .xgzx .swiper-slide .cont {
      width: 518px;
      height: 353px;
      margin-top: -176.5px;
      padding: 120px 64px 24px 80px;
  }
  .xgzx .swiper-slide .title{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .xgzx .swiper-slide .leadin{
    font-size: 15px;
  }
  .xgzx .swiper-horizontal>.swiper-pagination-bullets, .xgzx .swiper-pagination-bullets.swiper-pagination-horizontal, .xgzx .swiper-pagination-custom, .xgzx .swiper-pagination-fraction{
    width: 104px;
      bottom: 112px;
  }
  .xgzx .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .xgzx .swiper-slide .date {
      font-size: 13px;
      background-size: 20px 20px;
      padding-left: 33px;
      line-height: 40px;
      width: 104px;
      height: 40px;
      right: 50px;
      top: 50px;
  }
  .xgzx .list{
    margin-top: 44px;
  }
  .xgzx .list li {
      margin-right: 24px;
      width: 384px;
      height: 184px;
      padding: 32px 36px;
  }
  .xgzx .list .date{
      font-size: 13px;
      background-size: 20px 20px;
      padding-left: 33px;
      line-height: 40px;
      width: 104px;
      height: 40px;
  }
  .xgzx .list .title{
    font-size: 18px;
    margin-top: 20px;
  }
  .xysh{
    padding: 80px 0;
  }
  .xysh .left{
    padding-top: 40px;
  }
  .xysh .left .list{
    margin-top: 37px;
  }
  .xysh .left .list .date{
    font-size: 13px;
  }
  .xysh .left .list .title{
    font-size: 16px;
    margin: 16px 0 24px;
  }
  .xysh .left .list .img{
    height: 409px;
  }
  .xysh .left .cont{
    padding: 0 32px;
  }
  .xysh .right li .img{
    height: 205px;
  }
  .xysh .right li .cont{
      font-size: 13px;
  }
  .xysh .right li .cont a{
    padding: 32px 20px;
  }
  .xysh .right li .cont .title{
    font-size: 16px;
      margin: 16px 0 20px;
  }
  .xysh .left .xysh_title .ty_more{
    right: 20px;
  }
}

@media screen and (max-width: 750px){
  .ttxw {
        padding: 15px;
    }    
  .ttxw .ttxw_div {
        height: auto;
    }    
  .ttxw .ttxw_div .left {
        width: 100%;
    float: initial;
    height: auto;
    }  
    .ttxw .ttxw_div .left li .img {
        height: 234px;
    } 
    .ttxw .ttxw_div .left li .cont .date .day {
        font-size: 30px;
    } 
  .ttxw .ttxw_div .right {
        width: 100%;
    float: initial;
    height: auto;
    margin-top: 15px;
    }   
    .ttxw .ttxw_div .left li .cont .title {
        font-size: 18px;
    } 
    .ttxw .ttxw_div .left li .cont .leadin {
        font-size: 14px;
    }
    .ttxw .ttxw_div .left li .cont {
        padding: 10px 15px 15px;
    }
    .ttxw .ttxw_div .right li {
        width: 48%;
        margin-bottom: 15px;
    }
    .ttxw .ttxw_div .right li .date .day {
        font-size: 30px;
    }
    .ttxw .ttxw_div .right li .title {
        line-height: 26px;
        height: 52px;
    }
    .ttxw .ttxw_div .right li a {
        padding: 15px;
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 130px 93px;
        background-color: #A9060A;
    } 
    .ttxw .ttxw_div .right li:nth-child(3) a,.ttxw .ttxw_div .right li:nth-child(4) a{
        background: url(../images/new_news_one_li_h.png) no-repeat center right 20px;
        background-size: 130px 93px;
        background-color: #FFF; 
    }
    .ttxw .ttxw_div .right li:nth-child(5) a,.ttxw .ttxw_div .right li:nth-child(6) a{
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 130px 93px;  
        background-color: #C1976D;
    }    
    .ttxw .ttxw_div .right li:hover a {
        padding: 15px;
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 130px 93px;
        background-color: #C1976D;
    } 
    .ttxw .ttxw_div .right li:hover:nth-child(3) a,.ttxw .ttxw_div .right li:hover:nth-child(4) a{
        background: url(../images/new_news_one_li_b.png) no-repeat center right 20px;
        background-size: 130px 93px;
        background-color: #A9060A;
    }
    .ttxw .ttxw_div .right li:hover:nth-child(5) a,.ttxw .ttxw_div .right li:hover:nth-child(6) a{
        background: url(../images/new_news_one_li_h.png) no-repeat center right 20px;
        background-size: 130px 93px;
        background-color: #FFF;   
    }
  .ttxw .xiaox {
        margin-top: 0;
    }
  .ttxw .xiaox .xiaox_logo {
    margin: 0px 0 5px;
  }    
  .ttxw .xiaox .xiaox_div img {
        width: 220px;
    }    
  .ttxw .xiaox .xiaox_logo:before {
        width: 40%;
        left: 15px;
        bottom: 16px;
    height: 1px;
    }    
  .ttxw .xiaox .xiaox_logo:after {
        width: 40%;
        right: 15px;
        bottom: 16px;
    height: 1px;
    }    
  .djyl {
        padding: 15px 0;
    }
  .djyl .djyl_title .cn {
        font-size: 25px;
    }    
  .djyl .djyl_title .en {
        font-size: 12px;
    }    
  .ty_more a {
        font-size: 14px;
    }    
  .ty_more {
        width: 91px;
        height: 32px;
        line-height: 32px;
        text-indent: 13px;
    }
  .djyl .djyl_title .ty_more {
        top: 12px;
    right: 15px;
    }
  .djyl .djyl_title {
    color: #A9060A;
    text-align: left;
    position: relative;
    padding-left: 15px;
  }    
  .djyl .djyl_list .top {
        margin-top: 15px;
    }
  .djyl .top li {
        width: 100%;
        padding: 38px 15px 0;
    margin-bottom: 10px;
    }    
  .djyl .top li a {
        padding-bottom: 15px;
    }
  .djyl .top .img {
        height: 255px;
    }    
  .djyl .top .title {
        font-size: 16px;
        margin-top: 10px;
        height: auto;
    }    
  .djyl .top .date {
        width: 60px;
        height: 60px;
        top: 10px;
    }    
  .djyl .top .date .day {
        font-size: 20px;
        margin-top: 5px;
    }    
  .djyl .top .date .year {
        font-size: 12px;
    }
  .djyl .bottom li {
        width: 100%;
    float: initial;
    }
  .djyl .bottom li {
    float: initial;
    width: 100%;
    padding: 15px 15px 0;
  }
  .djyl .bottom li a{
    padding-bottom: 15px;
  }    
  .djyl .bottom .title {
        font-size: 16px;
        height: auto;
    }
  .djyl .bottom .date {
        margin-top: 10px;
    }    
  .tzgg {
        padding: 15px 0;
    }    
  .tzgg .left {
        margin-left: 0;
        width: 100%;
        line-height: initial;
        float: initial;
        padding: 0 15px;
    }    
  .tzgg .left .title {
        font-size: 25px;
        letter-spacing: initial;
        writing-mode: initial;
    }
  .tzgg .left .more{
    float: right;
      margin-top: -28px;
  }    
  .tzgg .left .more a {
        font-size: 16px;
        margin-top: 0;
        writing-mode: initial;
    }    
  .tzgg .left .more a {
        font-size: 16px;
        margin-top: 0;
        writing-mode: initial;
    }  
  .tzgg .left .title:after{
    display: none;
  }  
  .tzgg .right .mySwiper {
    position: initial;
        width: 100%;
        padding: 15px 0;
    }
  .tzgg .right:before,.tzgg .right:after{
    display: none;
  }    
  .tzgg .right {
        height: 425px;
        padding: 0 15px;
    margin-top: 15px;
    }
  .tzgg .swiper-button-next, .tzgg .swiper-button-prev{
    display: none;
  }    
  .tzgg .right .swiper-slide {
        padding: 0 15px;
    }
  .tzgg .right .swiper-slide li {
        width: 100%;
        height: auto;
        float: initial;
    margin-bottom: 15px;
    }  
  .tzgg .right .swiper-slide li .date{
    height: 60px;
    font-size: 14px;
  }  
  .tzgg .right .swiper-slide li .title {
        font-size: 16px;
        width: 78%;
    display: -webkit-box;
    padding: 5px 0;
    height: auto;
    }
  .tzgg .right .swiper-slide li:nth-child(2n+2) {
    float: initial;
  }    
  .mtzq {
        padding: 15px 0;
    }
  .mtzq .mtzq_title{
    padding: 0 15px;
  }
  .mtzq .mtzq_title .ty_more{
    right: 15px;
  }    
  .news_ty_title .cn {
        font-size: 25px;
    }    
  .mtzq .bottom {
        margin-top: 15px;
    }    
  .mtzq .left {
        width: 100%;
        padding: 0 15px;
    float: initial;
    }    
  .mtzq .left li {
        width: 48%;
        height: 160px;
        margin-bottom: 15px;
        margin-right: 0;
    }
  .mtzq .left li:nth-child(2n+2){
    float: right;
  }    
  .mtzq .left li:first-child {
        width: 48%;
        height: 160px;
    }    
  .mtzq .left .anniu {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -46px;
    }
  .mtzq .left .title {
        font-size: 16px;
        padding: 0 10px;
        bottom: 16px;
    }    
  .mtzq .right {
        width: 100%;
        padding: 15px;
        margin-left: 0;
    }
  .mtzq .right .top {
        margin-bottom: 15px;
    }    
  .mtzq .right li {
        padding: 15px 0;
    }    
  .xyxw {
        padding: 15px 0 0;
    }    
  .xyxw .tit .cn {
        font-size: 25px;
    }
  .xyxw .tit .en {
        font-size: 12px;
    }
  .xyxw .tit .title {
    padding: 0 15px;
  }    
  .xyxw .tit .title:before {
        width: 4px;
        height: 45px;
        left: 127px;
        top: 8px;
    }    
  .xyxw .tit .more {
        font-size: 16px;
        left: 150px;
        top: 17px;
    }    
  .xyxw .swiper-button-next, .xyxw .swiper-button-prev {
        width: 40px;
        height: 40px;
    right: 75px;
    }
  .xyxw .swiper-button-next:after, .xyxw .swiper-rtl .swiper-button-prev:after{
    width: 40px;
    height: 40px;
  }
  .xyxw .swiper-button-prev:after, .xyxw .swiper-rtl .swiper-button-next:after{
    width: 40px;
    height: 40px;
  }    
  .xyxw .swiper-button-next {
        right: 15px;
    }    
  .xyxw .mySwiper {
        margin-top: 15px;
    }  
  .xyxw .swiper-slide {
    padding: 0 15px;
  }  
  .xyxw .xyxw_list .img {
        width: 100%;
        height: 255px;
    }    
  .xyxw .xyxw_list .cont {
        width: 100%;
    }
  .xyxw .xyxw_list .cont .title {
        font-size: 16px;
        padding-bottom: 15px;
    height: 54px;
    }    
  .xyxw .xyxw_list .cont .leadin {
        font-size: 14px;
        margin: 15px 0 15px;
        height: auto;
    }    
  .xyxw .xyxw_list .cont .more {
        width: 35px;
        height: 35px;
        margin:0 auto;
    } 
  .xyxw .xyxw_list:hover .cont a{
    padding-left:15px;
    padding-right:15px;
  }   
  .xyxw .xyxw_ul {
        margin-top: 20px;
    padding: 0 15px;
    }    
  .xyxw .xyxw_ul li {
        width: 100%;
        margin-right: 0;
        float: initial;
    margin-bottom: 15px;
    }    
  .xyxw .xyxw_ul li .img {
        height: 255px;
    }    
  .xyxw .xyxw_ul .xyxw_list .cont .title {
        height: auto;
    font-size: 16px;
    }
  .xyxw .xyxw_ul li .cont .leadin{
    height: auto;
    margin-bottom: 15px;
  }    
  .ztrd {
        padding: 15px;
    }
  .ztrd .news_ty_title .ty_more{
    top: 53px;
  }    
  .ztrd .bottom {
        margin-top: 70px;
    }    
  .ztrd .bottom .left {
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        background-size: 382px 304px;
    float: initial;
    }    
  .ztrd .left .img {
        height: 277px;
    }    
  .ztrd .left .cont {
        padding: 25px 15px 16px 0;
    }    
  .ztrd .left .title {
        font-size: 16px;
    }    
  .ztrd .left .leadin {
        font-size: 14px;
        margin: 10px 0 10px;
    }    
  .ztrd .left .date {
        font-size: 14px;
        background-size: 18px 18px;
        padding-left: 25px;
        line-height: 18px;
    }    
  .ztrd .right {
        width: 100%;
    float: initial;
    margin-top: 15px;
    }    
  .ztrd .right .ul1 li {
        width: 48%;
    }    
  .ztrd .right .ul1 li .img {
        height: 110px;
    }
  .ztrd .right .ul1 li .title {
        margin: 10px 0;
    }
  .ztrd .right .ul2 {
        margin-top: 15px;
    }    
  .ztrd .right .ul2 li {
        height: 110px;
        margin-bottom: 15px;
    }    
  .ztrd .right .ul2 li .cont {
        width: 51%;
    }    
  .ztrd .right .ul2 li .img {
        width: 45%;
    }    
  .ztrd .right .ul2 li .title {
        margin: 11px 0 25px 0;
    }    
  .ssfz {
        padding: 15px 15px 0px;
    }
  .ssfz .news_ty_title .ty_more {
    top: 50px;
  }    
  .ssfz .top {
        margin-top: 60px;
    }    
  .ssfz .mySwiper {
        width: 100%;
        height: 255px;
        margin-right: 0;
    float: initial;
    }    
  .ssfz .swiper-slide .title {
        font-size: 16px;
        left: 15px;
        bottom: 15px;
        padding-right: 15px;
    }
  .ssfz .swiper-horizontal>.swiper-pagination-bullets, .ssfz .swiper-pagination-bullets.swiper-pagination-horizontal, .ssfz .swiper-pagination-custom, .ssfz .swiper-pagination-fraction{
    bottom: 45px;
  }
  .ssfz .list {
    margin-top: 15px;
  }    
  .ssfz .list li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    } 
  .ssfz .list li:nth-child(2n+2){
    float: right;
  }   
  .ssfz .list .img {
        height: 125px;
    }    
  .ssfz .list .cont {
        padding: 15px 15px;
    }
  .ssfz .list .title {
        font-size: 16px;
    }    
  .ssfz .list .leadin {
        font-size: 13px;
        margin: 10px 0 10px;
    }    
  .ssfz .list .date {
        font-size: 14px;
        background-size: 18px 18px;
        padding-left: 25px;
    }
  .hzjl {
        padding: 15px;
    }
  .hzjl .news_ty_title .ty_more {
    top: 45px;
  }
  .hzjl .top {
    margin-top: 60px;
  }
  .hzjl .top .left {
    width: 100%;
    float: initial;
  }    
  .hzjl .top .img {
        height: 255px;
    }    
  .hzjl .top .cont {
        padding: 15px;
        width: 100%;
        bottom: 0;
        margin-left: 0;
        position: initial;
    }    
  .hzjl .top .title {
        font-size: 16px;
        margin-bottom: 10px;
    }    
  .hzjl .top .date {
        font-size: 13px;
        background-size: 18px 18px;
        padding-left: 25px;
        line-height: 21px;
    }
  .hzjl .top .right {
        width: 100%;
        margin-top: 15px;
        float: initial;
    }    
  .hzjl .top .right .img {
        width: 100%;
        height: 255px;
    }    
  .hzjl .top .right .cont {
        padding: 15px;
        width: 100%;
        bottom: 0;
        margin-left: 0;
        position: initial;
    margin-top: 0;
    height: auto;
    }
  .xgzx {
        padding: 15px;
    }
  .xgzx .news_ty_title .ty_more {
    top: 45px;
  }
  .xgzx .top {
        margin-top: 60px;
    }    
  .xgzx .swiper-slide .img {
        width: 100%;
    height: 255px;
    }    
  .xgzx .swiper-slide .cont {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 15px;
        position: initial;
        top: 0;
    }    
  .xgzx .swiper-slide .title {
        font-size: 16px;
        margin-bottom: 10px;
    }    
  .xgzx .swiper-slide .leadin {
        font-size: 14px;
    }
  .xgzx .swiper-slide .date{
    position: initial;
    margin-bottom:10px;
        font-size: 13px;
        background-size: 15px 15px;
        padding-left: 30px;
        line-height: 35px;
        width: 103px;
        height: 35px;
  }
  .xgzx .swiper-horizontal>.swiper-pagination-bullets, .xgzx .swiper-pagination-bullets.swiper-pagination-horizontal, .xgzx .swiper-pagination-custom, .xgzx .swiper-pagination-fraction{
    bottom: 223px;
        right: 0;
  }
  .xgzx .mySwiper {
        height: auto;
    }    
  .xgzx .list {
        margin-top: 15px;
    }        
  .xgzx .list li {
        margin-right: 0;
        width: 100%;
        height: auto;
        padding: 15px;
        float: initial;
        margin-bottom: 15px;
    }    
  .xgzx .list .title {
        font-size: 16px;
        margin-top: 10px;
    }    
  .xgzx .list .date {
        font-size: 13px;
        background-size: 15px 15px;
        padding-left: 30px;
        line-height: 35px;
        width: 103px;
        height: 35px;
    }    
  .xysh {
        padding: 15px;
    }    
  .xysh .left {
        padding-top: 15px;
        width: 100%;
    float: initial;
    }
  .xysh .left .xysh_title {
    padding: 0 15px;
  }      
  .xysh .left .xysh_title .ty_more {
        right: 15px;
        width: initial;
    }  
  .xysh .left .list {
        margin-top: 15px;
    }    
  .xysh .left .cont {
        padding: 15px;
    }    
  .xysh .left .list .title {
        margin: 10px 0;
    }    
  .xysh .left .list .img {
        height: 255px;
    }
  .xysh .right {
    width: 100%;
    float: initial;
    margin-top: 15px;
  }
  .xysh .right li .img {
        height: 150px;
    }    
  .xysh .right li .cont a {
        padding: 15px;
    }    
  .xysh .right li .cont .title {
        margin: 7px 0 8px;
    }
}

