﻿@charset "utf-8";
/* CSS Document */



/*top-bar*/
.top-bar {
	height:45px;
	text-align:center;
	border-bottom:1px solid #ccc;
	color:#ccc;
	width:100%;
	position:fixed;
	z-index:1040;
	top:0;
	left:0;
	background-color:#fff;
	box-shadow:3px 0 3px rgba(0, 0, 0, .2);
	overflow:hidden
}
.top-bar .menu {
	width:1200px;
	overflow:hidden;
	margin:0 auto
}
.top-bar .home-site-link {
	font-style:normal;
	font-weight:700
}
.top-bar li::after {
content:"|";
color:#d5d5d5
}
.top-bar li:first-of-type:after {
	content:" "
}
.top-bar li:last-of-type:after {
	content:" "
}
.top-bar .item {
	line-height:45px;
	font-size:14px;
	display:inline-block;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color:#000
}
.top-bar a {
	color:#1a1a1a
}
.top-bar .loading {
	display:block;
	text-align:center;
	height:32px;
	line-height:32px;
	font-size:12px;
	background-color:#f5f5f5
}

.row .dib {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}


/*焦点图*/
.news-pic .swiper-container-jddt{
	width: 1140px;
	height: 500px;
}
.news-pic .pic img {
	display: block;
	width: 100%;
	height: 500px;
}
.news-pic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0px 125px 0px 20px;
	line-height: 28px;
	height: 60px;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-pic .title a {
	color: #fff;
	font-size: 18px;
}
.news-pic .title .note {
	color: #fff;
	font-size: 16px;
}

.news-pic .swiper-pagination-fraction {
	bottom: 2px;
	right: 20px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.news-pic .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.news-pic .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.news-pic .swiper-button-prev, .news-pic .swiper-button-next {
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 60px;
}
.news-pic .swiper-button-prev {
	left: 0px;
    top: 45%;
    background-size: 15px 30px;
    background-color: rgb(180, 0, 0);
    width: 40px;
    height: 60px;
}
.news-pic .swiper-button-next {
	right: 0px;
    top: 45%;
    background-size: 15px 30px;
    background-color: rgb(180, 0, 0);
    width: 40px;
    height: 60px;
}

.news-pic {
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
}

.mainnews .media img{
	width: 98px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.ad{ margin:30px 0;}
.swiper-container-xctj img {
    width: 100%;
    height: 80px;
}
@media screen and (max-width: 767px) {
	.domPC{ display:none;}
	.news-pic{
		height: auto;
	}
	.news-pic .swiper-container-jddt{ 
		width:100%; 
		height:auto;
	}

	.news-pic .pic img{ 
		width:100%; 
		height:auto;
	}

	.news-pic .title{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		background: rgba(0,0,0,.7);
		color: #fff;
		padding: 0.1rem 1.2rem 0.1rem 0.2rem;
		box-sizing: border-box;
		line-height: 1.6;
	}
	.news-pic .b-title{
		font-size: .32rem;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.news-pic .swiper-pagination-fraction{
		bottom: 0;
		right: 0.2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
	}
	.sidenews1 a{
		width: 100%;
	}
	#zoujin img{
		width: 100%;
	}
	.linxuan{
		display: none!important;
	}
	.ad{ margin:0;}
}