html,body{
    background: rgb(231, 231, 231);
	max-width:720px;
	margin:0 auto;
	position: relative;
	padding-top: 0px;
}
*{
    margin: 0;
    padding: 0;
    border: 0;
}
a{
    text-decoration:none;
    color:white;
}
header{
    width: 100%;
    height: 180px;
    position: relative;
}
.bg{
    background: url('../images/fenglin.jpg') no-repeat;
    height: 180px;

}
.blur {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
header .left{
    position: absolute;
    left:15px;
    top:15px;
}

header .pen{
    border:1px solid white;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top:10px;
    font-size:15px;
    padding:5px 8px;
    color:white;
}
header .title{
    font-family: '楷体';
    width: 255px;
    height: 30px;
    color:white;
    font-size:1.6rem;
    position: absolute;
    top:15px;;
    right: 0;
    bottom:0;
    left: 0;
    margin: auto;
}
header .time{
	text-align:center;
    width: 249px;
    height: 32px;
    padding:5px;
    color:white;
    font-size:14px;
    position: absolute;
    top:95px;;
    right: 0;
    bottom:0;
    left: 0;
    margin: auto;
    background: rgba(211, 211, 211, 0.3);
    border-radius: 30px;
}
.tixing{
    background: rgb(242, 242, 242);
    text-indent: 2em;
    border-top:1px solid black;
    padding:10px;
    font-family: "幼圆";
}
.kefu{
    margin-top:10px;
    background: rgb(242, 242, 242);
    padding: 5px;
}
.kefu img{
    width: 20px;
}
.zhuanshu p{
    margin-top:10px;
    width: 7.2rem;
    font-size:1rem;
    padding: 6px 20px;
    background: rgb(246, 116, 2);
    border-radius: 50px;
    color:white;
    font-family: "幼圆";
    font-style: normal;
	text-align:center;
	box-shadow: 1px 1px 1px 1px #bbb;
}
ul{
    margin-top:15px;
    margin-left:10px;
    list-style: none;
    padding: 0;
}
ul li{
    margin-bottom:20px;
}
ul li span{
    line-height: 15px;
    font-size: 14px;
    font-weight: normal;
}
ul li img{
    vertical-align: middle;
    margin-right:2px;
    margin-left: -10px;
}
.lianxi{
    background: rgb(255, 152, 31);
    padding:5px 10px;
    color:white;
    font-size:15px;
    border-radius: 5px;
    font-weight: normal;
    position: absolute;
    right: 5px;
}
.yanzheng{
    width: 90%;
    margin: 10px auto;
    border-radius: 30px;
    background: rgb(225, 225, 225);
    font-size:15px;
    padding:10px 10px;
}
.chaxun{
    float:right;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgb(246, 116, 2);
    padding:10px 10px;
    margin-right: -10px;
    margin-top:-9px;
    color:white;
}
.yanzheng input{
    width: 150px;
    height: 20px;
    font-size:13px;
}