.news-index-top{
	width:1200px;
	height:380px;
	margin:20px auto 20px auto;
}
.news-index-top .news-left-slide{
	width:600px;
	height:380px;
	float:left;
}
.news-index-top .news-left-slide .swiper-container{
	width:100%;
	max-width: 100%;
	height:100%;
	max-height: 100%;
}
.news-index-top .news-left-slide .swiper-container .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.news-index-top .news-left-slide .swiper-container .swiper-slide a p{
	width:80%;
	height:atuo;
	padding:20px 10% 48px 10%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	font-size:20px;
	line-height:28px;
	color:#fff;
	z-index:10;
	background:rgba(0,0,0,0.3);
}
.news-index-top .news-left-slide .swiper-container .swiper-slide a img{
	width:100%;
	min-height:380px;
	transition-duration:2s;
}
.news-index-top .news-left-slide .swiper-container .swiper-slide a img:hover{
	transform: scale(1.1);
}
.news-index-top .news-left-slide .swiper-container .swiper-pagination-bullet {
    height:14px;
    width:14px;
	border-radius:7px;
}
.news-index-top .news-left-slide .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    /*  */border-radius:0%;
    background: #000;
    opacity: .2;
}
.news-index-top .news-left-slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FD3F3F;
}
.news-index-top .news-left-slide .swiper-button-next,.news-index-top .news-left-slide .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	display:none;
}
.news-index-top .news-left-slide .swiper-container:hover .swiper-button-next,.news-index-top .news-left-slide .swiper-container:hover .swiper-button-prev {
	display:block;
}
.news-index-top .news-left-slide .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("img/act_next.png");
	right: 10px;
	left: auto;
	color:#f30;
}
.news-index-top .news-left-slide .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("img/act_prev.png");
	left: 10px;
	right: auto
}
.news-index-top .news-right{
	width:600px;
	height:380px;
	float:right;
}
.news-index-top .news-right .re-item{
	display:block;
	width:290px;
	height:185px;
	float:left;
	margin:0 0px 10px 10px;
	background-color:#EFEFEF;
	overflow:hidden;
	position:relative;
}
.news-index-top .news-right .re-item p{
	width:80%;
	height:atuo;
	padding:15px 10% 15px 10%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	font-size:16px;
	line-height:24px;
	color:#fff;
	z-index:10;
	background:rgba(0,0,0,0.3);
}
.news-index-top .news-right .re-item img{
	display:block;
	width:100%;
	min-height:185px;
	transition-duration:2s;
}
.news-index-top .news-right .re-item:hover img{
	transform: scale(1.1);
}
@media all and (max-width:800px){
.news-index-top {
    width:100%;
    height:260px;
    margin: 10px auto 20px auto;
}
.news-index-top .news-left-slide {
    width:100%;
	height:260px;
}
.news-index-top .news-right {
    width:100%;
    height: 320px;
    float: right;
	padding-top:15px;
}
.news-index-top .news-right .re-item {
    display: block;
    width:46%;
    height: 150px;
    float: left;
    margin: 0 2% 10px 2%;
}
}

.news-comm-detail{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:50px;
}
.news-comm-detail .detail-left{
	width:830px;
	height:auto;
	overflow:hidden;
	float:left;
}
.pos-class{
	width:100%;
	height:80px;
	border-bottom:1px solid #F0F0F0;
}
.pos-class dl{
	display:block;
	width:10px;
	height:22px;
	float:left;
	background-color:#FD3F3F;
	margin-top:30px;
}
.pos-class span{
	font-size:26px;
	color:#333;
	line-height:80px;
	margin-left:20px;
}
.news-comm-detail .detail-left .news-item{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px 0px;
	border-bottom:1px solid #F0F0F0;
}
.news-comm-detail .detail-left .news-item .pic{
	display:block;
	width:210px;
	height:120px;
	float:left;
	overflow:hidden;
}
.news-comm-detail .detail-left .news-item .pic img{
	display:block;
	width:100%;
	min-height:120px;
	transition-duration:2s;
}
.news-comm-detail .detail-left .news-item:hover .pic img{
	transform: scale(1.1);
}
.news-comm-detail .detail-left .news-item .info{
	width:600px;
	height:auto;
	float:right;
	overflow:hidden;
}
.news-comm-detail .detail-left .news-item .info .title{
	font-size:24px;
	line-height:32px;
	color:#333;
}
.news-comm-detail .detail-left .news-item .info .title:hover{
	color:#FD3F3F;
}
.news-comm-detail .detail-left .news-item .info .date{
	width:100%;
	height:24px;
	overflow:hidden;
	padding:10px 0 10px 0;
	font-size:14px;
	color:#999;
	line-height:24px;
}
.news-comm-detail .detail-left .news-item .info .date span{
	margin-left:10px;
}
.news-comm-detail .detail-left .news-item .info .date a{
	color:#666;
	margin-left:10px;
}
.news-comm-detail .detail-left .news-item .info .date a:hover{
	color:#222;
}
.news-comm-detail .detail-left .news-item .info .dec{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#999;
}
.news-comm-detail .detail-left .news-item .info .tag{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
}
.news-comm-detail .detail-left .news-item .info .tag a{
	display:block;
	padding:0 10px;
	height:26px;
	font-size:12px;
	line-height:26px;
	border:1px solid #F0F0F0;
	border-radius:3px;
	margin:6px 6px 0 0;
	float:left;
	color:#999;
	transition-duration:0.2s;
}
.news-comm-detail .detail-left .news-item .info .tag a:hover{
	border:1px solid #FD3F3F;
	color:#FD3F3F;
}
.news-comm-detail .detail-vist{
	width:810px;
	height:auto;
	overflow:hidden;
	float:left;
}

