/**************************************/
/*************[公用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;
}
a:focus{
	outline: none;
}

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_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.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{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	padding: 0 70px;
}
#header::before{
	position: absolute;
	width: 100%;
	height: 231px;
	left: 0;
	top: 0;
	content:"";
	background-image: url(../images/heidi2.png);
	background-repeat: repeat-x;
	background-position: center 0;
	z-index: 1;
}
#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 15;
}

.logo{
	width: 543px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 20px;
}

.search1{
	width: 52px;
	height: 24px;
	border:1px solid #fff;
	border-radius: 999em;
	background-color: rgba(255,255,255,0.11);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-image: url(../images/wen1.png);
	cursor: pointer;
}


.search2{
	width: 180px;
	display: none;
	position: relative;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 24px;
	border:0;
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	border:1px solid #fff;
	background-color: rgba(255,255,255,0.11);
	border-radius: 999em;
	padding: 0px 37px 0px 15px;
}
.search input[type="text"]::placeholder {
  color: #fff; /* 设置颜色 */
}

.search input[type="image"]{
	position: absolute;
	width: 12px;
	right:12px;
	top: 5px;
}












.header-a{
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 100% center;
	background-image: url(../images/line1.png);
	padding-right: 25px;
	margin-right: 25px;
}
.header-a a:hover{
	text-decoration: underline;
}

.header-a img{
	margin-top: -3px;
	margin-right: 10px;
}
.nav{
	margin-top: 20px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}

.nav>ul>li+li{
	margin-left: 45px;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -66px;
	width: 130px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 3px;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	color:#222;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #b31e23;
	color: #fff;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner{
	position: relative;
}

.banner-wen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.banner-wen1{
	font-size: 62px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

.fafa .slides>li{
	overflow: hidden;
}
.fafa-div{
  transition: transform 5.5s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.flex-active-slide .fafa-div{
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fafa .flex-control-paging li a{
	width: 18px;
	height: 18px;
}


.fafa .flex-control-nav{
	height: 0;
	bottom: 50px;
}
.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 100px 0 106px;
}

.title-11-1{
	height: 56px;
	background-repeat: no-repeat;
	background-position: right 0;
	background-image: url(../images/bg2.png);
	padding-right: 41px;
	padding-top: 10px;
}

.title-11-1 span{
	display: block;
	font-size: 35px;
	color: #222;
	font-weight: bold;
	font-style: italic;
	padding-left: 33px;
	height: 35px;
	line-height: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bg1.png);
}

.title-11-2{
	font-size: 18px;
	color: #b7b0b0;
	font-family: "Times New Roman";
	line-height: 1;
	margin-top: 1px;
	font-style: italic;
	padding-bottom: 5px;
	border-bottom: 1px solid #b31e23;
	width: 173px;
	text-transform: uppercase;
}
.title-11{
	padding-bottom: 45px;
}
.title-11 .fr{
	width: 108px;
	height: 36px;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/fr.png);
	font-size: 18px;
	font-family: 'Times New Roman';
	color:#b31e23;
	font-style: italic;
	text-align: center;
	margin-top: 22px;
	transition: color .3s,background-image .3s;
}
.title-11 .fr:hover{
	background-image: url(../images/frh.png);
	color: #fff;

}


.main1-1{
	width: 53.375%;
}

.fmain1 .imgbox_a{
	padding-bottom: 59.95%;
}
.fmain1 .imgbox_a::before{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center 100%;
	background-image: url(../images/heidi3.png);
	content:"";
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 15;
}

.main1-1-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 27px;
	z-index: 15;
	padding: 0 140px 0 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.main1-1-h1 span.span_0022{
	position: absolute;
	right:42px;
	top: 0px;
	font-weight: normal;
	font-family: 'Times New Roman';
}

.main1-2{
	width:42.5%;
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd{
	border-bottom: 1px solid #dddddd;
	padding: 20px 35px 20px 0;
	transition: .3s;
}

.main1-2-date{
	width: 131px;
	height: 78px;
	border-right: 1px solid rgba(179,30,35,0.2);
	margin-right: 40px;
	text-align: center;
	padding-top: 10px;
}
.main1-2-date1{
	font-size: 40px;
	font-weight: bold;
	color: #b31e23;
	line-height: 1;
	font-family: 'Times New Roman';
}

.main1-2-date2{
	font-size: 14px;
	color: #999;
	line-height: 1;
	font-family: 'Times New Roman';
	margin-top:5px;
}


.main1-2-con{
	overflow: hidden;
}

.main1-2-h1{
	font-size: 22px;
	color: #222;
}

.main1-2-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 5px;
}


