@charset "UTF-8";
@media (max-width: 768px) {
}a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
body {
  font-family: "akr", "Arial", "sans-serif", "microsoft yahei";
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  background-color: #fff;
}
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*搜索页*/
.sec-search {
  padding: 120px 0 110px;
  background: #f0f4f7;
  width: 100%;
  overflow: hidden;
}
.psearch-left {
  float: left;
  width: 72.5%;
}
.psearch-left .pagination {
  margin-top: 100px;
}
.psearch-box {
  padding-right: 78px;
  margin-bottom: 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
}
.psearch-box input {
  width: 100%;
  padding: 0 34px;
  font-size: 18px;
  line-height: 68px;
  border: none;
  color: #333;
}
.psearch-box button {
  color: #666;
  background-size: 38% auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 68px;
  height: 68px;
  font-size: 30px;
  right: 10px;
  outline: medium;
  border: none;
}
.psearch-tip {
  font-size: 24px;
  padding-left: 35px;
  margin-bottom: 27px;
}
.psearch-tip span {
  font-size: 24px;
}
.psearch-right {
  float: right;
  width: 25%;
  margin-top: 0;
}
.psearch-right .psearch-ru .on a {
  color: #d72444;
  font-weight: bold;
}
.psearch-right .m-tit {
  font-size: 20px;
  padding: 20px 34px;
  border-bottom: 5px solid #f0f4f7;
}
.psearch-ru a {
  font-size: 18px;
  padding: 20px 34px;
  border-bottom: 4px solid #f0f4f7;
}
.news-item {
  /* display: block; */
  background: #fff;
  padding: 25px 52px 25px 32px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.news-item:hover .m-tit {
  color: #d72444;
}
.news-item .m-cont {
  padding: 15px 4%;
  float: left;
  width: 80%;
}
.news-item .m-tit {
  color: #444;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .news-item .m-tit {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1920px) {
  .news-item .m-tit {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .news-item .m-tit {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news-item .m-tit {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news-item .m-tit {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news-item .m-tit {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news-item .m-tit {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news-item .m-tit {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .news-item .m-tit {
    font-size: 16px;
  }
}
@media (min-width: 1259px) and (max-width: 1290px) {
  .news-item .m-tit {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news-item .m-tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news-item .m-tit {
    font-size: 16px;
  }
}
.news-item .m-time {
  /* margin: 4px 0 10px; */
  margin: 12px 0 10px;
  color: #777;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  .news-item .m-time {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .news-item .m-time {
    font-size: 15px;
  }
}
@media (max-width: 1680px) {
  .news-item .m-time {
    font-size: 13.125px;
  }
}
@media (max-width: 1440px) {
  .news-item .m-time {
    font-size: 11.25px;
  }
}
@media (max-width: 1280px) {
  .news-item .m-time {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .news-item .m-time {
    font-size: 8px;
  }
}
.news-item .m-img {
  float: left;
  width: 20%;
  overflow: hidden;
}
.news-item .m-img img {
  width: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.psearch-right .m-tit {
  font-size: 20px;
  padding: 20px 34px;
  border-bottom: 5px solid #f0f4f7;
  background: #d72444;
  text-align: center;
  color: #fff;
}
.psearch-ru a {
  font-size: 18px;
  padding: 20px 34px;
  border-bottom: 4px solid #f0f4f7;
  display: block;
  background: #fff;
  color: #444;
}
@media (max-width: 992px) {
  /* search */
  .psearch-left {
    width: 100%;
    float: none;
  }
  .psearch-right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .psearch-right .m-tit {
    font-size: 16px;
    padding: 15px 20px;
  }
  .psearch-ru a {
    font-size: 16px;
    padding: 15px 20px;
  }
  .psearch-box input {
    font-size: 16px;
  }
  .psearch-box button {
    font-size: 24px;
  }
  .psearch-tip {
    font-size: 18px;
  }
  .sec-search {
    padding: 80px 0 40px;
  }
  .news-item .m-tit {
    font-size: 16px;
  }
  .news-item .m-time {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sec-search {
    padding: 40px 0 40px;
  }
  .psearch-box input {
    line-height: 45px;
    padding: 0 15px;
  }
  .psearch-box button {
    font-size: 20px;
    width: 40px;
    height: 100%;
  }
  .psearch-tip {
    padding-left: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .psearch-box {
    margin-bottom: 13px;
  }
  .news-item {
    flex-direction: column;
    padding: 25px 15px;
    margin-bottom: 15px;
  }
  .news-item .m-img {
    width: 80%;
  }
  .news-item .m-cont {
    padding: 0;
    width: 100%;
    margin-top: 25px;
  }
  .news-item .m-time {
    font-size: 13px;
    margin-bottom: 0;
  }
  .psearch-ru a {
    font-size: 14px;
  }
  .psearch-right {
    margin-top: 30px;
  }
  .ny_banner {
    margin-top: 60px;
  }
}
/*.animated {*/
/*  animation-duration: 1s;*/
/*  animation-fill-mode: both;*/
/*}*/
/*.container,.wrap,.index-container,.foot-container,.drop-container{padding-right: 0px;padding-left: 0px;margin:0 auto;}*/
/*.index-container{width: 1720px;}*/
/*@media (min-width: 768px) {*/
/*  .wrap,.container,.foot-container{ width: 750px;}*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .wrap,.container,.foot-container{width: 970px;}*/
/*    .index-container{width: 970px;}*/
/*}*/
/*@media (min-width: 1260px) {*/
/*  .wrap,.container,.foot-container{ width: 1200px;}*/
/*  .index-container{width: 1200px;}*/
/*}*/
/*@media (min-width: 1460px) {*/
/*  .container,.foot-container{ width: 1200px;}*/
/*  .index-container{width: 1400px;}*/
/*}*/
/*@media (min-width: 1680px) {*/
/*  .foot-container{width: 1600px;}*/
/*  .container{ width: 1400px;}*/
/*  .index-container{width: 1600px;}*/
/*}*/
.page a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #999;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  line-height: 46px;
  margin: 0 2.5px;
  transition: all 0.4s;
}
.page {
  text-align: center;
  font-size: 0;
  margin-top: 2.083vw;
}
.page a.page-prev,
.page a.page-next {
  color: #999;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
.page a:hover,
.page a.on {
  background: #BF3B27;
  color: #fff;
}
.page a.page-prev:hover,
.page a.page-next:hover {
  color: #BF3B27;
  background: #fff;
}
/*# sourceMappingURL=./css.css.map */