
.contents {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 20px;
}

.leftcont {
	width: 280px;
	float: left;
	overflow: hidden;
}

.leftcont .lefnav {
	width: 280px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.leftcont .lefnav .title {
	width: 280px;
	height: 70px;
	background: rgba(0, 161, 233, 1);
	border-radius: 10px 10px 0px 0px;
}

.leftcont .lefnav .title img{
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.leftcont .lefnav .title .txt {
	float: left;
	/*width: 260px;*/
	line-height: 70px;
	color: #FFFFFF;
	font-size: 22px;
	margin: 0 auto;
	font-weight: bolder;
	margin-left: 15px;
}

.leftcont .lefnav .navli {
	width: 280px;
}

.leftcont .lefnav .navli ul li {
	width: 250px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	position: relative;
	margin: 15px auto;
}

.leftcont .lefnav .navli ul li:hover {
	color: #333;
	background:#d4e9ff ;
}


.leftcont .lefnav .navli .navli-cur {
	color: #333;
	background:#d4e9ff ;
}
.leftcont .lefnav .navli ul li .zt{
	position: absolute;
	right: 15px;
	width: 20px;
	height: 20px;
	top: 5px;

}
.leftcont .lefnav .navli ul li .zt .imgcur{
	transform:rotate(-90deg);
-ms-transform:rotate(-90deg); 	/* IE 9 */
-moz-transform:rotate(-90deg); 	/* Firefox */
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
-o-transform:rotate(-90deg); 	/* Opera */
}
.rightcont {
	width: 840px;
	min-height:500px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	float: right;
	padding: 20px;
	padding-bottom: 40px;
	position: relative;
}
.rightcont .usertxt{
	width: 838px;
min-height: 220px;
overflow: hidden;
/*border: 1px solid #E6E6E6;*/
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.03);

}
.rightcont .usertxt .userimg{
	width: 266px;
/*height: 266px;*/
float: left;
margin-top: 22px;
margin-left: 22px;
/*border-radius: 1000px;*/
}
.rightcont .usertxt .righ{
	width: 500px;
	/*min-height: 310px;*/
	position: relative;
	float: left;
	margin-left: 20px;
}
.rightcont .usertxt .righ .text{
	margin-top: 50px;
	margin-left: 50px;
}
.rightcont .usertxt .righ .text .txt{
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}
.rightcont .usertxt .righ .text .txt1{
	font-size: 28px;
	font-weight: bold;
	margin: 20px auto;
}
.rightcont .usertxt .righ .text span{
background: #1da0d7;
    font-size: 12px;
    color: #fff;
    padding: 2px 7px;
    line-height: 1em;
    font-weight: 400;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.rightcont .usertxt .righ .text .txt2{
	    background: #1da0d7;
    color: #fff;
    width: 60px;
    padding: 0 5px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 5px 0px;
}
.zanbtn{
	position: absolute;
	top: 60px;
	right: 60px;
}
.zanbtn:hover{
	opacity: .7;
}
.zanbtn img{
	width: 30px;
	height: 30px;
	margin-left: 20px;
}
.zanbtn .num{
	color: #999999;
}
.conttext{
	width: 100%;
	margin-top: 28px;
}
.conttext .name{
	font-size: 24px;
	color: #00A2EA;
	font-weight: bold;
}
.conttext .line{
	width: 100%;
height: 4px;
background: #00A2E9;
border-radius: 1px;
margin-top: 15px;
}
.contexts{
	width: 100%;
	margin-top: 20px;
}
