.art_body {
  padding-bottom: 50px;
}
.main_body img {
  width: 800px;
  height: auto;
  margin: 4px 0;
}
.art_body strong {
  font-weight: bolder !important;
}
/* 主体部分 */
.center_title .main_title{
    padding: 60px 0 15px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #de2c2e;
}
.center_title .sub_title{
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #de2c2e;
}
  
  /* 主体盒子 */
.newsdetail_top {
	/*display: flex;
	justify-content: space-between;*/
	margin: 0 auto;
	box-sizing: border-box;
	width: 1280px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-top: 1px dashed #bababa;
	font-size:14px;
}
  /* 左边的盒子 */
  .left_container {
	height: 100%;
	text-align: center;
  }
  .left_container li {
    float: left;
    height: 100%;
    font-size: 14px;
    color: #989898;
    margin-right: 10px;
  }
  .left_container .logo_ly {
    display: none;
  }
  .left_container .browser_icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url('../images/eye.png') no-repeat;
  }
  .left_container li a {
    display: inline-block;
    height: 100%;
    color: #afafaf;
  }
  .left_container .georgia {
    font-style: normal;
    /*font-family: Georgia;*/
  }
  /* 右边的盒子 */
  .right .set_font{
    margin-top: 4px;
    height: 100%;
  }
  .right .set_font li {
    float: left;
    padding: 0 5px;
    margin-right: 1px;
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    cursor: pointer;
    transition: all .5s ease;
  }
  .right .set_font .font_size {
    margin-right: 2px;
  }
  .right .set_font .small {
    font-size: 12px;
  }
  .right .set_font .big {
    font-size: 16px;
  }
  .right .set_font .current {
    color: #fff;
    background-color: #ea3919;
  }
  
  
.main_body {
    margin: 40px auto 60px;
    width: 1280px;
}
/* 图形轮播 */
#art_banner{
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 601px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
#art_banner .button-prev {
  left: 0;
}
#art_banner .button-next {
  right: 0;
  background-position-x: -244px;
}

.swiper-pagination-bullet{
  margin: 0 4px;
  width:112px;
  height:80px;
  background:none;}
.swiper-pagination-bullet img{
  width:100%;
  height: 100%;
}


.related_news {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
    padding: 86px 94px 42px 94px;    
    border-top: 1px #cfcfcf dashed;
}

.related_news .like_btn {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url('../images/gouqizen_spirit.png') no-repeat;
    background-color: #ea3919;
    z-index: 1000;
    cursor: pointer;
    background-position: -112px -390px;
}
.related_news .like_btn_already {
  background-color: #a8a6a6;
}

.related_news .like_btn .like_num {
    position: absolute;
    width: 100%;
    bottom: 16px;
    left: 0;
    font-size: 16px;
    color: #f6f6f6;
    font-family: Georgia;
}

.related_news .left {
    float: left;
}
.related_news .right {
    float: right;
}
.related_news i {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 11px 5px 0 0;
    width: 6px;
    height: 6px;
    background-color: #a6a6a6;
}
.related_news a {
    font-size: 14px;
    color: #444;
}
.related_news a:hover {
    color: #de2c2e;
    border-bottom: 2px solid #de2c2e;
}
.related_news li {
    line-height: 30px;;
}
