
.container .title p:nth-of-type(1), .container .title p:nth-of-type(2) {
    float: left;
    margin-right: 30px;
}
/*控制日期和阅读数在一行*/

.details_items .title p{
	color:#ea5432;
}
.details_box { padding: 0 10px;}
.details_box img{
	max-width: 100% !important;
}
.news_path{ margin-bottom: 20px; }
.breadcrumb{margin-top: 15px;background:none;color:#999;}
.biaoti p{ /*font-size: 30px;*/
    font-size: 26px;
    padding: 20px 0;
}

.neibanner {
	position: relative;
	
}
.bannercon{
	background: url(../img/news/banner.png);
	padding: 90px 0;
	width: 100%;
	background-size: cover;
	padding-bottom: 150px;
}
.bannercon h2{
	font-size: 50px;
	text-align: center;
	color: white;
}.bannercon h3{
	font-size: 25px;
	color: white;
	text-align: center;
	margin-top: 40px;
}

.bana {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.bana a {
	display: inline-block;
	padding: 15px 35px;
	color: #000000;
	font-size: 16px;
	margin: 0 -2.5px;
}

.bana a:hover {
	background-color: #eb3900;
	color: white;
}

.bana a.currr {
	background-color: #eb3900;
	color: white;
}
/*正文样式开始*/
.details_box div p {
	font-size: 15px;
	line-height: 32px;
	color: #54514c;
}
/*.details_box div p:nth-of-type(1) {*/
/*	font-size: 15px;*/
/*	line-height: 28px;*/
/*	margin-top: 26px;*/
/*	margin-bottom: 26px;*/
/*}*/
.details_box div p:nth-last-child(1) {
	margin-bottom: 26px;
	margin-top: 26px;
}

/*正文样式结束*/
.cpage{ margin: 20px 0;}
.cpage:nth-of-type(1){ border-top: 1px solid #ddd; padding-top:20px}
.cpage:nth-last-child(1) {
	margin-bottom: 90px;
}


/*上下页开始*/
.piece p{
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.piece p span{
	font-size: 14px;
	line-height: 36px;
	color: #333;
}
.piece p span:hover{
	color: #f33;
}

/*上下页结束*/
@media only screen and (max-width: 480px) {
	.details_items>div:nth-of-type(1) {
    padding: 20px 0 10px 0;
}
.details_items>p:nth-of-type(1) {
    font-size: 22px;
    line-height: 30px;
    color: #222;
    margin-bottom: 20px;
}
.details_box div p:nth-of-type(1) {
    margin-top: 20px;
    margin-bottom: 10px;
}
.details_box div p:nth-last-child(1) {
    margin-bottom: 20px;
}
.details_items>div:nth-last-child(1) p {
    font-family: "Ebrima";
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 20px;
}
}

.news_path{ padding:20px 0 0 !important;}
.news_path a{ color: #333;}
.container .title {
    padding: 20px 0;
}

.zt_bottom{padding: 10px 0; text-align: center; font-size: 0.12rem; color: #333;}
.zt_bottom a{color: #333;}

/*上线新闻开始*/
.sxnews { margin-top: 20px;}
.sxnews h4{
	font-size: 20px;
	color: #222;
	margin: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.sxnews ul li a{ color: #404040; font-size: 14px; line-height: 34px;}
.sxnews ul li a:hover{ color: #ff3333; }
/*上线新闻结束*/

/*案例解析开始*/
.case h4{
	font-size: 20px;
	color: #222;
	margin: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.case h3{
	font-size: 18px;
	color: #222;
}
.case h3:hover{ color: #ff3333;}

.case p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.swiper-button-next, .swiper-button-prev{
	top: 36%;
}
.swiper-button-prev{
	background-image: url(../img/left.png);
	left: 0;
}
.swiper-button-next{
	background-image: url(../img/right.png);
	right: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
	width: 40px;
	height: 60px;
	background-size: 100% 100%;
}

/*案例解析结束*/
.tag{ margin-top: 20px;}
.tag dl a{ display:block; transition: all .3s ease-in-out; float:left; border:1px solid #d9d9d9; height:33px; line-height:33px; color:#999999; font-size:14px; padding:0px 12px; margin-right:8px; margin-bottom: 10px;}
.tag dl a:hover{

	position: relative;
    z-index: 2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);   
    -moz-transform: scale(1.1);
    transform: scale(1.1);
	background:#eb3900;
	border:1px solid #eb3900; 
	color:#FFF;
}

.tag dl p {
    padding-bottom: 10px;
    /*width: 420px;*/
}
.tag ul{ margin:0px; padding:25px 0px; height:105px;}
.tag ul li{ float:left; width:95px;height:105px;font-size:15px; text-align:center; color:#FFF;}

/*.tag ul li.ComTel{ background:url(../webimages/icon.gif) no-repeat -151px -4px; font-family:Arial, Helvetica, sans-serif;}*/
.tag ul li.ComAdvisory{ background:url(../img/icon.gif) no-repeat -249px -4px;}
.tag ul li.Comgoob{ background:url(../img/icon.gif) no-repeat -151px -114px;}
.tag ul li.ComOrder{ background:url(../img/icon.gif) no-repeat -249px -114px;}

.tag ul li a{ color:#fff; display:block; padding:70px 0px 0px 0px;}
.tag ul li a:hover{ color:#fff;}

.mkf{ margin-top: 50px;}

.mkf ul {
	margin: 0;
}

.mkf ul li {
	color: white;
	float: left;
	margin-top: 0;
	text-align: center;
	width: 86px;
	height: 95px;
	transition: all 0.35s;
	padding-top: 16px;
	font-size: 14px;
}

.mkf ul li i {
	font-size: 28px;
}
.mkf ul li{
	background-color: #c03408;
	color: white;
}
.mkf ul li a:hover{ color: #fff;}

.mkf ul li:nth-child(1) {
	background-color: #c03408;
}

.mkf ul li:nth-child(2) {
	background-color: #a82c05;
	font-size: 12px;
}

.mkf ul li:nth-child(4) {
	background-color: #d13b0b;
}

.mkf ul li:nth-child(5) {
	background-color: #e3400c;
}

.mkf ul li:hover {
	background-color: #ec4934;
	cursor: pointer;
}


@media screen and (max-width: 780px) {
	.bannercon h2{
		font-size: 28px;
	}
	
	.bannercon h3{
		font-size: 24px;
	}
	.bannercon{
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 420px) {
	.bana {
		position: relative;
	}.bannercon h2{
		font-size: 18px;
		
	}
	.bannercon h3{
		font-size: 16px;
		
	}
	.bana a {
		font-size: 14px;
		padding: 15px 20px;
	}
	.bana a:hover {
		color: white;
		background-color: #eb3900;
	}
}
@media screen and (max-width: 330px){
	.conptitle .row .col-lg-3 p{
		font-size: 14px;
	}
	
	.bana a{
		padding: 10px 15px;
	}
	.bannercon{
		padding: 20px;
	}
	.bannercon h2{
		font-size: 16px;
	}
	.bannercon h3{
		font-size: 12px;
	}
	
}