.breadrum_section {
  color: inherit;
  opacity: 0.75;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.full__main {
  overflow: unset;
}
.breadrum_section ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  padding: 10px 0;
}

.breadrum_section ul li {
  list-style: none;
}
.breadrum_section ul li a {
  color: #333;
}
.breadrum_section ul li a i {
  margin-right: 7px;
  color: #333;
}

.breadrum_section ul li span {
  margin-right: 7px;
}

.sidebar ul {
  padding-left: 0;
}

.sidebar ul li {
  list-style: none;
}

.sidebar {
  top: 70px;

  position: sticky;
}

.sidebar .title_sidebar {
  line-height: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #004aa5;
  padding-left: 10px;
}

.cate_menu_item {
  padding: 0;
}

.cate_menu_item li a {
  color: #333;
  display: flex;
  align-items: center;
}

.cate_menu_item li a i {
  font-size: 1.3rem;
  color: #c7c7c7;
  margin-right: 10px;
}

.cate_menu_item li {
  list-style: none;
  padding: 0.66rem 1rem;
  cursor: pointer;
  border-bottom: rgba(199, 199, 199, 0.34) thin solid;
  background: #f7f8fa;
}
.news_page {
  margin-bottom: 10rem;
}
.news_page .news_list .box .title {
  line-height: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.news_page .news_list .box .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 3px;
  background-color: #ffa600;
}
.news_page .news_list .box .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 3px;
  background-color: #ffa600;
}
.news_page .news_list .box .item {
  width: 100%;
  display: inline-flex;
  padding: 1rem 0;
  border-bottom: 1px dashed #ddd;
}
.news_page .news_list .box .item .box_img {
  width: 250px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  border-radius: 25px 0px 25px 0px;
  overflow: hidden;
}
.news_page .sidebar .news_hot ul li .info h4:hover {
  color: #d32830;
}
.news_page .news_list .box .item .box_info {
  width: calc(100% - 120px);
}
.news_page .news_list .box .item .box_img .img {
  background-position: center;
  background-size: cover;
  height: 150px;
  width: 100%;
}
.news_page .news_list .box .item .box_info h3 {
  font-size: 1.15rem;
}
.news_page .news_list .box .item .box_info a {
  color: #000000;
}
.news_page .news_list .box .item .box_info a:hover {
  color: #d32830;
}
.news_page .news_list .box .item .box_info .timePost {
  background-image: url("../images/icCal.png");
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #222;
  font-size: 0.9rem;
}
.news_page .sidebar .news_hot ul li {
  width: 100%;
  display: inline-flex;
  margin: 8px 0;
}
.news_page .sidebar .news_hot ul li a {
  color: #333;
}
.news_page .sidebar .news_hot ul li .box_img {
  width: 80px;
  height: 60px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
}
.news_page .sidebar .news_hot ul li .info {
  width: calc(100% - 85px);
}
.news_page .sidebar .news_hot ul li .info h4 {
  font-size: 1rem;
  text-align: justify;
}
.news_page .sidebar .news_hot .title_news {
  line-height: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #004aa5;
  padding-left: 10px;
}
.news_page .sidebar .news_hot ul li .info .timePost {
  background-image: url("../images/icCal.png");
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #222;
  font-size: 0.9rem;
}
.news_page .box .contents img {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1024px) {
  .breadrum_section {
    padding: 0;
  }

  .news_page .news_list .box .title {
    line-height: 25px;
    margin-top: 0rem;
  }
}

@media screen and (max-width: 668px) {
  .breadrum_section {
    padding: 0;
  }

  .news_page {
    /* padding-top: 5rem; */
  }
}
