  @charset "utf-8";
  /* css 重置 */
  *{margin:0; padding:0; list-style:none;box-sizing:border-box; }
  html{font-size:16px;}
  body{ 
    background:#fff; line-height:1.5;
    --primary-color-rgb:170, 30, 33;
    --primary-color:#aa1e21;
    --des-color: #999;
    --text-color: black;
    min-width:1200px;
    }
  img{ border:0;  }
  a{ text-decoration:none; color:inherit; cursor: pointer; }
  a:hover{ color:var(--primary-color);  }
  .mt { margin-top:25px !important; }
  .height-auto { height:auto !important; }
  .clear{ clear:both;}
  .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
  .pad20{ padding:0 30px;}
  .slide { position:relative;overflow: hidden; }
  .slide .hd{ position:absolute;z-index:10; right:0.5em; bottom:1em; }
  .slide .hd>ul{ display:flex; align-items: center; justify-content: space-between;  }
  .slide .hd li { width:.8rem;height:.8rem;background-color:white;border-radius:100%;border:1px solid rgba(var(--primary-color-rgb,0.4));font-size:0;margin-left:.2rem;margin-right:.2rem;cursor: pointer; }
  .slide .hd li.on {background-color:var(--primary-color) }
  .slide .bd,.slide .bd ul,.slide .bd .slide-item,.slide .bd .tempWrap
  { width:100%;height:100%; }
  .slide .bd .slide-item { position:relative; }
  .slide .bd .slide-item img{width:100%;height:100%;}
  .slide .bd .title{ position: absolute; left:0; right:0; bottom:0; font-size:1rem; padding-left:1em; padding-right:1em; line-height:3; background-image: linear-gradient(0, rgba(0, 0, 0, 0.8) 10%, transparent);color: white;backdrop-filter: blur(1px); }
  .slide .prev,.slide .next,
  .slide .prev-btn,.slide .next-btn
  { display:inline-block;width:50px;height:50px; margin-top:-25px; position:absolute; z-index:20;top:50%;  }
  .slide .prev { left:1rem; }
  .slide .next { right:1rem; }
  .slide .prev::before,.slide .next::before,
  .slide .prev-btn::before,.slide .next-btn::before
  {
    content:"";display:block;height:100%;mask-position: center; background-color: rgba(var(--primary-color-rgb), 0.5);mask-repeat: no-repeat;
  }

  .slide .prev::before,.slide .prev-btn::before
  { mask-image: url(arrow-left.png);  }
  .slide .next::before, .slide .next-btn::before
  { mask-image: url(arrow-right.png);}

  .text-truncate { white-space: nowrap; overflow:hidden;max-width:100%;text-overflow: ellipsis; }
  .cols-3 { display: flex; justify-content: space-between; }
  .cols-3-item{ width: 375px; min-height: 334px; padding: 20px;}
  figure { padding:0;margin:0;position:relative;overflow: hidden; }
  figure>img{transition: all 0.4s;transform: scale(1.0)}
  figure>img:hover{ transform: scale(1.2) }

  .header-wrap { position:absolute;z-index:999; top: 0;left: 0;right: 0;}

  .header-wrap .logo-title {
    width: 1200px;
    min-height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:30px; /*集团站没有导航 logo向下*/
  }

  .header-wrap .logo-title .group-nav {
    font-size: 1.125rem;
    line-height: 2;
    height: 2em;
    position: relative;
    z-index: 999;
    padding-left: 32px;
    background: url(czmap.png) no-repeat left center;
    box-shadow: 0 0 10px rgba(216, 216, 216, 0.5);
  }

  .header-wrap .cz-logo-title .group-nav ul {
    overflow: hidden;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1px);
    padding: 0 0.5em;
    border-radius: 6px;
  }

  .header-wrap .logo-title .group-nav ul li:first-child {
    width: 8em;
    background: url(triangle-down.png) no-repeat right center;
    background-size: 1em;
    padding: 0;
  }

  .header-wrap .search-form { 
    background-color:rgba(255, 255, 255, 0.5) ;
    border-radius:6px;
    font-size:1rem;
    line-height:2;
    display: flex;
    align-items: center;
    padding:0 0.5em;
  }
  .header-wrap .search-form input{
    outline: none;
    border:none;
    background-color:transparent;
    height:2.5em;line-height:2.5em;
    width:12em;
    padding-left:0.5em; padding-right:0.5em;
  }
  .header-wrap .search-form .search-btn{ display:inline-block;width:1.5em;height:1.5em; background-image:url(icon-search-btn.png);background-repeat:  no-repeat;background-position:  center;background-size: 90%; }

  
  .banner{ 
    /* min-width:1200px;  height:350px;  */
    position:relative;  overflow:hidden;  
    width:100%; height:100vh;
    max-height:56vw;
  }
  .banner .bd{ position:relative; z-index:0;  }
  .banner .bd li{ width:100%; height:100%;max-height:56vw; background-repeat: no-repeat;background-position: center center;background-size: cover;}
  .banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:435px;  }
  .banner .bd li a{ height:100%;display:block;  }
  .banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
  .banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(banner-btn.png) 0 0 no-repeat;
  _background:url(images/banner-btn-ie6.png) 0 0 no-repeat;
  }
  .banner .hd{ width:100%; bottom:.5rem;  }
  .banner .hd>ul { justify-content: center; }
  .banner .prev::before, .banner .next::before{ background-color:rgba(0, 0, 0, 0.4);mask-size:80%; }
  .banner .prev, .banner .next { opacity: 0.7; background-color:white; border-radius:50%; }
  .banner .prev:hover, .banner .next:hover { opacity: 1.0 } 

  .banner .flag-01{ position: absolute;left:0;right:0;top:max(27%,160px); }
  .banner .flag-01 figure { width:968px;margin:0 auto;height:48px; }
  .banner .flag-01 figure img{ height:100%; }
  .banner .flag-01 figure img:hover { transform: unset; }
  .banner .flag-02{ position: absolute;left:0;right:0; bottom:2rem; }
  .banner .flag-02 figure { width:968px;margin:0 auto; }
  .banner .flag-02 figure figcaption{ color:white;letter-spacing: 1px;font-size:18px;text-align: center; }


  .nybanner{ height:580px; }

  .kong{ height:40px;}

  .gonggao{  width:1200px; margin:0 auto; border-radius:6px;position:relative; }
  .gonggaoyid{ width:1200px; height:60px; background:#fff;box-shadow: 0px 5px 8px 0px #eee; border-radius:8px;border-top: 1px solid rgba(238, 238, 238, 0.5); 
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  }
  .gonggaoyid-nr { flex-basis: 100%; height:60px; }
  .gonggaoyid .title-tzgg{ margin-right:24px; }
  .gonggaoyid-nr .hd{ bottom:50%;margin-top:-0.25rem; }
  .gonggaoyid-nr .hd li{
    width:0.5rem;
    height:0.5rem;
  }
  .gonggaoyid-nr .bd li{ line-height:60px; }
  .gonggaoyid-nr .source { color:var(--primary-color) }
  .gonggaoyid-nr .date{ color:var(--des-color) }
  .gonggaoyid-nr .tzgg-title,
  .gonggaoyid-nr .date{
    position: relative;
    z-index: 11;
    background-color:white;
   }
  .gonggong{ width:1200px; margin:0 auto;} 


  .topic {
    height:60px;line-height:60px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
  }
  .topic .title{
    font-size:24px;
  }
  .topic .more{
    font-size:inherit;
    margin-left:auto;
  }

  .index-page .topic{
    margin-bottom:25px;
    font-size:28px;
    font-weight:bold;
  }
  .index-page .topic .title{
    margin-left:auto;
    margin-right:auto;
  }
  .index-page .dwyw .topic .title{
    color:var(--primary-color);
  }
 
  .ind-main,.main
  { width:1200px; margin:0 auto; clear:both;}
  .ind-mainl{ float:left; width:260px;}
  .ind-mainC{ float:left; width:605px; border-left:1px solid #eee;border-right:1px solid #eee; margin:0 35px;}
  .indbt{ padding:35px 0; text-align:center; font-size:28px; color:#AA1E21;}
  .xuebu3{ width:1200px; height:130px; margin:20px auto 40px;}


  .dwyw .ind-mainl figure{ width:260px;height:145px;margin-bottom:10px; }
  .dwyw .ind-mainl figure>img { width:100%;height:100%; }
  .ind-mainl li {
    line-height: 26px;
    border-bottom: 1px solid #eee;
    padding: 20px 0 15px;
  }
  .ind-mainl .source { color:var(--primary-color) }
  .ind-mainl .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
    height:calc(2 * 26px);
  }

  .ind-mainC .flashzi {
    height:500px;
  }
  .ind-mainC .flashzi .hd{left:0;right:0;}
  .ind-mainC .flashzi .hd>ul{ justify-content: center; }
  .ind-mainC .flashzi .bd .slide-item figure {
    width: 100%;
    height: 353px;
    overflow: hidden;
    margin-bottom:25px;
  }
  .ind-mainC .flashzi .bd .slide-item figure img{ width:100%;height:100%; }
  .ind-mainC .flashzi .bd .title {
    padding-left: 1em;
    padding-right: 1em;
    text-align:center;
    font-size: 22px;
    position: relative;
    color:inherit;
    background-image:none;
    line-height:1.5;
    max-height:3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .ind-mainC .flashzi .bd .des{
    font-size:14px;
    margin-top:10px;
    color:#999;
    text-indent: 2em;
    padding:0 1em;
  }
  .ind-mainC .flashzi .prev, .ind-mainC .flashzi .next{
    top: unset;
    bottom:1em;
  }
  .ind-mainC .flashzi .prev::before{
    mask-image: url(prev58.png);
    mask-position: left bottom;
    background-color: #999;
  }
  .ind-mainC .flashzi .next::before{
    mask-image: url(next58.png);
    mask-position: right bottom;
    background-color: #999;
  }

  .ind-mainC .flashzi .prev:hover::before,
  .ind-mainC .flashzi .next:hover::before
  { background-color:var(--primary-color); }



  /*书语寄语*/
.shujijiyuALL{ background:url(../images/shujibg.png);}
.shujijiyu{ width:1200px; margin:0 auto; padding:25px 0 36px 0; height:auto;
}
.shujijiyu-bt{ text-align:center; font-size:28px; line-height:40px; height:60px;}
.shujijiyu-nr{ line-height:32px;}
.shujijiyu-nr img{ float:left; margin-right:20px; width:323px;}
.shujijiyu-nr p{ float:right; width:840px; padding-top:30px; text-indent:36px; text-align:justify;}

/*美丽校园*/
.meilixybg{ padding-top:25px;padding-bottom:25px; background:url(meilibg.jpg) center top;}
.meilixy-nr{ width:1200px; margin:0 auto;}
.meilixy-l{ float:left; width:530px;}
.meilixy-l,.meilixy-r{height:458px;}
.meilixy-l .slide { height:393px; }
.meilixy-l .slide .slide-item>a,
.meilixy-l .slide .slide-item figure,
.meilixy-r .slide .slide-item>a,
.meilixy-r .slide .slide-item figure
{ display:block;height:100%; }
.meilixy-l .more{ height:55px; line-height:55px; text-align:center; color:#333;background-color: rgba(170, 30, 33, 0.3);margin-top:10px;}
.meilixy-l .more a{ color:#333; display:block;}

.meilixy-r{ float:right; width:650px;}
.meilixy-r{ display:flex;justify-content: space-between;flex-wrap:wrap; }
.meilixy-r .slide{ 
  flex-shrink: 0;
  width: calc(50% - 10px);
  height:calc(50% - 10px);
  margin-bottom:20px;
 }
 .meilixy-nr .slide .title{ left:0;right:0;text-align: center; }

.pos{ height:45px;display:flex;align-items: center; border-bottom:1px solid #ddd;}
.pos::before{ content:"";display:block;width:45px;height:45px;background-image:url(icon-pos_26x26.png);background-repeat: no-repeat;background-position: center; }
.box-shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
.box-radius { border-radius: 12px; }
ul.pic-list { display:flex;flex-wrap:wrap;margin-right:24px; }
ul.pic-list li { width:calc(25% - 24px);margin-left:24px;margin-bottom:24px;position: relative; }
ul.pic-list li>a,ul.pic-list figure {
  display:block;
}
ul.pic-list figure{ height:180px;position: relative; }
ul.pic-list figure img{ width:100%;height:100%; }
ul.pic-list li .title{ text-align:center;padding:4px 1em; }
ul.pic-list figure::before{ content:attr(total);color:white;border-radius: 2px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); position: absolute; z-index:10; right:2px;bottom:2px; font-size:12px;padding:2px 6px;background: rgba(0, 0, 0, 0.6) url(default.png) no-repeat 6px center;
  background-size: 40%;
  padding-left: 22px;}

.cz-ggNr{  padding:20px; clear:both;}
.cz-ggNr li{ float:left; padding:0 30px; line-height:40px; border-radius:30px;  margin-right:20px; border:1px solid #900;}
.cz-ggNr li a{ color:#900;}
.cz-ggNr li.on { background-color:var(--primary-color) }
.cz-ggNr li.on a {color:white;}
.cz-ggmai{ background:#f7f7f7; border-radius:12px; padding:30px; margin:0 20px 20px;}
.cz-ggmai li{ border-bottom:1px solid #eceeed; padding:20px 20px; display:flex;justify-content: space-between;border-radius:6px;}
.cz-ggmai li figure{ width:120px; height:90px;flex-shrink: 0;margin-right:20px;border-radius:4px;    border: 1px solid rgba(var(--primary-color-rgb), 0.1);text-align:right; }
.cz-ggmai ul[class^="ldbz"] li figure {
  width:90px;height:120px;
}
.cz-ggmai ul[class^="ldbz"] li figure img{ width:100%;height:100%; }

.cz-ggmai li figure>img { height:100%; }
.cz-ggmai li .news{  padding-top:5px;flex-grow:1;}
.cz-ggmai li .news .title{ width:100%;font-size:1.125rem;margin-bottom:10px;transition:all 400ms;padding-left:0;}
.cz-ggmai li .news .des{ height:46px; font-size:14px; color:var(--des-color); clear:both;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.cz-ggmai li:nth-child(odd){background-color:#f7e9e9;}
.cz-ggmai li:hover .news .title{ padding-left:0.5em; }

  /*分页*/  
.pageCon{height:50px; }
.manu { PADDING:3px;  MARGIN:3px; TEXT-ALIGN:center; font-size:12px; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;}
.manu A {font-size:14px; BORDER-RIGHT:#DDD 1px solid; PADDING-RIGHT:10px; BORDER-TOP:#DDD 1px solid; PADDING-LEFT:10px; PADDING-BOTTOM:10px; MARGIN:2px; BORDER-LEFT:#DDD 1px solid; COLOR:var(--primary-color); PADDING-TOP:10px; BORDER-BOTTOM:#DDD 1px solid; TEXT-DECORATION:none;}
.manu A:visited { COLOR:var(--primary-color); TEXT-DECORATION:none;}
.manu A:hover {	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #444; BORDER-BOTTOM: #999 1px solid; background-color:#F6F6F6;}
.manu A:active { BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: var(--des-color); BORDER-BOTTOM: #999 1px solid;}
.manu .current { BORDER-RIGHT: var(--primary-color) 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: var(--primary-color) 1px solid; PADDING-LEFT: 10px; FONT-WEIGHT: bold; PADDING-BOTTOM: 10px; MARGIN: 2px; BORDER-LEFT: var(--primary-color) 1px solid; COLOR: #fff; PADDING-TOP: 10px; BORDER-BOTTOM: var(--primary-color) 1px solid; BACKGROUND-COLOR: var(--primary-color);}
.manu .disabled { BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 10px; BORDER-BOTTOM: #eee 1px solid;}
/*End*/

  .bot-wrap{
    background-image:url(overflow-bg_1920x1080.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:cover;
    color:white;
    /* padding-top:290px; */
  }
  .bot-inner {
    background-color:rgba(0,0,0,0.5);
  }
  .bot-wrap .bot {
    width:1200px;margin:0 auto;
    padding:40px 20px;
    padding:70px 20px;
  }
  .bot-wrap .bot .bot-wid {
    display:flex;
    align-items: center;
    padding-bottom:1em;
    border-bottom:1px solid rgba(255,255,255,0.5);
  }
  .bot-wrap .bot .bot-wid .bot-widL .bot-logo{
    display:block;
    /* margin-bottom:16px; */
  }
  .bot-wrap .bot .bot-wid .bot-widL .address,
  .bot-wrap .bot .bot-wid .bot-widL .phone,
  .bot-wrap .bot .banquan
  {
    padding-left:98px;
    padding-left:116px;
  }
  .bot-wrap .bot .bot-wid .bot-widR{ 
    margin-left:auto;
  }
  .bot-wrap .bot .banquan{
    /* text-align:center; */
    margin-top:1em;
  }

  .h2{ font-size:24px; text-align:center; padding:30px; line-height:1.5; }
.mojitit{ height:35px; background:#f3f3f3; line-height:35px; text-align:center; font-size:14px; color:#888;  padding:0 20px;}
.mojinr{  padding:30px; text-align:justify; }
.mojinr img{ text-align:center; display:block; margin:0 auto; padding:0; max-width:900px;}
.article .need-format p,.article .need-format span,.article .need-format div {
  font-size:1rem !important; line-height: 2 !important; font-family: 'Microsoft Yahei', sans-serif, serif !important;color:var(--text-color) !important;
}
.mojinr>p, .mojinr>div { margin-bottom:20px !important; }
.article .image-detail figure{
  width:600px;
  margin-left:auto;margin-right:auto;
  margin-bottom:20px;
  padding:14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.article .image-detail figure figcaption{ text-align: center; }
.article .image-detail figure .fig-des { margin-top:1em;text-indent: 2em; color:#313030;}
.article .image-detail figure img:hover{ transform: unset; }

.shujijiyu .tab-wrap .tab-hd { text-align:center; }
.shujijiyu .tab-wrap .tab-hd .tab-hd-item { 
  font-size:18px;
  display: inline-block;
  padding-left:0.5em;
  padding-right:0.5em;
  line-height:2;
  border:1px solid gray; border-radius:6px;
  margin-left:0.5em;margin-right:0.5em;
}
.shujijiyu .tab-wrap .tab-hd .tab-hd-item-on{
  border:1px solid var(--primary-color);
  color:var(--primary-color);
}
.index-page .shujijiyu .topic{ margin-bottom:12px; }

.slide-gltd,.slide-xrld { height:326px; }
.slide-photo .bd ul{ width:1220px;/*space 20px*/height: 100%;overflow: hidden; }
.slide-photo .bd ul li.slide-item { width:224px;height:326px;overflow:hidden;float:left;margin-right:20px;border-radius:20px;margin-bottom:40px; }
.slide-photo .bd .title{ line-height:inherit; padding-top:0.5em;padding-bottom:0.5em; color:white;backdrop-filter: blur(1px);background-color:rgba(0,0,0,0.5); }
.slide-photo .bd .title .name{ white-space: nowrap;font-family:SimSun,serif;font-weight: bold; }
.slide-photo .bd .title .zhiwu{
   margin-top:6px;font-size:0.875em;
   height: calc(1.5 * 0.875em);overflow:hidden;/*即单行显示*/ 
}
@keyframes expand {
  0% {
    height: calc(1.5 * 0.875em);
  }
  100% {
    height: calc(1.5 * 3 * 0.875em);
  }
}
.slide-photo .bd ul li.slide-item:hover .title .zhiwu{
  animation-name:expand;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; 
}
.slide-photo .bd .title a{ color:inherit;}
.slide-photo .prev, .slide-photo .next ,
.slide-photo .prev-btn, .slide-photo .next-btn
{
  opacity: 0.7;
  background-color: white;
  border-radius: 50%;
  padding:10px;
}
.slide-photo .prev{ left:-80px; }
.slide-photo .next{ right:-80px; }
.slide-photo .prev:hover, .slide-photo .next:hover { opacity: 1; }

.slide-photo .prev-btn{ left:10px; }
.slide-photo .next-btn{ right:10px; }
.slide-photo .prev-btn:hover, .slide-photo .next-btn:hover { opacity: 1; }

.overflow-bg {
  
  background-image: url(overflow-bg_1920x1080.jpg);
  /* background-image: url(video-19s.png); */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.overflow-bg .meilixybg {
    background-image:none;
    background-color: rgba(255, 255, 255, 0.8);
}

.overflow-bg .bot-wrap {
    background-image:none;
    padding-top:0;
    margin-top:0 !important;
}


.overflow-bg-2 {
  background-image: url(overflow-bg.png);
}

.ldzp-wrap{
  margin:24px;
  display:flex;
  height:450px;
}
.ldzp-wrap .slide-ldzp{
    width:800px; height:100%;
    flex-shrink: 0;
  }

.ldzp-wrap .text{
    width:352px;
    height:100%;
    background-color:rgb(255,246,239);
    padding:0.5em 1em;
  }

.ldzp-wrap .text p{
    text-indent:2em;
    line-height:1.9;
  }

.ldzp-wrap .slide-ldzp .hd>ul{
    justify-content: flex-start;
  }

.ldzp-wrap .slide-ldzp .hd li{
    width: calc( 100% / 8 );
    height:56px;
    border:4px solid white;
    border-radius:0;
    flex-shrink: 1;
    flex-grow: 0;
    overflow:hidden;
  }
.ldzp-wrap .slide-ldzp .hd li.on{
    border-color:var(--primary-color)
  }
.ldzp-wrap .slide-ldzp .hd li figure img{
    width:100%;
    height:auto;
  }


.ldzp-list .topic{
  padding-left:24px;
  padding-right:24px;
}
.ldzp-list .topic::before{
  content:"";
  display:inline-block;
  width:8px;
  height:45%;
  background-image: linear-gradient(180deg, rgb(var(--primary-color-rgb)), rgba(var(--primary-color-rgb), 0.1));
  border-radius: 20px;
  margin-right: 10px;
}
.ldzp-list ul.pic-list li {
  width:calc(20% - 24px);
}
.ldzp-list ul.pic-list figure {
  height:316px;
  border-radius: 6px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.ldzp-list ul.pic-list li .title{
  padding:4px 0.5em;
}
.ldzp-list ul.pic-list li .title .name{
  font-family: SimSun, serif;
  font-weight: bold;
}
.ldzp-list ul.pic-list li .title .zhiwu{
  font-size:14px;
  display:inline-block;
  text-align: justify;
}
.gg_pc{
    display:inline-block;
    padding:1em;
    font-size:18px;
    line-height:2;
    color:white;
    background-color:#d00000;
    font-weight: bold;
    min-width: 200px;
    text-align: center;
  	   border-radius:4px;
}
.gg_pc:hover{ color:white; }
