﻿.inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.left_bg,
.banner {
  display: none;
}

.wrap_main {
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjianBg1.png) no-repeat top center;
}

.dangjian_title {
  text-align: center;
  margin: 60px auto 34px;
}

.dangjian_title a {
  color: #94280F;
  font-size: 26px;
}

.dangjian_title a img {
  margin-right: 10px;
  vertical-align: sub;
  transition: all .6s;
}

.dangjian_title a:hover img {
  transform: rotateY(360deg);
}

.new_items {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 128px;
}

.new_items .article_Box {
  width: 463px;
  float: left;
}
.new_items .article_Box a.img_box {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.new_items .article_Box a.img_box img {
  width: 100%;
}

.new_items ul.article_List {
  width: 637px;
}

.new_items .article_List li {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.new_items .article_List li:hover::after {
  width: 100%;
  background: #94280F;
}

.new_items .article_List li::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s;
}

.new_items .article_List li .title_type {
  font-size: 20px;
  margin-bottom: 7px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new_items .article_List li p {
  font-size: 16px;
  color: #999;
 line-height: 18px;
}

.new_items .article_List li:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}

.new_items .article_List li p .detail {
  display: none;
}

.new_items .article_List span.span-date {
  float: left;
  color: #94280F;
  text-align: center;
  font-size: 14px;
}

.new_items .article_List .List_right {
  float: right;
  width: 546px;
}

.new_items .article_List span.span-date b {
  font-size: 32px;
  display: block;
}

.new_items .article_Box p {
  font-size: 16px;
  color: #999;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
}

.new_items .article_Box p .details {
  display: none;
}

.new_items .article_Box h2 a {
  font-size: 20px;
  margin: 10px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main_center {
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjianBg2.png) no-repeat top center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}

.new_item {
  width: 100%;
  /* height: 492px; */
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 30px;
  /* float: left; */
  overflow: hidden;
}
.new_item.last_item{
  margin-bottom: 0;
}

.new_item .article_List li{
  width: 48%;
  float: left;
}
.new_item .article_List li:nth-child(2n){
  float: right;
}
h2.dangjian_title2 {
  font-size: 22px;
  margin-bottom: 25px;
}

h2.dangjian_title2 .more {
  font-size: 16px;
  color: #999;
  float: right;
}

h2.dangjian_title2 .more img {
  margin-left: 10px;
  vertical-align: inherit;
}

.new_item .article_List .title_type {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 55px;
  height: 55px;
  padding-left: 20px;
}

.new_item .article_List li {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #C7CED4;
  position: relative;
  background: url(/Content/Areas/Common/images/common/point.png) no-repeat left center;
}

.new_item .article_List li:hover {
  background: url(/Content/Areas/Common/images/common/pointHover.png) no-repeat left center;
}

.new_item .article_List li:hover a {
  color: #94280F;
}

.new_item .article_List li:hover::after {
  width: 100%;
  background: #94280F;
}

.new_item .article_List li::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s;
}

.new_item .article_List li .span_date {
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-top: 10px;
}

.new_item3 {
  width: 400px;
  height: 492px;
  background: #fff;
  box-sizing: border-box;
  float: left;
}

.new_item3 .dangjian_title2 {
  padding: 30px 24px 0;
}

.new_item3 .article_List .span-date {
  font-size: 10px;
  color: #fff;
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjianIcon2.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  margin-top: 10px;
  margin-right: 12px;
  background-size: cover;
}

.new_item3 .article_List li {
  padding: 0 24px;
  box-shadow: 6px 6px 12px 1px rgba(172, 190, 214, 0.25);
  margin-bottom: 8px;
}

.new_item3 .article_List .span-date b {
  font-size: 24px;
  display: block;
}

.new_item3 .article_List .title_type {
  font-size: 16px;
  line-height: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new_item2 {
  width: 390px;
  height: 492px;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0px 0px 54px 0px rgba(170, 190, 204, 0.24);
  margin: 0 10px;
}

.new_item2>img {
  width: 100%;
}

h2.dangjian_title3 {
  font-size: 18px;
  text-align: center;
  margin: 15px auto;
  display: block;
}

h2.dangjian_title3 a::after,
h2.dangjian_title3 a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #94280F;
}

