/*
  auther:f7
  date:2014.10
*/
/*  Reset  */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,cite,code,del,em,img,q,small,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend { margin:0; padding:0; border:0; font-size:100%;}
body { background:#ffebc4; color:#8c3400; font:14px "Microsoft YaHei"; text-align:center; overflow-x:hidden;}
ol,ul { list-style:none;}
cite,em,strong,th,h1,h2,h3,h4,h5,h6 { font-style:normal; font-weight:normal;}
input,textarea,select,button,td { font-size:100%;}
a { color:#8c3400; text-decoration:none;}
a:hover { color:#f00; text-decoration:underline;}

a,
a span { -webkit-transition-duration:200ms; -moz-transition-duration:200ms; transition-duration:200ms;}

.maxWidth { width:1190px; margin:auto;}
.maxWidth:after { display:block; clear:both; content:""; visibility:hidden; height:0;}


/**/
.banner { width:100%; max-width:1920px; margin:auto; overflow:hidden;}
.banner img { display:block; position:relative; left:50%; margin-left:-960px;}

/**/
.index-gushi { background:#ffe0a7 url("../img/index-gushi-bg.jpg") no-repeat center bottom; height:480px; padding-top:20px; text-align:center; font-size:0; overflow:hidden;}
.index-gushi > div { display:inline-block; font-size:16px; vertical-align:top;}
.index-gushi-core { width:406px; }
.index-gushi-core .item-tit { height:125px; font-size:24px; line-height:1.6em; background:url("../img/gushi-title.png") no-repeat center 0;}
.index-gushi-core .item-tit a { display:inline-block; margin-top:82px;}
.index-gushi-core .item-tit a:hover { color:#8c3400; text-decoration:none;}
.index-gushi-core .item-infor { margin-top:5px; text-indent:2em; line-height:27px; text-align:left; padding:0 35px; max-height:243px; overflow:hidden;}
.index-gushi-core .item-infor a { color:#f00;}
.index-gushi-btn a { display:block; width:308px; height:46px; line-height:46px; background:url("../img/index-gushi-btn.png") no-repeat center 0; font-size:22px; margin:18px auto;}

.index-gushi-side { width:380px; padding-top:55px;}
.index-gushi-side-title { line-height:47px; font-size:22px; text-align:center; background:url("../img/index-gushi-side-title.png") no-repeat center 0;}
.index-gushi-side-photo { margin:120px 0 0 55px; position:relative;}
.index-gushi-side-photo a { position:absolute; left:0; top:0; padding:5px; background:#fff; box-shadow:2px 2px 5px #9d9c66; /*transform-origin:5% 60%;*/}
.index-gushi-side-photo img { display:block; width:270px; height:152px;}
.index-gushi-side-photo a span { background:rgba(0,0,0,.5); position:absolute; left:5px; bottom:5px; width:270px; color:#fff; line-height:30px; text-align:center; font-size:14px;}

.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {}
  100% {
    -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg);
  }
}

@keyframes fadeUp {
  0% {}
  100% {
    -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
  }
}

/*.index-gushi-side-photo a:nth-child(2) { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); }
.index-gushi-side-photo a:nth-child(3) { -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -o-transform: rotate(-20deg); transform: rotate(-20deg); }*/





/**/
.mod { padding-top:25px; }
.mod-title { height:129px; background:url("../img/mod-title-bg.png") no-repeat center center; text-align:center; font-size:30px;}
.mod-title strong { display:inline-block; font-weight:bold; padding-top:10px;}


/**/
.youyinian-box { position:relative; }
.youyinian { border:1px solid #8c3400; border-left:0; border-right:0; overflow:hidden; margin-top:30px; margin-left:15px;}
.youyinian img { width:200px; height:267px; display:block;}
.youyinian .focusTopic { width:200px; padding:0; float:left; margin:26px 0 23px; position:relative;}
.youyinian .focusTopic_txt { display:none; }
.youyinian .focusTopic_tit { position:absolute; left:0; bottom:0; width:200px;}
.youyinian .focusTopic_tit a { display:block; line-height:38px; height:38px; overflow:hidden; font-size:14px; font-family:simsun; text-align:center; background:rgba(0,0,0,.5); color:#ffebc4; padding:0 10px;}
.youyinian-prev,
.youyinian-next { cursor:pointer; position:absolute; top:0; width:44px; height:100%; z-index:2;}
.youyinian-prev { border-left:1px solid #8c3400; left:0; background:rgba(140,52,0,.8) url("../img/icon-youyinian-prev.png") no-repeat center center;}
.youyinian-next { border-right:1px solid #8c3400; right:0; background:rgba(140,52,0,.8) url("../img/icon-youyinian-next.png") no-repeat center center;}

/**/
.huodong { padding-top:20px; overflow:hidden;}
.huodong-left { width:480px; float:left; position:relative;}
/*.huodong-left img { width:100%; height:550px; display:block;}*/
.huodong-left img { width:100%; height:400px; display:block;}
.huodong-left .focusTopic { width:100%; height:100%; position:relative;}
.huodong-left .focusTopic_cont { width:100%; }
.huodong-left .focusTopic_txt { display:none; }
.huodong-left .focusTopic_tit { position:absolute; left:0; bottom:0; width:100%;}
.huodong-left .focusTopic_tit a { display:block; line-height:38px; height:38px; overflow:hidden; font-size:14px; font-family:simsun; text-align:left; background:rgba(0,0,0,.5); color:#ffebc4; padding:0 10px; text-align:center;}

.huodong-right { margin-left:528px; font-family:simsun; text-align:left;}
.huodong-right .item { padding:10px 0 25px; }
.huodong-right .item-tit { line-height:2.2em; font-weight:bold; font-size:16px; text-align:center;}
.huodong-right .item-infor { padding-top:5px; line-height:24px; text-indent:2em; height:72px; overflow:hidden;}
.huodong-right .item-infor a { font-weight:bold; color:#f00;}

/**/
.page-live { position:absolute; top:0; left:0; width:480px; height:550px;}

/**/
.zixunkuaidi { padding-top:10px; }
.zixunkuaidi-title { border-bottom:1px solid #8c3400; overflow:hidden; line-height:36px;}
.zixunkuaidi-more { float:right; }
.zixunkuaidi-title strong { display:inline-block; font-weight:bold; border-bottom:4px solid #8c3400; padding:0 12px 0 8px; font-size:16px;}
.zixunkuaidi ul { padding-top:25px; }
.zixunkuaidi li { line-height:30px; height:30px; overflow:hidden; background:url("../img/dot.png") no-repeat 0 center; padding-left:10px;}


/**/
.hd-map { background:url("../img/hd-map-bg.png") no-repeat center center; height:310px; position:relative; font-family:simsun;}
.hd-map-item span { display:inline-block; width:38px; height:53px; background:url("../img/month-bg.png") no-repeat center center; color:#ffebc4; font-size:14px; line-height:3em; margin-right:10px; text-align:center;}
.hd-map-item em { display:inline-block; text-align:left;}
.hd-map-item { position:absolute; cursor:pointer;}
.hd-map-item:hover { color:#f00; }
.hd-map-item.current em { color:#f00; font-weight:bold;}
.hd-tab { display:none; }
.hd-7y { top:95px; left:110px;}
.hd-8y { top:250px; left:245px;}
.hd-9y { top:5px; left:398px;}
.hd-10y { top:222px; left:518px;}
.hd-10y em { position:absolute; left:48px; top:0; white-space:nowrap;}
.hd-11y { top:88px; left:750px;}
.hd-12y { top:265px; left:910px;}

.hd-con { padding-top:40px; font-family:simsun;}
.hd-con .focusTopic { float:left; width:360px; position:relative;}
.hd-con img { width:100%; display:block;}
.hd-con .focusTopic_cont { width:100%; }
.hd-con .focusTopic_txt { display:none; }
.hd-con .focusTopic_tit { position:absolute; left:0; bottom:0; width:100%;}
.hd-con .focusTopic_tit a { display:block; line-height:38px; height:38px; overflow:hidden; font-size:14px; font-family:simsun; text-align:center; background:rgba(0,0,0,.5); color:#ffebc4; padding:0 10px;}

.hd-con .item { float:left; width:410px; margin-left:40px;}
.hd-con .item-tit { line-height:2.4em; font-weight:bold; font-size:16px;}
.hd-con .item-infor { padding-top:5px; line-height:28px; text-indent:2em; height:196px; text-align:left; overflow:hidden; font-size:15px;}
.hd-con .item-infor a { font-weight:bold; color:#f00;}

.hd-info { width:340px; float:right; text-align:left;}
.hd-info-title { border-bottom:1px solid #8c3400; line-height:24px; padding:0px 0 12px; margin-bottom:10px;}
.hd-info-title strong { border-left:5px solid #8c3400; display:inline-block; padding-left:15px;}
.hd-info dl { line-height:1.95em; padding:0 10px;}
.hd-info dt { width:70px; float:left;}
.hd-info dd { margin-left:70px; }

.wenhua-mod-title { height:91px; background:url("../img/wenhua-title-bg.png") no-repeat center center; margin-top:10px;}
.wenhua-mod-title strong { display:inline-block; padding-top:32px; font-size:18px; font-weight:bold; line-height:2em;}
.wenhua-mod-con { padding-top:15px; overflow:hidden; }
.wenhua-mod-con .item { width:318px; float:left; text-align:left;}
.wenhua-mod-con .item-tit { line-height:36px; font-size:16px; font-weight:bold; height:36px; overflow:hidden; text-align:center;}
.wenhua-mod-con .item-infor { padding-top:25px; line-height:24px; text-indent:2em; height:238px; text-align:left; overflow:hidden; font-family:simsun;}
.wenhua-mod-con .item-infor a { font-weight:bold; color:#f00;}

.wenhua-mod-photo { margin-left:332px; }
.wenhua-mod-photo .focusTopic { width:250px; float:left; margin-left:36px; position:relative;}
.wenhua-mod-photo img { width:100%; height:300px; display:block;}
.wenhua-mod-photo .focusTopic_cont { width:100%; }
.wenhua-mod-photo .focusTopic_txt { display:none; }
.wenhua-mod-photo .focusTopic_tit { position:absolute; left:0; bottom:0; width:100%; background:rgba(0,0,0,.5);}
.wenhua-mod-photo .focusTopic_tit a { display:block; line-height:24px; max-height:48px; overflow:hidden; font-size:14px; font-family:simsun; text-align:left; color:#ffebc4; padding:0 10px; margin:5px 0; text-align:center;}

.wenhua-mod-con ul { width:318px; float:left; text-align:left; font-family:simsun;}
.wenhua-mod-con li { line-height:24px; height:48px; overflow:hidden; margin-bottom:30px;}
.wenhua-mod-con li strong { font-weight:bold; color:#f00; }

/**/
.jingmao-photo,
.jingmao-list { width:1245px; margin-right:55px; padding-top:25px;}
.jingmao-photo .focusTopic { width:360px; float:left; margin-right:55px; position:relative;}
.jingmao-photo img { width:100%; height:202px; display:block;}
.jingmao-photo .focusTopic_cont { width:100%; }
.jingmao-photo .focusTopic_txt { display:none; }
.jingmao-photo .focusTopic_tit { position:absolute; left:0; bottom:0; width:100%; background:rgba(0,0,0,.5);}
.jingmao-photo .focusTopic_tit a { display:block; line-height:24px; max-height:48px; overflow:hidden; font-size:14px; font-family:simsun; text-align:left; color:#ffebc4; padding:0 10px; margin:5px 0; text-align:center;}

.jingmao-list { padding-top:20px; overflow:hidden;}
.jingmao-list .item { width:360px; float:left; margin:40px 55px 0 0; text-align:left; display:none;}
.jingmao-list .item-tit { line-height:36px; font-size:20px; font-weight:bold; height:36px; overflow:hidden; text-align:center;}
.jingmao-list .item-infor { padding-top:15px; line-height:24px; text-indent:2em; height:72px; text-align:left; overflow:hidden;}
.jingmao-list .item-infor a { font-weight:bold; color:#f00;}
.jingmao-more { margin:40px 0 10px; display:block; height:22px; background:url("../img/jingmao-more.png") no-repeat center center;}


/**/
.city { height:281px; background:url("../img/city-bg.png") no-repeat center center; margin:20px 0 80px; position:relative;}
.city a { width:130px; height:130px; position:absolute;}
.city a img { width:130px; height:130px; display:block; border-radius:130px;}
.city span { position:absolute; top:0; left:0; width:100%; height:100%; line-height:130px; background:rgba(0,0,0,.5); color:#e7fbd6; border-radius:130px; font-size:16px; opacity:0;}
.city a:hover span { opacity:1; }
.city-1 { top:125px; left:112px;}
.city-2 { top:50px; left:258px;}
.city-3 { top:30px; left:426px;}
.city-4 { top:30px; left:635px;}
.city-5 { top:50px; left:803px;}
.city-6 { top:125px; left:948px;}


/**/
.side { position:fixed; right:0; bottom:50px; width:150px; border-left:1px solid #fff; border-bottom:1px solid #fff; z-index:10;}
.side a { display:block; line-height:35px; border-top:1px solid #fff; text-align:center; background:url("../img/side-bg.png");}
.side a:hover { background:url("../img/side-current-bg.png"); color:#ffebc4; text-decoration:none;}



/**/
.newsList ul { width:90%; margin:auto; padding-top:25px; text-align:left; padding-bottom:30px;}
.newsList li { line-height:44px; height:44px; overflow:hidden; background:url("../img/dot.png") no-repeat 0 center; padding-left:10px; font-size:16px; font-family:simsun;}
.newsList li span { float:right; }


/* pages */
.pages,
#chan_multipageNumN { margin:10px 8px 60px; height:20px; text-align:center; font-size:11pt; color:#9a9a9a; padding:12px 0; *padding:8px 0 15px;}
.pages a,
.pages span,
.pageStyle5 a,
.pageStyle5 span { color:#ffebc4; line-height:26px; padding:6px 10px; zoom:1; margin:0 5px; background:#8c3400; border-radius:30px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; font-family:Arial;}
.pages span,
.pageStyle5 span { background:#dac7a2;}
.pages a:hover,
.pageStyle5 a:hover { background:#c56540; color:#fff; text-decoration:none;}
.pages span.curPage,
.pageStyle5 span.curPage { background:#fc9c04; color:#fefefe;}
.pages span,
.pageStyle5 span { margin-right:10px;}
.pages span.curPage,
.pageStyle5 span.curPage { font-weight:bold; margin-right:0;}
.pageStyle5 cite { padding:0 5px;}

.pages .firstPage,
.pages .prevPage em,
.pages .nextPage em,
.pages .lastPage { display:none;}

.pages .prevPage,
.pages .nextPage,
.pageStyle5 .prevPage,
.pageStyle5 .nextPage { background:#8c3400; border:2px solid #8c3400; padding:4px 8px;}

.pages .prevPage:hover,
.pages .nextPage:hover,
.pageStyle5 .prevPage:hover,
.pageStyle5 .nextPage:hover { background:#c56540; border:2px solid #c56540;}


/* article */
.article { padding-top:40px; }
.article-title { text-align:center; font-size:26px; line-height:2em; color:#000;}
.article-tyle { border-bottom:1px solid #ccc; color:#333; text-align:left; line-height:3em;}
.article-tyle a { color:#333; }
.article-tyle span { padding:0 20px 0 15px; }

#chan_newsDetail {text-align:left; font-size:16px; padding:20px 0 60px; line-height:185%; margin:0 auto; overflow:hidden; width:90%; color:#383838;}
#chan_newsDetail a {font-size:16px; text-decoration:underline;}
/*#chan_newsDetail img {border:1px solid #666;}*/
/* #17885 */
#chan_newsDetail p {padding:0 0 24px; text-indent:2em;}
#chan_newsDetail em {font-style:italic;}
#chan_newsDetail .pcenter,
#chan_newsDetail .pic,
#chan_newsDetail .img_wrapper,
#chan_newsDetail .detailPic,
#chan_newsDetail .picIntro {text-align:center; text-indent:0em;}
#chan_newsDetail .img_descr,
#chan_newsDetail .picIntro {display:block; color:#666; font-size:12px;}


/* zuopin */
.js-tab-con { display:none; }
.zuopin-tab-title { margin-top:20px; border-bottom:1px solid #e8c69d; color:#8c3400; overflow:hidden;}
.zuopin-tab-title span,
.zuopin-tab-title a { width:50%; float:left; text-align:center; font-size:24px; line-height:60px; cursor:pointer;}
.zuopin-tab-title .current { font-weight:bold; border-bottom:5px solid #8c3400;}
.zuopin .focusTopic_txt { font-family:simsun; }

/**/
.zuopin-big { padding-top:35px;/* width:1160px;*/ margin:auto;}
.zuopin-big .focusTopic:after { display:block; clear:both; content:""; visibility:hidden; height:0;}
.zuopin-big .focusTopic_pic { width:680px; height:378px; background:#fff; padding:5px; float:left; box-shadow:2px 2px 5px rgba(0,0,0,.4);}
.zuopin-big .focusTopic_pic img { width:680px; height:378px;}
.zuopin-big .focusTopic_cont { margin-left:720px; text-align:left;}
.zuopin-big .focusTopic_tit { padding-top:5px; line-height:30px; font-size:16px; font-weight:bold; height:30px; overflow:hidden;}
.zuopin-big .focusTopic_txt { padding-top:10px; line-height:26px; height:340px; text-align:left; overflow:hidden;}
.zuopin-big .focusTopic_txt a { color:#f00; font-weight:bold;}

.zuopin-small { padding-top:10px;/* width:1194px;*/ margin:0 -34px 0 0;}
.zuopin-small .focusTopic { margin-top:40px; width:563px; float:left; margin-right:34px;}
.zuopin-small:after,
.zuopin-small .focusTopic:after { display:block; clear:both; content:""; visibility:hidden; height:0;}
.zuopin-small .focusTopic_pic { float:left; width:250px; height:135px; background:#fff; padding:5px; float:left; box-shadow:2px 2px 5px rgba(0,0,0,.4);}
.zuopin-small .focusTopic_pic img { width:250px; height:135px;}
.zuopin-small .focusTopic_cont { margin-left:280px; text-align:left;}
.zuopin-small .focusTopic_tit { padding-top:5px; line-height:30px; font-size:16px; font-weight:bold; height:30px; overflow:hidden;}
.zuopin-small .focusTopic_txt { padding-top:10px; line-height:24px; height:96px; text-align:left; overflow:hidden;}
.zuopin-small .focusTopic_txt a { color:#f00; font-weight:bold;}

.zuopin-list { padding:35px 0 60px; text-align:left;/* width:1160px;*/ margin:auto; overflow:hidden;}
.zuopin-list li { width:32%; float:left; margin-left:1%;}
.zuopin-list li a { display:block; line-height:46px; height:46px; overflow:hidden; background:url("../img/dot.png") no-repeat 0 center; padding:0 40px 0 10px; overflow:hidden; font-size:16px;}

/**/
.cansai { width:800px; margin:auto; padding-bottom:80px;}
.cansai-title { font-size:22px; font-weight:bold; line-height:3em;}
.cansai-info { line-height:1.8em; font-size:16px; text-align:left; padding-top:10px;}
.cansai-info strong { font-weight:bold; }
.sign-up{ padding-top:50px; width:100%; margin:0 auto; text-align:left;}
.tishi{ text-align:center;}
.sign_text{margin-top:15px;}
.sign_text p{ line-height:30px;}
.sign_text input,.sign_text select{width:98%; height:45px; line-height:45px; padding:0 1%; border:none; font-size:16px; background:#fff;}
.sign_text select { width:100%; }
.sign_text p.must{ line-height:24px;}
.editor{}
.sign_btn{margin:30px 0; text-align:center;}
.sign_btn a{ display:inline-block; width:200px; height:36px; line-height:36px; font-size:16px; font-weight:bold; text-align:center; background:url("../img/sign_btn_bg.jpg"); color:#ffebc4;}

/**/
.CNComment { width:1070px; padding-bottom:80px; margin:auto;}
.CNComment-form-text { width:940px; }
.CNComment-childForm-text { width:895px; }


/**/
#pageFooter {margin-top:23px !important; padding:18px 0 10px !important; border-top:1px solid #dddddd; background:#f3f3f3;}
#pageFooter hr {display:none;}



/**/
.xianli-description { text-align:left; padding-top:20px; line-height:1.8em; text-indent:2em;}
.xianli-description a { color:#f00; }



.pcShow { display:block!important; }
.mobileShow { display:none!important; }


#plugin-newspush { display:none !important; }


@media screen and (max-width:800px) {/* phone */
  .pcShow { display:none!important; }
  .mobileShow { display:block!important; }
  #pageFooter { padding:18px 3% 10px !important; }

  .chanNav { display:none; }

  .maxWidth { width:100%; }

  .banner img { position:static; width:100%; margin:0;}

  /**/
  .mod-title { font-size:18px; background-size:110% auto; max-width:480px; margin:auto; height:100px;}
  
  /**/
  .index-gushi { background-image:url("../img/mobile-gushi-bg.png"); background-size:100% auto; background-position:center bottom; background-color:#ffe0a7; padding-bottom:40px; height:auto;}
  .index-gushi-side { display:none !important; }
  .index-gushi-core { width:100%; }
  .index-gushi-core .item-tit { background-image: url("../img/mobile-gushi-title.png"); background-size:100% auto; }
  .index-gushi-core .item-tit a { margin-top:60px; }
  .index-gushi-core .item-tit { height:95px; font-size:18px; max-width:480px; margin:auto;}
  .index-gushi-core .item-infor { padding:0; width:90%; margin:auto; font-size:14px;}

  /**/
  .mobileGushi { width:94%; margin:auto;}
  .mobileGushi-item { width:40%; padding:0 5%; float:left;}
  .mobileGushi-item:after { display:block; clear:both; content:""; visibility:hidden; height:0;}
  .mobileGushi-item img { display:block; width:100%; padding:3px; background:#fff; box-shadow:2px 2px 5px #9d9c66; margin-left:-3px;}
  .mobileGushi-item h4 { line-height:30px; font-size:16px; text-align:center; background:url("../img/index-gushi-side-title.png") no-repeat center 0; background-size:100% auto; margin:30px 0 20px;}
  .mobileGushi-item a { display:block; position:relative;}
  .mobileGushi-item a span { background:rgba(0,0,0,.5); position:absolute; left:0; bottom:3px; width:100%; color:#fff; line-height:22px; text-align:center; font-size:12px; height:22px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  
  /**/
  .youyinian { margin-top:10px; margin-left:0;}
  .youyinian img { width:90%; height:auto; margin:auto;}
  .youyinian .focusTopic { margin:20px 0; }
  .youyinian .focusTopic_tit { width:90%; left:5%;}
  .youyinian .focusTopic_tit a { line-height:26px; font-size:14px; padding:0; height:26px; overflow:hidden;}
  .youyinian-prev,
  .youyinian-next { width:25px; background-size:50% auto;}

  /**/
  .huodong { padding-top:0; }
  .huodong-left { width:auto; float:none;}
  .huodong-left img { height:auto; }
  .huodong-right { margin-left:0; padding:15px 0 10px;}
  .huodong-right .item-infor { display:none; }
  .huodong-right .item-tit { text-align:left; line-height:2.8em;}
  .huodong-right .item { padding:0 3% 0;}
  .zixunkuaidi-title strong { font-size:18px; padding:0 15px;}
  .zixunkuaidi-more { margin-right:3%; }
  .zixunkuaidi ul { padding:15px 4% 0; }

  /**/
  .hd-con { padding-top:0; }
  .hd-tab { display:block; }
  .hd-map-item { position:static; margin:20px 0;}
  .hd-map-item em { font-weight:bold; font-size:16px; text-align:center; vertical-align:middle;}
  .hd-con .focusTopic { font:none; width:100%; height:auto;}
  .hd-con .item { clear:both; float:none; width:92%; margin:auto; padding:20px 0 10px;}
  .hd-map-item span { vertical-align:middle;}
  .hd-con .item-infor { height:auto; }
  .hd-con .item-tit { line-height:1.6em; }
  .hd-con img { height:auto;}

  .side { width:100px; }


  /**/
  .article { padding-top:0; }
  .article-title { font-size:20px; line-height:1.6em; padding:0 10px;}
  .chan_newsInfo_comment,
  #CHINA_COMMENT_CNComment { display:none; }
  .article-tyle { text-align:center; }
  #chan_newsDetail { width:94%; }
  #chan_newsDetail img { max-width:100%; }
  #chan_newsDetail p { padding-bottom:15px; }
  #chan_newsDetail .pcenter {/* color:#999;*/ font-size:14px;}
  #chan_newsDetail .f_center { padding-bottom:0; }

  /**/
  .zuopin { padding-top:0; }
  .zuopin-big { display:none; }
  .zuopin-small { margin:0; padding-top:0;}
  .zuopin-tab-title { margin:0; }
  .zuopin-tab-title span,
  .zuopin-tab-title a { font-size:17px; line-height:50px;}
  .zuopin-small .focusTopic { width:94%; margin:20px auto 0; float:none;}
  .zuopin-small .focusTopic_pic { width:120px; height:auto; padding:3px;}
  .zuopin-small .focusTopic_pic img { width:100%; height:auto; display:block;}
  .zuopin-small .focusTopic_cont { margin-left:140px; }
  .zuopin-small .focusTopic_tit { font-size:14px; line-height:24px; height:auto;}
  .zuopin-small .focusTopic_tit span { color:#f00; padding-left:10px; display:inline !important;}
  .zuopin-small .focusTopic_txt { display:none;}

  .zuopin-list { padding-top:30px; width:92%; margin:auto;}
  .zuopin-list li { float:none; width:auto; margin-left:0; padding:10px 0;}
  .zuopin-list li a { padding-right:0; height:auto; line-height:24px; background:url("../img/dot.png") no-repeat 0 11px;}
  .zuopin-list li span { color:#f00; padding-left:10px; display:inline !important;}

  /**/
  .newsList li { height:auto; line-height:1.6em; background:url("../img/dot.png") no-repeat 0 11px; margin:15px 0;}
  .newsList li span { display:none; float:none; padding-left:10px; font-size:12px; color:#999;}
  .newsList ul { padding-bottom:0; padding-top:10px;}
  .pages .prevPage,
  .pages .nextPage,
  .pageStyle5 .prevPage,
  .pageStyle5 .nextPage { display:none; }
  .pages a,
  .pages span,
  .pageStyle5 a,
  .pageStyle5 span { margin:0 1px; }
  .pages span,
  .pageStyle5 span { margin:0 2px 0 -1px; }


  /**/
  .page-live { position:static; width:100%; height:auto; min-height:250px;}
  /*.huodong-left .focusTopic { display:none; }*/

  .xianli-description { width:94%; margin:auto; padding:0 0 20px;}
}




