

.news-cont-wrap {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.news-cont {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	
	overflow: hidden;
}
/*.news-cont:after {
	content: ""; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;  
}*/
.news-cont .news-cont-left {
	width: 860px;
	min-height: 400px;
	float: left;
	margin-bottom: 30px;
	/*background: antiquewhite;*/
}

.news-swiper {
	width: 100%;
	height: 242px;
	border: 1px solid #F2F2F2;
}
#news-wheel {
	height: 100%;
}
#news-wheel .swiper-slide .slide-img {
	width: 430px;
	height: 242px;
	float: left;
	/*background: aquamarine;*/
}
#news-wheel .swiper-slide .slide-img img {
	width: 100%;
	height: 100%;
}
#news-wheel .swiper-slide .slide-info {
	width: 400px;
	height: 242px;
	float: right;
	padding-right: 30px;
	/*background: aqua;*/
}
#news-wheel .swiper-slide .slide-info .slide-info-title {
	max-height: 52px;
	font-size: 18px;
	color: #165DA5;
	line-height:26px;
	margin-top: 58px;
	overflow: hidden;
}
#news-wheel .swiper-slide .slide-info .slide-info-text {
	margin-top: 10px;
	font-size: 14px;
	line-height:20px;
	height: 80px;
	overflow: hidden;
}

/*改变轮播分页器尺寸*/
#news-wheel .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #999;
	opacity: 1;
}
#news-wheel .swiper-pagination-bullet-active {
	background: #165DA5;
}
#news-wheel .swiper-pagination-bullet:nth-of-type(1) {
	margin-left: 715px!important;
}
.news-left .swiper-pagination {
	bottom: 20px;
}


.block-title {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #D9D9D9;
	background: gary;
	line-height: 60px;
}
.block-title .block-name {
	float: left;
	font-size: 24px;
	padding-left: 15px;
	position: relative;
}
.block-title .block-name:before {
	content: '';
	width: 4px;
	height: 24px;
	background: #165DA5;
	position: absolute;
	left: 0;
	top: 18px;
}
.block-title  .block-more {
	float: right;
	padding-right: 15px;
	font-size: 14px;
	background: url(/assets/img/index/more_icon.png) no-repeat 50px 24px;
}
.block-title  .block-more a {
	color: #ED6D00;
}

.news-show {
	width: 100%;
	height: 403px;
	padding-top: 15px;
}
.news-show-left {
	width: 380px;
	height: 100%;
	/*background: aquamarine;*/
	float: left;
}

.first-show img {
	width: 380px;
	height: 214px;
}
.first-show>p {
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.double-show {
	width: 100%;
	height: 134px;
	/*background: gold;*/
}
.double-one {
	width: 185px;
	height: 134px;
	float: left;
	/*background: yellow;*/
}
.double-one:nth-of-type(1) {
	margin-right: 10px;
}
.double-one img {
	width: 185px;
	height: 104px;
}
.double-one p {
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 
.news-show-right {
	width: 440px;
	height: 100%;
	float: right;
	/*background: yellow;*/
}
.news-show-list {
	width: 100%;
	height: auto;
}
.news-show-list>li {
	height: 31px;
	font-size: 16px;
	line-height: 28px;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-show-list>li>a {color: #333;}
.news-show-list>li>a:hover {color: #165DA5;}
.news-show-list>li:nth-of-type(1) {
	font-size: 18px;
	font-weight:bold;
}
.news-show-list>li:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #999;
	position: absolute;
	left: 0;
	top: 12px;
}

.news-show-list:nth-of-type(2) {
	margin-top: 15px;
}


.news-cont .news-cont-right {
	width: 300px;
	height: auto;
	float: right;
	overflow: hidden;
}

.recom-item {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom:5px ;
	background: #F2F2F2;
	margin-bottom: 40px;	
}
.recom-item .recom-title {
	font-size: 18px;
	font-weight:400;
	text-indent: 15px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	position: relative;
}
.recom-item .recom-title:after {
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #165DA5;
	position: absolute;
	left: 0;
	top: 0;
}

.recom-list {
	width: 100%;
	min-height: 100px;
	/*background: azure;*/
	/*padding: 0 15px;*/
	/*background: deepskyblue;*/
}
.recom-list .list-item {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.recom-list .list-item:hover {
	background: #e5e5e5;
}
.recom-list .list-item a {
	display: block;
	width: 100%;
	height: 100%;

}
.recom-item-img {
	width: 90px;
	height: 60px;
	float: left;
}
.recom-item-img  img {
	width: 100%;
	height: 100%;
}
.recom-item-info {
	width: 170px;
	height: 45px;
	float: right;
}
.recom-item-info>p {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	color: #333;
}
.recom-item-info>span {
	display: block;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
	text-align: right;
}


/*专题新闻*/
.subject-news {
	width: 100%;
	height: auto;
}
.subject-nav {
	width: 100%;
	height: 41px;
	border-top: 1px solid #D9D9D9;
	border-bottom:2px solid #165DA5;
}

/*新添css*/
.special-left {
	float: left;
	height: 277px;
	margin-top: 15px;
	overflow: hidden;
}
.special-right {
	float: right;
	width: 450px;
	height: 255px;
	margin-top: 15px;
	overflow: hidden;
}

.subject-nav>li {
	padding: 0 10px;
	float: left;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	background: #fff;
	font-size: 16px;
	font-weight: 400px;
	/*margin-top: -1px;*/
	/*border-top: 1px solid #D9D9D9;*/
	/*border-bottom: 1px solid #D9D9D9;*/
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
}
.subject-nav>li:nth-of-type(1) {
	/*border-top: 1px solid #ED6D00;*/
	/*border-left: 1px solid #D9D9D9;*/
	/*border-right: 1px solid #D9D9D9;*/
	/*border-bottom: 1px solid #fff;*/
	color: #fff;
	background: #165DA5;
}

.subject-cont {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.subject-item {
	width: 100%;
	height: 280px;
	padding-top: 20px;
}
.main-show {
	width: 380px;
	height: 100%;
	/*float: left;*/
}
.main-show .main-show-img {
	width: 450px;
	height: 240px;
	overflow: hidden;
}
.main-show .main-show-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.main-show .main-show-img img:hover {
	transform: scale(1.05);
}
.main-show .main-show-text {
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	padding: 0 30px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap
}

.subject-list a { color: #333; }
.subject-list {
	width: 440px;
	height: 100%;
	float: right;
	font-size: 16px;
}
.subject-list>li {
	width: 100%;
	height: 31px;
	line-height: 31px;
	position: relative;
	padding-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap
}
.subject-list li a:hover {color: #165DA5;}

.subject-list>li:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 14px;
}
