@charset "utf-8";
/* CSS Document design by ip3q.com */
* { margin: 0; padding: 0; }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #b1987a; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1000px; margin: auto; position: relative; }
header { width: 180px; float: left; }
.logo { background: #81694f; text-align: center; height: 120px; line-height: 120px; font-weight: bold; font-size: 24px; }
.logo a { color: #fbfaf8; display: block; outline: none; }
nav li { line-height: 44px; text-align: center; font-size: 16px; }
nav li a { display: block }
nav li:hover, a#selected { color: #695439; background: #ebe3d5; }
main { float: right; width: 780px; margin-right: 20px; position: relative; }
/*search*/
.search { width: 90%; margin: 20px auto; position: relative; border: #ccc 1px solid; border-radius: 5px; overflow: hidden; }
.search input.input_text { width: 80%; border: 0; background: #fff; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; }
.search input.input_submit { border: 0; background: #fff; width: 30px; margin: auto; top: 3px; line-height: 30px; border-radius: 3px; text-indent: 1em; background: url(../images/search.png) no-repeat left 10px center; background-size: 16px; outline: none; position: absolute; cursor: pointer; }
/*newsbox*/
.newsbox { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; }
.news { float: left; width: 43%; margin: 0 0 20px 0; border: #e9e9e9 1px solid; padding: 10px 20px 20px; }
.news li span { font-size: 14px; color: #999; float: right; }
.news li { line-height: 30px; margin: 10px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news h2 { margin-bottom: 15px; font-size: 18px; }
.news h2 a { color: #ac9979; }
/*footer*/
footer {font-size: 14px;margin: auto;padding: 30px 0;line-height: 30px;border-top: 1px solid #f0f0f0;overflow: hidden;text-align: center;color: #999;margin-top: 10px;}
footer a {color: #999;}
footer a:hover { color: #000;  }
.ga img { display: inline-block; vertical-align: middle; margin: 0 5px; }
/*weizhi*/
.weizhi { border-bottom: 1px solid #e9e9e9; font-size: 14px; line-height: 30px; font-weight: normal; margin: 10px 0 0; color: #999; }
.weizhi a { color: #999 }
/*sr_list*/
.sr_list ul { overflow: hidden; padding: 20px; }
.sr_list ul li { width: 50%; float: left; color: #999; font-size: 14px; margin: 5px 0; position: relative; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-indent: 1em; }
.sr_list ul li a { font-size: 15px; }
.sr_list ul li a:hover { text-decoration: underline; }
.sr_list ul li:after { position: absolute; content: ""; width: 3px; height: 3px; background: #c5c5c5; left: 0; top: 14px; }
/*pic_list*/
.pic_list ul { padding: 0; overflow: hidden; }
.pic_list li:after { display: none }
.pic_list li { width: 50%; height: 100px; overflow: hidden; white-space: inherit; text-overflow: ellipsis; text-indent: inherit; float: left; margin: 20px 0; }
.pic_list li h3 { padding-top: 5px; margin: 0 0 10px 0; font-size: 17px; }
.pic_list li i { float: left; display: block; width: 24%; height: 100px; overflow: hidden; margin-right: 10px; }
.pic_list li img { width: 100%; transition: .5s }
.pic_list li:hover img { transform: scale(1.1); }
.pic_list li section { margin: 10px; overflow: hidden; }
.pic_list li p { line-height: 24px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; color: #999; font-size: 14px; }
/*pagelist*/
.pagelist { text-align: center; color: #666; clear: both; font-size: 14px; }
.pagelist a { color: #5c626c; margin: 5px; padding: 5px 10px; background: #f4f4f5; display: inline-block; }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #b1987a; text-decoration: none; }
.pagelist > b { padding: 5px 10px; margin: 5px; }
.info-pre-next { overflow: hidden; margin: 10px 0; }
.info-pre-next li {  }
.info-pre-next li a { display: block; text-align: center; padding: 10px 20px; }
.info-pre-next li:nth-child(1) { text-align: left; float: left; }
.info-pre-next li:nth-child(2) { text-align: right; float: right; }
/*content*/
.content_title { padding: 20px 0 0 0; position: relative; }
.content i { float: left; display: block; width: 110px; margin: 10px 20px 0 0; }
.content i img { margin-bottom: 0; }
.sp a { color: #b1987a; }
.content_title:after { width: 5px; position: absolute; top: 5px; left: 0 }
.content_title h1 { font-size: 26px; line-height: 28px; padding-bottom: 15px; font-weight: normal; }
.content_title p { font-size: 13px; font-weight: normal; color: #999999; }
.content_title p span { margin-right: 5px }
.content { font-size: 16px; line-height: 1.8; word-break: break-all; color: #333; overflow: hidden; }
.content p { margin: 20px 0; }
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 20px 0; line-height: 1.2; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content h5 { font-size: 17px; }
.content h6 { font-size: 16px; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 30px 0; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }
/*yiwen*/
.yiwen p { color: #81694f; line-height: 33px; letter-spacing: 0.1em; }
/*xt_search*/
.xt_search { margin: 20px 0; color: #333; }
.xt_search strong { color: #f00; }
.blogs_search ul li { margin-bottom: 30px; }
.blogs_search ul li h2 { font-weight: normal; margin: 0; font-size: 16px; margin-top: 10px; }
.blogs_search ul li h2 a { color: #07519A; }
.blogs_search ul li h2 a:hover, .color_purple:hover { text-decoration: underline }
.blogs_search ul li p { font-size: 14px; margin: 5px 0; }
.color_green { color: green; font-size: 14px; }
.color_purple { color: #77c; }
/*sr_base*/
.sr_base { background: #f6f6f6; padding: 20px; overflow: hidden; margin-bottom: 20px }
.sr_base i { float: left; width: 100px; margin-right: 20px; }
.sr_base i img { width: 100%; }
.sr_base h3 { font-size: 18px; padding: 15px 0; }
.sr_base p { color: #767676; line-height: 24px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-bottom: 3px; }
/*h_title*/
.h_title { overflow: hidden; border-bottom: #efefef 1px solid; margin: 20px 0; }
.h_title p { color: #999; font-size: 16px; margin-right: 30px; position: relative; cursor: pointer; display: inline-block; line-height: 50px; }
.h_title p:after { content: ""; width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; background: #695439; }
/*newslist*/
.newslist ul { margin: 10px auto }
.newslist ul li { border-bottom: 1px solid #e9e9e9; overflow: hidden; padding: 10px 0 20px 0; margin-bottom: 10px; }
.newslist ul li:last-child { border: none }
.newslist p { color: #777; line-height: 24px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-bottom: 13px; }
.newslist h2 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0px 0 8px; line-height: 28px; font-size: 18px; }
.b_time { float: right; color: #cbcbcb; font-size: 13px; }
.b_class a { color: #8c6a42; border-radius: 4px; font-size: 14px; }

 @media (max-width: 768px) {
body { background: none; }
.box { width: 100% }
header { width: 100%; box-shadow: 0 0 5px #999; z-index: 9; background: #ebe5de !important }
.logo { line-height: 40px; height: 40px; font-weight: normal; text-align: left; padding-left: 10px; }
main { width: auto; margin: 0; float: none; padding: 10px 10px 0; overflow: hidden; margin: 30px 0 0 0; }
.btn { display: none; }
/*mnav*/
#mnavh { width: 40px; height: 40px; text-align: center; right: 0; top: 0; position: absolute; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #fff; margin-top: 20px; margin-left: 0px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #fff; transition-property: margin, transform, -webkit-transform; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #fff; }
#starlist { display: none; }
nav li { width: 33.333%; float: left; font-size: 14px; line-height: 36px; }
nav { overflow: hidden; }
nav li a { border-radius: 4px; border: #a1896e 1px solid; margin: 5px; background: #a88f6f; color: #fffdfc; }
ul#starlist { padding: 0 10px 20px 10px; overflow: hidden; background: #ebe5de; }
nav li:hover a, a#selected { color: #fbfaf8; background: #81694f; }
.search { margin: 15px auto; }
}
 @media (max-width: 640px) {
.search input.input_text { width: 90%;}
.news { width: 100% }
footer { font-size: 12px; padding: 20px; line-height: 24px; }
.sr_nav ul { display: flow-root; }
.sr_nav { padding: 10px; }
.sr_nav li { margin: 10px; }
.fenlei_info { display: none }
.sr_list ul li { width: 100%; font-size: 12px; }
.sr_list ul { padding: 10px }
.pic_list li { width: 100%; height: 90px; }
.pic_list li i { height: 90px; }
.sr_base i { width: 70px; margin-right: 10px; }
.sr_base { padding: 10px; }
.sr_base h3 { font-size: 15px; padding: 5px 0; }
.sr_base p { font-size: 12px; line-height: 20px; margin-bottom: 3px; }
.newslist ul li span a { background: none !important; color: #999; }
.newslist ul li h2 { white-space: normal; margin: 0; font-weight: normal; font-size: 16px; line-height: 22px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-bottom: 13px; }
.newslist ul li em { height: 80px; margin-bottom: 10px; }
.newslist ul li { padding: 5px 0; }
.newslist li i { width: 31%; height: 80px; float: right; margin-left: 20px; margin-right: 0; }
.newslist p { display: none }
.pagelist { margin: 10px auto; }
.b_time { font-size: 12px; line-height: 20px; }
.content_title h1 { font-size: 22px; }
}