.clearFix:after{
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}




.articleHtml,body{
	background-color: #f8f8f8;
}
.articleHtml{
	padding: 20px 0 60px 0;
}
.articleLayout{
	width: 1200px;
	margin: 0 auto;
}


.artHeader{
	width: 70%;
}
.artHeader a{
	display: block;
	color: #666666;
	width: 33.3%;
	float: left;
	border-bottom: 2px solid #eeeeee;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.artHeader a.active{
	border-color: #e73628;
	color: #e73628;
}
.articleLayout .lefts{
	width: 70%;
	float: left;
}
.articleLayout .rights{
	margin-left: 1%;
	width: 29%;
	float: right;
	background-color: #ffffff;
}
.artiCard{
	background-color: #ffffff;
	display: none;
}
.artiCard.active{
	display: block;
}
.artiCard .cardItems{
	border-bottom: 1px dashed #eee;
}
.artiCard .cardItems li{
	padding: 20px;
	border-bottom: 1px dashed #eee;

	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.artiCard .cardItems li:hover{
	box-shadow: 0 0 25px #ddd;
	border-color: transparent;
}
.artiCard .cardItems a:last-child li{
	margin-bottom: 0;
	border-bottom: none;
}
.artiCard .cardItems li:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.artiCard li .times{
	display: block;
	float: left;
	width: 10%;
	text-align: center;
	padding: 8px 5px;
	/*background-color: #e73628;*/
}
.artiCard li .times .data{
	font-weight: bold;
	color: #ffffff;
	font-size: 22px;
	padding-bottom: 7px;
}
.artiCard li .times .month{
	color: #fff;
	font-size: 14px;
}
.artiCard li .txtCons{
	display: block;
	width: 90%;
	float: left;
	padding-left: 10px;
	vertical-align: top;
}
.artiCard li .txtCons .titles{
    font-size: 17px;
    color: #666;
    margin: 0;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 10px;
}
.artiCard li .txtCons .detailTxts{
	font-size: 14px;
	color: #999;
}
/*.artiCard .cardItems li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 5px;
	background-color: #e73628;
	border-radius: 10px;
}
.artiCard .cardItems li:after{
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
.artiCard .cardItems a li span{
	display: block;
}
.artiCard .cardItems a li span:nth-child(1){
	float: left;
	font-size: 14px;
	color: #666;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.artiCard .cardItems li:hover span:nth-child(1){
	color: #333333;
	text-shadow: 0 0 3px #999;
}
.artiCard .cardItems a li span:nth-child(2){
	float: right;
	font-size: 12px;
	color: #999;
}*/


.pageItems{
	text-align: center;
	padding: 20px 0;
}
.pageItems a,.pageItems span{
	display: inline-block;
	border: 1px solid #e5e5e5;
	color: #999;
	background-color: #fafafa;
	padding: 5px 10px;
}
.pageItems span.current{
	margin-right: 5px;
}
    .pageItems a.active, .pageItems a:hover, .pageItems span.current {
        background: linear-gradient(to right, #0fbbd8, #067db2);
        color: #ffffff;
    }
.pageItems a.more,.pageItems a.more:hover{
	border: none;
	background-color: transparent;
	color: #999;
}
.pageItems span{
	color: #999;
	padding-left: 10px;
}
.tipsCard .cardItems{
	padding: 20px 14px;
}
    .tipsCard .cardItems .titles {
        font-size: 16px;
        color: #333333;
        display: inline-block;
        //background-color: #00c9a1;
        padding: 0 0 10px 0;
        margin-bottom: 20px;
        border-bottom: 2px solid #00c9a1;
    }
.tipsCard .cardItems .itemsBoxs a{
	display: inline-block;
	border: 1px solid #dadada;
	color: #666666;
	padding: 5px;
	margin: 0 8px 8px 0;

	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.tipsCard .cardItems .itemsBoxs a:hover{
	background-color: #e73628;
	color: #fff;
	border-color: #e73628;
}
.tipsCard .cardItems .olReadBoxs{
	/*padding-left: 1.3rem;*/
}
.tipsCard .cardItems .olReadBoxs li{
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.tipsCard .cardItems .olReadBoxs li:hover{
	text-shadow: 0 0 3px #999;
	color: #333;
}
.olReadBoxs li:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.olReadBoxs li .times{
	display: block;
	float: left;
	width: 30%;
	text-align: center;
	padding: 8px 5px;
	background-color: #e73628;
}
.olReadBoxs li .times .data{
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 7px;
}
.olReadBoxs li .times .month{
	color: #fff;
	font-size: 14px;
}
.olReadBoxs li .txtCons{
	display: block;
	width: 70%;
	float: left;
	padding-left: 10px;
	vertical-align: top;
}
.olReadBoxs li .txtCons .titles{
	font-size: 14px;
	color: #666;
	margin: 0;
	border: none;

	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.olReadBoxs li .txtCons .titles:hover{
	color: #333;
	text-shadow: 0 0 3px #999;
}
.olReadBoxs li .txtCons .recmmTxts{
	font-size: 12px;
	color: #999;
}
/*.tipsCard .cardItems .olReadBoxs a li{
	border-bottom: 1px dashed #dddddd;
	list-style-type: decimal;
	position: relative;
	padding: 10px 0;

	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.tipsCard .cardItems .olReadBoxs a li:hover{
	text-shadow: 0 0 3px #666;
	color: #333333;
}
.tipsCard .cardItems .olReadBoxs a:nth-child(1) li{
	padding-top: 0;
}
.tipsCard .cardItems .olReadBoxs a li:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.tipsCard .cardItems .olReadBoxs a li span.times{
	display: inline-block;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}*/


/*
 * æ–‡ç« è¯¦æƒ…é¡µ
 */
 .location{
 	padding: 15px 0;
 }
.location span{
	color: #666666;
	font-size: 14px;
}
.detailCard{
	background-color: #ffffff;
}
.detailCard h1{
	font-size: 24px;
	color: #333333;
	padding: 30px 0;
	text-align: center;
}
.detailCard .detTexts{
	padding-bottom: 30px;
}
.detailCard .detTexts span{
	display: inline-block;
	width: 50%;
	color: #999;
}
.detailCard .detTexts span:nth-child(1){
	float: left;
	text-align: right;
	padding-right: 15px;
}
.detailCard .detTexts span:nth-child(2){
	float: right;
	text-align: left;
	padding-left: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.detailCard .cardContents{
	padding: 0 20px;
}
.detailCard .cardContents *{
	font-family: "Microsoft Yahei";
	line-height: 24px;
}
.detailCard .cardContents > p{
	text-indent: 2em;
}
.detailCard .cardContents .texts{
	line-height: 36px;
	font-size: 16px;
	color: #333333;
}

/* ç›¸å…³æŽ¨è */
.relatedItems{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #ddd;
}
.relatedItems .titles{
	font-size: 16px;
    color: #333333;
    display: inline-block;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e73628;
}
.relatedItems .relaWrap p{
	width: 45%;
	font-size: 14px;
	color: #666;
	padding: 5px 0 8px 0;
	border-bottom: 1px dashed #ddd;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.relatedItems .relaWrap p:hover{
	text-shadow: 0 0 5px #999;
	color: #333;
}
.relatedItems .relaWrap a:nth-child(odd) p{
	float: left;
}
.relatedItems .relaWrap a:nth-child(even) p{
	float: right;
}
	/*ç›¸å…³æ–‡ç« å†…å®¹ç®€ä»‹*/
.introItems{
	margin-top: 50px;
	border: 1px solid #e73628;
}
.introItems .introTit{
	background-color: #e73628;
	min-height: 38px;
	position: relative;
}
.introItems .introTit span{
	display: inline-block;
	margin-left: 10px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
    position: absolute;
    bottom: 0;
    padding: 3px 10px;
}
.introItems .introCons{
	padding: 20px 10px;
}
.introItems .introCons .titles span{
	display: inline-block;
}
.introItems .introCons .titles .nums{
	font-size: 12px;
    background-color: #e73628;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    vertical-align: top;
    box-shadow: 3px 3px 0px rgba(231, 54, 40, 0.58);
    margin-top: 2px;
}
.introItems .introCons .titles .tit{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.introItems .introCons .conTexts{
	padding: 10px 0;
}
.introItems .introCons .conTexts .txt{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.introItems .introCons .conTexts a{
	color: #e73628;
}

/*å­—æ¯æ–‡ç« */
.letter-log{
	margin: 20px 10px;
}
.letter-log .letterA{
	font-size: 14px;
	color: #666;
	border: 1px solid #dadada;
	border-left-color: #ddd;
	padding: 5px 9px;
	display: inline-block;
	float: left;
	margin-right: -1px;
	cursor: pointer;

	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.letter-log .letterA:hover{
	background-color: #e73628;
	color:#fff;
	border: 1px solid #e73628;
	border-left-color: #e73628;
}
.letter-log .letterA.active{
	background-color: #e73628;
	color:#fff;
	border: 1px solid #e73628;
	border-left-color: #e73628;
}
.letterNews{
	padding-bottom: 30px;
}
.letterNews a{
	width: 330px;
	float: left;
	margin: 0 49px 0 10px;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
	/* margin-bottom: 10px; */
	display: block;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.show-letter{
	display: none;
}
.show-letter.active{
	display: block;
}
