@charset "utf-8";
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
a:hover {
  color: #0668d5;
}

/*** layout ***/
.container:after,
.container:before {
  display: table;
  content: '';
}
.container:after {
  clear: both;
}
.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container,
  .container[class*='width-'] {
    width: 1170px;
  }
}

@media (max-width: 1200px) {
  .container,
  .container[class*='width-'] {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .container,
  .container[class*='width-'] {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .container,
  .container[class*='width-'] {
    width: auto;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
}
.row-space20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-space20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row-space30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-space30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.row-space40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-space40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row > [class*='col-'] {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  float: left;
}
.row > .col-12 {
  width: 100%;
}
.row > .col-11 {
  width: 91.66666667%;
}
.row > .col-10 {
  width: 83.33333333%;
}
.row > .col-9 {
  width: 75%;
}
.row > .col-8 {
  width: 66.66666667%;
}
.row > .col-7 {
  width: 58.33333333%;
}
.row > .col-6 {
  width: 50%;
}
.row > .col-5 {
  width: 41.66666667%;
}
.row > .col-4 {
  width: 33.33333333%;
}
.row > .col-3 {
  width: 25%;
}
.row > .col-2 {
  width: 16.66666667%;
}
.row > .col-1 {
  width: 8.33333333%;
}
@media (max-width: 1200px) {
  .row[class*='row-space'] {
    margin-left: 0;
    margin-right: 0;
  }
  .row > [class*='col-'] {
    float: none;
    width: 100%;
  }
  .row[class*='row-space'] > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}

/* infolist */
.infolist {
  clear: both;
}
.infolist li {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 28px;
  overflow: hidden;
  vertical-align: top;
}
.infolist li a {
  float: left;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.infolist li,
.infolist li a {
  -moz-box-sizing: border-box;
  -welit-box-sizing: border-box;
  box-sizing: border-box;
}
.infolist li .time {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 26px;
  margin: auto 0;
  color: #999999;
}
.infolist li a br {
  display: none;
}
.infolist li:hover a,
.infolist li a:hover {
  color: #ea2b22;
}
.infolist li:hover span {
  color: #ea2b22;
}
.infolist.md li {
  padding-right: 60px;
}
.infolist.ymd li {
  padding-right: 100px;
}

.infolist.dot li a {
  padding-left: 18px;
}
.infolist.dot li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
}
.infolist.dot li:hover a:before {
  background: #ea2b22;
}

.infolist.line li {
  border-bottom: 1px solid #e1e5eb;
}
.infolist.line li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.infolist.col2 li,
.infolist.col3 li,
.infolist.col4 li {
  float: left;
}
.infolist.col2 li {
  width: 50%;
}
.infolist.col3 li {
  width: 33.33333%;
}
.infolist.col4 li {
  width: 25%;
}
.infolist.space20 {
  margin-left: -10px;
  margin-right: -10px;
}
.infolist.space20 li {
  padding-left: 10px;
  padding-right: 10px;
}
.infolist.space20 li .time {
  right: 10px;
}
.infolist.space20.infolist.md li {
  padding-right: 70px;
}
.infolist.space20.infolist.ymd li {
  padding-right: 110px;
}
.infolist.space30 {
  margin-left: -15px;
  margin-right: -15px;
}
.infolist.space30 li {
  padding-left: 15px;
  padding-right: 15px;
}
.infolist.space30 li .time {
  right: 15px;
}
.infolist.space30.infolist.md li {
  padding-right: 75px;
}
.infolist.space30.infolist.ymd li {
  padding-right: 115px;
}

.infolist.split5n li:nth-child(5n) {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 768px) {
  .infolist.col2,
  .infolist.col3,
  .infolist.col4 {
    margin-left: 0;
    margin-right: 0;
  }
  .infolist.col2 li,
  .infolist.col3 li,
  .infolist.col4 li {
    width: 100%;
    padding-left: 0;
  }
  .infolist.md[class*='space'] li {
    padding-right: 60px;
  }
  .infolist.ymd[class*='space'] li {
    padding-right: 100px;
  }
}

@media (max-width: 480px) {
  .res.infolist li {
    padding-right: 0 !important;
    position: relative;
  }
  .res.infolist li a {
    position: static;
    float: none;
    max-width: none;
    padding-left: 0;
    padding-right: 12px;
    white-space: normal;
  }
  .res.infolist li .time {
    position: static;
    display: inline-block;
  }
  .res.infolist li a:before {
    top: 20px;
    margin-top: 0;
  } /*10+padding*/
  .res.infolist.line li a:before {
    top: 24px;
  }
  .res.infolist.dot li {
    padding-left: 18px;
  }
}

/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 多行省略号 */
.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.transition,
.transition * {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.imgscale img {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.imgscale img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.layui-laypage a,
.layui-laypage span {
  font-size: 14px;
}

/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.place {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}
.place .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.place .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 414px) {
  .place {
    padding-top: 66.67%;
  }
}

/*com-title*/
.com-title.underline {
  border-bottom: 1px solid #e3e3e3;
}
.com-title > .hd {
  float: left;
}
.com-title > .hd .currentname {
  float: left;
  font-size: 1.75em;
  font-weight: bold;
  color: #333;
}

.com-title.underline > .hd .currentname {
  position: relative;
  padding-bottom: 20px;
}
.com-title.underline > .hd .currentname:after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  background: #0668d5;
}
.com-title.underline > .hd .currentname.on:after {
  content: '';
  width: 50%;
}
.com-title.blue > .hd .currentname {
  color: #0668d5;
}
@media (max-width: 992px) {
  .com-title > .hd .currentname {
    font-size: 1.5em;
  }
}

.com-title h3 {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
}
.com-title h3 a {
  color: #333;
}
.com-title h3 a:hover {
  color: #1c4da3;
}
.com-title.square h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 4px;
  height: 16px;
  margin-top: -7px;
  background-color: #0668d5;
}
.com-title.square h3 {
  padding-left: 20px;
}
.com-title.square.red h3:before {
  background: #a81010;
}
.com-title.underline h3 {
  padding-bottom: 18px;
}
.com-title.underline h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #1c4da3;
}
.com-title.fs28 h3 {
  font-size: 1.75em;
}

/*pages*/
.pages {
  clear: both;
  padding: 20px 0;
  line-height: 28px;
  text-align: center;
  color: #555;
  font-size: 15px;
}
.pages .pagination_index_last * {
  vertical-align: middle\9;
}
.pages a {
  display: inline-block;
  padding: 0 10px;
  margin: 3px;
  zoom: 1;
  color: #555;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pages a.current,
.pages a:hover {
  background: #0668d5;
  border-color: #0668d5;
  color: #fff;
  text-decoration: none;
}
.pages a.current {
  font-weight: bold;
}

/*** 分页 ***/
.pagination {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  clear: both;
}
.pagination ul li {
  display: inline-block;
  margin: 6px 3px 0;
}
.pagination ul li .up {
  display: inline-block;
  vertical-align: top;
  padding: 6px 15px;
  color: #666;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #fff;
  border: 1px #e8e8e8 solid;
  zoom: 1;
}
.pagination ul li.current .up {
  background: #3872cf;
  border-color: #3872cf;
  color: #fff;
}
.pagination ul li a:hover {
  color: #666;
  border-color: #ccc;
}
.pagination ul li.pageJump span {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  margin-left: 4px;
}
.pagination ul li.pageJump .inputtext {
  width: 45px;
  padding-right: 0;
  padding-left: 0;
}
.pagination ul li.pageJump .inputtext:hover {
  border-color: #e1e1e1;
}
.pagination ul li.pageJump .inputtext:focus {
  border-color: #d6d6d6;
}
.pagination ul li.pageJump .okbtn {
  display: block;
  background: #3872cf;
  border-color: #3872cf;
  color: #fff;
}

@media (max-width: 992px) {
  .pagination ul li.pageJump {
    display: none;
  }
}

@media (max-width: 640px) {
  .pagination {
    text-align: left;
  }
  .pagination ul li .up {
    padding: 0 5px;
    border: none;
    background-color: transparent !important;
  }
  .pagination ul li.current .up {
    color: #3872cf;
    font-weight: bold;
  }
}
