.news-notice-detail {
  margin: 30px auto 40px;
}
.news-notice-detail .detail-module {
    float: left;
  border: 1px solid #ECECEC;
  width: 930px;
  padding: 30px;
  box-sizing: border-box;
}
.news-notice-detail .detail-relevant {
    float: right;
    width: 250px;
}
.news-notice-detail .rele-cont {
    width: 250px;
    padding: 0 20px;
    border: 1px solid #ECECEC;
}
.news-notice-detail .rele-cont.fixed {
    top: 20px;
    position: fixed;
}
.news-notice-detail .rele-title {
    margin: 20px 0;
    padding-bottom: 12px;
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
    padding-left: 8px;
}
.news-notice-detail .rele-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 3px;
    background: #123463;
}
.news-notice-detail .rele-links {}
.news-notice-detail .rele-links a {
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news-notice-detail .rele-links a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}
.news-notice-detail .rele-links a:hover {
    color: #0074B9;
}
.news-notice-detail .detail-module .title {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.news-notice-detail .detail-module .content {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-top: 32px;
}
.news-notice-detail .detail-module .content  em {
    font-style: italic;
    color: inherit;
}
.news-notice-detail .detail-module .content a {
  color: #0074B9;
  text-decoration: underline;
}
.news-notice-detail .detail-module .content .p-center {
	text-align: center;
}
.news-notice-detail .detail-module .content p {
  margin: 20px 0;
}
.news-notice-detail .detail-module .content br {
	display: inline-block;
	width:100%;
	height: 20px;
}
.news-notice-detail .detail-module .content br:after {
	display: inline-block;
	width:100%;
	height: 20px;
}
.news-notice-detail .detail-module .content img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.news-notice-detail .detail-module .content .touch {
  margin-top: 26px;
}
.news-notice-detail .detail-module .content .enclosure {
  font-size: 14px;
  color: #123463;
  margin-top: 30px;
  font-weight: bold;
  cursor: pointer;
}
.news-notice-detail .detail-module .content .detail-foot {
  margin-top: 28px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
	.news-notice-detail .detail-module{
        width: 100%;
		padding: 20px;
        overflow: hidden;
	}
    .news-notice-detail .rele-cont{
        width: 100%;
    }
    .news-notice-detail .detail-relevant{
        width: 100%;
        margin-top: 20px;
    }
	.news-notice-detail .detail-module .title{
		font-size: 18px;
	}
}