*{
	font-size:inherit;
}

.pos {
    width: 90%;
    line-height: 1.2rem;
    margin: 0.8rem auto;
    background: url(../images/position.png) no-repeat left top;
    padding-left: 1rem;
    font-size: 1rem;
    color: #454545;
}

.pos a {
    color: #454545;
    font-size:0.8rem;
}

.con{
	overflow:hidden;
}

:link, :visited, ins {
    text-decoration: none;
}

.viewList {
    width: 96%;
    margin: 1rem auto;
    border: solid 1px #f0f0f0;
}

.zw-title {
    width: 96%;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    color: #282828;
    margin: 2rem auto;
}

.zw-info {
    width: 96%;
    margin: 1rem auto;
    padding-bottom: 0.4rem;
    border-bottom: dashed 1px #d5d5d5;
    font-size: 0.9rem;
    color: #666;
    position: relative;
    text-align: center;
}

.zw-info .time {
    display:block;
    margin: 0 20px;
}

.zw-info .changeFont {
    float: right;
    padding-right: 110px;
}

#lFont, #mFont, #sFont {
    margin: 0 5px;
    cursor: pointer;
}

.shareIcon {
    width: 100px;
    margin: 45px auto;
    position: absolute;
    top: -53px;
    right: 0px;
}

.zw {
    width: 95%;
    margin: 1rem auto 4rem auto;
    color: #424242;
    font-size: 1rem;
}

.zw p{
    line-height:1.8rem;
    margin-top: 1rem;
}

.zw img{
	width:100%;
    max-width:100%;
    height: auto;
    margin:10px auto;
}

.xgwz {
    width: 96%;
    margin: 0 auto;
}

.xgwz .time{
    margin-left: 0.9rem;
}

.t-title {
    font-size: 1rem;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #2c8be9;
    border-left: 3px solid #2c8be9;
    padding-left: 0.6rem;
}

.viewList ul {
    list-style: none;
    margin: 1rem 0.5rem 0 0.5rem;
    overflow: hidden;
}

.viewList ul li {
    color: #3b3939;
    overflow: hidden;
    margin: 0 auto 0.8rem auto;
}

.xgwz ul {
    list-style: none;
    margin: 30px 30px 0 20px;
    overflow: hidden;
}

.xgwz ul li {
    width: 100%;
    line-height: 32px;
    color: #3b3939;
    overflow: hidden;
    margin: .5rem 0;
}

.viewList ul li .dot {
    width: 6px;
    height: 6px;
    background-color: #2c8be9;
    float: left;
    margin: 0.7rem 0.5rem 0 0;
}

.viewList ul li .til {
    width: 94%;
    overflow: hidden;
    display: block;
    float: left;
    line-height: 1.8rem;
}

.viewList ul li a {
    color: #3b3939;
    margin-right: 0.5rem;
}

.xgwz ul li .til {
    /*width: 80%;*/
}

.viewList ul li .time {
    font-size: 0.8rem;
    color: #9e9e9e;
    white-space: nowrap;
}

.page {
    width: 96%;
    margin: 1rem auto;
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
}

.page a.current {
    color: #fff;
    background-color: #3d7dcb;
}