/** 导航 **/
.header{
	/*border-bottom: 0;*/
}
/** 广告 **/
.banner {
    width: 100%;
    text-align: center;
	position: relative;
}

    .banner .box {
        width: 100%;
        max-width: 1920px;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

        .banner .box img {
            width: 100%;
        }

/**引导**/
.guide{
	margin-top: 10px;
	margin-bottom: 30px;
}

/*新闻列表*/
.news{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.news .list{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.news .list:after{
	display: block;
	content: ' ';
	clear: both;
}


/*
左边栏目分类模块  开始
*/
.news .list .classify{
	width: 23.75%;
	background-color: #f0f0f0;
	padding-bottom: 50px;
}
.news .list .classify li{
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #e2e2e2;
}
.news .list .classify li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	font-size: 22px;
	color: #191a1c;
}
.news .list .classify li a:hover{
	color: #FFFFFF;
	background-color: #009be1;
}
.news .list .classify li a.on{
	color: #FFFFFF;
	background-color: #009be1;
}
/*服务部分*/
.news .list .classify > div{
	width: calc(100% - 50px);
	padding: 0 25px;
	text-align: left;
	margin-top: 40px;
}
.news .list .classify > div > div{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	height: 40px;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-start;

}
.news .list .classify > div i{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.news .list .classify > div p{
	margin-top: 10px;
	margin-left: 60px;
}
.news .list .classify > div p > label{
	display: inline-block;
	font-size: 18px;
	width: 100%;
	margin-top: 5px;
}
.news .list .classify > div p > span{
	display: inline-block;
	font-size: 16px;
	width: 100%;
	color: #505152;
	margin-top: 5px;
}
.news .list .classify .hotline i{
	background: url(../images/news_icon_phone.png) no-repeat center;
	background-size: cover;
}
.news .list .classify .address i{
	background: url(../images/news_icon_addr.png) no-repeat center;
	background-size: cover;
}
.news .list .classify .service i{
	background: url(../images/news_icon_service.png) no-repeat center;
	background-size: cover;
}

.news .list .classify .hotline{
	margin-top: 55px;
}
.news .list .classify .hotline p:nth-child(2){
	font-size: 26px;
	font-family: arial;
	color: #505152;
}
/*左边栏目分类模块  结束*/


.news .list .box{
	width: calc(76.25% - 20px);
}
.news .list .box .sort{
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #f0f0f0;
}
.news .list .box .sort span{
	float: right;
	font-size: 16px;
	position: relative;
}
.news .list .box .sort span > i{
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(../images/icon_news_arrow_down.png) no-repeat center;
	background-size: cover;
	margin-left: 15px;
}
.news .list .box .sort span > ul{
	margin-top: 0;
	position: absolute;
	top: 35px;
	display: none;
}
.news .list .box .sort span > ul li{
	height: 30px;
	margin-bottom: 0;
}
.news .list .box .sort span > ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.news .list .box ul{
	/*margin-top: 40px;*/
}
.news .list .box ul li{
	width: 100%;
	margin-bottom: 30px;
}
.news .list .box ul li a{
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.news .list .box ul li a > div:nth-child(1){
	width: 285px;
}
.news .list .box ul li a > div:nth-child(2){
	width: calc(100% - 290px);
	height: 100%;
	text-align: left;
}
.news .list .box ul li a > div:nth-child(2) > p{
	margin-left: 18px;
	margin-right: 18px;
	width: calc(100% - 36px);
	display: block;
}
.news .list .box ul li a > div:nth-child(2) > p:nth-child(1){
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news .list .box ul li a > div:nth-child(2) > p:nth-child(2){
	font-size: 16px;
	color: #5f6061;
	margin-top: 18px;
	height: 45px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .list .box ul li a > div:nth-child(2) > p:nth-child(3){
	font-size: 14px;
	color: #757677;
	margin-top: 20px;
}
.news .list .box ul li a:hover > div:nth-child(2){
	background-color: #009BE1;
}
.news .list .box ul li a:hover > div:nth-child(2) > p{
	color: #FFFFFF;
}

/*翻页*/
.paging{
	margin-bottom: 50px;
}

/*新闻详情*/
.news-info{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.news-info .title{
	height: 180px;
	border-bottom: 2px solid #f0f0f0;
	position: relative;
	padding-top: 1px;
}
.news-info .title p:nth-child(1){
	font-size: 26px;
	margin-top: 60px;
}
.news-info .title p:nth-child(2){
	font-size: 16px;
	color: #757677;
	margin-top: 28px;
}
.news-info .title > div{
	position: absolute;
	left: 0;
	top: 75px;
	font-size: 16px;
	width: 100px;
	height: 30px;
	line-height: 30px;
}
.news-info .title > div a{
	display: flex;
	align-items: center;
	position: absolute;
}
.news-info .title > div i{
	display: inline-block;
	width: 11px;
	height: 20px;
	background: url(../images/icon_news_arrow_left.png) no-repeat center;
	background-size: cover;
	margin-right: 15px;
}
.news-info .content{
	padding: 20px;
	font-size: 16px;
}
.news-info .content img{
	width: unset;
	max-width: 100%;
	margin-bottom: 20px;
}
.news-info .content p{
	width: 100%;
	text-align: left;
	/*text-indent: 2em;*/
	margin-bottom: 20px;
}



@media screen and (max-width:640px) {
	.container {
		padding-top: 5rem;
	}

	.banner {
		margin-top: 0;
	}

	.guide {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		height: 3rem;
		min-height: unset;
	}

    .section > .box {
        width:calc(100% - 3rem);
        margin:0 auto;
		padding-top:0;
    }
	.section > .box > p:nth-child(1){
		font-size:1.6rem;
	}
    
	.section > .box > p:nth-child(2){
		margin-top:0;
	}

	.news .list{
		display:block;
	}
	.news .list .classify{
		width:100%;
		margin:0.5rem 0;
		padding-bottom:0;
	}
	.news .list .classify > div{
		display:none;
	}
	.news .list .classify > ul:after{
		content:' ';
		clear:both;
		display:block;
	}
	.news .list .classify li{
		width:50%;
		height:3rem;
		float:left;
	}
	.news .list .classify li a{
		line-height:3rem;
		font-size:1.4rem;
	}

	.news .list .box{
		width:calc(100% - 3rem);
		margin:0 auto;
	}
	.news .list .box ul li a{
		display:inline-block;
		height:unset;
		overflow:unset;
	}
	.news .list .box ul li a > div:nth-child(1){
		width:100%;
	}
	.news .list .box ul li a > div:nth-child(2){
		width:100%;
	}
	.news .list .box ul li a > div:nth-child(2) > p:nth-child(1){
		font-size:1.4rem;
	}
	.news .list .box ul li a > div:nth-child(2) > p:nth-child(2){
		font-size:1.2rem;
		height:3rem;
	}


	.news-info {
		width:calc(100% - 3rem);
		margin:0 auto;
	}
	.news-info .title > div {
		position:absolute;
		top:1rem;
	}
	.news-info .title {
		height:unset;
		padding-bottom:1rem;
	}
	.news-info .title p:nth-child(1) {
		font-size:1.8rem;
		margin-top:4rem;
	}
	.news-info .title p:nth-child(2) {
		font-size:1.4rem;
		margin-top:1rem;
	}
	.news-info .content{
		padding:0.5rem;
	}
	.news-info .content img 
	{
	    width:100%;
		height:unset;
		margin-top:1rem;
		margin-bottom:1rem;
	}
	.news-info .content iframe,.news-info .content video {
		max-width:100% !important;
		width:100%;
		height:unset;
	}
}