@CHARSET "UTF-8";
a {
    text-decoration: none;
}

input {
    outline: none;
}

body {
   /*  height: auto; */
   /*  background: #F5F5F5; */
}

.headerPart {
    width: 100%;
    height: 3.5624rem;
    text-align: center;
    font-size: 1.211rem;
    font-weight: bold;
    color: #009932;
    background: white;
    line-height: 3.5624rem;
	border-bottom: 1px solid;
    position: fixed;
    z-index: 2;
    top: 0;
}

.headerPart>a {
    display: inline-block;
}

.returnBtn {
    float: left;
    margin-left: 1.0687rem;
}

.returnBtn>img {
    width: 0.64125rem;
    height: 1.14rem;
}
img{
	max-width:99%;
}

.infodetail{margin: 3.7rem 1rem 1rem;}
.infodetail #title{font-size: 24px; font-weight: bold;padding-top: 10px;}
.infodetail #base{width: 100%; height: 36px; line-height: 36px; padding: 15px 0px; border-bottom: 1px solid #EEE;display: inline-block;}
.infodetail #base span{font-size: 16px; color: #808080;}
.infodetail #base span a{font-size: 16px; color: #2f82ff;}
.infodetail #base #time{float: left;}
.infodetail #base #author{float: right;}
.infodetail #content{padding-top: 20px; line-height: 26px; padding-bottom: 30px; font-size: 16px;}
.infodetail #round {padding-top: 25px; border-top: 1px solid #EEE;padding-bottom: 20px;}
.infodetail #round li{height: auto;}
.infodetail #round a{padding: 8px 10px; border: 1px solid #E8E8E8; color: #2f82ff; display: block; margin-bottom: 8px;}
.infodetail #round #pre{width: 100%;}
.infodetail #round #next{width: 100%;}













