#main {
  background: #fff;
}
.nav-list{
	display: flex;
	align-items: flex-start;
}
.son-nav{
	width: 2.7rem;
	min-height: 1.6rem;
	background-color: #F5F5F5;
	background-image: url(../img/navbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-bottom: 1rem;
	padding-bottom: .2rem;
}
.son-nav li{
	width: 100%;
	height: .7rem;
	border-bottom: #DDDDDD 1px solid;
	border-left: rgba(0,0,0,0) 4px solid;
	position: relative;
	cursor: pointer;
}
.pagination-page  {
display: flex;
}
.son-nav li:last-child{
	border-bottom: none;
}
.son-nav li a{
	display: block;
	color: #333333;
	font-size: .18rem;
	font-weight: 400;
	line-height: .7rem;
	padding-left: .28rem;
}
.son-nav li.active::after{
	content: '';
	width: 4px;
	height: calc(100% + 1px);
	position: absolute;
	top: 0;
	left: -4px;
	background-color: #A12916;
}
.son-nav li.active a{
	color: #A12916;
}
.son-nav li:hover{
	background-color: #fff;
}
.son-nav li::before{
	content: '';
	width: 4px;
	height: 0;
	position: absolute;
	top: 0;
	left: -4px;
	background-color: #A12916;
}
.son-nav li:hover::before{
	height: calc(100% + 1px);
	animation-name: bk;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-play-state: running;
}
@keyframes bk {
	0%{
		height: 0;
	},
	100%{
		height: calc(100% + 1px);
	}
}
.son-nav li:hover a{
	color: #A12916;
}
.content-list{
	width: calc(100% - 2.7rem);
}
.dw{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: .2rem;
	justify-content: flex-end;
}
.dw img{
	width: .13rem;
	height: .18rem;
	margin-right: .1rem;
}
.dw p{
	font-size: .14rem;
	color: #333333;
	font-weight: 400;
}
.dw ul{
	display: flex;
}
.dw li{
	margin-right: .2rem;
	position: relative;
}
.dw li a{
	font-size: .14rem;
	color: #333333;
	font-weight: 400;
}
.dw li a:hover{
	color: #A12916;
}
.dw li::before{
	content: '>';
	position: absolute;
	top: 0;
	right: -.16rem;
}
.dw li:last-child::before{
	content: '';
}
.List,
.list2{
	width: 10.47rem;
	margin-left: .5rem;
	margin-bottom: .4rem;
}
.List li{
	width: 100%;
	border-bottom: #D0D4D7 1px solid;
	margin-top: .32rem;
	padding-bottom: .32rem;
}
.List div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.List div p{
	padding-left: .5rem;
	font-size: .2rem;
	color: #333333;
	font-weight: 400;
	position: relative;
	padding-right: .3rem;
}
.List div p::before{
	content: '';
	position: absolute;
	width: .1rem;
	height: .14rem;
	background-image: url(../img/jt6.png);
	background-size: 100% 100%;
	top: .08rem;
	left: .1rem;
}
.List div span{
	color: #888888;
	width: 1.2rem;
}
.List div:hover p,
.List div:hover span{
	color: #A12916;
}
.List div:hover p{
	padding-left: .6rem;
	transition: .8s;
}
.pages{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .6rem;
}
.pages li{
	margin: 0 .1rem;
	background-color: #F4F4F5;
	border-radius: .03rem;
	padding: .03rem .1rem;
}
.pages li a{
	color: #010101;
	font-size: .14rem;
	font-weight: 400;
}
.pages li.sum{
	background: none;
}
.pages li.active{
	background-color: #A12916;
}
.pages li.active a{
	color: #fff;
}
.pages li:hover a{
	color: #A12916;
}





.list2 li{
	border-bottom: #D0D4D7 1px solid;
	position: relative;
	margin-top: .32rem;
	padding-bottom: .4rem;
	position: relative;
}
.list2 li:hover::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -.01rem;
	left: 0;
	background-color: #A12916;
	animation-name: zy;
	animation-duration: .5s;
}
@keyframes zy {
	0%{
		width: 0;
	},
	100%{
		width: 100%;
	}
}




