/* <=== tpnewsmm ===> */
.tpnewsmm .mmgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpnewsmm .mmgrip > div{
  padding: 0 15px;
}
.tpnewsmm .mmgrip .lcol{
  width: calc(100%  - 300px);
}
.tpnewsmm .mmgrip .rcol{
  width: 300px;
}
/* <=== tpnewsmm ===> */

/* <=== tpnewsma ===> */
.tpnewsma .malist{
  margin-bottom: 10px;
}
.tpnewsma .magrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpnewsma .magrip > div{
  padding: 0 15px;
  width: 33.33333%;
  margin-bottom: 30px;
}
.itnewsma .thumb{
  margin-bottom: 15px;
}
.itnewsma .thumb a{
  border-radius: 10px;
}
.itnewsma .dsdates{
  margin-bottom: 5px;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
.itnewsma .dstitle, .itnewsma .dstitle h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
/* <=== tpnewsma ===> */

/* <=== tpnewsmb ===> */
.tpnewsmb{
  border-radius: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.tpnewsmb .mbtitle{
  text-align: center;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
}
.tpnewsmb .mbtitle, .tpnewsmb .mbtitle h2{
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.tpnewsmb .mbconts{
  padding: 20px;
}
.itnewsmb{
  margin-bottom: 20px;
}
.itnewsmb:last-child{
  margin-bottom: 0;
}
.itnewsmb .mbgrip{
  display: flex;
  margin: 0 -6px;
}
.itnewsmb .mbgrip > div{
  padding: 0 6px;
}
.itnewsmb .mbgrip .mcol{
  width: 92px;
}
.itnewsmb .mbgrip .hcol{
  width: calc(100% - 92px);
}
.itnewsmb .thumb a{
  border-radius: 5px;
}
.itnewsmb .decss{
  padding: 5px 0;
}
.itnewsmb .dstitle, .itnewsmb .dstitle h3{
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
/* <=== tpnewsmb ===> */

.hpnewsinfo{
  border-top: 1px dotted #ddd;
  padding-top: 20px;
}

/* <=== tpsidebarnn ===> */
.tpsidebarnn{
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.tpsidebarnn .nntitle {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background: #f2f2f2;
  color: #3f3f3f;
  padding: 11px 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.tpsidebarnn .nntitle h3{
  font-size: inherit;
  line-height: inherit;
}
.tpsidebarnn .nnconts .item {
  background: #f2f2f2;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.tpsidebarnn .nnconts .item:last-child{
  border-bottom: none;
}
.tpsidebarnn .nnconts .item .i-image{
  overflow: hidden;
  margin-bottom: 10px;
}
.tpsidebarnn .nnconts .item .i-image a{
  display: block;
  padding-top: 66.666667%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.tpsidebarnn .nnconts .item .i-image img{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpsidebarnn .nnconts .item .i-image:hover img{
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.tpsidebarnn .nnconts .item .i-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
/* <=== tpsidebarnn ===> */

/* <=== hportherpg ===> */
.hportherpg .ortitle{
  padding-bottom: 10px;
  border-bottom: solid 2px #ec1b23;
}
.hportherpg .ortitle, .hportherpg .ortitle h2{
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
}
.hportherpg ul li{
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
.hportherpg ul li:last-child{
  border-bottom: none;
}
.hportherpg ul li a {
  display: block;
  padding: 13px 0;
  padding-left: 0;
  padding-right: 110px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hportherpg ul li a:after{
  content: "";
  display: block;
  clear: both;
}
.hportherpg ul li a span{
  color:#999999;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.hportherpg ul li a span:before{
  content: "\f133";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  left:0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* <=== hportherpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
  /* <=== tpnewsmm ===> */
  .tpnewsmm .mmgrip .lcol{
    width: 100%;
    margin-bottom: 40px;
  }
  .tpnewsmm .mmgrip .rcol{
    width: 100%;
  }
  .tpnewsma .magrip{
    margin: 0 -10px;
  }
  .tpnewsma .magrip > div{
    padding: 0 10px;
    margin-bottom: 20px;
  }
  /* <=== tpnewsmm ===> */

  /* <=== hportherpg ===> */
  .hportherpg .ortitle, .hportherpg .ortitle h2{
    font-size: 24px;
    line-height: 36px;
  }
  .hportherpg{
    margin-bottom: 0;
  }
  /* <=== hportherpg ===> */

  .hpnewsinfo{
    padding-top: 0;
    border-top: none;
  }
}
@media all and (max-width: 767px){
  /* <=== tpnewsmm ===> */
  .tpnewsma .magrip > div{
    width: 50%;
  }
  .itnewsma .thumb a{
    border-radius: 5px;
  }
  .itnewsma .dstitle, .itnewsma .dstitle h3{
    font-size: 14px;
    line-height: 22px;
  }
  /* <=== tpnewsmm ===> */

  /* <=== hportherpg ===> */
  .hportherpg ul li a{
    padding-top: 10px;
    padding-right:0;
    padding-bottom: 40px;
  }
  .hportherpg ul li a span{
    float: none;
    display: block;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    bottom: 15px;
    left: 0;
    top: initial;
  }
  /* <=== hportherpg ===> */
}