* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:after,
:before {
  box-sizing: border-box;
}
@font-face {
     font-family: "../font/A思源黑体—02";
     src: url("../fonts/a思源黑体—02.woff2") format("woff2"),
     url("../fonts/a思源黑体—02.woff") format("woff"),
     url("../fonts/a思源黑体—02.ttf") format("truetype"),
     url("../fonts/a思源黑体—02.eot") format("embedded-opentype"),
     url("../fonts/a思源黑体—02.svg") format("svg");
    }
html,
body {
   font-family: "A思源黑体—02";
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*img { max-width: 100%; max-height: 100%; }*/
address,
caption,
cite,
code,
dfn,
/*em,
strong,*/
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* div塌陷 clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #ff2913;
}
button[disabled] {
  cursor: not-allowed !important;
}
input {
  outline: none !important;
}
:focus {
  outline: none;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  #searchValue{
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .as-width > .header > .containers {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }

  .as-width > .header > .container {
    width: 100%;
    padding: 0 20px;
  }

  .menu-container {
    height: 80px;
  }
  .as-width > .menu > .menu-container > .icon {     height: 80px;     padding-top: 30px;     width: 300px;     padding-left: 16px;   } {
    height: 80px;
    padding-top: 30px;
    width: 300px;
    padding-left: 16px;
  }
}
.w-chat {
  font-size: 0;
  padding-left: 20px;
  background-color: #ccc;
}

.tv-footer {
  width: 100%;
  background: #595d60;
}
.tv-footer-container {
  margin: 0 auto;
  color: #fff;
  width: 1200px;
}

