/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.container {
  width: 1320px;
  margin: 0 auto;
}
body {
  color: #333;
  background: #f4f4f4;
  font: 15px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1230px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #333;
}
input {
  outline: none;
}
a:hover {
  color: #2659a8;
}
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:url(../images/top_bg.png) center no-repeat;
}
/* .header .search-box .contribute:hover {
  opacity: 0.9;
} */
.xx{
  padding: 20px 45px 0 0;
}
.header .search-box form {
  margin-left: 12px;
  height: 42px;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.2);
  padding-left: 10px;
  margin: 55px 20px 55px 0;
}
.header .search-box form .text {
  width: 178px;
  padding: 11px 0;
  font-size: 14px;
  margin-left:10px;
  background: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
	color: #fff;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #fff;
}

.header .search-box form .image {
  height: 29px;
  padding: 6px 20px 0;
}
.logo{
  padding: 28px 20px;
}
.nav {
  height: 70px;
  background: #2659a8;
}
.nav ul li {
  float: left;
  text-align: center;
  width: 11%;
  position: relative;
}
.nav ul li h3 a {
  display: block;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
/* .nav ul li h3 a em {
  width: 12px;
  height: 6px;
  background: url(../images/down.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
} */
.nav ul li dl {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 10;
  background: #3f77c3;
  background: rgba(63, 119, 195, 0.9);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(9, 44, 135, 0)), color-stop(100%, rgba(9, 44, 135, 0)));
  background: -webkit-linear-gradient(top, #3f77c3 0%, rgba(9, 44, 135, 0) 100%);
  background: linear-gradient(to bottom, #3f77c3 0%, rgba(9, 44, 135, 0) 100%);
  padding: 10px 0 60px;
  display: none;
}
.nav ul li dl dd a {
  padding: 8px 2px;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.nav ul li dl dd:hover a {
  background: #ff9e2b;
}
.nav ul li:hover h3,
.nav ul .on h3 {
  background: #ff9e2b;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block !important;
}
.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: #2659a8;
}


/* index-row1 */

/* left-row1 */
.scenery-banner {
  width: 520px;
}
.scenery-banner .bd li {
  position: relative;
}
.scenery-banner .bd li .pic{
  width: 520px;
  height: 355px;
  overflow: hidden;
}
.scenery-banner .bd li a,
.scenery-banner .bd li img {
  display: block;
  width: 100%;
  height: 100%;
}

.scenery-banner .bd li .date {
  position: absolute;
  bottom: 66px;
  width: 120px;
  left: 0;
  line-height: 38px;
  text-align: center;
  padding: 17px 0;
  color: #fff;
  z-index: 1;
  background: rgba(38, 89, 168, 0.8);
}
.scenery-banner .bd li .date .d{
  font-family: 'Times New Roman', Times, serif;
  font-size: 48px;
}
.scenery-banner .bd li .date .y{
  font-size: 18px;
}
.scenery-banner .bd li:hover img {
  transform: scale(1.1);
}
.scenery-banner .bd li .title{
  font-size: 18px;
  margin-left: 145px;
  line-height: 62px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenery-banner .bd li .text-con{
  font-size: 14px;
  color: #929292;
  line-height: 26px;
}

.procurement-box .procurement {
  width: 1050px;
  padding: 20px;
  background: #fff;
}
.procurement-box .notice{
  width: 495px;
}
.procurement-box .notice .more {
  float: right;
  color: #7c7c7c;
  line-height: 54px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-top: 8px;
}
.procurement-box .notice .tab h4 {
  line-height: 55px;
  margin-right: 8px;
  font-size: 22px;
  color: #434343;
  font-weight: normal;
  float: left;
}
.procurement-box .notice .tab h4.on {
  color: #2659a8;
}
.procurement-box .notice .tab h4 img{
  vertical-align: middle;
  padding-right: 10px;
}
.procurement-box .notice .bd .item ul {
  margin-top: 10px;
  margin-bottom: 14px;
}
.procurement-box .notice .bd .item li{
  background: url(../images/jt.png) left center no-repeat;
  line-height: 38px;
}
.procurement-box .notice .bd .item li a {
  color: #333333;
  padding-left: 24px;
  font-size: 15px;
  position: relative;
}

.procurement-box .notice .bd .item li:hover a {
  color: #2659a8;
}
.procurement-box .notice .list-box ul li span{
  float: right;
  color: #929292;
}

/* index-row1 pic-link */
.procurement-box .pic-link{
  width: 170px;
  background: #fff;
  padding: 20px;
}
.procurement-box .pic-link ul{
  margin: -10px 0;
}
.procurement-box .pic-link ul li{
  margin: 10px 0;
}
.procurement-box .pic-link ul li a{
  position: relative;
  text-align: center;
  display: block;
  height: 90px;
}
.procurement-box .pic-link ul li a span{
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  z-index: 10;
  padding: 22px 16px;
  display: block;
}
.procurement-box .pic-link ul li img{
  position: absolute;
  left: 0;
  top: 0px;
  object-fit: cover;
  height: 90px;
  width: 170px;
}






/* index-row2 */
/* 院部在线 */
.news-box .list-box {
  width: 610px;
  height: 460px;
  overflow: hidden;
  background: #fff;
  padding: 20px 20px;
}
.news-box .list-box .first{
  border-bottom:1px dashed #d0d0d0;
}

.news-box .list-box .first h4 a {
  display: block;
  font-size: 18px;
  line-height: 44px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .list-box .first h4 a span{
  color: #fa8800;
  margin-right: 12px;
}
.news-box .list-box .first p {
  margin-bottom: 16px;
}
.news-box .list-box .first p a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #929292;
}
.news-box .list-box .first:hover h4 a {
  color: #2659a8;
}
.news-box .list-box ul {
  margin-top: 10px;
}
.news-box .list-box ul li{
  border-bottom: 1px dashed #d0d0d0;
}
.news-box .list-box ul li a {
  color: #434343;
  padding-left: 7px;
  position: relative;
}

.news-box .list-box ul li span {
  color: #fa8800;
  padding-right: 16px;
}
.news-box .list-box ul li:hover a {
  color: #2659a8;
}
.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 {
  line-height: 50px;
  position: relative;
}
.list-box li a {
  font-size: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box li span {
  font-size: 14px;
}
.list-box li:hover a {
  color: #2659a8;
}
.title a{
  float: right;
  display: block;
  color: #7c7c7c;
  line-height: 70px;
}
.title h3 {
  font-size: 22px;
  color: #2659a8;
  font-weight: normal;
  line-height: 68px;
}
.title h3 span{
  font-size: 12px;
  color: #919191;
  padding-left: 10px;
}
.title h3 img{
  padding-right:10px ;
  vertical-align: middle;
}
.mt20 {
  margin-top: 20px;
}

/* 活动预报  */
.list-second ul li{
  float: left;
  width: 265px;
  height: 170px;
  box-shadow: 0px 0px 26px #e5e5e5;
}
.news-box .list-box .list-second ul li a{
  padding-left: 0px;
}
.news-box .list-box .list-second ul{
  margin: 0 -10px;
}
.news-box .list-box .list-second ul li{
  border: none;
  padding: 10px 15px 0;
  margin: 7px 10px;
}
.list-second ul li a .content img{
  vertical-align: middle;
  margin-right: 10px;
}
.list-second ul li a .content p{
  color: #929292;
  line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-second ul li .text{
  font-size: 16px;
  margin: 6px;
  white-space: normal;
  line-height: 32px;
}


.link-banner {
  padding: 20px;
  overflow: hidden;
  background: #fff;
}
.link-banner .bd li {
  width: 395px;

  margin-right: 46px;
}
.link-banner .bd li .pic{
  width: 395px;
  height: 260px;
  overflow: hidden;
}

.link-banner .bd li img {
  width: 100%;
  height: 100%;
  display: block;
}
.link-banner .bd li img{
  object-fit: cover;
}
.link-banner .bd li:hover img {
  transform: scale(1.1);
}
.link-banner .bd li .text{
  line-height: 30px;
  font-size: 15px;
  margin: 16px 0 ;
}
.link-banner .bd li .text span{
  display: block;
  float: right;
  background: #2659a8;
  color: #fff;
  text-align: center;
  padding: 0 18px;
}
/* 由小变大的抖动 */
@-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);
  }
}
/* footer */
.quick-link{
  background: #FFF;
}
.quick-link .title{
  float: left;
  width: 162px;
}
.quick-link .link a{
  font-size: 15px;
  color: #434343;
  line-height: 66px;
  padding: 0 10px
}
.footer {
  background: url(../images/bottom_bj.png) no-repeat center;
  background-size: cover;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 36px 0 42px;
}
.footer .info {
  width: 620px;
}
.footer .info img{
  padding: 15px 0;
}
.footer .code .fr {
  text-align: center;
  margin-left: 28px;
}
.footer .code .fr img {
  display: block;
  margin: 0 auto;
  margin-left: 80px;
}
.footer .code .fl p {
  margin-top: 38px;
  line-height: 30px;
  font-size: 14px;
}
.footer .code .fl p span{
  padding: 0 8px;
}
.copyright{
  background: #2659a8;
}
.copyright p{
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  color: #fff;
}
.copyright p span{
  padding: 0 8px;
}
/* 增加 */
.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: #2659a8;
}
.scenery-box .scenery-banner .bd li p {
  width: 65%;
}
.scenery-banner {
  position: relative;
}
.scenery-banner .hd {
  position: absolute;
  bottom: 132px;
  right: 15px;
}
.scenery-banner .hd li {
  display: inline-block;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background:rgba(255,255,255,0.8);
  text-indent: -9999px;
  overflow: hidden;
}
.scenery-banner .hd li.on {
  background: rgba(38,89,168,0.8);
}
/*全局样式 end*/







