@charset "UTF-8";

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;
  text-align: center;
}
.psearch-left .pagination li {
  display: inline-block;
  padding: 0 2px;
}
.psearch-left .pagination li a {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  background: #999;
  color: #fff;
}
.psearch-left .pagination li span {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
}
.psearch-left .pagination li.disabled span {
  background: #999;
  color: #fff;
}
.psearch-left .pagination li.active span {
  background: #1f524e;
  color: #ffffff;
}
.psearch-left .pagination li a:hover {
  background: #1f524e;
  color: #ffffff;
}

.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: #c8050d;
  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: red;
  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;
}
/* 标签列表 */
.psearch-right .tags-list>div{
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #2e514d;
  margin: 10px 0;
}
.psearch-right .tags-list li{
  display: inline-block;
  width: 24%;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.psearch-right .tags-list li a{
  color: #2e514d;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.psearch-right .tags-list li a:hover{
  color: #FFF;
  background-color: #2e514d;
}
.news-item {
  display: block;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.news-item .m-cont {
  padding: 10px 4% 0;
  float: left;
  width: 80%;
}
.news-item .m-tit {
  font-size: 18px;
  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;
}
.news-item .m-key {
  margin: 5px 0;
  text-align: justify;
  line-height: 1.3em;
}

.news-item .m-time {
  font-size: 14px;
  margin: 4px 0 10px;
  color: #777;
}
.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: #c8050d;
  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: 40px 0 40px;
  }
  .news-item .m-tit {
    font-size: 16px;
  }
  .news-item .m-time {
    font-size: 14px;
  }
}

.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;
}

@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: 30px;}
.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;} */
