* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #E1E0C7;
  color: #333
}
img {
  border: 0;
  display: block
}
li, ul {
  list-style: none
}
a {
  text-decoration: none;
  color: #000
}
a:hover {
  text-decoration: none;
  color: #c37465
}
.clear {
  clear: both;
  width: 100%;
  overflow: hidden
}
.box {
  width: 1300px;
  margin: auto;
  position: relative
}
.ibody {
  background: rgba(255, 255, 255, .7);
  margin: auto;
  width: 1000px;
  position: absolute;
  left: 150px;
  top: 0
}
.ibody:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  left: 180px
}
header {
  width: 180px;
  float: left
}
.logo {
  background: #5D6146;
  text-align: center;
  height: 120px;
  line-height: 120px;
  font-weight: 700;
  font-size: 24px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.logo a {
  color: #F0EFE2;
  display: block;
  outline: 0
}
.logo a.imlogo{ 
	max-width:80%
}
.logo a img {
  max-width:100%;
  max-height:80px
}
nav li {
  line-height: 44px;
  text-align: center;
  font-size: 16px
}
nav li a {
  display: block
}
nav li ul {
  display: none
}
a.selected, nav li:hover {
  color: #695439;
  background: #ebead7
}
main {
  float: right;
  width: 780px;
  margin-right: 20px;
  position: relative;
  min-height: 100vh
}
.search {
  width: 90%;
  margin: 20px auto;
  overflow: hidden
}
.search input {
  border: #ccc 1px solid;
  width: 99%;
  margin: auto;
  line-height: 30px;
  border-radius: 3px;
  font-size: 12px;
  text-indent: 2em;
  background: url(img/search.png) no-repeat left 5px center;
  background-size: 16px;
  outline: 0
}
.banner {
  width: 540px;
  height: 280px;
  margin-top: 20px;
  float: left;
  overflow: hidden;
  border-radius: 4px
}
.banner img {
  transition: .5s
}
.banner img:hover {
  transform: scale(1.02)
}
.headline {
  width: 226px;
  height: 280px;
  float: right;
  overflow: hidden;
  margin-top: 20px
}
.headline ul {
  overflow: hidden
}
.headline ul li {
  width: 100%;
  overflow: hidden;
  height: 132px;
  position: relative;
  border-radius: 4px
}
.headline ul li:first-child {
  margin-bottom: 14px
}
.headline ul li p {
  position: absolute;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: rgba(0, 0, 0, .35);
  bottom: 0;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-indent: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.headline ul li:hover p {
  background: rgba(0, 0, 0, .5)
}
.headline ul li i img {
  width: 100%;
  min-height: 100%;
  transition: .5s
}
.headline ul li:hover img {
  transform: scale(1.1)
}
.newsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px
}
.news {
  float: left;
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
  border: #b7b47a 1px solid;
  padding: 20px;
  position: relative;
}
.kk {
  background: url(img/zj_bg.png) left top;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.k1 {
  left: -0.5px;
  top: -1px;
}
.k2 {
  right: -1px;
  top: -1px;
  background-position: right 0px;
}
.k3 {
  left: -0.5px;
  bottom: -1px;
  background-position: left bottom;
}
.k4 {
  right: -1px;
  bottom: -1px;
  background-position: right bottom;
}
.news li span {
  font-size: 14px;
  color: #999;
  float: right
}
.news li {
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.news h2 {
  margin-bottom: 10px;
  font-size: 18px
}
.news h2 a {
  color: #c37465
}
footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
  color: #999;
  margin-top: 20px
}
footer a {
  color: #999
}
footer a:hover {
  color: #000
}
.weizhi {
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0 0;
  color: #999
}
.weizhi a {
  color: #999
}
.sr_nav {
  margin: 20px 0;
  padding: 20px 10px;
  background: #ebead7;
  overflow: hidden
}
.sr_nav li {
  display: inline-block;
  float: left;
  color: #c37465
}
.sr_nav li a {
  display: block;
  margin: 0 10px
}
.sr_nav ul {
  display: flex;
  flex-wrap: wrap
}
.sr_nav li a:hover, a.pagecurrent {
  color: #c37465
}
.fenlei_info {
  color: #666;
  line-height: 26px;
  padding: 15px;
  border: #e6ebea 1px solid;
  background: #f9f7f5;
  font-size: 14px;
  margin: 20px 0
}
.sr_list {
  min-height: 60vh
}
.sr_list h2 a,.sr_list.ylink h2{
  color: #c37465;
  font-size: 18px;
}
.sr_list ul {
  overflow: hidden;
  padding: 10px 0 0
}
.sr_list ul li {
  width: 33.333%;
  float: left;
  color: #999;
  font-size: 14px;
  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
}
.sr_list.ylink {
  min-height: auto
}
.sr_list.ylink ul li{
	width: 16.66%;
}

.pic_list h2 {
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 30px
}
.pic_list ul {
  padding: 0;
  overflow: hidden
}
.pic_list li:after {
  display: none
}
.pic_list li {
  width: 50%;
  height: 140px;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
  text-indent: inherit;
  float: left;
  margin: 10px 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: 120px;
  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 {
  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: #c37465;
  text-decoration: none
}
.pagelist > b {
  padding: 5px 10px;
  margin: 5px
}
.pagelist a.page_all {
  display: none
}
.content_title {
  margin: 20px 0 0 0;
  position: relative
}
.content i {
  float: left;
  display: block;
  width: 110px;
  margin: 0 20px 0 0
}
.content i img {
  margin-bottom: 0
}
.sp a {
  color: #c37465
}
.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: 400
}
.content_title p {
  font-size: 13px;
  font-weight: 400;
  color: #999
}
.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,.content .tags {
  margin: 20px 0
}
.content ol, .content ul {
  margin: 20px 0 20px 35px
}
.content ol li, .content ul 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: 4px 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: #fff
}
.content span.marker {
  background: #ff0
}
.content .tags a {
	display:inline-block;
	margin-right: 10px;
}
#yiwen {
  display: none
}
.bth-yw {
  right: 0;
  top: 20px;
  width: 36px;
  height: 36px;
  border: #aaadac 1px solid;
  line-height: 36px;
  color: #aaadac;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  position: absolute
}
#yiwen p {
  color: #5D6146;
  line-height: 33px;
  letter-spacing: .1em
}
.bth-yw.on {
  background: #aaadac;
  color: #fff
}
.sr_base {
  background: #eeeedf;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px
}
.sr_base i {
  float: left;
  width: 120px;
  margin-right: 20px
}
.sr_base i img {
  width: 100%
}
.sr_base h3 {
  font-size: 18px;
  padding: 5px 0 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: 3;
  margin-bottom: 13px
}
.h_title {
  overflow: hidden;
  border-bottom: #efefef 1px solid;
  margin: 20px 0
}
.h_title p {
  color: #c37465;
  font-size: 20px;
  font-weight: bold;
  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: #5d6146
}
.newslist ul {
  margin: 10px auto
}
.newslist ul li, .catlist {
  border: #b7b47a 1px solid;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
}
.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: 0 0 8px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400
}
.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: 0 0
  }
  .box {
    width: 100%
  }
  .ibody {
    width: 100%;
    position: inherit;
    overflow: hidden;
    left: inherit
  }
  header {
    width: 100%;
    box-shadow: 0 0 5px #999;
    z-index: 9;
    background: #ebead7 !important
  }
  .logo {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
	justify-content: flex-start
  }
  .logo a.imlogo img{ 
	max-height:40px
}
  main {
    width: auto;
    margin: 0;
    float: none;
    padding: 10px 10px 0;
    overflow: hidden;
    margin: 30px 0 0 0
  }
  .ibody:before {
    display: none
  }
  .page_down {
    display: none !important
  }
  .page_up {
    display: none !important
  }
  .btn {
    display: none
  }
  #mnavh {
    width: 40px;
    height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    position: absolute
  }
  .navicon {
    display: block;
    position: relative;
    width: 27px;
    height: 2px;
    background-color: #F0EFE2;
    margin-top: 24px;
    margin-left: 0;
    float: left
  }
  .navicon:after, .navicon:before {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    background: #F0EFE2;
    transition-property: margin, transform, -webkit-transform;
    transition-duration: .3s
  }
  .navicon:before {
    margin-top: -9px
  }
  .navicon:after {
    margin-top: 9px
  }
  .open .navicon {
    background: 0 0
  }
  .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:after, .open .navicon:before {
    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: #5d6146 1px solid;
    margin: 5px;
    background: #5d6146;
    color: #fffdfc
  }
  ul#starlist {
    padding: 0 10px 20px 10px;
    overflow: hidden;
    background: #ebead7
  }
  a#selected, nav li:hover a {
    color: #F0EFE2;
    background: #5D6146
  }
  .search {
    margin: 15px auto
  }
  .search input {
    background: url(img/search.png) no-repeat left 5px center #fff;
    background-size: 16px
  }
  .banner {
    width: calc(100% - 215px);
    height: 280px
  }
  .swiper-slide img {
    width: 100%;
    min-height: 280px
  }
  .headline {
    width: 200px;
  }
}
@media (max-width:640px) {
  .banner {
    width: 100%;
    height: auto
  }
  .swiper-slide img {
    min-height: auto
  }
  .headline {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .headline ul li {
    width: 49%;
    float: left;
    height: 120px;
    margin-bottom: 0 !important
  }
  .headline ul li:nth-child(2) {
    float: right
  }
  .headline ul li p {
    font-size: 12px;
    line-height: 30px;
    height: 30px
  }
  .news {
    width: 100%
  }
  footer {
    font-size: 12px;
    padding: 20px;
    line-height: 24px
  }
  .sr_nav {
    padding: 10px;
    margin-bottom: 0
  }
  .sr_nav li {
    margin: 10px
  }
  .fenlei_info {
    display: none
  }
  .sr_list ul li {
    width: 50%;
    font-size: 12px
  }
.sr_list.ylink ul li{
	width: 25%;
}
  .pic_list li {
    width: 100%
  }
  .sr_base i {
    width: 50px;
    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: 10px
  }
  .newslist ul li span a {
    background: 0 0 !important;
    color: #999
  }
  .newslist ul li h2 {
    white-space: normal;
    margin: 0;
    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: 15px
  }
  .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
  }
}

@media (max-width:479px) {
	.sr_list.ylink ul li{
	width: 33.33%;
}
}