.nava { position: relative; }
.nava a{ color: #fff;}
.nava::after{ content: ''; display: block; width: 2px; height: 20px;  background: url(../img/bgline.png) center center; background-size: 100% 100%;  position: absolute; right: 0; top: 50%; margin-top: -10px; }
.navaa::before{ content: ''; display: block; width: 2px; height: 20px; background: url(../img/bgline.png) center center; background-size: 100% 100%; position: absolute; left: 0; top: 50%; margin-top: -10px; }

.nava.active{ background-color: rgba(0,0,0,0.2); }


.banner {
	background:url(../img/qjbg.png) top center no-repeat; background-size: 100% 95%; 
	margin-bottom: 40px;
}
.qingjiaologo{ 
	width: 100%; margin: 15% auto 10% auto;
}

.aboutusbg { background: url(../img/aboutusbg.png) top left repeat-x; background-size: auto 80%;}
.aboutuscontent { background: url(../img/aboutusborder.png) center center no-repeat; background-size: 100% 100%; padding: 50px 45px; margin-top: 45px; margin-bottom: 55px;}
.aboutuscontent p { margin-bottom: 10px; font-size: 13px; text-align: left; }


.rownav {background: url(../img/navbg.png)center center no-repeat; background-size: 100% 100%;
	color: #fff; 
	font-size: 16px;
	text-align: center;
	line-height: 2.5;
	padding: 0 0 15px 0;
	position: relative;
	z-index: 2;
}
 

.theme { height: 52px; margin:30px auto 30px auto;}
.title img {
    margin-top:15px;
}

.title {
    background:  none;
    text-align: center;
    padding: 15px 0;
}



/* 往期回顾 */
.issue_list {
    height: 640px;
    overflow-y: scroll;
}

.review .tab_cont { border-top:none; }
	.review .tab_cont ul{float: none; } 
	.review .col-md-8 .mark_issue{ display:inline-block; position:relative; float: right; }
	.review h5 {color: #a3e7ca;}
	.review .col-md-6 p{color: #fff;}
	.review_content .rightbg {background: url(../img/reviewbg.png) top right no-repeat; background-size: auto 100%; }
 
	.review .tab_cont ul li {
		float: left;
		font-size: 15px;
		line-height: 25px;
		height: 27px;
		width: 72px;
		margin-left: 5px;
		border: none;
		border-radius: 5px;
		color: #fff;   background:#36877d;}
	.review .tab_cont ul li.select {
		background: url(../img/reviewbtnbg.png)center center no-repeat; background-size: 100% 100%;;
		color: #fff;}


	.review li>span {
		width: 2px;
		height: 2px;
		display: inline-block;
		border-radius: 2px;
		background-color: #00ac87;
		margin: 32px 8px 0 8px;
		float: left;
	}

 
.leftgreen, .rightbg { display: none; }
.reviewimg {width: 100% ;}