/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
}
.header-1{
	background-color: #ececec;
}
.header-1 .fl{
	height: 35px;
	line-height: 35px;
	font-size: 14px;color: #666;
}
.header-1 .fr{
	height: 35px;
	line-height: 35px;
	font-size: 14px;color: #666;
}
.header-1 .fr a:hover{
	color: #ae0506;
}
.header-2{
	height: 112px;
	background-color: #fff;
}


.search{
	position: relative;
	padding-right: 80px;
	margin-top: 37px;
	padding-left:22px;
	background-image: url(../images/search.png);
	width: 323px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 0;
	background-color: transparent;
}
.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 51px;
}
.nav-wp{
	position: relative;
	background-color:#c90304;
	z-index: 500;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-left: 2px;
}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0;
}
.nav>ul>li>a{
	display:block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.nav>ul>li:hover>a,.nav>ul>li.cur>a{
	background-color: #ae0506;
}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 10px;
}
.nav>ul>li>ul{
	position: absolute;
	left: 2px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: #c90304;
	border-top: 1px solid #c90304;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #ae0506;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .slides>li{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 36px;
}
.fafa .flex-control-nav li{
	margin: 0 11px;
}
.main{
	padding: 50px 0;
	background-color: #f1f1f1;
}
.main0{
	position: relative;
	padding-left: 50px;
}
.main0-title{
	position: absolute;
	width: 88px;
	height: 88px;
	background-color: #c90304;
	color: #fff;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	top: 50%;
	margin-top: -44px;
	line-height: 1.2;
	padding: 14px 20px 0;
	left: 0;
}
.main0-div{
	background-color: #fff;
	padding: 30px 80px 25px 110px;
	text-align: center;
}
.main0-div h1{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0	30px;
}
.main0-div h1 a:hover{
	color: #c90304;
}
.main0-div p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top:12px;
	height: 3.6em;
	overflow: hidden;
}
.mm40{
	margin-top: 40px;
}
.main1-1{
	width: 682px;
	margin-right: 48px;
}
.fmain1 .imgbox_a{
	padding-bottom: 66.7%;
}
.fmain1 .imgbox_a h1{
	margin: 0;
	position: absolute;
	z-index: 15;
	left: 0;
	bottom: 0;
	right: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/heidi.png);
	padding: 0 130px 0 25px;
	font-size: 18px;
	color: #fff;
}
.fmain1 .flex-control-nav{
	text-align: right;
	padding-right:17px;
	height: 0;
	bottom: 29px;
}
.fmain1 .flex-control-nav li{
	margin: 0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 13px;
}
.fmain1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}
.main1-2{
	overflow: hidden;
}
.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #d3d3d3;
	height: 1px;
	content: "";
	width: 100%;
	z-index: 5;
}
.title-11 h1{
	margin: 0;
	font-size:22px;
	font-weight: bold;
	color: #333;
	padding: 0px 7px 12px;
	border-bottom: 3px solid #c90304;
	position: relative;
	z-index: 15;
}
.title-11 a.fr{
	font-size:14px;
	color: #999;
	margin-top: 3px;
}
.title-11 a.fr:hover{
	color: #c90304;
}
.tui1{
	padding: 28px 0;
	border-bottom: 1px dashed #dadada;
}
.tui1-date{
	width: 86px;
	height: 84px;
	background-color: #c90304;
	text-align: center;
	padding-top: 12px;
	margin-right: 22px;
}
.tui1-date h1{
	margin: 0;
	font-size: 36px;color: #fff;
	font-weight: bold;
	line-height: 1;
}
.tui1-date h2{
	margin: 0;
	font-size: 14px;color: #fff;
	margin-top: 7px;
}
.tui1-con{
	overflow: hidden;
	padding-top: 3px;
}
.tui1-con h1{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.tui1-con h1 a:hover{
	color: #c90304;
}
.tui1-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top:12px;
	height: 3.6em;
	overflow: hidden;
}
.list01 dl{
	margin: 0;
}
.list01 dd{
	position: relative;
	padding-right:85px;
	font-size: 16px;
	color: #333;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
}
.list01{
	padding-top: 25px;
}
.list01 dd+dd{
	margin-top:22px;
}
.list01 dd a:hover{
	color: #c90304;
}
.list01 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;color: #999;
}
.main2-1{
	width: 460px;
	margin-right: 40px;
}
.tui2{
	padding-top: 25px;
}
.tui2-pic{
	width: 180px;
	margin-right: 30px;
}
.tui2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.tui2-con{
	overflow: hidden;
	padding-top:8px;
}
.tui2-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
}
.tui2-con h1 a:hover{
	color: #c90304;
}
.tui2-con h2{
	margin: 0;
	font-size: 14px;
	color: #999;
	margin: 14px 0 10px;
}
.tui2-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main2-2{
	overflow: hidden;
}
.main2-2-sp-item{
	width: 45%;
	margin-top: 25px;
}
.main2-2-sp-pic .imgbox_a{
	padding-bottom:66.67%;
}
.main2-2-sp-pic .imgbox_a::after{
	position: absolute;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	content: "";
	z-index: 50;
	background-image: url(../images/bo.png);
	background-size: 100%;
}
.main2-2-sp-h1{
	margin-top: 13px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.main2-2-sp-item:hover .main2-2-sp-h1{
	color: #c90304;
}
.main2-2 .list01{
	padding-top: 20px;
}
.main2-2 .list01 dd+dd {
    margin-top: 17px;
}
.main3{
	overflow: hidden;
}
.main3-list .item .imgbox_a{
	padding-bottom:26.906%;
}
.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    top: 50%;
    margin-top: -46px;
    width: 40px;
    height: 92px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: cover;
    transition: left .3s;
}
.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:-40px;
    top: 50%;
    margin-top: -46px;
    width: 40px;
    height: 92px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: cover;
    transition: right .3s;
}
.main3:hover .main3-list .owl-nav button.owl-prev{left: 0;}
.main3:hover .main3-list .owl-nav button.owl-next{right: 0;}
.main4-2{
	overflow: hidden;
}
.main5-list{
	margin-top: 25px;
}
.main5-pic .imgbox_a{
	padding-bottom:63.8%;
}
.main5-pic .imgbox_a::after{
	background-image: url(../images/heidi.png);
	content: "";
	z-index: 50;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition:opacity .3s;
}
.main5-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.main5-list .item:hover .main5-pic .imgbox_a::after{
	opacity: 0;
}
.main5-list .item:hover .main5-h1{
	color: #c90304;
}
.main6-title{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.main6-list{
	margin-top: 35px;
}
.main6-list .item{
	border: 1px solid #dedede;
}
.main6-list .item .imgbox_a{
	padding-bottom: 31.832%;
}
.main6-list .owl-nav button.owl-prev{
    position: absolute;
    left:-100px;
    top: 50%;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: cover;
    transition: left .3s;
}
.main6-list .owl-nav button.owl-next{
    position: absolute;
    right:-100px;
    top: 50%;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: cover;
    transition: right .3s;
}



.main7-title{
	width: 260px;
	height: 108px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main7-title.png);
	padding-left: 30px;
	padding-top: 25px;
}