.tv-footer-r {
  float: right;
  padding-top: 51px;
  max-width: 600px;
}
.tv-footer-r > p {
  font-size: 14px;
  padding-bottom: 5px;
}
.tv-footer-r > p > a {
  color: #fc5240;
  text-decoration: underline;
}
.tv-footer-r > p:first-child,
.right > p:nth-child(3) {
  margin-bottom: 16px;
}
.tv-footer-r > p:nth-child(2),
.right > p:nth-child(4) {
  margin-bottom: 8px;
}
.hp-bt {
  display: none;
  width: 100%;
}
.ft-tab {
  height: 54px;
  line-height: 54px;
  width: 100%;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #ccc;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tv-footer-container {
    width: 100%;
    display: none;
  }

  .hp-bt {
    display: block;
  }

  .swiper-slide > .list {
    height: 200px;
  }
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 772px) {

}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #dd2211;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover .line {
  background-color: #dd2211;
}
.hamburger:hover {
  cursor: pointer;
}
.pop-up {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
  z-index: 9999;
}
.p-top {
  height: 58px;
  line-height: 58px;
  color: #dd2211;
  padding-left: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-fl {
  float: left;
  height: 58px;
}
.p-f > a {
  display: block;
}
.p-fl a {
  color: #dd2211;
  font-size: 20px;
}
.p-nav {
  float: left;
  height: 58px;
}
.p-nav a {
  color: #303133;
  font-size: 14px;
  margin-left: 4px;
}
.p-top > i {
  float: right;
  font-size: 36px;
  color: #333;
  margin-right: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.d-c {
  width: 100%;
}
.d-c > li {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #e5e5e5;
  padding-left: 40px;
}
.d-c > li.active {
  padding-left: 20px;
}
.d-c > li.active > .d-t {
  color: #dd2211;
}
.d-t > i {
  margin-left: 20px;
}
.p-top > .jump {
  font-size: 14px;
  color: #303133;
  margin-right: 10px;
  margin-top: 24px;
}
.modal {
  /*display: block;*/
  right: 0;
}
/*关闭图标*/
.close {
  float: right;
  position: relative;
  margin: 16px;
  width: 24px;
  height: 24px;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
}
.close:hover::before,
.close:hover::after {
  background: red;
}
.close:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(45deg);
  top: -3px;
  left: 11px;
}
.close:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(-45deg);
  top: -3px;
  left: 11px;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.list_dt {
  background: #dd2211;
  color: white;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #dd2211;
}
.list_dt:hover {
  background: #dd2211;
}
.list_dt:hover ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dd2211;
}
#open {
  background: #dd2211;
}
#open ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dd2211;
}
.list_dt_icon {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/off.png") no-repeat;
  background-size: cover;
}
#open .list_dt_icon {
  background: url("../images/open.png") no-repeat;
  background-size: cover;
}
.list_dd {
  display: none;
}
.list_li {
  background: #4e4e4e;
  list-style-type: none;
  color: white;
  width: 100%;
  padding: 0 30px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #6b6b6b;
}
.list_li > a {
  color: #ccc;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container > .content {
  width: 100%;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.container > .content > .top {
    width: 1200px;
    margin: 0 auto;
    height: 82px;
    line-height: 82px;
    padding-top: 0px;
}


.container > .content > .top > .next-menu {
    height: 84px;
    line-height: 84px;
    position: relative;
}
.container > .content > .top > .next-menu > .item {
  min-width: 108px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin:0 5px ;
  height: 84px;
}
.container > .content > .top > .next-menu > .item > i {
  position: absolute;
  font-size: 28px;
  top: 0;
  left: 0px;
}
.container > .content > .top > .next-menu > .item:hover {
  color: #da251d;
}
.container > .content > .top > .next-menu > .item:hover > i {
  color: #da251d;
}
.container > .content > .top > .next-menu > .item.active {
color: #da251d;
    border-bottom: 4px solid #da251d;
}
.container > .content > .top > .next-menu > .l-p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 108px;
  background-color: #da251d;
}
.container > .content > .top > .bread {
  position: relative;
  padding-left: 38px;
}
.container > .content > .top > .bread > img {
  position: absolute;
  top: 26px;
  left: 0;
  height: 30px;
  width: 30px;
}
.container > .content > .n-nav {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  padding: 15px 0;
}
.container > .content > .n-nav > .n-title {
  /*height: 20px;*/
  line-height: 30px;
  margin-top: 5px;
  border-left: 4px solid #da251d;
  color: #333;
  font-size: 22px;
  padding-left: 22px;
}
.container > .content > .n-nav > .next-menu {
  height: 30px;

  line-height: 30px;
  position: relative;
}
.container > .content > .n-nav > .next-menu > .item {
  width: 120px;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding-left: 24px;
}
.container > .content > .n-nav > .next-menu > .item > img {
  position: absolute;
  top: 7px;
  left: 0;
  max-height: 16px;
  max-width: 16px;
}
.container > .content > .n-nav > .next-menu > .item.active {
  color: #da251d;
}
.container > .content > .n-nav > .next-menu > .item.active a{  color: #da251d;}
.container > .content > .n-nav > .next-menu > .l-p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 108px;
  background-color: #da251d;
}
.container .n-list {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.container  .n-list > .n-c {
  cursor: pointer;
  width: 100%;
 /* height: 490px;*/
  margin-right: 10px;
      margin-bottom: 30px;
    background: #fff;
}
.container .n-list > .n-c > .n-top {
  width: 150px;
  height: 150px;
  float: left;
}
.container .n-list > .n-c > .n-top > img {
  width: 100%;
  height: 100%;
}
.container .n-list > .n-c > .n-bottom {
  width:1035px;
  padding-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
      float: right;
}
.container .n-list > .n-c > .n-bottom > .n-t {
  line-height: 20px;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
      white-space: normal !important; 
    text-overflow: ellipsis; 
    word-wrap: break-word; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container .n-list > .n-c > .n-bottom > .n-content {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.container .n-list > .n-c > .n-bottom > .n-time {
  height: 14px;
  line-height: 14px;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}
.container .n-list > .n-c:nth-child(3n+3) {
  margin-right: 0;
}
.container > .r-img {
  width: 100%;
}
.container > .r-img > img {
  width: 100%;
  height: auto;
}
/* .swiper-container {
  width: 50%;
  height: 380px;
}
.swiper-container > .n-b-c > .swiper-slide {
  width: 100%;
  height: 380px;
}
.swiper-container > .n-b-c > .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.swiper-container > .n-b-d > .swiper-slide {
  padding-left: 44px;
  padding-top: 58px;
}
.swiper-container > .n-b-d > .swiper-slide > .n-t {
  color: #333;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
      white-space: normal !important; 
    text-overflow: ellipsis; 
    word-wrap: break-word; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-container > .n-b-d > .swiper-slide > .n-look {
  margin-top: 26px;
}
.swiper-container > .n-b-d > .swiper-slide > .n-look > .time {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
.swiper-container > .n-b-d > .swiper-slide > .n-look > .look {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  margin-left: 38px;
}
.swiper-container > .n-b-d > .swiper-slide > p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-top: 24px;
  height: 72px;
  display: -webkit-box;
      white-space: normal !important; 
    text-overflow: ellipsis; 
    word-wrap: break-word; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.swiper-container > .n-b-d > .swiper-slide > p>span:hover{
  
}
.swiper-container > .n-b-d > .swiper-slide >span{
  font-size: 16px;
  cursor: pointer;

}
.swiper-wrapper {
  width: 50%;
  height: 380px;
}
.swiper-container .b-next {
  top: 299px;
  left: 92px;
  bottom: 0;
  background-image: url(../images/next.png);
  background-size: cover;
  height: 44px;
  width: 44px;
}
.swiper-container .b-prev {
  top: 299px;
  left: 46px;
  bottom: 0;
  background-image: url(../images/prev.png);
  background-size: cover;
  height: 44px;
  width: 44px;
}
.banner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 84px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  width: 100%;
  top: 286px;
  text-align: right;
} */
@media screen and (max-width: 767px) {
  .container > .content > .top {
    width: 100%;
  }
  .container > .main > .tool {
    width: 100%;
  }
  .container > .main > .v-d {
    width: 100%;
    padding-right: 20px;
  }
  .container > .content > .n-nav {
    width: 100%;
    padding-left: 20px;
  }
  .banner {
    width: 100%;
    padding: 0 20px;
  }
  .container  .n-list {
    width: 100%;
    padding: 0 20px;
  }
  .container > .n-list > .n-c {
    width: 32%;
    margin-right: 0.5%;
  }
  .page-wrap{
     width:100%!important;   
  }
}
.imgI {
  width: 50%;
  font-size:0;
}
.imgI > img {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 992px) {
  .container > .content > .n-nav {
    padding: 0;
  }
  .imgI > img{
    height:auto;
  }
  .container > .content > .n-nav > .n-title {
    display: none;
  }
  .container > .content > .n-nav > .next-menu > .item {
    width: 50%;
    text-align: left;
    padding-left: 48px;
  }
  .container > .content > .n-nav > .next-menu {
    float: none;
    height: 60px;
    line-height: 60px;
  }
  .container > .main > .tool > .tool-t {
    padding-top: 30px;
    padding-left: 20px;
  }
  .container > .content > .n-nav > .next-menu > .item > img {
    position: absolute;
    top: 20px;
    left: 10px;
    max-width: 26px;
    max-height: 26px;
  }
  .banner {
    margin-top: 30px;
  }
  .swiper-container {
    width: 100%;
    height: 250px;
  }
  .swiper-container > .n-b-d > .swiper-slide {
    height: 250px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .container .n-list {
    padding-top: 30px;
  }
  /* .swiper-container > .n-b-d > .swiper-slide > .n-t {
    height: auto;
  } */
  .container .n-list > .n-c > .n-top{
    height: auto;width: 100%
  }
  .container .n-list > .n-c > .n-top>img{
    height: auto;
  }
  .container .n-list > .n-c {
    width: 100%;
    height:auto;
  }
  .container .n-list > .n-c > .n-bottom{
    padding-bottom: 60px;width: 100%
  }
  .imgI {
    width: 100%;
    font-size: 0;
  }
  .swiper-container > .n-b-d > .swiper-slide{
    padding-top:28px;
  }
  .swiper-container > .n-b-d > .swiper-slide > .n-look > .look{
    margin-left: 28px;
  }
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  right: 0;
  width: 40%;
  left: auto;
}

@media screen and (max-width: 520px) {
  .headSearch{
    display: none;
  }

}
/*分页*/
.page-wrap{
  width:1200px;
  margin:0 auto;
}
.pagination{
  display: flex;
  justify-content: center;
  padding:20px 0;
  width:100%;
}
.pagination>ul{
  display: flex;
  justify-content: center;
  width:100%;
}
.pagination>ul>li{
text-align: center;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 5px;
  padding: 7px 14px;
  border:1px solid #d5d5d5;
}
.pagination>ul>li:first-child{
  border:none;
      display: none;
}
.pagination .current{
  background-color: #da251d;
  color: #fff;
}
/*# sourceMappingURL=news.css.map */
