/*?β?????????*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
body{text-align:left;font-family: "Noto Sans SC"; font-size:0.16rem;color:#333;background: #f8f8f8;} 
a,ins{text-decoration:none;}
.lf{float:left;}
.rt{float:right;}
a{color: #333;}
a:focus,a:hover{color: #333;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.w1380{width: 13.8rem;margin: 0 auto;}


    #zoom img{max-width: 100%;}
    #zoom{font-size: 0.2rem;}
    #zoom p{line-height: 200%; display: block; margin-top: 16px; margin-bottom: 16px;}
	
	.xxxgyd { width: 100%; margin-top: 0.5rem; margin-bottom: 0.5rem;}
.xxxgyd_wap { display: none;}
@media screen and (max-width: 768px) {
.xxxgyd { display: none;}
.xxxgyd_wap { display: block; width: 100%; height: 60px; background-color: #ccc; text-align: center;}
.xxxgyd_wap a { font-size: 24px; line-height: 60px; color:#333; font-weight: bold;}
}



.xgyd .fbt{
	color: #ababab;
	font-size: 0.24rem;
	padding-left: 0.05rem;
	
}
.xgyd .bt{
	height: 0.3rem;
	line-height: 0.3rem;
	margin-top: 0.1rem;
}
.xgyd .bt i{
	float: left;
	width: 0.04rem;
	height: 0.3rem;
	background: #ad2e1b;
	border-radius: 0.02rem;
}
.xgyd .bt .name{
	font-size: 0.28rem;
	color: #000;
	float: left;
	margin-left: 0.05rem;
}
.xgyd .bt .gd{
	float: right;
	font-size: 0.16rem;
	color: #a12916;
}
.xgyd .bt .gd a{
	float: right;
	font-size: 0.16rem;
	color: #a12916;
}
.xgyd .list li{
	width: 6.725rem;
	height: 1.08rem;
	background: #ffff;
	float:left;
	background: #fff url(jt.png) no-repeat;
	background-position: 95% center;
	margin-top: 0.2rem;
	padding: 0.1rem 0.2rem;
}
.xgyd .list li:hover{
	width: 6.725rem;
	height: 1.08rem;
	float:left;
	background: #a12916 url(jt.png) no-repeat;
	background-position: 95% center;
	margin-top: 0.2rem;
	padding: 0.1rem 0.2rem;
	color: #fff;
}
.xgyd .list li:hover a{
	color: #fff;
}
.xgyd .list li:first-child{
	margin-right: 0.35rem;
}
.xgyd .list li:first-child+li+li{
	margin-right: 0.35rem;
}
.xgyd .list li:first-child+li+li+li+li{
	margin-right: 0.35rem;
}
.xgyd .list li .date{
	float: left;
	margin-top: 0.17rem;
}
.xgyd .list li .date p{
	font-size: 0.18rem;
	height: 0.3rem;
	line-height: 0.3rem;
	width: 0.8rem;
	text-align: center;
}
.xgyd .list li .date p:first-child{
	border-bottom: 2px solid #f9f9f9;
}
.xgyd .list li .list-list{
	float: left;
	height: 0.8rem;
	margin-left: 0.2rem;
	margin-top: 0.07rem;
	border-left: 2px solid #f9f9f9;
	width: 4.4rem;
	padding-top: 0.1rem;
	line-height: 0.3rem;
	padding-left: 0.1rem;
	font-size: 0.18rem;
}




/*顶部*/
.top{
	width: 100%;
	height: 0.63rem;
	padding:0 0.8rem;
	line-height: 0.63rem;
	background: #a12916;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
}
.top-left ul li:first-child+li+li{
	cursor: pointer;
}
.top-left ul li:first-child+li+li div{
	display: none;
}
.top-left ul li:first-child+li+li div p{
	background: #a12916;
	text-align: center;
	border-top: 0.01rem solid #fff;
	width: 1rem;
	float: left;
}
.top a{
	color:#fff;
}
.top-left img{
	vertical-align: middle;
}
.top-center ul li{
	float:left;
	margin: 0 0.05rem;
}
.link>li>a:after {
	content: "";
	border-bottom: 0.02rem solid #a12916;
	margin-top: 0.05rem;
	display: block;
	width: 100%;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
	position: absolute;
    top: 68%;
}

.link>li>a:before {
	content: "";
	border-left: 0.02rem solid #a12916;
	height: 0.25rem;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: 75%;
	transform-origin: center top;
}

.link>li>a.hover:before {
  transform: none;
}

.link>li>a.hover:after {
  transform: none;
}


.hide{
		display: none;
	}
.link li{
	position: relative;
}
.link2{
	padding: 0.4rem;
	display: -ms-flexbox;
	border-top: 0.02rem solid #94070a;
	position: absolute;
	top: 100%;
	/* left: -500px; */
	width: 9rem;
	background: #fff url(png96.png) center bottom no-repeat;
	background-size: contain;
}
.link2 .lf {
	display: -ms-flexbox;
	display: flex;
	width: 40%;
}
.link2 .rt {
	width: 60%;
	font-size: 0;
	text-align: left;
	line-height: 200%;
}
.link2 .lf .pic {
	width: 2.9rem;
	height: 1.42rem;
}
.link2 .lf .pic img {
	width: 100%;
	height: 100%;
}
.link2 .lf .txt {
	-ms-flex: 1;
	flex: 1;
	font-size: 0.16rem;
	color: #94070a;
	padding-left: 0.30rem;
	line-height: 2.2;
	text-align: left;
}
.link2 .rt a {
	color: #333;
	line-height: 200%;
	width: 33.33%;
	font-size: 0.16rem;
	margin-top: 0.10rem;
	display: inline-block;
}
.link2 .rt a:hover{
	color: #a12916;
}

