html{overflow:auto; width:100%; color: #333; background: #fff;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, menu,dl, dt, dd, ul, ol, li,pre,fieldset, lengend, button, input, textarea, form,th, td {margin: 0;padding: 0;}
body,button, input, select, textarea {font: 13px/150% Helvetica, Verdana, Arial, "微软雅黑", sans-serif; color: #666;}
body{width:100%;}

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size: 100%;}

address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }
small { font-size: 14px; }
ul, ol, li{ list-style: none; list-style-position:outside; list-style-type:none;}
a { text-decoration: none; color:#666;}
a:hover { text-decoration:none; color:#004a83;}
q:before, q:after { content: ''; }
legend { color: #000; }
fieldset, img { border: none; }
button, input, select, textarea {font-size: 100%;}
table {border-collapse: collapse;border-spacing: 0;}

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; zoom:1}
.blank{height: 30px; clear: both;; width: 100%; float: none; overflow: hidden;}
.sprite{background: url(../images/sprite.png) no-repeat;}
.pr{position: relative;}
.fL{float: left;}
.fR{float: right;}
.underLine{text-decoration:underline;}
.tR{text-align: right;}
.tC{text-align: center;}
.tL{text-align: left !important;}
.fBox{padding-bottom: 20px;}
.marL{margin-left: 20px;}
.marR{margin-left: 20px;}
.marB{margin-bottom: 10px;}
.alignM{vertical-align: middle;}
.pL{padding-left: 10px;}
.pR{padding-right: 10px;}
.pT{padding-top: 20px;}
.pD{padding-bottom: 10px;}
.disb{display: block;}

.fSize_12{font-size: 12px;}
.fSize_14{font-size: 14px;}
.fSize_16{font-size: 16px;}
.fSize_18{font-size: 18px;}
.fSize_20{font-size: 20px;}
.fSize_22{font-size: 22px;}
.fSize_50{font-size: 50px;}

.fColor_33{color: #333;}
.fColor_66{color: #666;}
.fColor_99{color: #999;}
.fColor_b3{color: #b3b3b3;}
.fColor_2f{color: #2fa4e3;}
.fColor_fe{color: #fead44;}
.fColor_ed{color: #ed2140;}
.fColor_cc{color: #ccc;}

.fLineHeight_18{line-height: 18px;}
.fLineHeight_21{line-height: 21px;}
.fLineHeight_24{line-height: 24px;}
.fLineHeight_27{line-height: 27px;}
.fLineHeight_30{line-height: 30px;}
.fLineHeight_33{line-height: 33px;}
.fLineHeight_50{line-height: 50px;}

.line{border-bottom: 1px solid #dcdcdc;}
.borderColor{border: 1px solid #dcdcdc;}



.slide {
		-moz-transition: all 200ms ease-out;
		-webkit-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
.rotate-90:hover {
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
	}
	
.rotate-20:hover {
		-moz-transform:rotate(20deg);
		-webkit-transform:rotate(20deg);
		-o-transform:rotate(20deg);
		-ms-transform:rotate(20deg);
		transform:rotate(20deg);
	}

.other{background-color: #eee; text-align: center; padding: 4px 0; color: #999; margin: 0 0 10px;}


.crumb{color: #c3c3c3;}
.crumb a{color: inherit;}
.crumb a:hover{color: #141e96;}
.fL{float: left;}.fR{float: right;}
.padL{padding-left: 10px;}.padR{padding-right: 10px;}.padT{padding-top: 10px;}.padB{padding-bottom: 10px;}.pad{padding: 10px;}
.marL{margin-left: 10px;}.marR{margin-right: 10px;}.marT{margin-top: 10px;}.marB{margin-bottom: 10px;}.mar{margin: 10px;}

.fangda img {
    -webkit-transition: -webkit-transform .5s;
       -moz-transition:         transform .5s;
        -ms-transition:     -ms-transform .5s;
            transition:         transform .5s;
}

.fangda:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

  .fangda1 img {
    -webkit-transition: -webkit-transform .5s;
       -moz-transition:         transform .5s;
        -ms-transition:     -ms-transform .5s;
            transition:         transform .5s;
}

.fangda1:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 15px;
}

.articleList2 li{border-bottom: 1px solid #ddd;}
