.product-nav{
   width: 100%;
   margin: 0 auto;
}
.banner-nr-cong{
   width: 100%;
   position: relative;
}
.banner-nr-cong>img{
   width: 100%;
}
.banner-nr-cong>div{
   width: 100%;
   position: absolute;
   top: 0px;
}
.banner-nr-cong>div>div{
   width: 632px;
   height: 239px;
   margin: 0 auto;
   margin-top: 5%;
   position: relative;
}
.banner-nr-cong>div>div>div{
   position: absolute;
}
.banner-nr-cong>div>div>div>img{
   width: 100%;
}
.banner-nr-cong>div>div>div>span{
   display: block;
   width: 100%;
   color: #fff;
}

.hc-gywm .course-title{
   width: 1200px;
   margin: 0 auto;
}




.news{
   padding-top: 6%;
}
.news .main{
   width: 100%;
   position: relative;
   background-image: url("../../img/new/zxdt/bgimg.jpg");
   background-repeat:no-repeat;
   background-size: cover;
   padding-bottom: 5%;
}
.news .main .items{
   width: 1200px;
   margin: 0 auto;
}
.news .main .items .item{
   display: flex;
   justify-content:space-between;
   width: 100%;
   padding: 1%;
   height: 270px;
   margin-top: 2%;
   background-color: #fff;
}
.news .main .items .item .left{
   width: 30%;
   overflow: hidden;
   display: flex;
   align-items:center;
}
.news .main .items .item .left img{
   width: 100%;
}
.news .main .items .item:hover .left img{
   transform:scale(1.1,1.1);
   transition:all 0.3s linear 0s;
}
.news .main .items .item .right{
   width: 66%;
   display: flex;
   align-items:center;
   text-align: left;
}
.news .main .items .item .right .title{
   color: #f87048;
   font-size: 22px;
   font-weight: bold;
}
.news .main .items .item .right .content{
   color: #999999;
   font-size: 16px;
   margin-top: 2%;
}
.news .main .items .item .right li:last-of-type{
   display: flex;
   justify-content:space-between;
   margin-top: 10%;
}
.news .main .items .item .right .fbtime{
   color: #828282;
}
.news .main .items .item .right .djck{
   color: #f5ad50;
   background-color: #fff;
   border-radius: 13px;
   display: block;
   height: 36px;
   line-height: 36px;
   width: 150px;
   text-align: center;
   border: 1px solid #999999;
   box-sizing:border-box;
}
.news .main .items .item:hover .right .djck{
   color: #fff;
   background-color: #f87048;
   border: none;
}