.classify-nav{
    width: 100%;
    max-width: 768px;
    background-color: #f4f4f4;
    border-top: solid 1px #dcdcdc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    padding: 0.1rem 0 0.1rem 0;
}
.classify-nav ul{
    position: relative;
}
.classify-nav ul li{
    float: left;
    position: relative;
}
.classify-nav ul li .bName{
    font-size: 0.4rem;
    color: #5e5d5d;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}
.classify-nav ul li.cur .bName{
    color: #52a1ff;
}
.classify-nav ul li.bArrow{
    margin-right: 0.1rem;
}
.classify-nav ul li.bArrow:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0.38rem;
    width: 0;
    height: 0;
    right: 0.08rem;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-top: 0.15rem solid #5e5d5d;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
}
.classify-nav ul li.cur:before{
    border-top: 0.15rem solid #71abff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.classify-nav ul li.cur.bArrow:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    margin-right: -0.2rem;
    right: 50%;
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid transparent;
    border-bottom: 0.2rem solid #71abff;
}





.classify-nav ul li.cur.bArrow2:after{
   display: none;
}
.classify-nav ul li.cur.bArrow2:before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}





.classify-nav ul li .sList{
    display: none;
    position: fixed;
    width: 96%;
    left: 0;
    background-color: #52a1ff;
    color: #fff;
    padding: 0 2% 0 2%;
}
.classify-nav ul li .sList .scur{
    border-bottom: solid 3px #fff;
}
.classify-nav ul li .sList .sName{
    float: left;
    font-size: 0.35rem;
    margin-right: 0.2rem;
    padding: 0.3rem 0 0.3rem 0;
}
.main{
    position: relative;
    height:100%;
}
.content{
    width: 100%;
    left: 0;
    right: 0;
    
}

.news-box{
    background-color: #f4f4f4;
}
.content-title{
	background: #fff;
    padding: 0.3rem 0 0 0.3rem;
	margin-top:0.2rem;
    font-size: 0.4rem;
}
.news-list{
    background-color: #fff;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
    position: relative;
	min-height: 3rem;
}


.newsTitle{
    font-size: 0.45rem;
    color: #222;
}
.newsInfo{
    margin: 0 0 0 2.4%;
    padding-top: 0.2rem;
}
.newsInfo .newsAuthor{
    color: #a5a5a5;
    font-size: 0.3rem;
    float: left;
    background-image: url("../images/icon-author.png");
    background-repeat: no-repeat;
    background-size: 0.3rem auto;
    background-position: left center;
    text-indent: 0.4rem;
	margin-right: 0.3rem;
}
.newsInfo .newsTime{
    color: #a5a5a5;
    margin-right: 0.3rem;
    font-size: 0.3rem;
    float: left;
    background-image: url("../images/icon-time.png");
    background-repeat: no-repeat;
    background-size: 0.3rem auto;
    background-position: left center;
    text-indent: 0.4rem;
}
.newsInfo .newsView{
    color: #a5a5a5;
    font-size: 0.3rem;
    float: left;
    background-image: url("../images/icon-view.png");
    background-repeat: no-repeat;
    background-size: 0.45rem auto;
    background-position: left center;
    text-indent: 0.55rem;
}
.newsText{
    word-wrap: break-word;
    font-size: 0.35rem;
    color: #7a7a7a;
}


.newsImg{
    width: 50%;
	height:2.9rem;
	overflow:hidden;
	float:left;
    margin-top: 0.1rem;
	position:relative;
}
.newsImg img{
	position:absolute;
}
.layout {
	float:left;
	width:47%;
	margin-left:3%;
}
.news-list.zd:before{
    z-index: 998;
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/icon-zd.png);
    width: 1.6rem;
    height: 1.6rem;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size:100% auto;
}
.news-list.zd .newsTitle{
    padding-left: 0.2rem;
}





.nav{
	background:#fff;
	padding-bottom: 0.3rem;
	display:none;
}
.nav-title{
	background:#fff;
	padding:0.3rem 0 0.3rem 0.3rem;
	font-size:0.4rem;
	display:none;
}
.nav ul{
	position:relative;
}
.nav ul li{
	position:relative;
	float:left;
	margin-left:0.3rem;
	width:3rem;
	height:3rem;
	line-height:3rem;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: auto 3rem;
}
.nav ul li a{
	position:absolute;
	z-index:999;
	width:100%;
	height:100%;
	left:0;
	display:block;
}
.nav ul li:after{
	content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}
.nav ul li:nth-child(1){
	background-image:url(../images/c1b.jpg);
}
.nav ul li:nth-child(2){
	background-image:url(../images/c2b.jpg);
}
.nav ul li:nth-child(3){
	background-image:url(../images/c3b.jpg);
}
.nav ul li:nth-child(4){
	background-image:url(../images/c4b.jpg);
}
.nav ul li span{
	display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    z-index: 3;
    text-shadow: 1px 1px 3px #000;
}
.classify-bg{
	display:none;
	height:4rem;
	line-height:4rem;
	text-align:center;
	background-image:url(../images/c1b.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: auto 4rem;
}
.classify-bg span{
	color: #fff;
    font-size: 0.5rem;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}
.classify-list{
	display:none;
	line-height:1.2rem;
	background:#fff;
}
.classify-list ul li{
	float:left;
	font-size:0.45rem;
	margin:0 0.3rem 0 0.3rem;
}
.classify-list ul li.sCur{
	border-bottom:solid 3px #49cebe;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}



