body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,   
fieldset,input,textarea,p,blockquote,th,td,ul {   
margin:0;   
padding:0;   
} 
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #656565;
}
a:hover {
  color: #c08642;
  text-decoration: none;
}
.header {
  idth: 100%;
  height: 122px;
  background: #f2f3eb url(/templets/default/images/bg_head.png) no-repeat;
}
.header .logo {
  padding-top: 35px;
}
.nav {
  height: 52px;
  background-color: #c08642;
}
.nav .nav-list {
  list-style: none;
  padding: 0;
}
.nav .nav-list .nav-item {
  display: inline-block;
  line-height: 52px;
  margin-right: 5%;
}
.nav .nav-list .nav-item:hover,
.nav .nav-list .nav-item.active {
  border-bottom: 2px solid #FF4500;
}
.nav .nav-list .nav-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}


.nav1 {
  height: 52px;
  background-color: #fff;
}
.nav1 .nav1-list {
  list-style: none;
  padding: 0;
}
.nav1 .nav1-list .nav1-item {
  display: inline-block;
  line-height: 52px;
  margin-right: 1.48%;
}
.nav1 .nav1-list .nav1-item:hover,
.nav1 .nav1-list .nav1-item.active {
  border-bottom: 2px solid #FF4500;
}
.nav1 .nav1-list .nav1-item a {
  color: #A9A9A9;
  font-size: 15px;
  font-weight: 600;
}




