﻿@charset "utf-8";
/*Css Document */

.header_box,.banner,.nav{
	width: 100%;
}
/*通用样式*/
.header,.content{
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header_box{
	padding-top: 10px;
	height: 90px;
	border-bottom: 1px solid #ab1c20;
}
.header_box h1{
	padding-top: 18px;
	width: 216px;
}
.header_box h1 img{
	display: block;
	width: 100%;
}
.banner_img{
	width: 100%;
}
.banner_img img{
	display: block;
	width: 100%;
	height: auto;
}
.banner_img .news-title{
	display: none;
}

/*导航*/
.nav{
	text-align: center;
	background: #75969d;
}
.nav_ul{
	display: inline-block;
}
.nav_li{
	float: left;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
}
.nav_li a{
	font-size: 20px;
	color: #fff;
}

/*封面文章*/
.fmwz{
	width: 100%;
}
.same_title{
	width: 100%;
	padding: 40px 0 35px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #333;
	background: url(../images/same_title.png) no-repeat 450px 40px;
	position: relative;
}
.same_title:before,.same_title:after{
	content: "";
	display: block;
	position: absolute;
	width: 392px;
	height: 1px;
	background: #242a3a;
	top: 50%;
}
.same_title:before{
	left: 30px;
}
.same_title:after{
	right: 65px;
}
.same_subtitle{
        text-align: center;
        padding: 0px 0 35px;
        font-size: 16px;
        color: #000;
}
.fmwz_box{
	width: 100%;
}
.fmwz_cont{
	float: left;
	width: 380px;
	margin: 0 20px 20px 0;
	position: relative;
}
.fmwz_cont:nth-child(3n){
	margin-right: 0;
}
.fmwz_img{
	width: 100%;
	height: 275px;
}
.fmwz_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.fmwz_text{
	padding: 10px 15px 0;
	width: calc(100% - 30px);
	background: #f5f5f5;
}
.fmwz_text h2{
	line-height: 56px;
}
.fmwz_text h2 a{
	font-size: 16px;
	color: #333;
}
.fmwz_text p{
	line-height: 22px;
	font-size: 12px;
	color: #666;
}
.fmwz_text span{
	display: inline-block;
	line-height: 46px;
}
.fmwz_text span a{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #999;
	background: url(/Portals/0/Skins/zgmpw_mpzt-pp/images/ztmb/ckgd.png) no-repeat right center;
}
.jiaobiao{
	width: 70px;
	height: 36px;
	background: #d23838;
	line-height: 36px;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

/*封面文章相同模块*/
.fmwz_samecont{
	width: 100%;
}
.fmwz_sameimg{
	width: 430px;
	height: 280px;
}
.fmwz_sameimg img{
	display: block;
	width: 100%;
	height: 100%;
}
/*封面文章相同文字模块*/
.fmwz_sametext{
	width: 730px;
}
.fmwz_sametext h3{
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}
.fmwz_sametext h3 a{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.jianjie{
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

/*footer*/
.footer {
	background: #fff;
	border-top: 4px solid #ce0b24;
	padding: 10px 0 20px;
	margin-top: 40px;
}

.footer>p {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 5px auto;
}
.footer>p a{
	color: #333;
}
.footer>p a:hover{
	color: #FF6400;
}
.footerlink {
	width: 100%;
}
.widthMain {
	width: 1000px;
	margin: 0 auto;
}
.foot_link {
	display: block;
	float: left;
	position: relative;
}
.foot_link span{
	display: block;
	padding: 0 12px;
	margin-top: 12px;
}
.foot_link a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.foot_link a:hover{
	color: #FF6400;
}
.foot_link i {
	width: 1px;
	height: 14px;
	background: #333;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}
.foot_link:last-child i {
	display: none;
}
.wzdt{
	text-align:center; 
	line-height:2em;
}
.wzdt a{
	color: #333;
}
.wzdt a:hover{
	color: #FF6400;
}
.footer_img{
	text-align:center; 
	padding-bottom:15px;
}
.footer_mc{
	box-sizing: border-box;
	background: #ce0b24;
	padding: 0.15rem 0.4rem;
	color: #fff;
	font-size: 0.4rem;
	text-align: center;
	line-height: 1.5;
	display: none;
}
/* 移动端样式 */
@media screen and (max-width:750px){
	/*头部*/
	.header_box{
		padding-top: .13rem;
		height: 1.2rem;
	}
	/*通用样式*/
	.header,.content{
		width: 92%;
		margin: 0 auto;
	}
	.header_box h1{
		padding-top: .24rem;
		width: 2.88rem;
	}
	/*导航*/
	.nav_li{
		padding: 0 .4rem;
		height: .67rem;
		line-height: .67rem;
	}
	.nav_li a{
		font-size: .4rem;
	}
	.same_title{
		padding: .67rem 0 .47rem;
		line-height: .53rem;
		font-size: .4rem;
		background: url(../images/same_title.png) no-repeat 2.5rem 55%;
		background-size: .52rem .53rem;
	}
	.same_title:before,.same_title:after{
		top: 60%;
	}
	.same_title:before{
		width: 2rem;
	}
	.same_title:after{
		width: 3rem;
	}
	.same_title:before{
		left: 0;
	}
	.same_title:after{
		right: 0;
	}
        .same_subtitle{
                font-size:12px;
        }
	.fmwz_cont{
		width: 100%;
		margin: 0 0 .27rem;
	}
	.fmwz_img{
		height: auto;
	}
	.fmwz_text{
		padding: .13rem .2rem;
		width: calc( 100% - .4rem);
	}
	.fmwz_text h2{
		line-height: .75rem;
font-size:.4rem;
	}
	.fmwz_text h2 a{
		font-size: .4rem;
		color: #333;
	}
	.fmwz_text p{
		line-height: 1.5;
		font-size: .32rem;
		color: #666;
	}
	.fmwz_text span{
		line-height: .61rem;
	}
	.fmwz_text span a{
		font-size: .32rem;
padding-right:1em;
	}
	/*封面文章相同模块*/
	.fmwz_sameimg{
		width: 100%;
		height: auto;
	}
	.fmwz_sametext{
		padding-top: .1rem;
		width: 100%;
	}
	.fmwz_sametext h3{
		height: .48rem;
		line-height: .48rem;
		margin-bottom: .07rem;
	}
	.fmwz_sametext h3 a{
		font-size: .27rem;
	}
	.jianjie{
		line-height: 1.5;
		font-size: .19rem;
	}
	/*footer*/
	.footer,.footer_img{
		display: none;
	}
	.footer_mc{
		display: block;
		margin-top: .53rem;
	}
}
