﻿#content {
    width: 1200px;
    margin: 10px auto;
    padding: 20px 0;
    text-align: left;
    overflow: hidden;
}

#contentDetail {
    margin-top: -20px;
    padding: 0;
    background-color: white;
    padding: 30px 20px 0px 20px;
    overflow: hidden;
}

#contentDetail .siteMap {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #b2b2b2;
}

.path {
    float: left;
    margin-left: 20px;
    text-align: left;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    margin: 0 auto;
}



.path span {
    background: url(../images/icons.png) no-repeat 0 -744px;
    padding-left: 21px;
}

.articleContent {
    overflow: hidden;
    text-align: left;
    padding: 40px;
}

.printArea .title {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
}

.printArea .articleInfo {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 16px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px dashed #ddd;
}

.printArea .articleInfo span {
    padding: 0 5px;
}

.printArea .contentTxt {
    color: #333;
    font-size: 18px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.contentTxt p {
    line-height: 50px;
    text-indent:2em;
}



/* 上下条 */
.articlePiece {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 15px;
}

.articlePiece span{
    font-weight: bold;
}

.articlePiece .prev,
.articlePiece .next {
    line-height: 30px;
    display: flex;
}

.articlePiece .date {
    color: #999;
}
.articlePiece a{
    display: block;
    flex: 1;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
	color: #ccc;
}
.articlePiece a:hover{
	color: #000;
}
.articleInfo .size a{
	color: #ccc;
}
.articleInfo .size a:hover{
	color: #000;
}


/* .articlePiece {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 15px;
}

.articlePiece span{
    font-weight: bold;
}

.articlePiece .prev,
.articlePiece .next {
    line-height: 30px;
}

.articlePiece .date {
    color: #999;
}
.articlePiece a{
	color: #0077AA;
}
.articlePiece a:hover{
	color: #000;
}
.articleInfo .size a{
	color: #74ACD6;
}
.articleInfo .size a:hover{
	color: #000;
} */

.print_tool{

	margin: 5px 0;
}
.print_tool a{
	display: block;
	font-size: 14px;
	color: #000;
	float: right;
	font-weight: 600;
}
.m_header,.m_mask,.footer{display:none}
@media screen and (max-width: 960px){
	.top, .header, .siteMap,footer,.print_tool{ display:none !important;}
    .articleContent, .printArea, .title, .articleInfo,.contentTxt,#content{width:100%; padding:0px; margin:0px;}
    #content{padding: 20px 0;}
.m_header,.m_mask,.footer{display:block}
.m_header{
	width: 100%;
	position: relative;
	background-color: #3b6ea1;
	padding: 25px 10px;
	box-sizing: border-box;
}
.m_header .back,.m_header .close{
	position: absolute;
    top: 12px;
    left: 10px;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
}
.m_header .menu{
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
}
.m_header  img{
	width: 100%;
}

.m_header h1{
	text-align: center;
	line-height: 25px;
	color: #FFF;
	font-size: 19px;
}

.footer{
    width: 100%;
    height: 1.5rem;
    background: #e7e7e7;
    padding-top: 0.36rem;
    margin-top: 0.5rem;
}
.footer p{
    font-size: 0.2rem;
    color: #565555;
    margin-bottom: 0.04rem;
    text-align: center;
}
.footer a{
    font-size: 0.2rem;
    color: #565555;
    margin: 0 2px;
}
.m_mask{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
	z-index: 1;
	display: none;
}
.m_mask ul{
	padding: 10px 15px 15px 15px;
    width: auto;
    height: 90%;
	overflow-y: scroll;
	margin-bottom: 0.1rem;
	box-sizing: border-box;
}
.m_mask li{
	padding-top:10px;
	margin-bottom: 0.2rem;
}
.m_mask h1{
	display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
    height: 42px;
}
.m_mask h1 a{
	color: #000;
	padding: 5px 10px;
	border-left:4px solid #3b6ea1;
}
.m_mask li p{
	padding: 5px 0;
    line-height: 0.2rem;
}
.m_mask li p a{
	width: 42%;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    color: #333;
	border: 1px solid #ececec;
    font-size: 0.14rem;
	
}
/* m_top end */
}