h2.dangjian_title3 a::after {
  left: -30px;
  top: 12px;
}

h2.dangjian_title3 a {
  position: relative;
}

h2.dangjian_title3 a::before {
  right: -30px;
  top: 12px;
}

.new_item2 .title_type {
  font-size: 16px;
  color: #666;
  padding: 0 36px;
  text-align: center;
  display: block;
  min-height: 44px;
}

.new_item2 .title_type:hover {
  color: #94280F;
}

.new_item2 li p {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 15px;
  line-height: 24px;
}

.new_item2 li p .detail {
  display: none;
}

.new_item2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #94280F;
}

.new_item2 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

.new_item2 .swiper-button-prev,
.new_item2 .swiper-button-next {
  width: 57px;
  height: 11px;
  top: inherit;
  bottom: 0;
}

.new_item2 .swiper-button-prev {
  width: 57px;
  height: 11px;
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjian_left.png);
}

.new_item2 .swiper-button-next {
  width: 57px;
  height: 11px;
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjian_right.png);
}

.new_item2 .swiper-button-prev:hover {
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjian_leftH.png);
}

.new_item2 .swiper-button-next:hover {
  background: url(/Content/Areas/Common/images/zhuanyeban/dangjian_rightH.png);
}

/* .tab h1.tab_title>a {
  font-size: 24px;
  color: #999;
  margin-right: 30px;
}

.tab h1.tab_title>a.active {
  color: #94280F;
}

.tab h1.tab_title .mores a {
  font-size: 16px;
  color: #999;
  display: none;
}

.tab h1.tab_title .mores a img {
  margin-left: 10px;
  vertical-align: inherit;
}

.tab h1.tab_title .mores a.selected {
  display: block;
}

.tab .tab_title .mores {
  position: absolute;
  right: 0;
  top: 6px;
}

.tab h1.tab_title {
  position: absolute;
  width: 1033px;
  top: 4px;
  right: 0;
}

.tab {
  padding: 65px 0 70px;
}

.tab ul.article_main {
  display: none;
  margin-top: 30px;
}

.tab ul.article_main.selected {
  display: block;
}

.tab ul.article_main li .title_type {
  font-size: 16px;
}

.tab ul.article_main li .span_date {
  float: right;
}

.tab ul.article_main li {
  height: 78px;
  line-height: 78px;
  border-bottom: 1px solid #F4F4F4;
  width: 580px;
  position: relative;
}

.tab ul.article_main li:hover::after {
  width: 100%;
  background: #94280F;
}

.tab ul.article_main li::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s;
}

.tab ul.article_main li:nth-child(even) {
  float: right;
}

.tab ul.article_main li:nth-child(odd) {
  float: left;
} 

.title_top a.columnTitle {
  font-size: 28px;
  color: #333;
}

.title_top {
  width: 100%;
  position: relative;
}
*/
.tab {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.tab_title>a {
  font-size: 26px;
  color: #666;
  margin-right: 36px;
}

.tab_title>a.active {
  color: #94280F;
  font-weight: bold;
 
}

.mores {
  position: absolute;
  right: 0;
  top: 6px;
}

.mores a img {
  margin-left: 10px;
  vertical-align: inherit;
}

.mores a {
  font-size: 16px;
  color: #999;
  display: none;
}

.mores a:hover {
  color: #94280F;
}

.mores a.selected {
  display: block;
}

h1.tab_title {
  position: relative;
  margin-bottom: 28px;
}

.tab_main_items {
  display: none;
  overflow: hidden;
  padding-top: 20px;
  min-height: 410px;
  box-sizing: border-box;
}

.article_main li:hover {
  background: rgba(255, 255, 255, 0.7);
}

.article_main li a.title_type {
  display: block;
  line-height: 77px;
  border-top: 1px solid #E2E2E2;
  height: 77px;
  background: url(/Content/Areas/Common/images/common/point.png) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  position: relative;
  transition: all 0.5s;
}

.article_main li a:hover {
  padding-left: 30px;
  background: url(/Content/Areas/Common/images/common/pointHover.png) no-repeat 10px center;
}

.article_main li a:hover::after {
  width: 100%;
  background: #94280F;
}

.article_main li a::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s;
}

