/* 新闻详情 */
.news-left p{
	text-indent: 2em;
  	font-size: 16px;
  	line-height: 30px;
}
.news-left p img{
	max-width:100%;
    margin-bottom: 15px;
  	display: inherit;
}
.news-list {
  width: 100%;
}
.news-list .title-bg {
  height: 220px;
  background: #f4fafc;
  padding: 24px 0 0 0;
}
.news-list .title-bg .article-title {
  font-size: 40px;
  color: #222;
  margin-bottom: 33px;
}
.news-list .news-left {
  width: 800px;
}
.news-list .news-left img,.news-list .news-left video{
	max-width:100%;
}
.news-list .news-left .news-container {
  width: 100%;
  // height: 400px;
  margin-bottom: 30px;
}
.news-list .news-left .news-container .swiper-slide {
  position: relative;
  height: 100%;
}
.news-list .news-left .news-container .swiper-slide p {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.news-list .news-left .news-container .news-pagination {
  left: unset;
  bottom: 31px;
  width: 20%;
  right: 0;
}
.news-list .news-left .news-container .news-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.6;
  background: #ffffff;
  border-radius: 50%;
}
.news-list .news-left .news-container .news-pagination .swiper-pagination-bullet-active {
  width: 5px;
  height: 20px;
  opacity: 0.9;
  background: #ffffff;
  border-radius: 3px;
}
.news-list .news-right {
  width: 329px;
}
.tuwen-list .tuwen-box {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #f4f4f4;
}
.tuwen-list .tuwen-box .right-info {
  width: 530px;
  height: 143px;
  position: relative;
}
.tuwen-list .tuwen-box .right-info .create-time {
  position: absolute;
  bottom: 0;
}
.tuwen-list .tuwen-box img {
  width: 253px;
  height: 143px;
}
.tuwen-list .tuwen-box span {
  color: #999999;
}
.tuwen-list .tuwen-box .create-time {
  color: #a6a6a6;
}
.tuwen-list .tuwen1 .img-list {
  width: 100%;
  height: 143px;
}
.tuwen-list .tuwen1 .img-list img:nth-child(3n) {
  margin-right: 0;
}
.tuwen-list a:first-child .tuwen-box {
  padding: 0 0 24px 0;
}
.news-right span {
  color: #a6a6a6;
}
.news-right .topic .img-box {
  width: 330px;
  height: 160px;
  position: relative;
}
.news-right .topic .img-box .icon-topic {
  width: 48px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-right .news-title + a > img {
  width: 9px;
  height: 14px;
  margin-top: 20px;
}
.news-right .news-title::after {
  content: '';
  width: 79px;
  height: 8px;
  opacity: 0.4;
  background: #4589e1;
  display: block;
  margin-top: 8px;
}
.news-right .related-list {
  border-bottom: 1px solid #f2f2f2;
}
.topic-detail {
  width: 100%;
}
.topic-detail .top-img {
  width: 100%;
  // height: 460px;
  overflow:hidden;
}
.topic-detail .top-img img{
	width:100%;
}
.topic-detail .top-info-box {
  width: 100%;
  height: 210px;
  background: #fafbfb;
  color: #333;
  padding: 40px 24px;
  box-sizing: border-box;
  text-align: center;
}
.topic-detail .top-info-box .important-info {
  width: 1060px;
  text-align: left;
  line-height: 30px;
}
.topic-detail .top-info-box .important-line .yin {
  width: 26px;
  height: 20px;
}
.topic-detail .top-info-box .important-line .yin:first-child {
  margin-right: 20px;
}
.topic-detail .top-info-box .important-line .yin:last-child {
  margin-left: 20px;
}
.topic-detail .right-box .img-box {
  width: 330px;
  height: 184px;
}
.topic_column_list{
    overflow: hidden;
    height: 45px;
}
.topic_column_list li{
  float:left;
  margin-right: 20px;
  font-weight: normal;
  cursor: pointer;
}
.topic_column_list li:hover,.topic_column_list li.cur{
  border-bottom: 8px solid #B1CCF2;
  font-weight: bold;
}