*{
  padding: 0px;
  margin: 0px;
}
a{
  text-decoration: none;
}
ul,li{
  list-style: none;
}
@keyframes page-fade-in {
  0% {
    opacity: 0.2
  }
  
  100% {
    opacity: 1
  }
}
body{
  animation: page-fade-in 0.8s forwards;
  background: #f4f4f4;
}
.banner{
  width: 100%;
  height: 700px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner .swiper-container>.swiper-pagination-bullets {
    bottom: 50px!important;
    font-size: 0;
}
.swiper-pagination-bullet{
  width: 8px!important;
  height: 8px!important;
  background: #fff;
  margin: 0 24px!important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active{
  position: relative;
}
.swiper-pagination-bullet-active:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #fff;
}
.content{
  padding-left: 40px;
  width: 1360px;
  margin: 0px auto;
  clear: both;
  height: 100%;
  width: 1400px;
  margin: 0px auto;
}
.crumbs{
  margin-top: 0px;
  margin-bottom:35px;
  font-size: 14px;
  color: #606266;
  display: flex;
  box-sizing: content-box;
}
.crumbs li{
float: left;
}
.crumbs li a{
  color: #606266;
}
.crumbs li span{
  font-size: 14px;
  margin: 0 5px;
  font-weight: 600;
  color: #c0c4cc;
}
.crumbs li span img{
  width: 10px;
}
.crumbs li:last-child span{
  display: none;
}
.crumbs .newactive>a{
  color: #000000;
  font-weight: bold;
}
.article{
  width: 100%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  /* background: #ffff; */
}
.articleleft{
  min-height: 756px;
  flex: 1;
  height: 100%;
  background: #fff;
  margin-right: 20px;
  padding: 20px 30px 30px 30px;
}
.articleleft  .artictitle h2{
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.articleleft .artictitle p{
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 0 8px;
}
.articleleft .artictitle i {
  height: 1px;
  background: 0 0;
  background-color: #e7e7e7;
  position: relative;
  width: 100%;
    display: block;
    height: 1px;
    margin-top: 12px;
}
.articleright{
  width: 280px;
  height: 100%;
}
.articleright .hotarticles{
  background: #fff;
  padding: 30px 28px 18px;
  margin-bottom: 20px;
}
.articleright .latestnews{
  background: #fff;
  padding: 30px 28px 18px;
}
.articleright .top{
  height: 38px;
  border-bottom: 1px solid #e7e7e7;
  font: 12px/1.231 "思源黑体 CN Regular",arial,helvetica,clean,sans-serif,"DIN Medium";
}
.articleright h3{
  font-size: 18px;
  color: #333;
  font-weight: 400;
  float: left;
}
.articleright h3 em {
  font-weight: 700;
  color: #da251d;
  font-style: normal;
}
.articleright h3 i {
  width: 100%;
  height: 1px;
  background: #da251d;
  position: relative;
  display: block;
  top: 16px;
}
.articleright .hotlist ul li a:hover{
  color: #da251d;
}
.articleright .hotlist ul li{
  font-size: 14px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleright .hotlist ul {
  margin-top: 18px;
}
.articleright .hotlist ul li a{
  color: #333;
}

/* .articttxt{
  padding-top: 20px;
  text-indent:2em
} */
.articttxt img{
  max-width: 100%;
  max-height: 100%;
}