/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.container {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #333;
  background: #fff;
  font: 16px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1230px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #333;
}
input {
  outline: none;
}
a:hover {
  color: #BD0000;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
a,
img {
  transition: all 0.3s ease-in-out;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
.header {
  background: #F5F5F5;
  padding: 32px 0 28px;
}
.header .search-box .contribute:hover {
  opacity: 0.9;
}
.header .search-box form {
  margin-left: 12px;
  height: 41px;
  border: #d16319 2px solid;
  border-radius: 2px;
  padding-left: 10px;
}
.header .search-box form .text {
  width: 178px;
  padding: 11px 0;
  font-size: 16px;
  background: none;
}
.header .search-box form .image {
  height: 41px;
}

.banner {
  position: relative;
}
.banner:after {
  content: '';
  width: 100%;
  height: 68px;
  background: url(../images/mask.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner .bd li a,
.banner .bd li img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 16px;
  text-align: center;
  z-index: 1;
}
.banner .hd li {
  display: inline-block;
  margin: 0 8px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.banner .hd li.on {
  background: #46ccab;
}
/* 集团要闻 */
.news-box {
  padding: 30px 0 44px;
  background: url(../images/new-bg.jpg) no-repeat center;
  background-size: cover;
}
.news-box .list-box {
  width: 582px;
  height: 264px;
  overflow: hidden;
  background: #467fcc url(../images/text-bg.png) no-repeat left 6px;
  padding: 28px 24px;
}
.news-box .list-box .first h4 a {
  display: block;
  font-size: 24px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .list-box .first p {
  margin-top: 10px;
}
.news-box .list-box .first p a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #d6e4f6;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .list-box .first:hover h4 a {
  color: #46ccab;
}
.news-box .list-box ul {
  margin-top: 20px;
}
.news-box .list-box ul li a {
  color: #fff;
  padding-left: 17px;
  position: relative;
}
.news-box .list-box ul li a:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #46ccab;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.news-box .list-box ul li span {
  color: #fff;
}
.news-box .list-box ul li:hover a {
  color: #46ccab;
}
.news-box .news-banner {
  width: 570px;
  height: 320px;
  overflow: hidden;
}
.news-box .news-banner .bd li {
  position: relative;
  height: 320px;
}
.news-box .news-banner .bd li:after {
  content: '';
  width: 100%;
  height: 47px;
  background: url(../images/new-mask.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-box .news-banner .bd li a,
.news-box .news-banner .bd li img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-box .news-banner .bd li p {
  position: absolute;
  bottom: 5px;
  width: 90%;
  left: 5%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.news-box .news-banner .bd li:hover img {
  transform: scale(1.1);
}
.list-box li {
  height: 36px;
  line-height: 36px;
  padding-right: 80px;
  position: relative;
}
.list-box li a {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.list-box li:hover a {
  color: #467fcc;
}
.title {
  text-align: center;
}
.title h3 {
  width: 184px;
  height: 45px;
  line-height: 45px;
  padding-top: 6px;
  display: inline-block;
  background: url(../images/title-bg.png) no-repeat center;
  font-size: 24px;
  color: #467fcc;
  font-weight: normal;
}
.mt32 {
  margin-top: 32px;
}
/* 部门动态 */
.dynamic-box {
  background: url(../images/new-bg2.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 55px;
}
.dynamic-box .tab {
  width: 173px;
}
.dynamic-box .tab h4 {
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: #20529c;
  font-size: 24px;
  color: #92b4e2;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dynamic-box .tab h4.on {
  background: #759fd8 url(../images/tab.png) no-repeat 8px center;
  color: #fff;
}
.dynamic-box .tab h4.on:after {
  content: '';
  width: 8px;
  height: 100%;
  background: #46ccab;
  position: absolute;
  left: 0;
  top: 0;
}
.dynamic-box .bd {
  margin-left: 173px;
  background: #759fd8;
}
.dynamic-box .bd .item {
  height: 414px;
  padding: 0 48px;
  overflow: hidden;
}
.dynamic-box .bd .item .first {
  margin-top: 36px;
}
.dynamic-box .bd .item .first .pic {
  width: 380px;
  height: 180px;
  float: left;
}
.dynamic-box .bd .item .first .pic a,
.dynamic-box .bd .item .first .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.dynamic-box .bd .item .first .text {
  width: 510px;
  float: right;
}
.dynamic-box .bd .item .first .text h5 a {
  font-size: 18px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  display: block;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic-box .bd .item .first .text p {
  margin-top: 20px;
}
.dynamic-box .bd .item .first .text p a {
  font-size: 14px;
  line-height: 24px;
  color: #d6e4f6;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dynamic-box .bd .item .first:hover img {
  transform: scale(1.1);
}
.dynamic-box .bd .item .first:hover h5 a {
  color: #46ccab;
}
.dynamic-box .bd .item ul {
  margin-top: 25px;
}
.dynamic-box .bd .item ul li {
  width: 50%;
  float: left;
}
.dynamic-box .bd .item ul li a {
  display: block;
  padding-left: 30px;
  padding-right: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic-box .bd .item ul li a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: #20529c 2px solid;
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -5.5px;
}
.dynamic-box .bd .item ul li:hover a {
  color: #46ccab;
}
/* 通知公告 */
.bg {
  padding: 30px 0 43px;
  background: url(../images/announcements-bg.jpg) no-repeat center;
}
.announcements-box .tab h3 {
  margin: 0 3px;
  background: none;
  position: relative;
}
.announcements-box .tab h3.on {
  background: url(../images/title-bg.png) no-repeat center;
}
.announcements-box .tab h3.on:after {
  content: '';
  border: 5px solid transparent;
  border-top-color: #467fcc;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.announcements-box .bd ul {
  margin-top: 35px;
  margin-left: -8px;
  margin-right: -8px;
  clear: both;
  overflow: hidden;
}
.announcements-box .bd ul li {
  width: 288px;
  height: 94px;
  float: left;
  margin: 0 8px;
  background: #dee7f2;
  margin-bottom: 18px;
}
.announcements-box .bd ul li a {
  height: 100%;
  display: block;
  padding-right: 18px;
}
.announcements-box .bd ul li .date {
  width: 84px;
  height: 100%;
  background: url(../images/date-bg.png) no-repeat center;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.announcements-box .bd ul li .date strong {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-top: 10px;
  line-height: 40px;
}
.announcements-box .bd ul li p {
  line-height: 24px;
  margin-left: 100px;
  margin-top: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.announcements-box .bd ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px 0;
}
/* 后勤风采 */
.scenery-box {
  margin-top: 38px;
}
.scenery-box .tit {
  width: 567px;
  height: 201px;
  overflow: hidden;
}
.scenery-box .tit h3 {
  margin-top: 65px;
  font-size: 36px;
  line-height: 1;
  color: #467fcc;
  font-weight: normal;
}
.scenery-box .tit strong {
  font-size: 80px;
  line-height: 90px;
  color: #467fcc;
  opacity: 0.12;
  text-transform: uppercase;
  font-weight: normal;
}
.scenery-box .scenery {
  width: 633px;
  height: 201px;
}
.scenery-box .scenery .pic {
  width: 50%;
  height: 100%;
  float: left;
}
.scenery-box .scenery .pic a,
.scenery-box .scenery .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.scenery-box .scenery .pic:hover img {
  transform: scale(1.1);
}
.scenery-box .scenery .text {
  width: 50%;
  height: 100%;
  float: left;
  background: #467fcc url(../images/hq.png) no-repeat left center;
  position: relative;
}
.scenery-box .scenery .text:after {
  content: '';
  width: 17px;
  height: 22px;
  background: url(../images/text-left.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -11px;
  z-index: 1;
}
.scenery-box .scenery .text a {
  display: block;
  padding: 42px;
  color: #fff;
  height: 117px;
  overflow: hidden;
}
.scenery-box .scenery .text:hover p {
  opacity: 0.8;
}
.scenery-box .scenery-com {
  width: 567px;
}
.scenery-box .scenery-com .scenery .text {
  width: 287px;
  background: #269176 url(../images/kxj-g.png) no-repeat right center;
  background-size: contain;
}
.scenery-box .scenery-com .scenery .text:after {
  content: '';
  border: 11px solid transparent;
  border-right: #269176 16px solid;
  background: none;
  width: 0;
  height: 0;
  left: -27px;
}
.scenery-box .scenery-com .scenery .pic {
  width: 287px;
}
.scenery-box .scenery-com .scenery div:first-child {
  width: 280px;
}
.scenery-box .scenery-com .scenery:first-child .text {
  background: #ce9441 url(../images/kxj-y.png) no-repeat left center;
  background-size: contain;
}
.scenery-box .scenery-com .scenery:first-child .text:after {
  content: '';
  border: 11px solid transparent;
  border-left: #ce9441 16px solid;
  background: none;
  width: 0;
  height: 0;
  left: auto;
  right: -27px;
}
.scenery-box .scenery-banner {
  width: 633px;
  height: 402px;
  overflow: hidden;
}
.scenery-box .scenery-banner .bd li {
  position: relative;
  height: 402px;
}
.scenery-box .scenery-banner .bd li a,
.scenery-box .scenery-banner .bd li img {
  display: block;
  width: 100%;
  height: 100%;
}
.scenery-box .scenery-banner .bd li:after {
  content: '';
  width: 100%;
  height: 47px;
  background: url(../images/new-mask.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.scenery-box .scenery-banner .bd li p {
  position: absolute;
  bottom: 5px;
  width: 90%;
  left: 5%;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scenery-box .scenery-banner .bd li:hover img {
  transform: scale(1.1);
}
/* 采购公告 */
.procurement-box {
  padding: 45px 0 40px;
  background: url(../images/link-bg.jpg) no-repeat center;
  background-size: cover;
}
.procurement-box .procurement {
  width: 632px;
}
.procurement-box .procurement .tab h4 {
  width: 173px;
  height: 55px;
  line-height: 55px;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 24px;
  color: #92b4e2;
  background: #20529c;
  font-weight: normal;
  text-align: center;
  float: left;
}
.procurement-box .procurement .tab h4.on {
  background: #ffffff url(../images/cg.png) no-repeat left bottom;
  margin-top: 0;
  border-top: 6px solid #46ccab;
  color: #20529c;
}
.procurement-box .procurement .bd .item {
  height: 272px;
  background: #fff;
  padding: 0 36px;
}
.procurement-box .procurement .bd .item ul {
  margin-top: 32px;
}
.procurement-box .procurement .bd .item li a {
  color: #333333;
  padding-left: 24px;
  position: relative;
}
.procurement-box .procurement .bd .item li a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: #20529c 2px solid;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}
.procurement-box .procurement .bd .item li:hover a {
  color: #467fcc;
}
.procurement-box .links-icon {
  width: 440px;
  margin-right: 60px;
}
.procurement-box .links-icon ul {
  padding-top: 22px;
}
.procurement-box .links-icon ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  margin-bottom: 13px;
}
.procurement-box .links-icon ul li a {
  display: block;
}
.procurement-box .links-icon ul li em {
  width: 100%;
  height: 50px;
  display: block;
}
.procurement-box .links-icon ul li em img {
  height: 50px;
  display: block;
  margin: 0 auto;
}
.procurement-box .links-icon ul li p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.procurement-box .links-icon ul li:hover em {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
  opacity: 0.9;
}
.procurement-box .links-icon ul li:hover p {
  opacity: 0.8;
}
.procurement-box .link-banner {
  margin-top: 15px;
  overflow: hidden;
}
.procurement-box .link-banner .bd li {
  width: 390px;
  height: 80px;
  margin-right: 15px;
}
.procurement-box .link-banner .bd li a,
.procurement-box .link-banner .bd li img {
  width: 100%;
  height: 100%;
  display: block;
}
.procurement-box .link-banner .bd li:hover img {
  transform: scale(1.1);
}
/* 由小变大的抖动 */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  10%,
  20% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(8deg) scale(1);
    transform: rotate(8deg) scale(1);
  }
  40%,
  60% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  10%,
  20% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(8deg) scale(1);
    transform: rotate(8deg) scale(1);
  }
  40%,
  60% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
}

/* 增加 */
.news-banner {
  position: relative;
}
.news-banner .hd {
  position: absolute;
  right: 15px;
  top: 15px;
}
.news-banner .hd li {
  display: block;
  margin: 8px 0;
  width: 13px;
  height: 13px;
  background: #fff;

  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.news-banner .hd li.on {
  background: #46ccab;
}
.scenery-box .scenery-banner .bd li p {
  width: 65%;
}
.scenery-banner {
  position: relative;
}
.scenery-banner .hd {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.scenery-banner .hd li {
  display: inline-block;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.scenery-banner .hd li.on {
  background: #46ccab;
}
/*全局样式 end*/







/*  -----------------二级页面开始---------------------- */
.nybanner{ width:100%;}
.nybanner img{ width:100%;}

/*内页样式*/
.ny{width:1200px; margin:20px auto 0 auto; padding-bottom:30px;}
.ny_left{ float:left; width:250px;}
.ny_left_top{ height:70px; width:250px; border-bottom:1px solid #ddd; padding-top:5px; background:#BD0000; font-size:18px; text-align:center; line-height:65px; color:#fff; font-weight:bold;}
.ny_right{ float:right; width:920px; min-height:600px; }
.ny_right_con{ line-height:34px !important; padding-top:15px; font-size:15px;}

.ny_right1{width:1100px; margin:0 auto;}

.nycolumn1{ height: 45px; border-bottom:1px solid #dfdfdf; margin: 0px auto;}
.nycolumn1_l{ color: #222; font-size:20px;  font-weight: bold; float: left;  border-bottom:2px solid #BD0000; line-height:43px; padding:0 10px;}
.nycolumn1_r{ padding-right: 10px; font-size:14px; color: #888888; line-height:30px; float: right;}
.nycolumn1_r a{color: #888888;}
.nycolumn1_r a.hover{color: #BD0000;}



/*次级页面二级菜单*/

.sidenav{ overflow:hidden; display:block; width:250px; }
.accordion { width:100%; }
.accordion .nav-link {display: block;   height:auto; min-height:53px; line-height:53px; font-size:16px; outline:none; border-left:3px solid #BD0000;  }
.accordion .nav-link a{ display: block; }
.accordion .nav-link:hover{  color: #467fcc !important; font-weight:bold; border-left:3px solid #BD0000; background:#f3f3f3; font-size:16px; }
.accordion .nav-link:hover a{  color: #BD0000 !important;  font-weight:bold; font-size:16px; }
.accordion .nav-link.hover{  color: #467fcc !important;  font-weight:bold; border-left:3px solid #BD0000;  background:#f3f3f3; font-size:16px; }
.accordion .nav-link.hover a{  color: #BD0000 !important;  font-weight:bold; font-size:16px; }
.currentnav{ background:#f7f8fa !important; color: #fff !important; }

.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; font-size:16px; border-bottom:2px solid #fff; background:#f7f8fa;overflow:hidden;     text-align: center; }
.accordion li:last-child .nav-link { font-size:16px; }
.accordion li i { display:block; width:30px; height:30px; background:url(../images/xia.png) center no-repeat; position: absolute;top:12px;right: 12px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li.open .nav-link { color: #BD0000 !important; border-left:3px solid #BD0000;  background:#f3f3f3; font-size:16px;  }
.accordion li.open .nav-link a{color: #BD0000 !important; font-size:16px; }
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.sidemenu {display: none; font-size:14px !important; background:#f6f6f6; border-top:none; padding:10px 0;}
.sidemenu li { background:#f6f6f6; font-size:14px !important;border-bottom:none;}
.sidemenu a { display: block;font-size:14px !important;text-decoration: none; padding:8px 8px; padding-left:40px; -webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.on{color:#BD0000; background:#fff; padding-left:40px !important; } 
.sidemenu a:hover {color:#BD0000; background:#fff; padding-left:40px !important; }



.dpzw{ padding-top:10px; font-size:16px; line-height:34px;}
.dpzw p{ text-indent:2em; margin-bottom:10px; }
.dpzw img{text-align: center; max-width:800px; margin:0 auto; display: block;} 

.dpzw table {font-size:14px; width:90%; margin:0 auto; border-collapse: collapse;}
.dpzw table td{text-align: center; padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.dpzw table td p{ text-indent:0em !important; margin-bottom:0px;}



.m-list3 {
	
}
.m-list3 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list3  .pic3 {
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	position:relative;
border-radius: 50%;
    border: 10px solid #f2ebe4;
}
.m-list3  .pic3 img {
	    width: 100%;
    height: auto;
 -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;  z-index:1;
}
.m-list3  .pic3:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.m-list3 .txt4 {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list3 .txt4 p {
	height: 48px;
	font-size: 14px;
	line-height:24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list3 .info {
	padding: 5px 0;
	line-height: 25px;
}
.m-list3 .info .time1 {
	padding-left: 5px;
	color: #BD0000;
}

.m-list4 {
	
}
.m-list4 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list4  .pic3 {
	float: left;
	overflow: hidden;
	width: 220px;
	height: 150px;
	position:relative;

    border: 5px solid #f2ebe4;
}
.m-list4  .pic3 img {
	    width: 100%;
    height: auto;
 -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;  z-index:1;
}
.m-list4  .pic3:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.m-list4 .txt4 {
	overflow: hidden;
	padding-left: 20px;
}
.m-list4 .tit4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list4 .txt4 p {
	height: 48px;
	font-size: 14px;
	line-height:24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list4 .info {
	padding: 5px 0;
	line-height: 25px;
}
.m-list4 .info .time1 {
	padding-left: 5px;
	color: #BD0000;
}


.m-list5 ul {
	overflow: hidden;
}
.m-list5 li {
	overflow: hidden;
	margin:0 30px;
    width: 170px;
    float: left;
    text-align: center;
}
.m-list5  .pic3 {

	overflow: hidden;
	width: 150px;
	height: 150px;
	position:relative;
border-radius: 50%;
    border: 10px solid #f2ebe4;
}
.m-list5  .pic3 img {
	    width: 100%;
    height: auto;
 -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;  z-index:1;
}
.m-list5  .pic3:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.m-list5 .txt4 {
	overflow: hidden;

}
.m-list5 .tit4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list5 .txt4 p {
	height: 48px;
	font-size: 14px;
	line-height:24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list5 .info {
	padding: 5px 0;
	line-height: 25px;
}
.m-list5 .info .time1 {
	padding-left: 5px;
	color: #BD0000;
}



/*信息列表开始*/
.Newslist {}
.Newslist ul li {height:55px; line-height:55px; border-bottom:1px dashed #dcdcdc; font-size:16px;}
.Newslist ul li span{float: right; color: #999999;}



/*详细页*/
.content{ padding:0 10px}
.content-title{ width:100%;  padding-bottom:10px;}
.content-title h3{ font-size:24px; font-weight:bold; line-height:50px; width:100%; text-align:center; padding-bottom:5px;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; BACKGROUND: #f6f6f6; HEIGHT:40px; display:block; line-height:40px; font-style:normal;}
.content-con{font-size:16px; line-height:35px; padding:10px 0;}
.content-con p{ text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-bottom:20px;}
.content-con img{text-align: center; max-width:800px; margin:15px auto; display: block;}

.sxt{padding:15px 0; border-top:1px dotted #bbb;}
.sxt p{display:block; width:100%; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}


/*搜索结果*/
.ssjg { padding:10px;}
.ssjg ul li {height:50px; line-height:50px;border-bottom:1px dashed #dcdcdc; font-size:16px;}
.ssjg ul li i{float: right; color: #999999; font-style:normal; margin-right: 2px;}






/*图片列表开始*/


.pro_list {float:left; width:256px; margin:10px 25px;}
.pro_img {
	overflow: hidden;
	width: 256px;
	height: 175px;
	position:relative;
}

.pro_img img {
	display: block;
	overflow: hidden;
width: 256px;
	height: 175px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;
}
.pro_title {
	width: 100%;
	height: 35px;
	line-height:35px; text-align:center;
	overflow: hidden;
}

.pro_img:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}