.p {
  padding: 15px;
}
/*导航 */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.header .logo img {
  width: 90px;
  height: 30px;
}
.header .serch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 205px;
}
.header .serch input {
  height: 30px;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.header .serch button {
  border: none;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: url(../img/search.png) no-repeat;
  background-position: 5px 3px;
  background-size: 70%;
}
.header .toggle {
  width: 25px;
  height: 20px;
  background: url(../img/hd_nav.png) no-repeat;
  background-size: contain;
}
.header .toggle-img {
  background: url(../img/hd_nav_2.png) no-repeat;
  background-size: contain;
}
.nav-bar-show {
  display: none;
}
.nav-bar {
  position: absolute;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 230px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.nav-bar ul {
  margin-top: 20px;
  width: 110%;
}
.nav-bar .cut a {
  color: #e73828;
}
.nav-bar li {
  float: left;
  width: 35%;
  margin-right: 4%;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 23px;
  text-align: center;
  line-height: 40px;
}
/*广告*/
/*轮播图*/
.fouce {
  height: 300px;
  margin-top: 15px;
  overflow: hidden;
}
.fouce .swiper-container {
  height: 300px;
  overflow: inherit;
}
.fouce .swiper-wrapper {
  height: 200px;
}
.fouce .swiper-wrapper .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-wrapper .swiper-slide p {
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -60px;
  line-height: 35px;
  z-index: 999;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-wrapper .swiper-slide img {
  height: 200px;
}
.fouce .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 100px;
  bottom: 105px;
}
.fouce .swiper-pagination-bullet {
  border-radius: 0;
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 30px;
  margin-top: 20px;
}
.fouce .swiper-pagination-bullet-active {
  width: 35px;
  background-color: #e73828;
}
.cont_list .title {
  margin: 20px;
}
.cont_list .title a {
  font-weight: 700;
  font-size: 20px;
}
.cont_list .item a {
  display: block;
  padding: 1.4rem 0 1.8rem;
  margin: 0 1.3rem;
  border-top: 1px solid #f2f2f2;
  min-height: 10rem;
}
.cont_list .item a img {
  display: block;
  float: left;
  width: 14.5rem;
  overflow: hidden;
  height: 9.5rem;
}
.cont_list .item a .item-text {
  margin-left: 16rem;
}
.cont_list .item a .item-text h2 {
  font-size: 1.74rem;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cont_list .item a .item-text p {
  color: #aaa;
  font-size: 1.3rem;
  height: 1.6rem;
  width: 100%;
  line-height: 1.6rem;
  margin-top: 2.6rem;
}
.cont_list .item a .item-text p em,
.cont_list .item a .item-text p b {
  font-weight: 400;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.cont_list .item a .item-text p b {
  float: right;
  margin-right: 10px;
  max-width: 8rem;
}
.cont_list .item a .no {
  margin: 0;
}
.cont_list .no-img a {
  padding: 1rem 0 1rem;
}
.cont_list .no-img .item-text {
  margin-left: 0 !important;
}
.cont_list .no-img .item-text h2 {
  width: 100% !important;
}
.cont_list .right-img img {
  float: right !important;
}
.cont_list .right-img .item-text {
  margin-left: 0 !important;
  margin-right: 16rem;
}
.cont_list .right-img .item-text h2 {
  margin-right: 1rem;
}
.bottom {
  background: #353739;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0.5rem 1.6rem 0.5rem;
}
.bottom a {
  color: #fff;
}
/* 列表页分页模块 */
.paging {
  text-align: center;
  padding: 2rem 0;
}
.paging a {
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 0.5rem 0.8rem;
  margin: 0 0.5rem;
  color: #666;
}
.paging a:hover,
.paging a.hover {
  border: 1px solid #e73828;
  color: #fff;
  background-color: #e73828;
}
/* 内容页*/
.content .crumbs {
  font-size: 12px;
  color: #999999;
  padding: 15px 0;
}
.content .crumbs a {
  color: #999;
}
.content .title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
.content .info {
  font-size: 1.4rem;
  color: #aaa;
  width: 100%;
  line-height: 1.8rem;
  height: 1.8rem;
  margin: 2rem 0;
}
.content .info span:nth-of-type(2) {
  float: right;
}
.content .text {
  font-size: 1.6rem;
  text-indent: 3rem;
}
.content .text p {
  margin-top: 20px;
  line-height: 2.75rem;
}
.content .text img {
  margin: 20px 0;
  display: block;
}
.pian {
  margin: 2rem 0;
}
.pian p {
  margin-bottom: 1rem;
}
.pian a {
  padding-left: 20px;
  color: #837c7c;
}