.category-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.category-panel .category-list {
  height: 120px;
  background: #fdf5e6;
  border: #d0ad9a 1px solid;
  list-style: none;
  padding: 0;
  padding: 16px;
}
.category-panel .category-list .category-item {
  display: inline-block;
  overflow: hidden;
  width: 173px;
}
.category-panel .category-list .category-item .category-title {
  float: left;
  padding-top: 16px;
  background: #d9ae71;
  color: #fff;
  text-align: center;
  line-height: 22px;
  width: 22px;
  height: 80px;
  border: #c59170 1px solid;
  border-radius: 5px;
  font-size: 14px;
}
.category-panel .category-list .category-item .category-sub-list {
  float: left;
  list-style: none;
  padding: 0;
  padding-left: 5px;
  width: 150px;
}
.category-panel .category-list .category-item .category-sub-list .category-sub-item {
  color: #6e6e6e;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  line-height: 36px;
  width: 70px;
  font-family: '宋体';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.re .re-box {
  background-color: #fff;
  padding: 16px;
  overflow: hidden;
}
.re .re-box-list {
  float: left;
  width: 350px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.re .re-box-list .re-box-list-item {
  height: 37px;
  font-size: 15px;
  color: #333;
}
.re .re-box-list .re-box-list-item .item__icon {
  width: 5px;
  height: 10px;
  float: left;
  background: #c9a96e;
  margin-right: 15px;
  margin-top: 7px;
}
.re .re-box-list .re-box-list-item .item__link {
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.re .re-box-images {
  margin-left: 360px;
}
.ui-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.ui-main {
  width: 780px;
  float: left;
}
.ui-side {
  width: 320px;
  float: right;
}
.article-list {
  list-style: none;
  padding: 0;
}
.article-list .article-item {
  background-color: #fff;
  padding: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
.article-list .article-item .article-content {
  width: 460px;
  float: left;
}
.article-list .article-item .article-content .article-content__title {
  font-size: 18px;
  color: #333;
  font-weight:bold;
  margin-bottom:10px;
}
.article-list .article-item .article-content .article-description {
  line-height: 27px;
  color: #858585;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 112px;
  font-size: 15px;
}
.article-list .article-item .article-content .article-content__info {
  text-align: right;
}
.article-list .article-item .article-content .article-content__info .time {
  color: #888;
}
.article-list .article-item .article-media {
  margin-left: 630px;
}
.article-list .article-item .article-media img {
  float: right;
  width: 280px;
  height: 182px;
}
.tap-list {
  overflow: hidden;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.tap-list li {
  float: left;
}
.tap-list li a {
  padding: 0 16px;
  height: 42px;
  line-height: 39px;
  display: inline-block;
  margin: 0 1px;
}
.tap-list li:hover a {
  color: #cc9952;
  border-bottom: 2px solid #CC9952;
}
.tap-list li.active a {
  color: #cc9952;
  border-bottom: 2px solid #cc9952;
}
.box .box-heading {
  font-size: 20px;
  padding: 12px;
  padding-bottom: 0;
  background-color: #fff;
  font-weight: 600;
  border-bottom: #d5d5d5 1px dashed;
}
.box .box-heading .box-title {
  color: #666;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border-bottom: #cca266 2px solid;
  font-size: 20px;
}
.box .box-body {
  padding: 12px;
  background-color: #fff;
  margin-bottom: 16px;
}
.media-header {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 9px;
}
.media-header .media-header__media {
  width: 100%;
  height: 185px;
}
.media-header .media-header__title {
  width: 100%;
  height: 34px;
  background: url(/templets/default/images/bg_.png) repeat-x;
  position: absolute;
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0px;
  bottom: 0;
  left: 0;
}
.text-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-list .text-list-item {
  overflow: hidden;
  height: 30px;
  font-size: 15px;
  color: #333;
}
.text-list .text-list-item .text-list-item__icon {
  width: 5px;
  height: 10px;
  float: left;
  background: #c9a96e;
  margin-right: 15px;
  margin-top: 7px;
}
.text-list .text-list-item .text-list-item__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.media-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.media-list .media-list-item {
  overflow: hidden;
  margin-bottom: 16px;
}
.media-list .media-list-item .media-list-item__media {
  float: left;
  margin-right: 10px;
}
.media-list .media-list-item .media-list-item__media img {
  width: 110px;
  height: 80px;
}
.media-list .media-list-item .media-list-item__title {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  margin-top: 3px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.detail-content-wrapper {
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
}
.detail-content-wrapper .detail-title {
  font-size: 28px;
  padding-bottom: 22px;
  margin: 0;
}
.detail-content-wrapper .detail-info {
  height: 30px;
  color: #cacaca;
  border-bottom: #d5d5d5 1px dashed;
  margin-bottom: 15px;
}
.detail-content-wrapper .detail-tags {
  float: right;
  list-style: none;
  padding: 0;
}
.detail-content-wrapper .detail-tags li {
  display: inline-block;
  margin-right: 8px;
}
.detail-content-wrapper .more {
  width: 410px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url("/templets/default/images/img11.jpg") 0 20px repeat-x;
  margin-top: 35px;
}
.detail-content-wrapper .more a {
  color: #cca266;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-family: '宋体';
}
.footer {
  width: 100%;
  height: 165px;
  background: #fffdf5;
  border-top: #cca266 2px solid;
}
.footer .footer-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
a:not([href]):not([tabindex]) {
  color: none;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: none;
  text-decoration: none;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-item a:hover,
.page-item a:focus,
.page-item a.focus {
  box-shadow: none!important;
}
.btn:hover,
.btn:focus,
.btn.focus {
  box-shadow: none!important;
}
button:focus:hover,
button:focus:focus,
button:focus.focus {
  box-shadow: none!important;
  outline: 0 none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline-block;
  margin-left: 10px;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 3px!important;
  color: #cc9952 !important;
  background-color: #fff !important;
  border: 1px solid #cc9952 !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff !important;
  background-color: #cc9952 !important;
  border-color: #cc9952 !important;
  cursor: pointer;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 3px!important;
  border-bottom-left-radius: 3px!important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px!important;
  border-bottom-right-radius: 3px!important;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #cc9952 !important;
  background-color: #fff !important;
  border-color: #cc9952 !important;
  cursor: not-allowed;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #cc9952 !important;
  border-color: #cc9952 !important;
  cursor: default;
}
.detail-body {
  font-size: 16px;
  line-height: 30px;
  color: #24292e;
  outline: none;
  word-wrap: break-word;
}
.detail-body > :first-child {
  margin-top: 0!important;
}
.detail-body a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.detail-body a:visited {
  color: #4298BA;
}
.detail-body a:hover {
  color: #0F769F;
}
.detail-body a:active {
  color: #9E792E;
}
.detail-body a:hover,
.detail-body a:active {
  outline: 0;
}
.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  font-weight: 600;
  margin: 24px 0 16px;
}
.detail-body h1 {
  font-size: 30px;
}
.detail-body h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecef;
}
.detail-body h3 {
  font-size: 20px;
}
.detail-body h4 {
  font-size: 16px;
}
.detail-body h5 {
  font-size: 16px;
}
.detail-body h6 {
  font-size: 16px;
}
.detail-body p,
.detail-body div {
  margin: 0 0 16px 0;
  word-wrap: break-word;
}
.detail-body b,
.detail-body strong {
  font-weight: bold;
}
.detail-body i,
.detail-body em {
  font-style: italic;
}
.detail-body u {
  text-decoration: underline;
}
.detail-body strike,
.detail-body del {
  text-decoration: line-through;
}
.detail-body ul,
.detail-body ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
.detail-body ul ul,
.detail-body ol ul,
.detail-body ul ol,
.detail-body ol ol {
  padding-left: 30px;
}
.detail-body ul ul,
.detail-body ol ul {
  list-style: circle outside none;
}
.detail-body ul ul ul,
.detail-body ol ul ul {
  list-style: square outside none;
}
.detail-body ol {
  list-style: decimal;
}
.detail-body li + li {
  margin-top: 0.25em;
}
.detail-body blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}
.detail-body blockquote > :first-child {
  margin-top: 0;
}
.detail-body code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
}
.detail-body pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.detail-body pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.detail-body hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.detail-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.detail-body table thead {
  background-color: #f9f9f9;
}
.detail-body table td,
.detail-body table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}
.detail-body table td.active,
.detail-body table th.active {
  background-color: #ffffee;
}
.detail-body mip-img {
  max-width: 100%;
}
.detail-body img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  min-width: auto;
  margin: inherit;
  height: auto;
}

.search_box {
    background: #fff;
    padding: 20px 10px 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
}			
.search_box_1 {
    float: left;
    width: 75%;
    height: 38px;
    line-height: 40px;
    border: 1px solid #d9ae71;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px!important;
    font-size: 16px;
    color: gray;
}
.search_box_2 {
    width: 25%;
    height: 38px;
    color: #fff!important;
    font-size: 16px;
    border-left: none;
    background: #d9ae71!important;
    border: 0!important;
    border-radius: 0!important;
    display: inline;
}
.sidebar-tags {
    margin-top: 0;
    padding-top: 10px;
    background-color: #fff;
    overflow: hidden;}
	
.sidebar-tags li {
    float: left;
    width: 33.33%;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
}
.sidebar-tags li a {
    display: block;
    padding: 0 5px;
    background-color: #f0f0f0;
    color: #c08642;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    border-radius: 2px;
    font-size: 15px;
}

ul li {
    list-style-type: none;
}

.yqlj {
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 15px;
}
.am-g {
    max-width: 1110px;
}
.am-g {
    margin: 0 auto;
    width: 100%;
}


.links ul {
	overflow: hidden;
	margin-top: 2px
}
.links li {
	display: inline-block;
	width: 33.3%;
	float: left;
	line-height: 30px;
	text-align: center
}
.links li a {
	display: block;
}
.links li:hover {
	background: #f7f7f7
}
.whitebg {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#box1111{float:left; position:relative;width:320px;}
.div1{width:320px;}
.div2{position:fixed;_position:absolute;top:0;z-index:320;}

.toolbar-item,.toolbar-layer{background:url(/templets/default/images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度?200px，导航条在右侧悬?/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}