.main1-2-dl dd:hover{
	background-color: #fff;
	border-color:#b31e23;
}

.main1-2-dl dd:hover .main1-2-h1{
	color:#b31e23;
	font-weight: bold;
}







.main2{
	background-image: url(../images/main2-bg.jpg);
	padding: 100px 0;
}

.main2 .tongzhi-list{
	padding-top: 0;
}

.main3{
	padding: 100px 0 90px;
	background-image: url(../images/main3-bg.jpg);
}

.main3-2{
	margin-top: 90px;
}

.main3-2-a a{
	display: block;
	height: 230px;
	background-color: #fff;
	padding: 40px 15px 0;
	background-image: url(../images/main3-2-hui.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	transition: background-color .3s;
}


.main3-2-ico{
	width: 84px;
	position: relative;
	margin:0 auto;
}

.main3-2-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.main3-2-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.main3-2-title{
	font-size: 18px;
	color: #222;
	text-align: center;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	margin-top: 20px;
	transition: color .3s;
}

.main3-2-a a:hover{
	background-color: #b31e23;
}
.main3-2-a a:hover .main3-2-ico img{opacity: 0;}
.main3-2-a a:hover .main3-2-ico img.imgCur{opacity: 1;}
.main3-2-a a:hover .main3-2-title{
	color: #fff;
}




/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-image: url(../images/footer-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-1-div{
	height: 86px;
	position: relative;
	padding-left: 135px;
}

.footer-1-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 135px;
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #fff;
}
.footer-1-list{
	font-size: 0;
}
.footer-1-item{
	display: inline-block;
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #fff;
	margin-right: 68px;
}
.footer-1-item a:hover{
	font-weight: bold;
}


.footer-2{
	background-image: url(../images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-2-top{
	padding: 66px 0 60px;
}

.footer-2-logo a{
	display: block;
	width: 543px;
}

.footer-2-logo img{
	display: block;
	width: 100%;
}


.footer-2-con-wp{
	margin-top: 50px;
}

.er-wp{
	width: 276px;
	overflow: hidden;
	margin-left: 50px;
}

.er{
	width: 120px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.footer-2-con{
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	line-height: 2;
}


.footer-2-con p{margin:0;}
.footer-2-con p+p{
	margin-top: 10px;
}



.footer-2-bottom{
	border-top: 1px solid #a2b9cf;
	padding: 18px 0;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	line-height: 1.8;
}





/**************************************************************/
/*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: #b31e23;

}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 270px;
   margin-left: 15px;
   margin-top:18px;
}

.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;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-2::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	background-color: #000;
	opacity: 0.4;
	z-index: 10;
}


.erji{
	position: relative;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center 100%;
	background-image: url(../images/erji-bg.jpg);
	/*background-size: cover;*/
	min-height: 1100px;
	padding-bottom: 100px;
}


.menu{
	width: 300px;
	margin-top: -70px;
}

.menu-title{
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/menu-title.png);
	padding-left: 42px;
	padding-top: 35px;
}

.menu-title1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

.menu-title2{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-family: "Times New Roman";
	text-transform: uppercase;
	margin-top: 15px;
}

.menu-list{
	background-color: #f5f2f1;
	padding: 8px 0 210px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/menu-list.jpg);
}

.menu-list dl{
	margin:0;
}
.menu-list>dl>dd+dd{
	border-top: 1px solid #e2dede;
}
.menu-list>dl>dd>a{
	display: block;
	font-size: 22px;
	line-height: 1.6;
	color: #333;
	padding: 22px 15px 22px 40px;
	border-left: 4px solid #f5f2f1;
}
.menu-list>dl>dd.cur>a,
.menu-list>dl>dd>a:hover{
	color: #b31e23;
	background-color: #f0e1e2;
	border-color:#b31e23;
}

.erji-content{
	width: 1200px;
	margin-top: 65px;
}
.erji-title{
	position: relative;

}
.erji-title::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	height: 1px;
	background-color: #dddddd;
	content:"";
	z-index: 1;
}
.erji-title .fl{
	font-size: 24px;
	color: #b41e23;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 3px solid #b41e23;
	position: relative;
	z-index: 15;
}

