@charset 'utf-8';
/*header-start*/
#main_con{
	width: 100%;
}
#main_con .main_bd{
	width: 1160px;
	background: #f5f5f5;
	margin: 0 auto;
	padding: 0px 20px 0;
}
/*part1 start*/
#part1{
	padding-top: 28px;
}
#part1 .gzdt_con{
	width: 1160px;
	overflow: hidden;
}
.hd_title{
	position: relative;
	font-size: 20px;
	font-family: "Microsoft Yahei";
	height: 42px;
	line-height: 42px;
	border-bottom: 2px solid #dedede;
	color: #000;
	letter-spacing: 2px;
}
.hd_title span.line{
	position: absolute;
	left: 0px;
	bottom: -2px;
	display: block;
	width: 88px;
	height: 3px;
	background: #c50f01;
	z-index: 9;
}
.hd_title .more{
	top: 0px;
	position: absolute;
	right: 0px;
	height: 42px;
	line-height: 42px;
}
.hd_title .more a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #7d7d7d;
}
.hd_title .more a:hover{
	color: #c50f01;
}
#part1 .gzdt{
	width: 576px;
}
.item_con .item_list{
	padding-top: 8px;
}
.item_con .item_list ul li{
	position: relative;
	height: 42px;
	line-height: 42px;
	padding-left: 18px;
	background: url("../images/icon01.png") no-repeat 6px center;
	font-family: "Microsoft Yahei";
}
.item_con .item_list ul li:hover{
	background: url("../images/icon02.png") no-repeat 6px center;
}
.item_con .item_list ul li a{
           display: block;
	font-size: 15px;
	color: #2c2c2c;
}
.item_con .item_list ul li a:hover{
	color: #c50f01;
}
.item_con .item_list ul li span.date{
	position: absolute;
	right: 0px;
	color: #a0a0a0;
	font-size: 14px;
}
.item_con .item_list ul li:hover span.date{
	color: #c50f01;
}
.item_con .item_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #c50f01;
    z-index: 999;
    transition: 0.6s;
}
.item_con .item_list ul li:hover span.line{
	width: 100%;
}
#part1 .gzdt_pic{
	margin-top: 20px;	
	width: 546px;
	height: 394px;
}
/*end part1*/

/*part2 start*/
#part2{
	padding-top: 10px;
	height: 300px;
}
#part2 .tzgg,#part2 .dwgz,#part2 .jdjs{
	width: 370px;
}
#part2 .tzgg,#part2 .dwgz{
	margin-right: 16px;
}
.item_con .first{
	padding-top: 14px;
	height: 110px;
	padding-bottom: 10px;
}
.item_con .first .pic{
	margin-right: 16px;
	width: 160px;
	height: 110px;
	overflow: hidden;
}
.item_con .first .pic img{
	display: block;
	width: 100%;
	height: 100%;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.item_con .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item_con .first .txt{
	float: left;
	width: 414px;
}
.item_con .first .txt .title{
	font-family: "Microsoft Yahei";
	color: #323232;
	font-size: 16px;
	padding-bottom: 4px;
	line-height: 32px;
}
.item_con .first:hover .txt .title{
	color: #ba0500;
}
.item_con .first .txt span.date{
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 22px;
	font-size: 14px;
	color: #999;
	background: url("../images/icon03.png") no-repeat left center;
}
.item_con .first .txt .des{
	font-size: 14px;
	color: #999;
}
/*end part2*/

/*link start*/
.link_con .link_bd{
	padding-top: 22px;
	height: 58px;
}
.link_bd .link{
	position: relative;
	width: 360px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #767676;
	font-size: 15px;
	cursor: pointer;
    color:#333;
	text-align: center;
	margin: 0 12px;
}
.link_bd .link img{
	width:12px;
	position: absolute;
    right: 12px;
    top: 14px;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.link_bd .link:hover img{
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.link_bd .link ul{
	padding: 5px 10px 20px;
	position: absolute;
	left: -1px;
	bottom: 35px;
	display: none;
	width: 342px;
	height: 160px;
    overflow-y: auto;
    background:#666;
}
.link_bd .link ul li{
	height: 36px;
	line-height: 36px;
	text-align: left;
	text-indent: 6px;
}
.link_bd .link ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 15px;
	color: #fff;
}
.link_bd .link ul li:hover a{
	color: #d91817;
}
/*end link*/

/*footer start*/
.footer .copyright{
	width: 1200px;
	padding: 20px 0;
	background: #d8d7d4;
	margin: 0 auto;
}
.footer .copyright p{
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 30px;
	font-size: 15px;
}
/*end footer*/