/*
蓝色主题
*/
/*
系统主题
*/
.newsDetail {
  display: inline-block;
  width: 100%;
}
.news {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.news .banner {
  width: 100%;
  height: 200px;
  background: linear-gradient(59.04deg, #31BAFF 0, #1684FF 100%);
}
.news .banner .container {
  width: 1100px;
  color: #fff;
  height: 100%;
  position: relative;
}
.news .banner .container .leftText {
  display: inline-block;
}
.news .banner .container .rightImg {
  width: 312px;
  height: 200px;
  background: url(../img/newsBanner.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
}
.news .banner .title {
  color: #ffffff;
  font-size: 24px;
  padding-top: 54px;
  margin-bottom: 8px;
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1";
  font-weight: 600;
}
.news .banner .section {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1";
}
.news .full-width {
  background-color: #f2f2f2;
}
.news .breadcrumb {
  margin-bottom: 0;
  padding: 8px 0;
  background-color: transparent;
}
.news .breadcrumb > li + li:before {
  color: #333;
  content: "> ";
  padding: 0 5px;
}
.news .breadcrumb > .active {
  color: #1684FF;
}
.news .breadcrumb a:hover {
  color: #1684FF;
}
.news .thumbnail {
  position: relative;
  width: 312px;
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}
.news .thumbnail img {
  width: 312px;
  height: 176px;
}
.news .thumbnail .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 9px;
  background-color: #333;
  opacity: 0.8;
  box-sizing: border-box;
}
.news .thumbnail .caption a h3 {
  width: 294px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .thumbnail .caption a :hover {
  color: #1684FF;
}
.news .thumbnail:hover {
  box-shadow: 1px 0 28px rgba(0, 0, 0, 0.15);
}
.news .lastNews {
  margin-bottom: 80px;
}
.newsDetail .mainBody {
  position: relative;
}
.newsDetail .breadcrumb {
  margin-bottom: 0;
  padding: 30px 0;
  background-color: transparent;
}
.newsDetail .breadcrumb > li + li:before {
  color: #333;
  content: "> ";
  padding: 0 5px;
}
.newsDetail .breadcrumb > .active {
  color: #1684FF;
}
.newsDetail .breadcrumb a:hover {
  color: #1684FF;
}
.newsDetail .sideLeft,
.newsDetail .sideRight {
  margin: 0;
  padding: 0;
}
.newsDetail .sideLeft {
  float: left;
  width: 756px;
  /* img{
			width: 100%;
		} */
}
.newsDetail .sideLeft h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.newsDetail .sideLeft .subTit {
  color: #7c7c7c;
  margin-bottom: 10px;
  text-indent: 0;
}
.newsDetail .sideLeft hr {
  margin-bottom: 30px;
}
.newsDetail .sideLeft p {
  line-height: 24px;
  margin: 20px 0 30px;
  /* text-indent: 2em; */
}
.newsDetail .sideLeft a {
  color: #1684FF;
}
.newsDetail .sideLeft a:hover {
  opacity: 0.8;
}
.newsDetail .sideRight {
  float: right;
  width: 310px;
  position: initial;
}
.newsDetail .sideRight.userLeft img {
  position: fixed;
  top: 130px;
}