.conent .lbt img{
	width: 100%;
}
.conent .lbt{
	z-index: -1;
	position: relative;
}
/*栏目页*/
.lmy{
	background: #fff;
	margin-top: -1.28rem;
	z-index: 0;
}
.lmy-right{
	border-bottom: 0.01rem solid #eee;
}
/*当前位置*/
.dqwz{
	font-size: 0.14rem;
	border-top: 1px solid #ddd;
	margin-top: 0.44rem;
	padding-left: 1.6rem;
}
.dqwz p{
	height: 0.45rem;
	line-height: 0.45rem;
}
.dqwz p a:hover{
	color: #a12916;
}

.lmy-center{
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}
/*栏目页左侧*/
.lmy-center .lmy-left{
	width: 12.3rem;
	margin: 0 auto;
}

.lmy-center .lmy-left .lmy-left-top{
	position: relative;
	height: 4.79rem;
}
.lmy-center .lmy-left .lmy-left-top img{
	width: 100%;
	height: 100%;
}
.lmy-center .lmy-left .lmy-left-top span{
	display: block;
	position: absolute;
	background: url("/css/news-center/lmy-bt_03.png") no-repeat;
	width: 0.97rem;
	height: 0.41rem;
	font-size: 0.14rem;
	color: #fff;
	top: 0.3rem;
	left: -0.1rem;
	line-height: 0.5rem;
	text-align: center;
}
/*头条内容*/
.ttnr{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("/css/news-center/news_14.png");
	background-repeat: repeat-x;
	color: #fff;
	width: 10.3rem;
	height: 1.65rem;
	font-size: 0.12rem;
	padding: 0.5rem 1.35rem 0 0.4rem;
}

.ttnr-left{
	width: 0.6rem;
	text-align: center;
	float: left;
	margin-top: 0.2rem;
}
.ttnr-left p:first-child{
	font-size: 0.22rem;
}
.ttnr-right{
	float: right;
	width: 7.6rem;
}

.ttnr-right a{
	font-size: 0.22rem;
	color: #fff;
}
.ttnr-right a:hover{
	color: #aa050c;
}
.lmy-left-bottom{
	margin-top: 0.25rem;
}

.lmy-left-bottom ul li{
	height: 1rem;
	border-top: 0.01rem solid #ddd;
	background: #fff url(/images/sy-vm-bg-6.png) no-repeat;
	background-position: 95% center;
	padding-left: 0.5rem;
	display: flex;
	align-items: center;
}
.lmy-left-bottom ul li:hover{
	background: #aa050c url(/images/sy-vm-bg-6.png) no-repeat;
	background-position: 95% center;
	color: #fff;
}
.lmy-left-bottom ul li:hover a,.lmy-left-bottom ul li:hover .list-date{
	color: #fff;
}
.lmy-left-bottom ul li:first-child{
	border-top: 0px;
}
.lmy-left-bottom ul li div{
	float: left;
}
.lmy-left-bottom ul li .list-title{
	width: 10.0rem;
	font-size: 0.2rem;
	line-height: 180%;
}
.lmy-left-bottom ul li .list-date{
	width: 1.5rem;
	text-align: center;
	color: #aa050c;
	margin-right: 0.5rem;
}
.lmy-left-bottom ul li .list-date p:first-child{
    padding-top:20px;
	font-size: 0.35rem;
	line-height:30px;
}
.lmy-left-bottom ul li .list-date p:first-child+p{
	font-size: 0.13rem;
}

/*顶部栏目*/
.lmy-center .lmy-right{
	width: 3.26rem;
	background: #fff;
	padding-top: 0.3rem;
}
.lmy-right-list .zlm{
	float: left;
	padding: 0.2rem 0.4rem 0 0.4rem;
}
.lmy-right-list .lmlb{
	float: left;
}
.lmy-right-list p{
	font-size: 0.16rem;
	text-align: center;
	height: 0.45rem;
	line-height: 0.45rem;
}


.lmy-right-list p span img{
	vertical-align: middle;
	margin-right: 0.05rem;
}
.lmy-right-list ul li{
	float: left;
	height: 1rem;
	padding:15px;
	min-width:110px;
	line-height: 1rem;
	text-align: center;
	font-size: 0.18rem;
	width:auto;
}
.lmy-right-list ul{
	float: left;
	width: 100%;
	height: 1.28rem;
}
.lmy-right-list ul li:first-child{
	border: none;
}
.lmy-right-list ul li.lanmu_On{
	background: #aa050c;
	color: #fff;
}
.lmy-right-list ul li.lanmu_On a{
	color: #fff;
}
.lmy-right-list ul li:hover{
	background: #aa050c;
	color: #fff;
}
.lmy-right-list ul li:hover a{
	color: #fff;
}



/* 链接 */
.lj{
	background-color: #AD2E1B;
	height: 1.85rem;
}
.lj-div1{
	border-right: 0.01rem solid #BD5849;
	width: 10.22rem;
}
.lj-div1 a{
	color: #fff;
}
.lj-div1 li{
	width: 1.70rem;
	height: 1.30rem;
	border-left: 0.01rem solid #BD5849;
	float: left;
	text-align: center;
	padding-top: 0.85rem;
}
.lj-div2{

}
.lj-div2 li{
	width: 0.95rem;
	float: left;
	text-align: center;
	padding-top: 0.70rem;
}
/* 版权 */
















