/*
Website Url:http://www.aiyuanma.org/
*/
* { -webkit-tap-highlight-color: transparent; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }
div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main { margin: 0; padding: 0; }
body { background-color: #fff; font: 100%/1.5em 'Microsoft Yahei Light', 'Microsoft Yahei', Arial, tahoma; }
a { text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; color: #333; }
a:hover { color: #000; }
input,
textarea { -webkit-appearance: none; border: 0; }
input:focus,
textarea:focus { outline: none; }
li { list-style: none; }
.clear { clear: both; }
a img { border: none; }
table { background-color: transparent; border-spacing: 0; border-collapse: collapse; font-size: 16px; width: 100%; border-top: solid 1px #ededed; border-left: solid 1px #ededed; box-sizing: border-box; }
table th { background-color: #f9f9f9; text-align: center; box-sizing: border-box; }
table td,
table th { padding: 10px; border: 1px solid #ededed; box-sizing: border-box; }

/*gold*/
.inner { width: 1200px; margin: 0 auto; }
.blank { width: 100%; height: 80px; }

/*thumbnail*/
.thumbnail a { display: block; padding-bottom: 75%; position: relative; overflow: hidden; }
.thumbnail img,
.thumbnail mip-img { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: transform .3s; }
.thumbnail img:hover { transform: scale(1.1, 1.1); }

/*pagenavi*/
.pagenavi { font-size: 0; line-height: normal; text-align: center; }
.pagenavi a,
.pagenavi span.now-page { display: inline-block; font-size: 14px; height: 32px; line-height: 32px; padding: 0 15px; background-color: #eee; color: #333; margin: 2px; border-radius: 3px; }
.pagenavi span.now-page,
.pagenavi a:hover { background-color: #000; color: #fff; }

/*footer*/
.footer { text-align: center; font-size: 12px; color: #999; padding: 30px 0; background-color: #f9f9f9; text-transform: uppercase; }
.footer a { color: #999; }
mip-gototop { border: none; cursor: pointer; }

/*header*/
.header { background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .04); width: 100%; position: fixed; left: 0; top: 0; z-index: 11; }
.header .inner { height: 80px; position: relative; }

/*logo*/
.logo { float: left; padding: 10px 0; }
.logo a { display: block; color: #fff; width: 190px; height: 60px; background: url(../images/logo.png) no-repeat left center; background-size: contain; text-indent: -9999em; }

/*nav*/
.nav { float: right; }
.nav li { float: left; line-height: 80px; font-size: 18px; padding-left: 50px; display: inline-block; position: relative; font-family: 'Microsoft Yahei'; }
.nav li a { color: #333; display: block; position: relative; z-index: 2; }
.nav li a:after { content: ''; display: block; width: 0; height: 2px; background-color: #333; position: absolute; bottom: 0; left: 0; transition: width .3s, opacity .3s; opacity: 0; }
.nav li a:hover:after { width: 100%; opacity: 1; }
.navBtn { display: none; }

/*wrapper*/
.wrapper { padding: 5% 0; }
.wrapper .inner { overflow: hidden; }

/*entry*/
.entry { font-size: 18px; line-height: 1.875em; color: #222; overflow: hidden; word-break: break-all; }
.entry img,
.entry mip-img,
.entry .mip-fill-content { width: auto; min-width: 0; max-width: 100%; height: auto !important; }
.entry blockquote { margin: 0 2em 2.5%; overflow: hidden; padding: 2.5% 2.5% 0; color: #666; background-color: #f9f9f9; border-radius: 5px; font-style: italic; }
.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { margin-bottom: 2.5%; }
.entry ul,
.entry ol { margin-bottom: 1.5%; padding-left: 1em; margin-left: 2em; }
.entry ul li { list-style: outside disc none; }
.entry ol li { list-style: outside decimal none; }
.entry li p { margin-bottom: 0; }
.entry a { color: #000; text-decoration: underline; }

/*postTags*/
.postTags { margin-bottom: 2.5%; font-size: 16px; line-height: 1.875em; }
.postTags span { font-weight: bold; color: #000; }
.postTags a { color: #333; margin-left: 10px; }
.postTags a:hover { color: #000; }

/*postnavi*/
.postnavi { margin-bottom: 2.5%; font-size: 16px; line-height: 1.875em; }
.postnavi p { padding: 5px 0; }
.postnavi span { font-weight: bold; color: #000; }
.postnavi a { color: #333; }
.postnavi a:hover { color: #000; }

/*related*/
.related { overflow: hidden; }
.related h3 { margin-bottom: 25px; }
.related ul { overflow: hidden; width: 102%; }
.related li { float: left; width: 23%; padding-right: 2%; padding-bottom: 2%; }
.related li .thumbnail { margin-bottom: 5px; }
.related li h4 { font-size: 16px; font-weight: normal; line-height: 1.875em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }

/*bar*/
.bar { padding: 10px 0; background-color: #f9f9f9; }
.bar .inner { overflow: hidden; }
.search { float: right; overflow: hidden; width: 350px; }
.search .submit { float: right; font-size: 14px; width: 50px; height: 40px; background-color: #000; color: #fff; border-radius: 0 5px 5px 0; -webkit-appearance: none; border: none; padding: 0; cursor: pointer; }
.search .input { margin-right: 50px; background-color: #fff; border: 1px solid #eee; border-radius: 5px 0 0 5px; -webkit-appearance: none; display: block; padding: 0; color: #333; overflow: hidden; }
.search .text { height: 24px; width: 90%; padding: 8px 5%; border: none; font-size: 14px; -webkit-box-sizing: content-box; box-sizing: content-box }
.breadcrumb { font-size: 12px; color: #999; margin-right: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 40px; }

/*广告*/
.listpic { overflow: hidden; margin-bottom: 30px; clear: both; }
.listpic a { display: block; }
.listpic img,
.listpic mip-img { display: block; width: 100%; height: auto; }

/*轮播*/
.slides { clear: both; overflow: hidden; }
.slides .item a { display: block; }
.slides .item span { position: absolute; left: 0; bottom: 0; width: 90%; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.75em; padding: 8px 5%; text-align: center; background-color: rgba(0, 0, 0, .65); color: #fff; }
.slides .mip-carousel-nextBtn { background-position: right center; cursor: pointer; }
.slides .mip-carousel-preBtn { background-position: left center; cursor: pointer; }

/*banner*/
.banner { clear: both; padding-bottom: 350px; position: relative; overflow: hidden; background: no-repeat center center; background-size: cover; }

/*hmTags*/
#hmTags { margin-bottom: 5%; padding-bottom: 5%; border-bottom: 1px dashed #e4e4e4; }

/*文章列表*/
.blogList { overflow: hidden; margin-bottom: 20px; }
.blog { overflow: hidden; margin-bottom: 5%; padding-bottom: 5%; border-bottom: 1px dashed #e4e4e4; }
.blog .thumbnail { position: relative; float: left; width: 320px; border-radius: 5px; overflow: hidden; }
.blog .thumbnail i { position: absolute; left: 5px; top: 0; background-color: #fbdb32; color: #fff; font-size: 9px; font-style: normal; font-family: 'Arial'; text-transform: uppercase; padding: 3px; line-height: 1.125em; border-radius: 0 0 2px 2px; }
.blog .info { overflow: hidden; margin-left: 350px; }
.blog h2 { font-weight: normal; font-family: 'Microsoft Yahei'; line-height: 1.75em; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 15px; font-size: 28px; }
.blog .meta { margin-bottom: 15px; }
.blog .meta span { font-size: 14px; color: #555; margin-right: 10px; }
.blog .intro { font-size: 16px; color: #666; line-height: 2em; height: 8em; overflow: hidden; word-break: break-all; text-align: justify; }
.blog:nth-child(2n) .thumbnail { float: right; }
.blog:nth-child(2n) .info { margin-left: 0; margin-right: 350px; }

/*tabBox*/
.tabBox { overflow: hidden; margin-top: 5%; }
.tabBox .tabTop { height: 44px; overflow: hidden; margin-bottom: 3%; }
.tabBox .mip-vd-tabs-nav { padding: 0; }
.tabBox .tab { font-size: 16px; float: left; width: 25%; text-align: center; height: 44px; line-height: 44px; cursor: pointer; background-color: #f5f5f5; color: #333; }
.tabBox .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { border-bottom: none; background-color: #000; color: #fff; }
.tabBox .tabCont { display: none; }
.secret a { display: block; overflow: hidden; }
.secret img,
.secret mip-img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }

/*侧边*/
.divLinkage li { float: left; width: 48%; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.divLinkage li:nth-child(2n) { float: right; }
.divTags ul { overflow: hidden; }
.divTags li { float: left; padding-right: 10px; padding-bottom: 10px; }
.divTags li a { display: block; background-color: #f9f9f9; border-radius: 3px; padding: 3px 12px; color: #fff; font-size: 12px; }
.divTags li a:hover { opacity: .8; }
.divTags li:nth-child(8n-7) a { background-color: #8A9B0F; }
.divTags li:nth-child(8n-6) a { background-color: #EB6841; }
.divTags li:nth-child(8n-5) a { background-color: #3FB8AF; }
.divTags li:nth-child(8n-4) a { background-color: #FE4365; }
.divTags li:nth-child(8n-3) a { background-color: #FC9D9A; }
.divTags li:nth-child(8n-2) a { background-color: #EDC951; }
.divTags li:nth-child(8n-1) a { background-color: #C8C8A9; }
.divTags li:nth-child(8n) a { background-color: #83AF9B; }
.divTags li:first-child a { background-color: #E1474D; }
.divTags li:last-child a { background-color: #3299BB; }

/*article*/
.article .title { font-size: 28px; text-align: center; line-height: 1.5em; font-weight: normal; font-family: 'Microsoft Yahei'; margin-bottom: 3.5%; }
.article .meta { font-size: 0; line-height: normal; text-align: center; margin-bottom: 3.5%; border-bottom: 1px dashed #eee; padding-bottom: 2.5%; }
.article .meta span { font-size: 14px; color: #888; padding: 0 10px; }
.error { text-align: center; }

/*links*/
.links { margin-bottom: 10px; }
.links ul { font-size: 0; line-height: normal; text-align: center; }
.links li { display: inline-block; padding: 2px 6px; font-size: 14px; color: #555; }
.links li a { color: #555; }

/*screen width*/
@media only screen and (max-width:1280px) {

	/*gold*/
	.inner { width: 93.75%; }

	/*nav*/
	.nav li { font-size: 16px; padding-left: 35px; }

	/*banner*/
	.banner { padding-bottom: 27.34%; }

	/*1280px*/
	.blog h2 { font-size: 24px; }

	/*1280px*/
	.entry { font-size: 16px; }

	/*1280px*/
	.article .title { font-size: 26px; }
}
@media only screen and (max-width:960px) {
	.header .inner,
	.blank { height: 60px; }

	/*logo*/
	.logo a { width: 127px; height: 40px; }

	/*nav*/
	.nav li { padding-left: 25px; line-height: 60px; }

	/*960px*/
	.blog .thumbnail { width: 280px; }
	.blog .info { margin-left: 310px; }
	.blog:nth-child(2n) .info { margin-right: 310px; }
	.blog h2 { font-size: 20px; line-height: 1.5em; margin-bottom: 10px; }
	.blog .meta { margin-bottom: 10px; }

	/*960px*/
	.article .title { font-size: 22px; }

	/*960px*/
	.search { width: 300px; }

	/*960px*/
	.breadcrumb { margin-right: 330px; }
}
@media only screen and (max-width:768px) {
	.header .inner,
	.blank { height: 50px; }

	/*logo*/
	.logo a { width: 95px; height: 30px; }

	/*nav*/
	.nav { display: none; }
	.navBtn { width: 25px; height: 20px; position: absolute; right: 0; top: 50%; margin-top: -10px; cursor: pointer; display: block; }
	.navBtn span { position: absolute; left: 0; top: 50%; margin-top: -0.5px; width: 100%; height: 2px; background-color: #333; }
	.navBtn span:before,
	.navBtn span:after { content: ''; display: block; width: 100%; height: 2px; background-color: #333; position: absolute; left: 0; }
	.navBtn span:before { top: -8px; }
	.navBtn span:after { bottom: -8px; }
	#sidenav { z-index: 9 }
	#sidenav .sidebar { z-index: 12; }
	#sidenav button { display: block; border: 1px solid #ccc; width: 30px; height: 30px; border-radius: 50%; color: #666; overflow: hidden; margin: 10px auto; cursor: pointer; background-color: #f8f8f8; }
	#sidenav h3 { font-size: 20px; line-height: 2em; font-weight: normal; color: #000; text-align: center; margin-bottom: 10px; position: relative; }
	#sidenav h3:after { content: ''; display: block; width: 25px; height: 1px; background-color: #999; margin: 15px auto 0; }
	#sidenav h3 a { color: #333; }
	#sidenav ul { width: 200px; }
	#sidenav li { font-size: 18px; }
	#sidenav li a { display: block; line-height: 50px; color: #000; }

	/*wrapper*/
	.wrapper { padding: 7% 0; }

	/*768px*/
	.entry { font-size: 14px; line-height: 2em; }

	/*pagenavi*/
	.pagenavi a,
	.pagenavi span.now-page { font-size: 12px; height: 28px; line-height: 28px; padding: 0 10px; margin-top: 10px; }

	/*footer*/
	.footer { padding: 7% 0; line-height: 1.75em; }
	mip-gototop { display: none !important; }

	/*轮播图*/
	.slides .item span { font-size: 14px; padding: 5px 5%; }
	.slides .mip-fill-content { object-fit: cover; }
	.slides .mip-carousel-preBtn,
	.slides .mip-carousel-nextBtn { background-size: 24px auto; background-position: center center; }

	/*文章列表*/
	.blog .thumbnail { width: 120px; }
	.blog .info { margin-left: 135px; }
	.blog:nth-child(2n) .info { margin-right: 135px; }
	.blog h2 { font-size: 16px; font-weight: bold; white-space: normal; line-height: 1.75em; margin-bottom: 5px; }
	.blog .meta { margin-bottom: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #999; }
	.blog .meta span { margin-right: 0; font-size: 12px; }
	.blog .meta a { color: #999; }
	.blog .wap,
	.blog .intro { display: none; }
	.divTags li a { padding: 2px 12px; }

	/*768*/
	.article .title { font-size: 18px; line-height: 1.75em; }
	.article .meta span { font-size: 12px; }

	/*768*/
	.postTags,
	.postnavi { font-size: 14px; margin-bottom: 3.5%; }

	/*768*/
	.related h3 { margin-bottom: 20px; }
	.related ul { width: 105%; }
	.related li { width: 45%; padding-right: 5%; padding-bottom: 3%; }
	.related li h4 { font-size: 14px; line-height: 2em; }

	/*bar*/
	.bar { padding: 15px 0 5px; }
	.search { float: none; width: auto; }
	.search .text { padding-top: 5px; padding-bottom: 5px; }
	.search .submit { height: 36px; }
	.breadcrumb { margin-right: 0; text-align: center; }
	.listpic { margin-bottom: 20px; }

	/*links*/
	.links { margin-bottom: 5px; }
	.links li { padding: 2px 5px; font-size: 12px; }

	/*768*/
	.tabBox .tabTop,
	.tabBox .mip-vd-tabs-nav { height: 32px; }
	.tabBox .tab { height: 32px; line-height: 32px; font-size: 14px; font-weight: bold; margin-top: 10%; }

	/*768*/
	#hmTags { margin-bottom: 7%; }
	#hmTags li { padding: 0 5px 5px 0; }
	#hmTags a { padding-top: 0; padding-bottom: 0; line-height: 2em; }
}