/* 大盒子 */
.jourbox {
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.9rem;
}


/* 顶部大图 */
.jourbox .jourtop {
	width: 100%;
	height: 6.23rem;
	font-size: 0;
	overflow: hidden;
}

.jourbox .jourtop img {
	width: 100%;
	height: 6.23rem;
	font-size: 0;
}

/* 按钮 */
.jourbox .table {
	width: 100%;
	/* height: 0.97rem; */
	background: #FFFFFF;
	box-shadow: 0rem 0.02rem 0.2rem 0rem #D8D8D8;
}

.jourbox .table span {
	width: 33%;
	height: 0.97rem;
	background: #FFFFFF;
	display: inline-block;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	border-left: 1px solid rgba(204, 204, 204, 0.5);
	font-size: 0.36rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	line-height: 0.92rem;
	text-align: center;
	cursor: pointer;
}

.jourbox .table .selected {
	background: #004DA5;
	color: #FFFFFF;
}

/* .jourbox  .table span:first-child{
	background: #004DA5;
	color: #FFFFFF;
} */


/* 咨询推荐 */
.jourbox .introduce {
	overflow: hidden;
}

.jourbox .introduce .left {
	/* float: left; */
	margin: 0.6rem 1.61rem;
}

.jourbox .introduce .left .time {
	font-size: 0.26rem;
	font-family: MicrosoftYaHei;
	color: #004DA5;
	margin-bottom: 0.2rem;
	display: inline-block;
}
.weizhi {
	overflow: hidden;
	display: inline-block;
	font-size: 0.22rem;
	font-weight: 400;
	color: #999999;
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.jourbox .introduce .left .title {
	font-size: 0.32rem;
	font-family: MicrosoftYaHei;
	color: #004DA5;
	margin-bottom: 0.18rem;
}

.jourbox .introduce .left .text {
	width: 9.17rem;
	/* height: 0.6rem; */
	font-size: 0.18rem;
	font-family: MicrosoftYaHei;
	color: #666666;
	margin-bottom: 0.46rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jourbox .introduce .left .btn {
	width: 2.56rem;
	height: 0.8rem;
	background: #004DA5;
	border-radius: 0.08rem;
	font-size: 0.32rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.8rem;
	cursor: pointer;
}

.jourbox .introduce .right {
	/* height: 3.21rem; */
	overflow: hidden;
	margin: 0.6rem 1.61rem;
}

.jourbox .introduce .right img {
	max-width: 100%;

}

/* 资讯列表 */
.jourbox .listcss {
	width: 100%;
	margin-bottom: 1rem;
}

.jourbox .listcss li {
	width: 15.58rem;
	height: 2.02rem;
	background: #FFFFFF;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 0.01rem solid #979797;
	cursor: pointer;
}

/* .jourbox .listcss li:first-child{
	border-top: 0.01rem solid #979797;
} */

.jourbox .listcss li .day {
	float: left;
	width: 0.82rem;
	margin: 0.52rem 0.85rem 0 0.59rem;
	text-align: center;
}

.jourbox .listcss li .day h3 {
	height: 0.47rem;
	font-size: 0.36rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.47rem;
	margin-bottom: 0.13rem;
}

.jourbox .listcss li .day p {
	height: 0.26rem;
	font-size: 0.2rem;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 0.26rem;
}

.jourbox .listcss li .live {
	float: left;
	margin: 0.58rem 0;
	width: 65%;

}

.jourbox .listcss li .live h3 {
	height: 0.35rem;
	font-size: 0.26rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	/* line-height: 0.35rem; */
	margin-bottom: 0.28rem;

}

.jourbox .listcss li .live p {
	height: 0.24rem;
	font-size: 0.18rem;
	font-family: MicrosoftYaHei;
	color: #999999;
	line-height: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jourbox .listcss li .go {
	float: left;
	width: 0.54rem;
	height: 0.54rem;
	overflow: hidden;
	margin: 0.74rem 0.68rem;
	margin-left: 1.4rem;
	background: url(../img/journalism/journalism1.png) no-repeat;
	background-size: 100%;
}

/* .jourbox .listcss li .go img{
	width: 0.54rem;
	height: 0.54rem;
} */

.jourbox .listcss li:hover {
	background: #004DA5;
}

.jourbox .listcss li:hover .day h3 {
	color: #FFFFFF;
}

.jourbox .listcss li:hover .day p {
	color: #FFFFFF;
}

.jourbox .listcss li:hover .live h3 {
	color: #FFFFFF;
}

.jourbox .listcss li:hover .live p {
	color: #FFFFFF;
}

.jourbox .listcss li:hover .go {
	background: url(../img/journalism/journalism2.png) no-repeat;
	background-size: 100%;
}
