.Jop-Model6 {
    height: 513px;
    background-color: rgb(238, 235, 235);
    margin-top: 20px;
    overflow: hidden;
  }

 .Jop-Model6-L {
    height: 510px;
   
 }

 .Jop-Model6-R {
   height: 510px;
 }

 .Jop-Model6-L-T {
   height: 40px;
   padding-left: 20px;
 }

 .Jop-Model6-L-T-title {
  float: left;
  line-height: 40px;
  margin-left: 3px;
 font-size: 20px;
 font-weight: 600;
 color: rgb(20, 68, 106);
 }

 .Jop-Model6-L-T-more {
float: right;
line-height: 40px;
margin-right: 3px;
font-size: 15px;
font-weight: 600;
color: rgb(20, 68, 106);
}

 .Jop-Model6-L-C {
   margin-top: 4px;
   height: 150px;
 } 

 .Jop-Model6-L-C-img {
   width: 40%;
   height: 100%;
   float: left;
 }

 .Jop-Model6-L-C-img:hover {
  box-shadow: 1px 1px 5px black;
 }

 .Jop-Model6-L-C-img img {
   width: 100%;
   height: 100%;
 }

 .Jop-Model6-L-C-title {
   width: 60%;
   height: 100%;
   background-color: rgb(243, 243, 243);
   float: left;
   position: relative;
   overflow: hidden;
   text-align: center;
   padding-top: 3px;
 }

 .Jop-Model6-L-C-title a {
     font-size: 16px;
     color: rgb(42, 42, 43);
 }

 .Jop-Model6-L-C-title-b {
   width: 100%;
   height: 40%;
   position: absolute;
   bottom: 0%;
   background: rgba(0, 0, 0, 0.3);
   font-size: 14px;
   font-weight: 600;
   color: aliceblue;
   text-align: center;
   padding-top: 5px;
   overflow: hidden;
 }

 .Jop-Model6-L-C-title-b a {
   font-size: 18px;
     color: rgb(244, 246, 248);
 }

 .Jop-Model6-L-C-title:hover  .Jop-Model6-L-C-title-b {
   background: rgba(0, 0, 0, 0.6);
 }

 .Jop2-Model6-C {
   width: 100%;
   height: 473px;
   overflow: hidden;
 }

 .Jop2-Model6-C a {
   color: rgb(61, 61, 61);
 }

 @media screen and (max-width:768px) {
   .Jop-Model6{
     height: 740px;
     border-bottom: 2px solid rgb(20, 68, 106);
   }
     .Jop-Model6-L{
      height: 355px;
     }
     .Jop-Model6-L-T{
      height: 30px;
     }
     .Jop-Model6-L-T-more{
       font-size: 12px;
     }
     .Jop-Model6-L-T-title{
       line-height: 30PX;
       font-size: 14px;
     }
     .Jop-Model6-L-C{
       height: 100px;
       font-size: 12px;
       font-weight: 500;
     }
     .Jop-Model6-L-C-title-b a{
       font-size: 14px;
     }
     .Jop-Model6-L-C-title a{
       font-size: 13px;
       font-weight: 600;
     }
     .Jop2-Model6-C a{
       font-size: 12px;
     }
      .Jop2-Model6-C{
         height: 660px;
        
      }
      .Article_PublishDate{
        font-size: 8px;
      }
 }