.news-comm-detail .detail-vist .mt{
	line-height: 38px;
    font-size: 30px;
    font-weight: normal;
	margin:40px 0 10px 0;
	font-weight: normal;
	color:#4B4B4B;
}
.news-comm-detail .detail-vist .irndt_date{
	width:100%;
	height:24px;
	font-size:14px;
	color:#999;
	line-height:24px;
	padding-top:15px;
}
.news-comm-detail .detail-vist .irndt_date em{
	margin-right:10px;
}
.news-comm-detail .detail-vist .irndt_date a{
	color:#666;
	margin-right:10px;
}
.news-comm-detail .detail-vist .irndt_date a:hover{
	color:#FD3F3F;
}
.news-comm-detail .detail-vist .irndt_date span{
	margin-left:10px;
}
.irndt_rd{background:#fafafa url(img/irndt_left.png) no-repeat 0 0; margin-top:20px;padding:22px 0 0 40px; font-size:14px;color:#999;line-height:24px;}
.irndt_rd p{padding:0 40px 25px 0;background:url(img/irndt_right.png) no-repeat right bottom}
.news-comm-detail .detail-vist .irndt_cont{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	font-size: 18px;
    line-height: 38px;
	color:#333;
}
.news-comm-detail .detail-vist .irndt_cont img{
	display:block;
	max-width:810px;
	margin:0 auto;
}
.news-comm-detail .detail-vist .irndt_cont a{
	color:#2091C1
}
.news-comm-detail .detail-vist .irndt_cont .fileBut{
	display:block;
	width:30%;
	height:46px;
	background-color:#06C;
	font-size:14px;
	line-height:46px;
	margin-right:69%;
	color:#fff;
	text-align:center;
}
.news-comm-detail .detail-vist .irndt_cont .fileBut:hover{
	background-color:#FD3F3F;
}
.news-comm-detail .detail-vist .up-down{
	margin-top:25px;
	border-top:1px solid #F0F0F0;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:25px 0 10px 0;
}
.news-comm-detail .detail-vist .up-down p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#999;
	padding-bottom:15px;
}
.news-comm-detail .detail-vist .up-down p a{
	font-size:18px;
	line-height:24px;
	color:#333;
}
.news-comm-detail .detail-vist .up-down p a:hover{
	color:#FD3F3F;
}
.news-comm-detail .detail-vist .hos-tit{
	width:100%;
	height:50px;
	border-bottom:1px solid #F0F0F0;
	margin-bottom:15px;
}
.news-comm-detail .detail-vist .hos-tit dl{
	display:block;
	width:10px;
	height:22px;
	float:left;
	background-color:#FD3F3F;
	margin-top:16px;
}
.news-comm-detail .detail-vist .hos-tit span{
	font-size:24px;
	color:#333;
	line-height:50px;
	margin-left:20px;
}
.news-comm-detail .detail-vist .news-item{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px 0px;
	border-bottom:1px solid #F0F0F0;
}
.news-comm-detail .detail-vist .news-item .pic{
	display:block;
	width:210px;
	height:120px;
	float:left;
	overflow:hidden;
}
.news-comm-detail .detail-vist .news-item .pic img{
	display:block;
	width:100%;
	min-height:120px;
	transition-duration:2s;
}
.news-comm-detail .detail-vist .news-item:hover .pic img{
	transform: scale(1.1);
}
.news-comm-detail .detail-vist .news-item .info{
	width:580px;
	height:auto;
	float:right;
	overflow:hidden;
}
.news-comm-detail .detail-vist .news-item .info .title{
	font-size:24px;
	line-height:32px;
	color:#333;
}
.news-comm-detail .detail-vist .news-item .info .title:hover{
	color:#FD3F3F;
}
.news-comm-detail .detail-vist .news-item .info .date{
	width:100%;
	height:24px;
	overflow:hidden;
	padding:10px 0 10px 0;
	font-size:14px;
	color:#999;
	line-height:24px;
}
.news-comm-detail .detail-vist .news-item .info .date span{
	margin-left:10px;
}
.news-comm-detail .detail-vist .news-item .info .date a{
	color:#666;
	margin-left:10px;
}
.news-comm-detail .detail-vist .news-item .info .date a:hover{
	color:#222;
}
.news-comm-detail .detail-vist .news-item .info .dec{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#999;
}
@media all and (max-width:800px){
.news-comm-detail {
    width:100%;
}
.news-comm-detail .detail-left {
    width:94%;
	margin-left:3%;
}
.news-comm-detail .detail-left .news-item .pic {
    width:100%;
    height: 120px;
}
.news-comm-detail .detail-left .news-item .info {
    width:100%;
	padding-top:10px;
}
.news-comm-detail .detail-vist {
    width:94%;
	margin-left:3%;
}
.news-comm-detail .detail-vist .irndt_cont img {
    max-width:100%;
}
.news-comm-detail .detail-vist .news-item .pic {
    width:100%;
}
.news-comm-detail .detail-vist .news-item .info {
    width:100%;
	padding-top:15px;
}
}