.list2 .time{
	position: absolute;
	top: .04rem;
	right: 0;
	display: flex;
	align-items: center;
}
.list2 .time img{
	width: .12rem;
	height: .12rem;
	margin-right: .1rem;
}
.list2 .time p{
	color: #888888;
	font-size: .15rem;
	font-weight: 400;
}
.list2 h1{
	font-size: .18rem;
	color: #333333;
	font-weight: bold;
	position: relative;
	margin-bottom: .4rem;
}
.list2 h1::before{
	content: '';
	width: .56rem;
	height: .02rem;
	background-color: #A12916;
	position: absolute;
	left: 0;
	bottom: -.16rem;
}
.list2 .download{
	margin-top: .18rem;
}
.list2 .download a{
	color: #999999;
	font-weight: 400;
}
.list2 .download img{
	width: .12rem;
	height: .12rem;
	margin-left: .1rem;
}
.list2 .download a:hover{
	color: #DB7233;
	text-decoration: underline;
}
.list2 .text p{
	color: #999999;
	font-weight: 400;
	line-height: 1.5;
}


.dw .search{
	display: flex;
	align-items: center;
	margin-right: .3rem;
}
.dw .search input{
	border: none;
	border-bottom: #CCCCCC 1px solid;
	width: 0;
	transition: .5s;
}
.dw .search img{
	width: .18rem;
	height: .18rem;
	margin-left: .1rem;
}
.dw .search button{
	color: #999999;
	font-size: .14rem;
	background: none;
	width: .44rem;
	outline: none;
}
.major-item{
	width: 10.47rem;
	margin-left: .5rem;
	margin-bottom: .4rem;
	border-bottom: #D0D4D7 1px solid;
	padding-bottom: .5rem;
}
.major-item .name{
	display: flex;
	align-items: flex-start;
}
.major-item .name .icon{
	width: .38rem;
	height: .38rem;
	margin-right: .2rem;
}
.major-item .name a{
	color: #A12916;
	font-size: .24rem;
	font-weight: 400;
	line-height: .38rem;
	position: relative;
}
.major-item .name a:hover{
	color: #DB7233;
}
.major-item .name .tz{
	width: .1rem;
	height: .1rem;
	margin-left: .14rem;
	position: absolute;
	top: 0;
}
.major-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: .56rem;
}
.major-list li{
	width: 33%;
	margin-top: .33rem;
	padding-left: .3rem;
	padding-right: .2rem;
	position: relative;
}
.major-list li a{
	color: #333333;
	font-size: .2rem;
	font-weight: 400;
	cursor: pointer;
}
.major-item li::before{
	content: '';
	width: .19rem;
	height: .06rem;
	background-image: url(../img/jt7.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0.1rem;
	left: 0;
}
.major-list li a:hover{
	color: #A12916;
}



.content-box{
	position: relative;
	padding-bottom: 1.2rem;
}
.Title{
	text-align: center;
	color: #333333;
	font-size: .28rem;
	font-weight: bold;
	margin-top: .5rem;
}
.msg{
	margin-top: .4rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-bottom: #D0D4D7 1px solid;
	margin-bottom: .46rem;
	padding-bottom: .16rem;
}
.msg p{
	color: #888888;
	font-weight: 400;
	font-size: .18rem;
	margin-right: .4rem;
}
.backBtn{
	width: 1.16rem;
	height: .34rem;
	background-color: #A12916;
	border-radius: .18rem;
	position: absolute;
	right: 0;
	bottom: .4rem;
}
.backBtn a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.backBtn a img{
	width: .2rem;
	height: .16rem;
	margin-right: .04rem;
}
.backBtn a p{
	color: #fff;
}
.major-item{
	width: 10.47rem;
	margin-left: .5rem;
	margin-bottom: .4rem;
	border-bottom: #D0D4D7 1px solid;
	padding-bottom: .5rem;
}
.major-item .name{
	display: flex;
	align-items: flex-start;
}
.major-item .name .icon{
	width: .38rem;
	height: .38rem;
	margin-right: .2rem;
	border-radius: 0.06rem;
}
.major-item .name a{
	color: #A12916;
	font-size: .24rem;
	font-weight: 400;
	line-height: .38rem;
	position: relative;
}
.major-item .name a:hover{
	color: #DB7233;
}
.major-item .name .tz{
	width: .1rem;
	height: .1rem;
	margin-left: .14rem;
	position: absolute;
	top: 0;
}
.major-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: .56rem;
}
.major-list li{
	width: 33%;
	margin-top: .33rem;
	padding-left: .3rem;
	padding-right: .2rem;
	position: relative;
}
.major-list li a{
	color: #333333;
	font-size: .2rem;
	font-weight: 400;
}
.major-item li::before{
	content: '';
	width: .19rem;
	height: .06rem;
	background-image: url(../img/jt7.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0.1rem;
	left: 0;
}
.major-list li a:hover{
	color: #A12916;
}