.main7-title h1{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.main7-title h2{
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
}

.main7-div{
	width: 1115px;
}


.main7-list{
	font-size: 0;
	line-height: normal;
}

.main7-dd{
	display: inline-block;
	width: 335px;
	border: 1px solid #dedede;
	margin-right: 20px;
}

.main7-dd .imgbox_a {
    padding-bottom: 31.832%;
}
















/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #3e3e3e;
}
.footer-1{
	padding: 50px 0 45px;
}
.foo1-right{
	width: 350px;
}
.jijian{
	background-color: #323232;
	padding: 25px 22px 22px;
}
.jijian h1{
	margin: 0;
	font-size:16px;
	color: #fff;
	font-weight: bold;
}
.jijian dl{
	margin:0;
	padding-top: 7px;
}
.jijian dd{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 8px;
}
.gzh{
	width: 103px;
	margin-top: 34px;
	margin-left: auto;
	position: relative;
	z-index: 50;
}
.gzh img{
	display: block;
	width: 100%;
	cursor: pointer;
}
.gzh>img:hover+.er{
	display: block;
}
.er{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	display: none;
}
.er img{
	display: block;
	width: 100%;
}
.foo1-list{
	overflow: hidden;
}
.foo1-list ul{
	margin: 0;
}
.foo1-list li{
	float: left;
	text-align: center;
}
.foo1-list li+li{
	margin-left: 50px;
}
.foo1-list li h1{
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.foo1-list dl{
	margin: 0;
	padding-top: 10px;
}
.foo1-list dd{
	margin-top: 10px;
	font-size: 14px;
	color: #aeaeae;
}
.foo1-list dd a:hover{
	color: #fff;
}
.footer-2{
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	border-top: 1px solid #656565;
}
.footer-2 .fl{
	opacity:0.5;
}
.footer-2 .fr a:hover{
	font-weight: bold;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top: 15px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	/*background-image: url(../images/heidi.png);*/
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	position: relative;
	z-index: 100;
	height: 370px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}
.erji{
	padding: 60px 0;
	background-color: #f1f1f1;
}
.menu{
	width: 268px;
	margin-right: 60px;
}
.menu-h1{
	background-color: #c90304;
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 94px;
	line-height: 94px;
}
.menu dl{
	margin: 0;
	margin-top:2px;
}
.menu dd{
	border-top:1px solid #f1f1f1;
}
.menu dd>a{
	display: block;
	padding: 25px 10px;
	background-color: #fff;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.menu dd>a:hover{
	color: #c90304;
}
.menu dd>a img{
	margin-top: -3px;
	margin-left: 10px;
}
.menu dd.cur>a{
	background-color: #c90304;
	color: #fff!important;
	/*background-image: url(../images/jiao1.png);*/
	background-repeat: no-repeat;
	background-position: 180px center;
}
.erji-content{
	background-color: #fff;
	padding: 30px;
	min-height: 600px;
	overflow: hidden;
}
.erji-title{
	position: relative;
}
.erji-title::after{
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #d3d3d3;
	height: 1px;
	content: "";
	width: 100%;
	z-index: 5;
}
.erji-title h1{
	margin: 0;
	font-size:20px;
	color: #333;
	padding: 3px 10px 13px;
	border-bottom: 3px solid #c90304;
	position: relative;
	z-index: 15;
}
.mianbaoxie{
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
	margin-top: 4px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #c90304;
}
.xinwen-list dl{
	margin: 0;
}
.xinwen-list dd{
	padding:25px 0;
	border-bottom: 1px solid #dddddd;
}
.xinwen-pic{
	width: 270px;
	margin-right: 40px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.xinwen-con{
	overflow: hidden;
	padding-top: 26px;
}
.xinwen-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
}
.xinwen-con h1 a:hover{
	color: #c90304;
}
.xinwen-con h2{
	margin: 0;
	font-size: 14px;
	color: #999;
	padding: 20px 0 12px;
}
.xinwen-con h2 img{
	margin-top: -3px;
	margin-right: 8px;
}
.xinwen-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.fenye{
	text-align: center;
	margin: 40px 0 10px;
}
.fenye ul{
	margin:0;
}
.erji-content-div{
	padding-top: 25px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;
}
.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 16px;
	color:#666;
}
.dan-a a:hover{
	color:#c90304;
}
.tongzhi-list dl{
	margin: 0;
}
.tongzhi-list dd{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.tongzhi-date{
	width:82px;
	height: 112px;
	margin-right: 26px;
	background-color: #ebebeb;
	text-align: center;
	padding-top: 23px;
}
.tongzhi-date h1{
	margin: 0;
	font-size: 40px;
	color: #c90304;
	line-height: 1;
}
.tongzhi-date h2{
	margin: 0;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.tongzhi-list dd .xinwen-con{
	padding-top: 12px;
	padding-right: 120px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt2.png);
}
.tongzhi-list dd .xinwen-con p{height: auto;}
.tongzhi-list dd:hover .xinwen-con{
	background-image: url(../images/jt2h.png);
}
.tongzhi-list dd:hover .tongzhi-date{
	background-color: #c90304;
}
.tongzhi-list dd:hover .tongzhi-date h1{color: #fff;}
.tongzhi-list dd:hover .tongzhi-date h2{color: #fff;}
.pic-list dl{
	margin: 0;
	margin-left: -2%;
}
.pic-list dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.pic-list dd .main5-pic .imgbox_a::after{
	display: none;
}
.pic-list dd:hover .main5-h1{
	color: #c90304;
}
.zhuanti-list dl{
	margin: 0;
	margin-left: -2%;
}
.zhuanti-list dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
	border: 1px solid #dedede;
}
.zhuanti-list dd .imgbox_a {
    padding-bottom: 31.832%;
}