@charset "UTF-8";
	.top-img{
		height: 420px;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;

	}
	.top-img img{
		width: 100%;
		height: 100%
	}
	.detail-info{
		min-height: 400px;
	    min-width: 1200px;
	    width: 1200px;
	    height: auto;
	    position: relative;
	    margin: 0 auto;
	}
	.nav{
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	    height: auto;
	    line-height: 34px;
	    font-family: 'Microsoft YaHei';
	    text-align: left;
	    color: #999;
	    font-weight: normal;
	    font-style: normal;
	    text-decoration: none;
	    word-wrap: break-word;
	    word-break: break-all;
	    padding-top: 12px;
	}
	.nav .w-crumbs-item{
		text-decoration: none;
		font-size: 12px;
	    color: #666;
	    font-weight: normal;
	    font-style: normal;
	}
	.nav .mw-iconfont {
		margin: 0 3px;
	}
	.nav .w-crumbs-caption{
		line-height: 34px;
	    font-family: 'Microsoft YaHei';
	    text-align: left;
	    font-size: 12px;
	    color: #999;
	    font-weight: normal;
	    font-style: normal;
	    word-wrap: break-word;
	    word-break: break-all;
	}
	.detail-info .top-box{
		box-sizing: border-box;
		padding-top: 24px;
	}
	.detail-info .top-box .name{
		padding: 0;
	    margin: 0;
	    width: 100%;
	    height: auto;
	    font-family: 'Microsoft YaHei';
	    color: #404040;
	    font-size: 24px;
	    font-weight: normal;
	    font-style: normal;
	    text-decoration: none;
	    text-align: center;
	    line-height: 34px;
	    word-wrap: break-word;
	    word-break: normal;
	}
	.detail-info .tag{
		display: flex;
		margin: 0 auto;
	    width: 600px;
	    font-size: 12px;
	    font-family: 'Microsoft YaHei';
	    color: #999999;
	    height: auto;
	    word-wrap: break-word;
	    align-items: center;
	    padding-top: 24px;
	}
	.detail-info .view{
		display: flex;
		align-items: center;
		padding-left: 150px;
	}
	.detail-info .view img{
		height: 100%;
		width: auto;
	}
	.detail-info .sc{
		display: flex;
		align-items: center;
		margin-left: 90px;
		cursor: pointer;
	}
	.detail-info .sc img{
		width: 16px;
		height: 16px;
	}
	.detail-info .sc:hover{
		color: red;
	}
	.detail-info .info{
		padding: 24px 0;
		width: 850px;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto;
		font-family: 'Microsoft YaHei';
	    color: #404040;
	    font-size: 14px;
	    font-weight: normal;
	    font-style: normal;
	    text-decoration: none;
	    text-align: left;
	    line-height: 24px;
	    word-wrap: break-word;
	    word-break: normal;
	}

	/* 新闻资讯 */
	.xwzx{
		min-width: 1200px;
		box-sizing: border-box;
		min-height: 850px;
		background-color: rgba(0, 0, 0, 0);
		position: relative;
	}
	.xwzx .title{
		height: 100px;
		width: 1200px;
		left: 0px;
		top: 40px;
		z-index: 1;
		position: absolute;
		text-align: center;
		color: #2672ff;
		font-family: Source Han Sans,Geneva,sans-serif;
		right: 0;
		margin: 0 auto;
		
	}
	.xwzx .title p:first-child{
		font-size:36px;
		letter-spacing:3px;
		line-height:1.5;
	}
	.xwzx .title p:last-child{
		font-size:26px;
		line-height:1.5;
	}
	.xwzx .new-list{
		height: 360px;
		width: 1200px;
		left: 0px;
		top: 158px;
		z-index: 1;
		position: absolute;
		right: 0;
    	margin: 0 auto;
	}
	.xwzx .new-list .line{
		display: flex;
		padding-bottom: 15px;
		margin-bottom: 15px;
		position: relative;
		min-height: 88px;
		border-bottom-color: #ddd;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	
	}
	.xwzx .new-list .line .img{
		padding: 0;
		margin: 0;
		margin-right: 10px;
		width: 116px;
		height: 88px;
		overflow: hidden;
		float: left;
		min-height: 12%;
	}
	.xwzx .new-list .line img{
		width: 100%;
		height: 100%;
	}
	.xwzx .new-list .line .left-box{
		float: left;
		width: 88%;
	}
	.xwzx .new-list .line .line-title{
		line-height: 24px;
		display: block;
		font-family: Tahoma;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #404040;
		text-decoration: none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
		cursor: pointer;
	}
	.xwzx .new-list .line .line-title:hover{
		text-decoration: underline;
	}
	.xwzx .new-list .line .line-content{
		padding: 0;
		margin: 0;
		margin-top: 5px;
		line-height: 18px;
		font-family: Tahoma;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #999;
		text-decoration: none;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.xwzx .new-list .line .bottom-date{
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
		height: 20px;
		line-height: 20px;
	}
	.xwzx .new-list .line .date{
		color: #BBB;
		font-size: 12px;
	}
	.xwzx .new-list .line .right-box{
		display: flex;
		align-items: center;
	}
	.xwzx .new-list .line .viewNum{
		font-family: Tahoma;
		font-size: 12px;
		color: #BBB;
	}
	.xwzx  .showMore{
		height: 50px;
		width: 560px;
		left: 0;
		top: 527px;
		z-index: 1;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: Tahoma;
		font-size: 14px;
		color: #999999;
		cursor: pointer;
		margin: 0 auto;
		right: 0;
	}
	.xwzx .showMore:hover{
		text-decoration: underline;
	}
	
	    /** 眼睛图标 */
    .viewicon{
        font-size: 12px;
        color: #BBB;
        padding-right: 3px;
        font-family: "mw-iconfont" !important;
        font-size: 12px;
        color: #BBB;
        padding-right: 3px;
        height: 18px;
        width: 18px;
        display: inline-block;
        
    }
    .viewiconv img{
          width: 100%;
          height: 100%;
      }
	  
	/* 分页 */
	.container {
	  background: #fdfdfd;
	  /* padding: 1rem; */
	  margin: 3rem auto;
	  border-radius: 0.2rem;
	  /* counter-reset: pagination; */
	  text-align: center;
	  left: 0px;
	  top: 48rem;
	  z-index: 1;
	  position: absolute;
	  right: 0;
	  margin: 0 auto;
	}
	/* .container:after {
	  clear: both;
	  content: "";
	  display: table;
	} */
	.container ul {
	  width: 100%;
	}
	.large {
	  width: 45rem;
	}
	.pagination .ul, .li {
	  list-style: none;
	  display: inline;
	  padding-left: 0px;
	}
	/* .pagination li {
	  counter-increment: pagination;
	} */
	.pagination .page-no:hover a {
	  color: #666 !important;
	  background-color: #EEE;
	  /* border: solid 1px #1d1f20; */
	  cursor: pointer;
	}
	.pagination li.active a {
	  color: #666 !important;
	  background-color: #EEE;
	  /* border: solid 1px #1d1f20; */
	  cursor: pointer;
	}
	.pagination .pre:first-child a:after {
	  content: "上一页";
	}
	/* .pagination li:nth-child(2) {
	  counter-reset: pagination;
	} */
	.pagination .next:last-child a:after {
	  content: "下一页";
	}
	.pagination li a {
	  border: solid 1px #d6d6d6;
	  border-radius: 0.2rem;
	  color: #666;
	  text-decoration: none;
	  text-transform: uppercase;
	  /* display: inline-block; */
	  text-align: center;
	  padding: 0.5rem 0.9rem;
	  font-size: 0.6rem;
	  margin: 0 0.3rem;
	}
	/* .pagination li a:after {
	  content: " " counter(pagination) " ";
	} */
	.large li a {
	  display: none;
	}
	.large li:first-child a {
	  display: inline-block;
	}
	.large .pre:first-child a:after {
	  content: "上一页";
	}
	.large li:nth-child(2) a {
	  display: inline-block;
	}
	.large li:nth-child(3) a {
	  display: inline-block;
	}
	.large li:nth-child(4) a {
	  display: inline-block;
	}
	.large li:nth-child(5) a {
	  display: inline-block;
	}
	.large li:nth-child(6) a {
	  display: inline-block;
	}
	/* .large li:nth-child(7) a {
	  display: inline-block;
	}
	.large li:nth-child(8) a {
	  display: inline-block;
	} */
	.large li:last-child a {
	  display: inline-block;
	}
	.large .next:last-child a:after {
	  content: "下一页";
	}
	.large li:nth-last-child(2) a {
	  display: inline-block;
	}
	/* .large li:nth-last-child(3) a {
	  display: inline-block;
	} */
	.large .yincang:after {
	  padding: 0 1rem;
	  content: "...";
	}
	/* 详情-底部分页 */
	.page{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 24px 0 78px;
	}
	.page .left{
		font-family: 'Microsoft YaHei';
		font-size: 12px;
		color: #666;
		font-weight: normal;
		font-style: normal;
		cursor: pointer;
		width: 30%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.page .left:hover{
		color: #42B8F8;
	}
	.page .left .text{
	}
	.page .left .page-title{
		
	}
	.page .right{
		font-family: 'Microsoft YaHei';
		font-size: 12px;
		color: #666;
		font-weight: normal;
		font-style: normal;
		cursor: pointer;
		width: 30%;
		text-align: right;
	}
	.page .right:hover{
		color: #42B8F8;
	}
	.page .right .text{
		
	}
	.page .right .page-title{
		
	}
	
	.new-page{
		background: #fdfdfd;
		left: 0px;
		top: 48rem;
		z-index: 1;
		position: absolute;
		right: 0;
		margin: 0 auto;
	}
	
	.zui-page {
	    font: 0px / 22px "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
	    padding: 0px;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    box-sizing: content-box;
	    display: inline-block;
	    vertical-align: middle;
	    margin: 10px 0px;
	    text-align: center !important;
	    moz-user-select: -moz-none;
	    -moz-user-select: none;
	    -o-user-select: none;
	    -khtml-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
		position: absolute;
		right: 0;
		left: 0;
	}
	
	.zui-page-noallow {
	    color: rgb(210, 210, 210);
	    cursor: not-allowed;
	}
	
	.zui-page a {
	    display: inline-block;
	    text-decoration: none;
	    vertical-align: middle;
	    cursor: pointer;
	    padding: 0px 15px;
	    height: 28px;
	    line-height: 28px;
	    margin: 0px -1px 5px 0px;
	    /* background-color: rgb(255, 255, 255); */
	    color: #666;
	    font-size: 12px;
	    border: 1px solid rgb(226, 226, 226);
	}
	.zui-page a:hover{
		color: #666 !important;
		background-color: #EEE;
	}
	.zui-page-curr {
	    color: #666 !important;
	    background-color: #EEE !important;
	}