﻿.main{
    position: relative;
}

.main .guidang{
    position: absolute; 
    top:0; 
    right:10px;
    z-index:2;
}

.main .guidang p{
    font-size:17px;
    color:#C50200;
}

.Con{
    width: 1200px;
    margin: 25px auto;
    border: solid 1px #ececec;
}

.pos{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
}

.Con .newList{
    margin-top: 0;
}

.Con .newList li{
    width: 100%;
    overflow: hidden;
    line-height: 66px;
    border-bottom: dashed 1px #ececec;
}

.Con .newList li a{
    width: 80%;
    overflow: hidden;
    line-height: 66px;
    border-bottom: dashed 1px #ececec;
}

.Con .newList li .dot{
    width: 6px;
    height: 6px;
    background-color: #398bcd;
    float: left;
    margin: 30px 20px;
    border-radius: 3px;
}

.Con .newList li .time{
    margin-right: 20px;
}

.page {
    height: 41px;
    margin: 20px auto;
    text-align: center;
    padding-top: 12px;
    float: right;
    margin-right: 30px;
}

.page a {
    color: #398bcd;
    padding: 4px 7px 4px 11px;
    margin: 0 2px;
    background-color: #e7e7e7;
}

.page a.current {
    color: #fff;
    background-color: #398bcd;
}

.pageWrap{
    overflow: hidden;
}

.zw-title {
    width: 1100px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #282828;
    margin: 45px auto;
}

.zw-info {
    width: 1100px;
    margin: 30px auto;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #d5d5d5;
    font-size: 14px;
    color: #666;
    text-align: left;
    position: relative;
}

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

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

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


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

.zw {
    width: 1100px;
    margin: 15px auto 50px auto;
    font-size: 16px;
    line-height: 32px;
    color: #424242;
}

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

.xgwz{
    width: 1100px;
    margin: 0 auto;
}

.xgwz .xgwzTitle{
    font-size: 22px;
    font-weight: bold;
    color: #006fb7;
}

.xgwz .list {
    margin: 26px auto 40px;
}

.xgwz .list li {
    line-height: 26px;
    margin: 12px 0;
    list-style: none;
}

.xgwz .list li span.point {
    display: inline-block;
    width: 6px;
    border-radius: 3px;
    height: 6px;
    background: #398bcd;
    margin-right: 10px;
    vertical-align: 3px;
}

.xgwz .list li a {
    max-width: 88%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xgwz .list li a:hover {
    color: #006fb7;
}

.xgwz .list li span.time {
    float: right;
    color: #398bcd;
}
