.orgnow {
	width: 1100px;
	height: 20px;
	margin: 0px auto;
	min-width: 1100px;
	padding-top: 20px;
}
			
.newbox {
	width: 1100px;
	min-height: 500px;
	margin: 0px auto;
	margin-top: 10px;
	position: relative;
}
			
.newboxlist {
	width: 950px;
	min-height: 500px;
	margin-left: 150px;
}

.newlistonly {
	width: 100%;
	min-height: 80px;
	max-height: 200px;
}

.newlisttitle {
	width: 100%;
	height: 42px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #005ea4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	font-family: Microsoft YaHei, SimSun;
}

.newlisttime {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #9e9e9e
}

.newlistconunt {
	width: 100%;
	min-height: 10px;
	max-height: 50px;
	margin-top: 5px;
	line-height: 180%;
	font-size: 15px;
	overflow: hidden;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	cursor: pointer;
	font-family: Microsoft YaHei, SimSun;
	margin-bottom: 20px;
}

.newboxul {
	width: 100px;
	min-height: 30px;
	position: absolute;
	left: 0;
	top: 15px;
	border:1px solid #dfdfdf;
}

.newboxul li {
	height: 40px;
	text-align:center;
	/* padding: 0px 10px; */
	/* margin: 3px 0; */
	width:100%;
	line-height: 40px;
	color: #919191;
	margin-bottom: 1px;
	font-size: 20px;
	/* color: #005ea4; */
	cursor: pointer;
	position: relative;
}
.hoversanjiao{
	position: absolute;
	right:-8px;
	top:15px;
}
.newboxul .newboxulhover {
	color: #fff;
	background:#005ea4
}
.jiaotitle {
    width: 100%;
    height: 90px;
    position: relative;
}
.jiaotitletext {
    width: 100%;
    height: 90px;
    line-height: 80px;
    color: #005ea4;
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
}
.jiaotitlebg {
    width: 70px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: -12;
}
.allplacesmore{
	width:80px;
	height:30px;
	font-size:16px;
	text-align:center;
	line-height:30px;
	border:1px solid #005ea4;
	float:right;
	color:#005ea4;
	background:#fff;
	cursor: pointer;
	margin-top:20px;
}

.eachplace{
	width: 86%;
    height: 46px;
    line-height: 46px;margin-bottom:30px;
    margin-left: 14%;
    border-bottom: 1px solid #ccc;
}
.eachplace li{
	float: left;
    padding: 0px 21px;
    height: 45px;
    color: #666;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    font-size: 18px!important;
    font-weight:bold;
}
.eachplace .activeon {
    color: #005ea4;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;

}
















