/**
     *reset style
 */
.newdet-body {
  padding-top: 36px;
}
.newdet-body .breadcrumb {
  line-height: 30px;
  margin-bottom: 20px;
}
.newdet-body .breadcrumb span {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.newdet-body .breadcrumb i,
.newdet-body .breadcrumb a {
  color: #333;
  vertical-align: middle;
}
.newdet-body .newdet-fl {
  width: 1200px;
  float: left;
  padding-top: 25px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.newdet-body .newdet-fl .newdet-title h1 {
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 10px 0;
  text-align: center;
}
.newdet-body .newdet-fl .newdet-title p {
  color: #666;
  text-align: center;
}
.newdet-body .newdet-fl .newdet-title p span {
  padding-right: 10px;
}
.newdet-body .newdet-fl .newdet-title p > span:nth-of-type(2) {
  margin-left: 24px;
}
.newdet-body .newdet-fl .newdet-title p i {
  color: #ccc;
  vertical-align: middle;
}
.newdet-body .newdet-fl .newdet-title p i b {
  color: #000;
}
.newdet-body .newdet-fl .newdet-title p i em {
  color: #333;
}
.newdet-body .newdet-fl .newdet-title .summary {
  padding: 32px 15px;
  background-color: #e5e5e5;
  margin-top: 35px;
  line-height: 2;
  color: #666;
  text-indent: 20px;
}
.newdet-body .newdet-fl .newdet-title .summary b {
  color: #fff;
  padding: 3px 5px;
  background-color: #ff4e00;
  margin-right: 5px;
}
.newdet-body .newdet-fl .newdet-content {
  width: 1050px !important;
  padding: 30px 0 0;
  margin: 0 auto;
}
.newdet-body .newdet-fl .newdet-content p {
  /*width: 780px !important;*/
  line-height: 1.8;
  color: #333333;
}
.newdet-body .newdet-fl .newdet-content .newdet-tbar {
  margin-top: 30px;
  line-height: 40px;
}
.newdet-body .newdet-fl .newdet-content .newdet-tbar .tbar-left i {
  display: block;
}
.newdet-body .newdet-fl .newdet-content .newdet-tbar .tbar-right p,
.newdet-body .newdet-fl .newdet-content .newdet-tbar .tbar-right div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-body .newdet-fl .newdet-content .newdet-link {
  padding-top: 7px;
}
.newdet-body .newdet-fl .newdet-content .newdet-link a {
  color: #999;
  padding: 2px;
  display: block;
}
.newdet-body .newdet-fl .newdet-content .newdet-link a:hover p {
  color: #1b2d76;
}
.newdet-body .newdet-fl .newdet-content .newdet-link a i {
  color: #1b2d76;
}
.newdet-body .newdet-fl .newdet-content .labels {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.newdet-body .newdet-fl .newdet-content .labels dl dt,
.newdet-body .newdet-fl .newdet-content .labels dl dd {
  display: inline-block;
}
.newdet-body .newdet-fl .newdet-content .labels dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.newdet-body .newdet-fl .newdet-content .labels dl dd {
  border: 1px solid #ccc;
  line-height: 1;
  padding: 3px 5px;
  color: #999;
}
.coming {
  width: 100px;
  height: 30px;
  margin: 30px auto;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  /*background-color: #0f1b54;*/
  border: 1px solid #ccc;
}
.coming a {
  color: #141414;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.coming :hover {
  border: none;
  background-color: #1b2d76;
}
.coming a:hover {
  color: #fff;
}
.news {
  background-image: url(/images/news-banner.jpg);
  background-position: center 0;
  padding-top: 5rem;
  height: 21rem;
  background-repeat: no-repeat;
}
.news-img {
  width: 60rem;
  margin: 0 auto;
}
.news-til {
  position: relative;
  width: 60rem;
  margin: 0 auto;
  height: 20rem;
}
.arrow {
  left: 0;
}
.news-container {
  width: 1200px;
  margin: 0 auto;
}
.download {
  border: 1px solid #e5e5e5;
  text-align: center;
  display: block;
  margin: 30px auto 0;
  line-height: 30px;
  width: 120px;
  height: 30px;
}
.download a {
  color: #333;
}
.download-body {
  padding-top: 36px;
}
.download-body .newdet-fl {
  width: 1200px;
  padding: 25px 0;
  background-color: #f9f9f9;
}
.download-body .newdet-fl .newdet-title h3 {
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 10px 0;
  text-align: center;
}
.download-body .newdet-fl .newdet-title p {
  color: #666;
  text-align: center;
}
.download-body .newdet-fl .newdet-title p span {
  padding-right: 10px;
}
.download-body .newdet-fl .newdet-title p > span:nth-of-type(2) {
  margin-left: 24px;
}
.download-body .newdet-fl .newdet-title p i {
  color: #ccc;
  vertical-align: middle;
}
.download-body .newdet-fl .newdet-title p i b {
  color: #000;
}
.download-body .newdet-fl .newdet-title .summary {
  padding: 32px 0;
  background-color: #e5e5e5;
  margin-top: 35px;
  line-height: 2;
  color: #666;
  text-indent: 20px;
}
.download-body .newdet-fl .newdet-title .summary b {
  color: #fff;
  padding: 3px 5px;
  background-color: #ff4e00;
  margin-right: 5px;
}
.download-body .newdet-fl .newdet-content {
  padding: 30px 50px 0;
}
.download-body .newdet-fl .newdet-content p {
  line-height: 1.8;
  color: #333333;
}
/*靠边*/
.newdet-body .newdet-fr {
  width: 1200px;
  float: left;
}
.newdet-body .newdet-fr li {
  margin-bottom: 20px;
}
.newdet-body .newdet-fr .header-news {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.newdet-body .newdet-fr .header-news span,
.newdet-body .newdet-fr .header-news i {
  font-size: 12px;
  color: #333;
}
.newdet-body .newdet-fr .header-news i {
  color: #ccc;
  float: right;
}
.newdet-body .newdet-fr .recomand {
  padding: 20px 0;
  background-color: #fff;
}
.newdet-body .newdet-fr .recomand dt {
  color: #ff4e00;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}
.newdet-body .newdet-fr .recomand dt span {
  margin-right: 5px;
}
.newdet-body .newdet-fr .recomand dd {
  padding: 20px 0;
}
.newdet-body .newdet-fr .recomand dd a {
  color: #333;
}
.newdet-body .newdet-fr .recomand dd a .img-wrap {
  float: left;
  width: 130px;
  height: 80px;
}
.newdet-body .newdet-fr .recomand dd a .img-wrap img {
  width: 130px;
  height: 80px;
}
.newdet-body .newdet-fr .recomand dd a h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
  float: right;
  width: 170px;
  padding-left: 10px;
}
.newdet-body .newdet-fr .recomand dd a:hover {
  color: #ff4e00;
}
.newdet-body .newdet-fr .recomand-news {
  padding: 20px 0;
  background-color: #fff;
}
.newdet-body .newdet-fr .recomand-news.on {
  position: fixed;
  top: 90px;
  width: 310px;
  z-index: 10;
}
.newdet-body .newdet-fr .recomand-news dt {
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}
.newdet-body .newdet-fr .recomand-news dt span {
  margin-right: 5px;
}
.newdet-body .newdet-fr .recomand-news dt p {
  margin-left: 5px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
}
.newdet-body .newdet-fr .recomand-news dd {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
.newdet-body .newdet-fr .recomand-news dd a p {
  color: #999;
  font-size: 12px;
}
.newdet-body .newdet-fr .recomand-news dd a {
  color: #999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-body .newdet-fr .recomand-news dd a h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.newdet-body .newdet-fr .recomand-news dd a i {
  font-size: 12px;
  color: #ccc;
}
.newdet-body .newdet-fr .recomand-news dd a:hover {
  color: #333;
}
.recomand-news .recomand_list {
  width: 1200px;
  margin: 25px auto;
}
.recomand-news .recomand_list ul {
  width: 1230px;
}
.recomand-news .recomand_list li {
  width: 280px;
  margin-right: 25px;
}
.recomand-news .recomand_list li:hover p {
  color: #558bba;
}
.recomand-news .recomand_list li img {
  width: 280px;
  height: 190px;
}
.recomand-news .recomand_list li p {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
