body
{
    background: #f6f6f6;
}

.logo_box
{
    width: 100%;
    height: 56px;
    border-bottom: 1px #c5c5c5 solid;
    display: table;
}
.logo_box div
{
    display: table-cell;
    /*border: 1px solid #ccc;*/
    vertical-align: middle;
    padding: 0px 15px;
}
.logo_box div.gz
{
    width: 30%;
    text-align: right;
}
.logo_box div.gz a
{
    display: block;
    float: right;
    background: #00C424;
    text-align: center;
    color: #fff;
    width: 70%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
    border-radius: 5px;
}
.news_box
{
    min-width: 280px;
    margin: 15px 15px 30px;
}
.news_box h1
{
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    color: #1a1a1a;
}
.news_box .src
{
    display: block;
    color: #999;
    margin: 5px 0 17px;
    font-size: 12px;
}
.news_box p
{
    font-size: 19px;
    line-height: 29px;
    color: #1a1a1a;
    margin: 17px auto;
}
.news_box p span
{
    color: #0000ff;
}
.news_box p img
{
    max-width: 100%;
    margin: auto;
}
.comment
{
	margin: 15px;
}
.comment h5
{
	font-size: 14px;
	display: inline-block;
    color: #505050;
    padding-bottom: 10px;
    border-bottom: 1px solid #f85959;
    position: relative;
    top: 1px;
}
.comment div
{
    border-top: 1px solid #e0e0e0;
	width:auto;
	padding:15px 0 15px 0;
}
.comment .user_logo{
	float:left;
	width:40px;
	border-radius: 50%;
}
.comment .user_nam
{
	margin-left:10px;
	color:#999;
}
.comment .zan_num
{
    display: block;
    float: right;
    font-size: 12px;
    position: relative;
    top: 3px;
}
.comment .zan_img
{
    display: block;
	float:right;
    height:20px;
	width:20px;
	margin-right: 8px;
    background-image: url("zan1.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.comment .zan_img.cur
{
    background-image: url("zan2.png");
}
.comment .cmt_cnt
{
	color:#434343;
	padding:15px 0px 0px 50px;
}
.alert
{
    background: #339966;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0px;
}
.qrcode
{
    background: #ff9900;
    padding: 20px 0px;
}
.qrcode img
{
    margin: auto;
}