.box1 {
	padding-top: 0.5rem;
	padding-bottom: 1.2rem;
}
.box1 .cate_list {
	display: flex;
}

.box1 .cate_list a {
	border: 0.01rem solid #8A8A8A;
	border-radius: 0.5rem;
	width: fit-content;
	padding: 0 0.3rem;
	color: #333;
	line-height: 0.4rem;
	font-size: 0.18rem;
	display: block;
	margin-right: 0.4rem;
}

.box1 .cate_list a:hover,
.box1 .cate_list a.active {
	color: #fff;
	background: var(--c);
	border: 0.01rem solid var(--c);
}
.box1 .title {
	font-weight: bold;
	font-size: 0.36rem;
	color: var(--c);
	margin-top: 0.5rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem solid #DCDCDC;
}
.box1 .des {
	margin-top: 0.25rem;
	/*font-size: 0.16rem;*/
	font-size: .18rem;
	color: #333333;
	padding-bottom: 0.4rem;
	border-bottom: 0.01rem solid #DCDCDC;
	line-height: 0.3rem;
}
.box1 .des p,
.box1 .des span{
    width: 100%;
    display: inline-block;
    font-size: .18rem;
}
.box1 .des img {
    width: revert-layer;
}

.box1 .link {
	padding: 0 0.16rem;
	width: 33.3%;
}
.box1 .link_box {
	margin-left: -0.16rem;
	margin-right: -0.16rem;
}

.box1 .link_box .more {
	font-family: '宋体';
	font-size: 0.14rem;
	color: #fff;
	display: flex;
	height: 0;
	width: 0.28rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: 0.3s;
	background: var(--c);
	transition: var(--s_tran);
	overflow: hidden;
}

.box1 .link_box .container {
	background: url('../img/a7.jpg') no-repeat;
	background-size: cover;
	transition: 0.3s;
	height: 1.8rem;
	align-items: center;
	padding: 0 0.6rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 1;
}

.box1 .link_box .container .tit {
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.3rem;
	text-align: center;
}

.box1 .link_box .container:hover {
	box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(29,64,152,0.32);
}

.box1 .link_box .container:hover .more {
	height: 0.28rem;
	margin-top: 0.4rem;
}
@media only screen and (max-width: 1024px) {
.box1 .cate_list a{
    font-size: 0.24rem;
}
.box1 .des p{
    font-size: 0.24rem;
}
.box1 .des img{
    width: 100%;
}
.box1 .des{
    font-size: 0.24rem;
    line-height: .35rem;
}
.box1 .link_box{
    display: block;
  height: auto;
  overflow: hidden;
}
.box1 .link {
  width: 50%;
  float: left;
  margin-bottom: .3rem;
}
.box1 .link_box .container .tit{
    font-size: 0.24rem;
}
.box1 .link_box .container{
    height: 2rem;
}
}