/*  -----------------二级页面开始---------------------- */
.nybanner{ width:100%;}
.nybanner img{ width:100%;}

/*内页样式*/
.ny{
  width: 1270px;
  margin: 20px auto 0 auto;
  padding-bottom: 30px;
  background: #fff;
  padding: 20px;
}
.ny_left{ float:left; width:260px;}
.ny_left_top{ height:70px; width:260px; border-bottom:1px solid #ddd; padding-top:5px; background:#2659a8; font-size:18px; text-align:center; line-height:65px; color:#fff; font-weight:bold;}
.ny_right{ float:right; width:970px; min-height:600px; }
.ny_right_con{ line-height:34px !important; padding-top:15px; font-size:15px;    min-height: 290px;}

.ny_right1{width:1200px; 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 #2659a8; 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: #2659a8;}



/*次级页面二级菜单*/

.sidenav{ overflow:hidden; display:block; width:260px; }
.accordion { width:100%; }
.accordion .nav-link {display: block;  padding-left:25px; height:53px; line-height:53px; font-size:16px; outline:none; border-left:3px solid #f7f8fa;  }
.accordion .nav-link a{ display: block; }
.accordion .nav-link:hover{  color: #2659a8 !important; font-weight:bold; border-left:3px solid #2659a8; background:#f3f3f3; font-size:16px; }
.accordion .nav-link:hover a{  color: #2659a8 !important;  font-weight:bold; font-size:16px; }
.accordion .nav-link.hover{  color: #2659a8 !important;  font-weight:bold; border-left:3px solid #2659a8;  background:#f3f3f3; font-size:16px; }
.accordion .nav-link.hover a{  color: #2659a8 !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;  }
.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: #2659a8 !important; border-left:3px solid #2659a8;  background:#f3f3f3; font-size:16px;  }
.accordion li.open .nav-link a{color: #2659a8 !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:#2659a8; background:#fff; padding-left:40px !important; } 
.sidemenu a:hover {color:#2659a8; 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: 180px;
	height: 120px;
	position:relative;
}
.m-list3  .pic3 img {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 120px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; 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: #6589cb;
}





/*信息列表开始*/
.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%; border-bottom:1px dashed #ccc; 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);
}