﻿.Gnews-detail {
    width: 96%;
    margin: 0 auto;
    margin-top: 15px;
    position: relative
}

.detail-titles {
    text-align: center;
    margin-bottom: 10px;
}

.detail-titles h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.detail-titles h1 {
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    margin: 0;
}

.detail-infos {
    height: 30px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    color: #969696;
    text-align: center;
    line-height: 30px;
}

.detail-infos span.text {
    padding-left: 5px;
}

.detail-content {
    line-height: 28px;
    font-size: 14px;
    font-family: "微软雅黑";
    text-align: justify;
}

.detail-content img {
    max-width: 600px;
    height: auto;
}

.relative-txt {
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.relativeList {
    line-height: 200%;
}

.relativeList {
    width: 100%;
}

.relativeList-left {}

.relativeList-right {
    width: 80px;
    text-align: right;
}

.up {
    width: auto;
    height: 30px;
    margin-top: 30px;
}

.down {
    width: auto;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wz {
    width: auto;
    float: left
}

.fenxiang {
    position: absolute;
    right: 0px;
    margin-top: 60px;
}




@media(max-width: 750px){
	.detail-content img {
   	 	width: 80% !important;
   	 	height: auto !important;
	}
}