/*
* 新闻详情页面

@copyright YGSOFT
@create by jinqiang
@2020-01-08
*/
.zdl-content {
  background: rgb(247,251,254) !important;
}
.zdl-newsdetialpage {
  width: 1200px;
  font-size: 16px;
  margin: 20px auto;
  line-height: 32px;
  overflow: hidden;
  padding: 0px 50px;
  background: rgb(247,251,254);
  text-align: justify;
}
.newsdetialarea {
  width: 800px;
  min-height: 500px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  padding: 12px 50px 0px 50px;
  float: left;
  background: #fff;
  position: relative;
  padding-bottom: 40px;
  min-height: 800px;
}
.line {
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.newstitle {
  width: 100%;
  padding: 0px 50px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}
.newssubtitle {
  width: 100%;
  padding: 0px 80px;
  line-height: 30px;
  font-size: 16px;
  color: #444;
  text-align: center;
  margin-top: 5px;
}
.headtitle {
  width: 100%;
  padding: 0px 80px;
  line-height: 30px;
  font-size: 16px;
  color: #444;
  text-align: center;
  margin-top: 15px;
}
.newsinfo {
  width: 100%;
  padding: 0px 80px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.newdetail {
  margin-top: 10px;
}
.newbottom {
  width: 700px;
  border-top: 1px solid #dddddd;
  line-height: 30px;
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 30px;
  position: absolute;
  bottom: 5px;
  left: 50px;
}
.newrecommend {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  padding-bottom: 15px;
}
.newrecommendtitle {
  width: 100%;
  line-height: 40px;
  padding: 0px 15px;
  border-bottom: 1px solid #dddddd;
  font-weight: 300;
  margin-bottom: 5px;
}
.newrecommendcontent {
  width: 100%;
  line-height: 25px;
  padding: 5px 15px;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.newrecommendcontent:hover {
  background: #f0faff;
  font-size: 14px;
  color: #2d8cf0;
}
.layui-breadcrumb a:hover {
  color: #2d8cf0 !important;
}
#foot {
  width: 100%;
  min-width: 1200px;
  height: 320px;
  border: none !important;
  overflow: hidden;
}
.newdetail img {
  max-width: 100%;
}
.detailad {
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  margin-top: 15px;
  cursor: pointer;
}
.detailad:hover {
  filter: brightness(1.1);
}
.fontsize {
  height: 36px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px
}
.fontsizespan {
  padding: 4px 15px;
  background: #f0faff;
  color: #2d8cf0;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0,0,0,.05);
  transition: background .3s,color .3s;
}
.fontsizespanon {
  color: #3c763d;
  background: #dff0d8;
}
.fontsizespan:hover {
  color: #3c763d !important;
  background: #dff0d8 !important;
}
.imgrecommend {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  padding-bottom: 0px;
  margin-top: 20px;
}
.imgrecommendtitle {
  width: 100%;
  line-height: 40px;
  padding: 0px 15px;
  border-bottom: 1px solid #dddddd;
  font-weight: 300;
  margin-bottom: 5px;
}
.imggroup {
  padding: 0px 10px;
  cursor: pointer;
}
.imggroup:hover {
  filter: brightness(1.1);
}
.imggroup:hover .imggrouptext{
  color: #2d8cf0;
}
.imggrouptext{
  font-size: 14px;
  color: rgb(84,84,84);
  font-weight: lighter;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
.toptitle {
  height: 60px;
  width: 100%;
  background: #ffffff;
  padding: 0px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  display: none;
  padding: 0px 30px;
  line-height: 60px;
  float: left;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}