@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, table, th, td, ol, input, form {
  margin: 0;
  padding: 0;
}
img {
  BORDER-right-width: 0px;
  BORDER-top-width: 0px;
  BORDER-bottom-width: 0px;
  BORDER-left-width: 0px;
}
ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #7e1800;
  text-decoration: underline;
}
body {
  font-family: "SimSun", "宋体", "Arial Narrow", HELVETICA，"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
/*首页-导航样式*/
.zz-nava {
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  color: #f0c8ca;
}
.zz-nava a {
  font-size: 20px;
  color: #f0c8ca;
  text-decoration: none;
}
.zz-nava a:hover {
  color: #871116;
}
.zz-nava:hover {
  color: #871116;
  background-color: #FFFFFF;
}
.wzsy-nava {
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.wzsy-nava a {
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.wzsy-nava a:hover {
  color: #3b2418;
}
.wzsy-nava:hover {
  color: #3b2418;
  background-color: #bfa697;
}
/*焦点图片*/
.jdtpbox {
  width: 500px;
  margin-right: 26px;
  height: 312px;
  float: left;
}
.xwdtlist {
  width: 570px;
  float: left;
}
/*新闻动态*/
.mksy-ggbox {
  height: 426px;
}
.mksy-listtitle {
  font-size: 1.5em;
  line-height: 47px;
  color: #666666;
}
.mksy-list {
  color: #666;
}
.mksy-list ul li {
  line-height: 38px;
}
.mksy-list ul li a {
  font-size: 1em;
  color: #666;
  width: 570px;
  white-space: nowrap;
  overflow: hidden;
  /*隐藏过宽文字*/
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  float: left;
  background-image: url(../images/index_08.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 32px;
}
.mksy-list ul li a:hover {
  color: #6391ed;
  text-decoration: none;
}
.zzbtnbox {
  height: 59px;
  border-radius: 8px;
  background-color: #edd3d4;
}
.zz-tabsbox {
  height: 40px;
  color: #c17276;
  font-size: 1.2em;
}
.zz-tabsbox a:hover {
  color: #c17276;
  border-bottom: 3px solid #CD0003;
  text-decoration: none;
}
.zz-tabsbox-Active{
  color: #c17276;
  border-bottom: 3px solid #CD0003;
  text-decoration: none;
}

/*列表*/
.zzsy-list ul li {
  line-height: 36px;
  font-size: 1em;
  display: block; /*内联对象需加*/
  width: 56em;
  word-break: keep-all; /* 不换行 */
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.zzsy-list ul li a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 720px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zzsy-list ul li a:hover {
  background-image: url(../images/index_20.gif);
  color: #871116;
  text-decoration: none;
}
.zzfofont {
    font-size: 0.8em;
    padding-left: 160px;
    line-height: 28px;
}

/*list列表页面*/
.zzlistzn {
  font-size: 0.7em;
  background-image: url(../images/list_03.gif);
  background-repeat: no-repeat;
  height: 45px;
  line-height: 45px;
  text-indent: 26px;
}
.newlisttitle {
  font-size: 1.5em;
  line-height: 124px;
  color: #333;
  height: 124px;
  width: 300px;
  background-image: url(../images/list_06.gif);
  background-repeat: no-repeat;
}
.newlistnavbox {
  display: inline-block;
  line-height: 50px;
  width: 300px;
  height: 50px;
  background-color: #871116;
  color: #FFF;
}
.newlistnavboxxz {
  display: inline-block;
  line-height: 50px;
  width: 300px;
  height: 50px;
  background-color: #c53f45;
  color: #FFF;
}
.newlistnavbox:hover {
  background-color: #c53f45;
}
.newlistnavbox a {
  color: #FFF;
}
.newlistnavbox a:hover {
  color: #FFF;
  text-decoration: none;
}
/*新闻列表*/
.mk-sider-right {
  width: 780px;
  padding-left: 50px;
  padding-top: 30px;
}
.mk-right-list ul li {
  line-height: 48px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ededed;
  padding-left: 20px;
}
.mk-right-list ul li a {
  font-size: 16px;
  color: #333;
  width: 640px;
  white-space: nowrap;
  overflow: hidden;
  /*隐藏过宽文字*/
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  float: left;
}
.mk-right-list ul li a:hover {
  color: #871116;
  text-decoration: none;
}
.mk-right-list ul li span {
  font-size: 12px;
  color: #999;
}
/*分页码*/
.page {
  float: right;
  margin-top: 20px;
}
.page input {
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  width: 40px;
  height: 30px;
}
.page span {
  font-size: 12px;
  color: #666;
  float: left;
  padding: 10px 5px 5px;
}
.page span a {
  font-family: Arial;
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  color: #666;
  margin-left: 3px;
  float: left;
  padding-top: 6px;
  padding-right: 9px;
  padding-bottom: 6px;
  padding-left: 9px;
}
.pre_next {
  font-family: Webdings;
}
.page span .go {
  margin-left: -1px;
  color: #871116;
  font-weight: bold;
  text-decoration: none;
  background-color: #ededed;
}
.page span .go:hover {
  background-color: #e8f3fd;
}
.page span .page_cur {
  color: #333;
  border: 1px solid #ededed;
  background-color: #ededed;
  text-decoration: none;
}
.page span .page_cur:hover {
  background-color: #e8f3fd;
  border: 1px solid #e8f3fd;
}
.page span .fontct {
  line-height: 15px;
}
.page span .pagetext {
  height: 20px;
  width: 32px;
  border: 1px solid #CCC;
  clear: both;
}
.page span .pagepitch {
  background-color: #e8f3fd;
  border: 1px solid #e8f3fd;
  text-decoration: none;
}

/*新闻页面*/
.zzabouttext {
  color: #666666;
  font-size: 1.15em;
  text-indent: 2.2em;
  line-height: 1.8em;
}

.textxx {
  color: #666;
  font-size: 0.7em;
  margin-right: 1em;
  margin-left: 1em;
}