.container{
  width: 1200px;
  margin: 0 auto;
  padding: 0
}

.swiper-img{
  width: 1200px;
  margin: 0 auto;
  padding: 0
}

.breadcrumb,.breadcrumb a{
  font-size: 12px;
  line-height: 40px;
  color: #9fa9b3;
  background-color: #F5F7F9;
}
.breadcrumb a:hover{
  color: #ea5f3c;
}



.news-main{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.news-tit{
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  top: -20px;
  transition: all .5s;
}
.photolist .moudle-title {
  padding: 40px 0 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #0e2644;
  border-bottom: 2px solid #eee;
}
.photolist .moudle-title span{
  color: #ea5f3c
}
.news-tit.on-top{
  position: fixed;
  width: 100%;
  height: 60px;
  text-align: left;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99;
  transition: all .5s
}
.news-tit h1,.news-tit h2{
  font-size: 28px;
  line-height: 40px;
  margin-bottom:15px;
}
.news-tit.on-top h1{
  float: left;
  width: 40%;
  margin-right: 2%;
  font-size: 18px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 2% 0 0;

}
.news-tit.on-top .info{
  float: left;
  width: 38%;
  margin: 0 auto;
  line-height: 60px;
}
.news-tit.on-top .share-box{
  float: right;
  width: 20%;
  margin: 0 auto;
}
.news-tit.on-top h1 .original-icon,.news-tit.on-top h2 .original-icon{
  width: 40px;
  height: 40px;
  top: 10px;
  right: 20px;
}
.news-tit.on-top .share-box{
  margin-top: 10px;
}

.news-tit h1 span,.news-tit h2 span{
  position: relative;
  font-weight: 900;
}
.news-tit h1 .original-icon,.news-tit h2 .original-icon{
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  background-size: contain;
  right: 20px;
  top: 5px;
}

.news-tit.double-border{
  border-color: #192d76;
  margin: 0 60px 20px
}
.news-tit-box{
  padding-bottom: 20px
}
.double-border h2,.double-border h1{
  padding: 20px 0 10px;
  font-size: 40px;
  text-align: center;
  color: #192d76;
}
.news-tit.double-border .news-tit-box{
  margin-bottom: 2px;
  border-bottom: 2px solid #192d76;
  padding-bottom: 0
}
.news-tit.double-border .info label{
  font-size:16px;
  font-weight: normal;
  color: #192d76;
  margin-right: 5%
}
.news-tit.double-border .info span{
  color: #ea5f3c;
}
.info {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.info span {
  margin-right: 10px;
}

.news-cnt p {
  line-height:38px;
  margin-bottom:10px;
}
.news-cnt table,.news-cnt td{
  border:1px #999 solid;
  table-layout: auto;
}
.news-cnt table h3{
  border:0;
  padding-left:0;
  margin-bottom:0;
}
.news-cnt table p{
  margin-bottom:0;
}
.news-cnt td{
  font-size:14px;
}

.news-flex-box .news-cnt{
  margin-bottom: 20px;
}


.news-main .main-inside-form .form-box{
  background-color: #eee;
  text-align: center;
}
.news-main .form-box .moudle-title{
  color: #183049
}


.news-flex-box,.news-recommend{
  padding: 0 60px;
}
.news-flex-box .praise {
  margin-top:30px;
}
.news-flex-box .praise .end-title{
  text-align: center;
  margin-bottom: 20px;
}
.news-flex-box .end-title span{
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  padding: 0 15px;
}


.news-flex-box .state{
  margin-bottom: 20px
}
.news-flex-box .state p{
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;

}