﻿.header {
    width: 100%;
    height: 300px;
    background: url("../images/banner_bg.jpg") repeat-x;
    position: relative;
    overflow: hidden;
}

.header .headCon {
    width: 1200px;
    margin: 0 auto;
    background: url("../images/banners.jpg") no-repeat;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.con{
    margin-bottom: 40px;
}

.viewList {
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #f0f0f0;
}

.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;
    line-height: 40px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #d5d5d5;
    font-size: 14px;
    color: #666;
    text-align:left;
    position:relative;
}

.zw-info .time {
    margin: 0 20px 0 0;
}

.zw-info .changeFont {
    margin-right: 20px;
}

.zw-info .print {
    margin-right: 20px;
    cursor:pointer;
}

#lFont, #mFont, #sFont {
    margin: 0 5px;
    cursor: pointer;
}

.zw {
    width: 1100px;
    margin: 15px auto 50px auto;
    font-size: 16px;
    line-height: 36px;
    color: #424242;   
}

.zw strong{
    font-weight: bold;
}

.zw p{
	margin-top: 10px;
    line-height: 2em;
    text-align: justify;
}

.zw img {
    display: block;
    max-width:100%;
    margin: 15px auto!important;
}

.my-fav {
    display: none;
}

.with-fav{
    color: #d2322a;
}

.fav-wrap{
    margin-right: 20px;
    display: inline-block;
}

.fav-wrap a{
    cursor: pointer;
}

.wyfk{
    background: #d2322a;
    color: #ffffff;
    border-radius: 10px;
    display: block;
    width: 400px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    margin: 30px auto 50px;
}

.wyfk:hover{
    color: #ffffff;
}
