a{
    color: white;
    text-decoration: none;
}
a:hover, a:visited, a:link, a:active {
    color: white;
    text-decoration: none;
}
.color_h{color: #909195;}
.content a{
	color: #909195;
}
.title{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
	border-bottom:1px solid #dce2ed;
}
.title .title-main{
    position: relative;
    width: 93.5%;
    height: auto;
    margin:auto;
}
.title_manLogo{
    box-sizing: border-box;
	float:left;
	width:60px;
	height:60px;
	position:relative;
	border:1px solid #3498DB;
	background-color: #3498DB;
	border-radius:50%;
	margin-right:10px;
	overflow:hidden;
}
/* .title_manLogo img{
	width:90%;
    top: auto;
	bottom:-5px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
} */
.title .title-main .title-text{
    font-size: 0.9rem;
    color:black;
    line-height:30px;
}
.title .title-main .title-text a{color:black;}
.content{
    width: 100%;
    height: auto;
}
.content-head{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-left: 5px;
    font-size: 0.8rem;
	font-weight:bold;
    line-height: 40px;
    color: #5fa8e4;
    border-left:4px solid #5fa8e4;
    border-bottom:1px solid #5fa8e4;
}
.content-head img{
	display:inline-block;
	height:20px;
	vertical-align: middle;
	margin-right:10px;
}
.content ul{
    margin-bottom: 5px;
}
.content-li{
    overflow: hidden;
    box-sizing: border-box;
    width:93.5%;
    height:auto;
    padding:10px 0 15px 0;
	font-size:16px;
    border-bottom: 1px solid #dddddd;
	margin:0px auto;
}
.content-li .content-time{
	line-height:1.6;
    float:left;
    width: 18%;
    text-align: left;
	font-size:0.7rem;
}
.content-li .content-title{
    float:right;
    width: 80%;
    text-align: left;
    overflow: hidden;
	line-height:1.6;
	font-size:0.7rem;
    /*border: 1px solid red;*/
}
.content-li .content-title .user_font{font-size:14px;}

/* 单个专家的日程 */
.user_title{
	font-size:0.7rem;
	font-weight:bold;
	line-height:1.5;
}
.fontEn1{font-size:0.6rem;}
.user_text{
    box-sizing: border-box;
	padding-left:1.3rem;
	font-size:0.7rem;
	color:#666;
	line-height:1.8;
}
.user_text a{color:#666;}
.user_date{
	background:url("../image/user_date.png") no-repeat 0 center;
	background-size:auto 0.9rem;
}
.user_house{
	background:url("../image/user_house.png") no-repeat 0 center;
	background-size:auto 0.8rem;
}
.user_luntan{
	background:url("../image/user_luntan.png") no-repeat 2px 0.2rem;
	background-size:auto 0.7rem;
}
.user_type{
	background:url("../image/user_type.png") no-repeat 0 0.2rem;
	background-size:auto 0.98rem;
}
.pc_show{display:none;}
@media screen and (min-width: 480px) {
	.user_title{font-size:0.62rem}
	.fontEn1 {font-size: 0.5rem;}
	.user_date, .user_type{background-size: auto 0.7rem;}
	.user_house{background-size: auto 0.6rem;}
	.user_text {font-size:0.56rem;padding-left: 0.8rem;}
	.content-li .content-time, .content-li .content-title{font-size:0.56rem;}
	.content-li .content-time{width:10%}
	.content-li .content-title{width:88%}
	.content-time p{float:left;}
	.pc_show{display:block;float:left;margin:0 3px;}
}

.main .main-head {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 46px;
    background-color: #f1f1f1;
}
.main .main-head a{color:#333;}
.imgCenter {

	display: block;
    width: 120%;
    position: absolute;
    left: 58%;
    top: 65%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.user_fenlei {
    background: url(../image/user_fenlei.png) no-repeat 2px 0.2rem;
    background-size: auto 0.7rem;
}

.imgCenter {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	}

.t-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid #3498db12;
    background-color: #3498db12;
    position: relative;
}

.title_manLogo
{
margin-bottom: 10px;
}