.article_main li:hover .span-date {
  color: #94280F;
}

.article_main li .span-date {
  float: right;
  font-size: 18px;
  color: #666;
  line-height: 77px;
}

.selected {
  display: block;
}

ul.article_tz li .span_date {
  font-size: 14px;
  color: #666;
  float: right;
}

ul.article_tz li .title_type {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}

ul.article_tz li p {
  color: #838783;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 19px;
}

ul.article_tz li p a.detail {
  display: none;
}

ul.article_tz {
  width: 600px;
  float: right;
}

.new_item.mg0-15 {
  margin: 0 15px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
 .inner {
 width: 1000px;
}
  .new_items .article_Box {
 width: 48%;
}
  .new_items ul.article_List {
 width: 48%;
}
  .new_items .article_List .List_right {
 float: right;
 width: 80%;
}
  .new_items .article_List li p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
  .new_items {
 margin-bottom: 68px;
}
  .article_main li a.title_type {
 white-space:nowrap;
 text-overflow:ellipsis;
 overflow:hidden;
 border-top: none;
}
  .tab_main_items {
 min-height: 310px;
}
}
@media screen and (max-width:768px) {
  .new_item.mg0-15 {
 margin: 15px 0;
  }

  .main_zhuanyeban {
 padding: 0;
  }

  .inner {
 width: 100%;
  }

  .dangjian_title {
 margin: 20px auto 20px;
  }

  .dangjian_title a {
 font-size: 20px;
  }

  .dangjian_title a img {
 width: 27px;
  }

  .new_items {
 padding: 15px;
 margin-bottom: 20px;
  }

  .new_items .article_Box {
 width: 100%;
 float: none;
  }

  .new_items .article_Box p {
 line-height: 24px;
  }

  .new_items ul.article_List {
 width: 100%;
 float: none;
 margin-top: 20px;
  }

  .new_items .article_List span.span-date {
 width: 20%;
  }

  .new_items .article_List span.span-date b {
 font-size: 28px;
  }

  .new_items .article_List .List_right {
 width: 80%;
  }

  .new_items .article_List li p {
 line-height: 21px;
 font-size: 12px;
 ;
  }

  .main_center {
 padding: 15px;
 background: url(/Content/Areas/Common/images/zhuanyeban/dangjianBg2.png) repeat-y top center;
  }

  .new_item {
 width: 100%;
 height: auto;
 padding: 15px;
 float: none;
 margin-top: 0;
  }
  .new_item .article_List li{
 width: 100%;
 float: none;
  }
  .new_item2 {
 width: 100%;
 height: auto;
 float: none;
 padding: 15px;
 margin: 15px 0;
  }

  .new_item2>img {
 height: auto !important;
  }

  .new_item3 {
 width: 100%;
 height: auto;
 float: none;
 margin-top: 15px;
  }

  .new_item3 .dangjian_title2 {
 padding: 15px 15px 0;
  }

  h2.dangjian_title2 {
 font-size: 20px;
 margin-bottom: 15px;
  }

  .new_item3 .article_List li {
 padding: 0 15px;
  }

  .tab {
 padding: 15px 0 20px;
  }

  .title_top a.columnTitle {
 font-size: 20px;
  }

  .tab h1.tab_title>a {
 font-size: 14px;
 margin-right: 10px;
  }

  .tab h1.tab_title {
 width: 100%;
 padding: 0 10px;
 box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: space-between;
  }

  .tab .tab_title .mores {
 top: 0;
  }

  .tab ul.article_main {
 margin-top: 0;
  }

  .tab ul.article_main li:nth-child(odd),
  .tab ul.article_main li:nth-child(even) {
 float: none;
  }

  .tab ul.article_main li {
 height: 50px;
 line-height: 50px;
 width: 100%;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
  }

  .new_item .article_List .title_type {
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
  }
  .tab_main_items{margin:0;padding: 0;min-height: auto;}
  .article_main li .span-date{
 font-size:14px;
 line-height: inherit;
 display: none;
  }
  .article_main li a.title_type {
 line-height: inherit;
 height: auto;
 padding-left: 20px;
 font-size: 16px;
 box-sizing: border-box;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 background-position: 7px center;
}
} 