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

/* 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;
  line-height: 24px;
}
.com-title.underline > .hd .currentname:after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  background: #a90f0f;
}
.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;
}
.crumb + .com-title.underline{height: 44px; margin-top: -45px;}

@media (max-width:992px){
  .crumb + .com-title.underline{margin-top: 30px;}
}


/* 调查征集列表页 */
.dczj-list li {
  position: relative;
  padding: 20px 8em 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.dczj-list li .caption > a {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.8em;
}
.dczj-list li .desc {
  margin-top: 10px;
  line-height: 1.8em;
  color: #828282;
}
.dczj-list li .desc span {
  display: inline-block;
}
.dczj-list li .status {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5em;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  color: #999;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.dczj-list li.begin .status {
  color: #0668d5;
  border-color: #0668d5;
}
@media (max-width: 1200px) {
  .dczj-list li {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .dczj-list li .caption > a {
    font-size: 1.125em;
  }
}
@media (max-width: 640px) {
  .dczj-list li {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .dczj-list li .caption > a {
    font-size: 1em;
    text-indent: 4em;
  }
  .dczj-list li .status {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: 0;
    padding-right: 1em;
    font-weight: bold;
    color: #999;
    line-height: 1.8em;
    border: none;
    width: auto;
  }
  .dczj-list li .status:after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: '';
    margin-top: -8px;
    height: 16px;
    width: 1px;
    background: #999;
  }
}
@media (max-width: 450px) {
  .dczj-list li .desc span {
    display: block;
    font-size: 0.9375em;
  }
  .dczj-list li .desc span:before {
    width: 4px;
    height: 4px;
  }
}



/*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;
  }
}