.mianbaoxie{
	font-size: 14px;
	color: #333;
}

.tongzhi-list{
	padding-top: 20px;
}

.tongzhi-list dl{
	margin:0;
}

.tongzhi-item{
	padding: 20px;
	border-bottom: 1px solid #dddddd;
	transition: .3s;
}

.tongzhi-date{
	width: 76px;
	height: 72px;
	background-color: #b31e23;
	margin-right: 60px;
	text-align: center;
	padding: 3px 8px 0;
}

.tongzhi-date1{
	font-size: 36px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-family: 'Times New Roman';
}

.tongzhi-date2{
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-family: 'Times New Roman';
	margin-top: 4px;
	padding-top: 5px;
	border-top: 1px solid #e75468;
}

.tongzhi-a{
	font-size: 22px;
	color: #333;
	height: 72px;
	line-height: 72px;
}

.tongzhi-item:hover{
	border-color:#b31e23;
	box-shadow: 0px 10px 38px 0px rgba(6, 9, 17, 0.06);
	background-color: #fff;
}

.tongzhi-item:hover .tongzhi-a{
	color: #b31e23;
	font-weight: bold;
}


.fenye{
	text-align: center;
	margin-top: 65px;
}
.fenye ul{
	margin:0;
}

.dongtai-pic{
	width: 243px;
	margin-right: 30px;
}

.dongtai-pic .imgbox_a{
	padding-bottom: 56.38%;
}

.dongtai-con{
	overflow: hidden;
	padding-top: 10px;
}

.dongtai-h1{
	font-size: 18px;
	color: #b31e23;
	font-family: 'Times New Roman';
	line-height: 1;
}

.dongtai-h2{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin:10px 0 10px;
}

.dongtai-p{
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
}


.tongzhi-item:hover .dongtai-h2{
	color: #b31e23;
}

.mm40{
	margin-top: 40px;
}

.news-xx-h1{
	font-size: 36px;
	font-weight: bold;
	color: #222;
}

.news-xx-h2{
	font-size:18px;
	color: #666666;
	margin-top: 25px;
}

.news-xx-con{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin:15px 0 40px;
	padding: 60px 0;
}

.news-xx-con img{
	display: block;
	margin:0 auto 10px;
}

.news-xx-page .fl,.news-xx-page .fr{
	max-width: 48%;
	font-size: 18px;
	color: #333;
}

.news-xx-page a:hover{
	color: #b31e23;
}



.shizi-list dl{
	margin:0;
	position: relative;
	z-index: 5;
	padding-top: 10px;
}

.shizi-list dd{
	border-bottom: 1px solid #eceef0;
	font-size: 20px;
	color: #222;
	height: 60px;
	line-height: 59px;
	position: relative;
	padding-right: 105px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.shizi-list dd a:hover{
	color: #b31e23;
	font-weight: bold;
}

.shizi-list dd span.span_005{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #999999;
	font-family: 'Times New Roman';
	font-weight: normal;
}


.picList dl{
	margin:0;
	margin-left: -3%;
}

.picList dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic-pic .imgbox_a{
	padding-bottom: 61.11%;
}

.pic-h1{
	font-size: 18px;
	color: #111;
	text-align: center;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 12px;
}

.erji-content .pic-h1{
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 17px;
}


.pic-item:hover .pic-h1{
	color: #b31e23;
}




.shizi2-list dl{
	margin:0;
	margin-left: -3%;
}

.shizi2-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.shizi2-pic{
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
}
.shizi2-pic::before{
	position: absolute;
	right: 0;
	left: 10px;
	top: 10px;
	bottom: 0;
	content:"";
	border:1px solid #971515;
	z-index: 5;
}
.shizi2-pic .imgbox_a{
	padding-bottom: 134.6154%;
	z-index: 15;
}

.shizi2-name{
	font-size: 26px;
	color: #333;
	margin-top: 18px;
	text-align: center;
}

.shizi2-list dd:hover .shizi2-name{
	color: #971515;
}

.news-xx-con a:hover{
        color: #b31e23;
}