.news-comm-detail .detail-right{
	width:340px;
	height:auto;
	overflow:hidden;
	float:right;
}
@media all and (max-width:800px){
.news-comm-detail .detail-right{
	display:none;
}
}
.news-comm-detail .detail-right .news-search{
	border:1px solid #DEDEDE;
	width:338px;
	height:50px;
	border-radius:25px;
	background-color:#fff;
	position:relative;
	margin:10px 0 20px 0;
}
.news-comm-detail .detail-right .news-search:hover{
	border:1px solid #FD3F3F;
}
.news-comm-detail .detail-right .news-search .sokey{
	border:0;outline:none;
	display:block;
	float:left;
	width:280px;
	font-size:18px;
	line-height:50px;
	border-radius:25px;
	color:#666;
	padding:0 0 0 20px;
}
.news-comm-detail .detail-right .news-search .sokey::-webkit-input-placeholder{
      color: #ced0d6;
}
.news-comm-detail .detail-right .news-search .sokey:-moz-placeholder{
     color: #ced0d6;
}
.news-comm-detail .detail-right .news-search .sokey::-moz-placeholder{
     color: #ced0d6;
}
.news-comm-detail .detail-right .news-search .sokey:-ms-input-placeholder{
     color: #ced0d6;
}
.news-comm-detail .detail-right .news-search i{
	display:block;
	width:30px;
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#666;
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
	transition-duration:0.2s;
}
.news-comm-detail .detail-right .news-search i:hover{
	font-size:20px;
	color:#FD3F3F;
}
.news-comm-detail .detail-right .r-irnpage{
	width:340px;
	height:auto;
	overflow:hidden;
	padding:15px 0;
	background-color:#FAFAFA;
	margin-bottom:20px;
}
.news-comm-detail .detail-right .r-irnpage .aimg{
	display:block;
	width:300px;
	padding:0px 20px;
}
.news-comm-detail .detail-right .r-irnpage .ri-h2{
	width:100%;
	height:24px;
	padding-top:8px;
	margin-bottom:15px;
}
.news-comm-detail .detail-right .r-irnpage .ri-h2 dl{
	display:block;
	width:8px;
	height:20px;
	float:left;
	background-color:#FD3F3F;
	margin-top:2px;
}
.news-comm-detail .detail-right .r-irnpage .ri-h2 span{
	font-size:18px;
	color:#333;
	line-height:24px;
	margin-left:15px;
}
.news-comm-detail .detail-right .r-irnpage .ri-h2 a{
	display:block;
	float:right;
	font-size:14px;
	color:#999;
	line-height:24px;
	margin-right:20px;
}
.news-comm-detail .detail-right .r-irnpage .title{
	display:block;
	width:300px;
	height:auto;
	overflow:hidden;
	padding:15px 0 15px 0;
	margin:0 20px;
	border-bottom:1px solid #F0F0F0;
}
.news-comm-detail .detail-right .r-irnpage .title s{
	display: block;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: #bbb;
    margin:10px 15px 0 0;
}
.news-comm-detail .detail-right .r-irnpage .title a{
	display:block;
	width:280px;
	font-size:16px;
	line-height:22px;
	color:#444;
	float:left;
}
.news-comm-detail .detail-right .r-irnpage .title a:hover{
	color:#FD3F3F;
}

