.tabs{
	display: none;
}

.new-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 40rem;
}

.new-container .col{
	display: flex;
	flex-direction: column;
	width: 43vw;
}

.new-container .col .caption{
	height: 40rem;
	background: blue;
	line-height: 40rem;
	font-size: 22rem;
	text-align: center;
	color: white;
}



.new-resources .new-resources-item{
	width: 100%;
	height: 140rem;
	background: #E8E5DE;
	font-size: 14rem;
	border-bottom: 1rem solid #A7A49D;
}

.new-resources .new-resources-item>*{
	display: inline-block;
	width: 120rem;
}



.new-resources .new-resources-item .article-img{
	width: 90rem;
	height: 90rem;
	background: #CBC8C4;
	margin-right: 20rem;
	margin: 20rem;
}

.new-resources .new-resources-item .article-img img{
	margin: 6rem;
	width: 78rem;
	height: 78rem;
}


.new-resources .new-resources-item .article-comment{
	text-align: right;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 15rem;
}

.new-resources .new-resources-item .article-info{
	width: calc(100% - 263rem);
	min-height: 90rem;
	margin: 20rem 0rem;
	vertical-align: top;
}

.new-resources .new-resources-item .article-info .date{
	color: #93908B;
}

.new-resources .new-resources-item .article-info .name{
	font-weight: bold;
	line-height: 20rem;
	margin: 5rem 0rem;
	display: block;
}


.new-resources .new-resources-item .article-info .authors a{
	color: #0B90B5;
	text-decoration: none;
}







.new-forum .new-forum-item{
	width: 100%;
	height: 140rem;
	background: #E8E5DE;
	font-size: 14rem;
	border-bottom: 1rem solid #A7A49D;
}


.new-forum .new-forum-item>*{
	display: inline-block;
	vertical-align: top;
}

.new-forum .new-forum-item>br{
	clear:both;
}
.new-forum .new-forum-item .time{
	/*margin-left: 80rem;*/
	/*width: 200rem;*/
	float: right;
	margin-right: 26rem;
	color: #93908B;
}

.new-forum .new-forum-item .from{
	/*width: 500rem;*/
	color: #3E787F;
	font-weight: bold;
	margin-left: 20rem;
}

.new-forum .new-forum-item .to{
	font-weight: bold;
}

.new-forum .new-forum-item .time, .new-forum .new-forum-item .from, .new-forum .new-forum-item .to{
	margin-top: 15rem;
	margin-bottom: 10rem;
}

.new-forum .new-forum-item .avatar{
	width: 80rem;
	height: 80rem;
	background: #CBC8C4;
	margin-right: 20rem;
	margin-left: 20rem;
}

.new-forum .new-forum-item .avatar img{
	margin: 6rem;
	width: 68rem;
	height: 68rem;
}

.new-forum .new-forum-item .text{
	width: calc(100% - 147rem);
	background: white;
	box-sizing: border-box;
	padding: 15rem;
	/*height: 84rem;*/
	height: 80rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-forum .new-forum-item .text p{
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
	}













.new-resources-pages{
	width: 100%;
	height: 40rem;
	background: #0B2035;
	/*margin-top: 60rem;*/
	font-size: 18rem;
	color: white;
	text-align: center;
	line-height: 40rem;
}

.new-resources-pages>*{
	display: inline-block;
	margin: 0rem 10rem;
}


.new-forum-pages{
	width: 100%;
	height: 40rem;
	background: #0B2035;
	/*margin-top: 60rem;*/
	font-size: 18rem;
	color: white;
	text-align: center;
	line-height: 40rem;
}

.new-forum-pages>*{
	display: inline-block;
	margin: 0rem 10rem;
}







@media(max-width:1024px){


.tabs{
	width: 100vw;
	height: 40rem;
	display: block;
	margin-left: -10rem;
	margin-bottom: 20rem;
}

.tabs .tab{
	width: 50vw;
	display: inline-block;
	height: 40rem;
	text-align: center;
	line-height: 38rem;
	font-size: 20rem;
	color: white;
}

.tabs .tab p{
	position: relative;
	display: inline-block;
}

.tabs .tab p:before{
	content: '';
	width: 100%;
	position: absolute;
	bottom: 8rem;
	height: 1rem;
	background: rgba(255,255,255,0.65);
}

.tabs .active p:before{
	display: none;
}

.disable{
	display: none;
}

.new-container{
	margin: 0rem;
	background: #E8E5DE;
}

.new-container .col{
	width: 100%;
}

.new-container .col .caption{
	display: none;
}






.new-resources .new-resources-item{
	width: 100%;
	/*height: 140rem;*/
	/*background: #E8E5DE;*/
	height: auto;
	font-size: 16rem;
	border-bottom: 0rem solid #A7A49D;
	display: flex;
	flex-direction: column;
}

.new-resources .new-resources-item>*{
	display: inline-block;
	width: 100%;
}



.new-resources .new-resources-item .article-img{
	/*width: 100%;
	height: calc( 56.25vw - 11.25rem );*/
	/*width:90px;
	height:90px;*/
	background: #CBC8C4;
	margin-right: 0rem;
	margin: 0rem;
	text-align: center;
	vertical-align: middle;
}

.new-resources .new-resources-item .article-img img{
	display: inline;
	vertical-align: middle;
	/*width: auto;*/
	width: 80rem;
	height: auto;
	margin: auto;
	margin-top: 6rem;
}


.new-resources .new-resources-item .article-comment{
	text-align: right;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 15rem;
}

.new-resources .new-resources-item .article-info{
	width: 100%;
	margin: 20rem 0rem;
}

.new-resources .new-resources-item .article-info .date{
	color: #93908B;
}

.new-resources .new-resources-item .article-info .name{
	font-weight: bold;
	line-height: 20rem;
	font-size: 20rem;
	margin: 5rem 0rem;
	display: block;
}


.new-resources .new-resources-item .article-info .authors a{
	color: #0B90B5;
	text-decoration: none;
}













.new-forum .new-forum-item{
	width: 100%;
	height: auto;
	background: #E8E5DE;
	font-size: 14rem;
	border-bottom: 1rem solid #A7A49D;
}

.new-forum .new-forum-item br{
	display: none;
}


.new-forum .new-forum-item>*{
	display: inline-block;
	vertical-align: top;
}

.new-forum .new-forum-item .time{
	/*margin-left: 80rem;*/
	/*width: 200rem;*/
	float: none;
	margin-right: 26rem;
	color: #93908B;
}

.new-forum .new-forum-item .from{
	/*width: 500rem;*/
	margin-left: 0rem;
}

.new-forum .new-forum-item .to{
	font-weight: bold;
}

.new-forum .new-forum-item .time, .new-forum .new-forum-item .from, .new-forum .new-forum-item .to{
	margin-top: 10rem;
	margin-bottom: 0rem;
	display: block;
}

.new-forum .new-forum-item .avatar{
	display: none;
}


.new-forum .new-forum-item .text{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	/*max-height: 100rem;*/
	margin-top: 10rem;
	margin-bottom: 10rem;
}

.new-forum .new-forum-item .text p{
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
	}









.disable{
	display: none !important;
}




}

