﻿section {
	background: #f7f7f7;

}


.all {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.ly {
	width: 1100px;
	height: 33px;
	padding: 10px 0;
	background: #f7f7f7;
	font-size: 16px;
}
.current{
	height: 30px;
    vertical-align: -9px;
}
.ly a {
	font-size: 15px;
	color: #5e5e5e;
	line-height: 33px;
}

.ly a:hover {
	color: #0084cc;
}

#main {
	background-color: #FFF;
	width: 1100px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#main_left {
	width: 240px;
	min-height: 650px!important;
	float: left;
	position: relative;

}
#main_right {
	float: right;
	width: 860px;
	padding: 0 20px;
	box-sizing: border-box;
	border-left: 20px solid #efefef;
	min-height: 740px ;
}
.main_left_bt {
	width: 240px;
	height: 50px;
	background: #0084cc;
	/* background-image: url(../images/tybgi_1.jpg); */
}

.main_left_bt ul {
	width: 240px;
	height: 50px;
	padding: 0;
}

.main_left_bt ul a {
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	margin-left: 25px;
}

#main_left li {
	width: 240px;
	width: 100%;
}

#main_left li a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	color: #5e5e5e;
	font-size: 16px;
	width: 100%;
	padding-left: 35px;
	box-sizing: border-box;
}

#main_left li>a {
	position: relative;
}
#main_left .main_left-nav{
	margin-top: 20px;
}
#main_left .main_left-nav>li>a{
	color: #222;
		border-bottom: 1px solid #efefef;
}

#main_left li>a .list-icon{
    width: 26px;
    vertical-align: -6px;
    margin-right: 8px;
}
#main_left li .arrow-r {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    transition: all 0.4s ease;
}
#main_left li.cur .arrow-r{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin-right:5px;
}
#main_left li a:hover,#main_left li.cur a{
	color: #0084cc;
}

.main_left-nav-two {
	display: none;
	padding-left:35px;
	border-bottom: 1px solid #efefef;
}

#main_left .main_left-nav-two li a {
	font-size: 15px;
	height: 40px;	
	line-height: 40px;
	background: url(../images/fkd_2.png) no-repeat 20px center;
	padding-left: 40px !important;
	color: #666;
}
#main_left .main_left-nav-two li a:hover{
	color: #0084cc;
}
.main_left-nav>li.cur .main_left-nav-two{
	display: block;
}


.personal-info {
	padding:30px 0 0;
}
.personal-info .personal-avator,.personal-info .personal-avator >img{
	width:100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.personal-info .personal-avator{
	margin-right:20px;
}
.personal-info .personal-info-intro .name{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-right: 50px;
}
.name .grade{
    position: absolute;
    top: -10px;
    right: -38px;
    padding: 0 10px;
    background-image: url(../images/more_icon_07.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    height: 28px;
}
.edit-info{
	color: #0084cc;
	text-decoration: underline;
	margin-top: 2px;
}
.edit-info .edit-icon{
    width: 23px;
    vertical-align: -7px;
    margin-right: 4px;
}
.items-box{
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #0084cc;
}
.items-box .items-box-list{
	color: #666;
	font-size: 15px;
}
.item-title{
	color: #000;
	font-size: 17px;
	margin-bottom: 10px;
}
.items-box .items-box-list > li>span{
	display: inline-block;
	color: #fff;
	background: #0084cc;
	padding:2px 6px;
	border-radius: 4px;
	margin-right: 20px;
}
.my-info,.my-items{
	margin-top: 20px;
	font-size: 15px;
}
.my-info .my-info-head{
	color: #0084cc;
	font-size: 18px;
	border-bottom: 2px solid #eee;
}
.my-info .my-info-head>span{
	display: inline-block;
	padding: 6px 10px;
	border-bottom: 2px solid #0084cc;
}
.more{
	color: #222;
	float: right;
	font-size: 14px;
	margin-top: 10px;
}

.my-info-list>li{
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #eee;
	margin-right: 15px;
	width: calc(50% - 15px);
	float: left;
}
.my-info-list>li a{
	position: relative;
	padding-left: 20px;
}
.my-info-list>li a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 6px;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #0084cc;
}
.my-items .my-items-head{
	margin-top: 30px;
	border-bottom: 1px solid #0084cc;
}
.my-items .my-items-head>span{
	background: #0084cc;
	color: #fff;
	padding:0 30px 0 10px;
	position: relative;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 18px;
}
.my-items .my-items-head>span:after{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	right: -40px;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #0084cc;
}

.publicity-table{
	width: 100%;
	margin-bottom: 20px;
}
.publicity-table th,.publicity-table td{
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px;
	text-align: center;
	color: #333;
	font-size: 15px;
}
.publicity-table th{
	border-top:0;
	color: #0084cc;
	background: #f8f9ff;
}
.publicity-table th:last-child, .publicity-table td:last-child{
	border-right:0;
}
.publicity-table{
	margin-top: 10px;
	border: 1px solid #eee;
}

.publicity-table td:nth-child(2){
	text-align: left;
}
.publicity-table .operate a{
	color: #0084cc;
}
.publicity-table .operate a>img{
    width: 20px;
    vertical-align: -5px;
}
.publicity-table .operate a:hover{
	text-decoration: underline;
}