.xgyd {
  margin: 0 auto;
  padding: 5px;
  width: 95%;
  padding-top: 10px;
}
.xgyd {
  padding-top: 0px;
  padding: 0px;
}
.new_title {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #d1d1d1 1px dashed;
  position: relative;
}
.new_title p {
  padding: 0 5px;
  line-height: 35px;
  font-size: 20px;
  color: #3bb4f2;
  font-weight: bolder;
  display: inline-block;
  border-left: 8px solid #3bb4f2;
  border-top: 1px solid #3bb4f2;
}
.new_title img {
  width: 6%;
  height: auto;
  display: inline-block;
  margin-left: -15px;
}
.new_title div {
  width: 40%;
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: #f03300;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.new_title a {
  color: white;
}
.listcontent li>a:nth-child(1) {
  font-size: 16px !important;
  color: black !important;
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.listcontent li {
  width: 100%;
}
.listcontent ul {
  padding: 0px!important;
  width: 100%;
  margin: 0 auto;
}
.listcontent ul p {
  border: 0px;
  color: black;
  padding: 0px;
  padding-left: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}
.listcontent ul img {
  width: 34%;
  vertical-align: middle;
}
.listcontent li {
  margin-top: 5px;
}
.new_list_text {
  width: 64.6%;
  display: inline-block;
  vertical-align: middle;
}
.new_list_bottom {
  border-bottom: #a0a0a0 1px dashed;
  padding-bottom: 5px;
  margin-top: 5px;
  color: #9f9f9f;
}
.new_list_bottom a{color:#9f9f9f;}
.new_list_bottom span {
  display: inline-block;
  background: url(../images/time.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  float: none;
  vertical-align: text-top;
  margin-left: 8px;
  margin-right: 2px;
}
.new_list_bottom .new_list_name {
  background: url(../images/name.png) no-repeat;
  background-size: 100%;
  margin-left: 0px;
}
.new_list_bottom .ydy {
  background: url(../images/eye.png) no-repeat;
  background-size: 100%;
}
/*底部固定定位特效开始*/
.footer-fixed {/*background-color: #edfbfb;*/background-color: #fff;width: 100%;height: 66px;border-top: 1px solid #DADADA;/*max-width: 800px;*/max-width: 640px;margin: 0 auto;position: fixed;bottom:0px;z-index: 999;}
.footer-fixed ul {display: flex;justify-content: space-between;align-items: center;height: 100%;padding: 0 10px;}
.footer-fixed ul a {display: flex;flex-direction: column;align-items: center;font-size: 12px;color: #333;}
.footer-fixed .db_icon1{display: block;width: 20px; height: 20px;background: url(../images/icon-home.png);background-repeat: no-repeat;background-size: 20px 20px;background-position: center;margin: 2px auto;}
.footer-fixed .db_icon2{display: block;width: 20px;height: 20px;background: url(../images/icon-tel.png);background-repeat: no-repeat;background-size: 20px 20px;background-position: center;margin: 2px auto;}
.footer-fixed .db_btn1{font-size: 15px;color: #fff;width: 33%;height: 40px;text-align: center;line-height: 40px;border-radius: 4px;background-color: #f78535;}
.footer-fixed .db_btn1 p{color:white;font-size:16px;}
.footer-fixed .db_btn2{font-size: 15px;color: #fff;width: 33%;height: 40px;text-align: center;line-height: 40px;border-radius: 4px;background-color: #62abf2;}
.footer-fixed .db_btn2 p{color:white;font-size:16px;}
/*底部固定定位特效结束*/

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.flex-row-nowrap {
    -webkit-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-row-wrap {
    -webkit-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-column-nowrap {
    -webkit-display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}


.list-article-banner img {
  width: 100%;
  display: block;
}


.footer-wrap,
.footer-wrap a {
    color: #333;
}
.footer-wrap {
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
}
.footer-map {
	width: 40%;
}
.footer-info-item {
	justify-content: flex-start;
	align-items: center;
}
.footer-info-item > img {
	width: 24px;
	margin-right: 4px;
}
.footer-info-item > div {
	font-size: 15px;
	line-height: 1.5;
}


.footer-shengming,
.footer-shengming a {
    color: #333;
}
.footer-shengming {
    background: #ddd;
    padding: 10px 10px 80px;
}
.footer-shengming div {
    text-align: center;
    line-height: 26px;
    font-size: 13px;
}


.xgyd-list,
.xgyd-list a {
  color: #333;
}
.xgyd-list {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.xgyd-list li {
    border-bottom: 1px dashed #a0a0a0;
}
.xgyd-list li a {
    font-size: 15px;
    line-height: 2;
}



