.banner-box .banner-title .txt img {
    width: 1.47rem;
}
.category-container {
    padding: 0 1.4rem 0 .4rem;
    max-width: 14.4rem;
	margin: 0 auto;
    display: flex;
    min-height: 6rem;
}
.left-panel {
    min-width: 2.5rem;
    border-right: .01rem solid rgba(0,0,0,0.15);
    padding-top: .6rem;
}
.category-item {
    padding: .2rem 0;
    border-bottom: .01rem solid rgba(0,0,0,0.15);
    cursor: pointer;
	position: relative;
}
.category-item h5 {
	font-size: .2rem;
    font-family: Avenir-Medium;
    font-weight: 500;
    color: rgba(0,0,0,.65);
}
.category-item.active h5,
.category-item:hover h5 {
    color: #0C3375;
    font-family: Avenir-Heavy;
    font-weight: 800;
}
.category-item.active {
    padding-left: .12rem;
}
.category-item.active::after {
    position:absolute;
	left:0;
	top: .315rem;
    transform: translateY(-50%);
	width: .02rem;
	height: .27rem;
	content:"";
	background:#E58600
}
.category-item:last-child {
    border-color: transparent;
}

.sub-list {
	margin-top: .09rem;
}
.sub-list p {
	font-size: .16rem;
    color: rgba(0,0,0,0.45);
    font-family: Avenir-Roman;
    padding: .07rem 0;
	display: block;
}
.sub-list p.active,
.sub-list p:hover {
	color: #0C3375;
    font-family: Avenir-Heavy;
    font-weight: 800;
} 

.right-panel {
	flex: 1;
    padding: .4rem;
    padding-right: 0;
}
.right-panel a {
	text-decoration: none;
	display: block;
}
.content-item {
	padding-bottom: .43rem;
    margin-bottom: .43rem;
	border-bottom: .01rem dashed rgba(0,0,0,0.2);
	cursor: pointer;
}
.txt {
    padding-top: .29rem;
width: calc(100% - 4.97rem);
}
.img-box {
	border-radius: .08rem;
	box-shadow: 0px .08rem .2rem 0px rgba(0,0,0,0.15);
	position: relative;
	padding: .03rem;
	border-radius: .08rem;
	margin-left: .43rem;
    float: right;
display: flex;
}
.img-box img {
	width: 4.54rem;
	height: auto;
}
.img-box .date {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .22rem;
	background-color: #003479;
	padding: 0 .07rem;
	height: .59rem;
	line-height: .65rem;
	color: #fff;
	font-family: Avenir-Heavy;
	font-weight: 800;
	border-top-left-radius: .08rem;
	border-bottom-right-radius: .08rem;
}
.txt h6 {
	font-size: .22rem;
	color: #0C3375;
	line-height: .3rem;
	font-family: Avenir-MediumOblique;
}
.txt h6 span {
	margin-right: .24rem;
}
.txt h6 img {
	width: .28rem;
	height: .28rem;
	margin-left: .16rem;
	vertical-align: middle;
}
.txt p {
	margin-top: .16rem;
	font-size: .24rem;
	color: rgba(0,0,0,.85);
	line-height: .33rem;
	font-family: Avenir-Medium;
	font-weight: 500;
}
.txt p:last-child {
	font-size: .2rem;
	color: rgba(0,0,0,.65);
	line-height: .27rem;
	font-family: Avenir-Roman;
}

.hide {
	display: none !important;
}